/* ----------------------------------

Template Name: Innaya IT | Best Internet Service Provider In Rajshahi
Author: validtheme
Description:
Version: 1.0

Main Font    : Roboto
Main Color   : #7476ff

-------------------------------------

[Typography]

Body copy:    15px 'Roboto', sans-serif
Header:     36px 'Roboto', sans-serif
Input, textarea:  16px 'Roboto', sans-serif
Sidebar heading:  20px 'Roboto', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    04. Banner
        - Banner Style One
        - Banner Style Two
        - Banner Style Three
    05. About Us
	    - About Style One
        - About Style Two
    06. Services
        - Service Style one
        - Services Style Two
        - Services Style Three
    07. Features
    08. Work Process
    09. Why Choose Us
    10. Fun Factor
    11. Pricing Table
    12. Partner
    13. Team
        - Team Style One
        - Team Style Two
        - Team Details
    14. Testimonials
		- Testimonial Style One
        - Testimonial Style Two
        - Testimonial Style Three
    15. Projects
		- Project Style One
        - Project Details
    16. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    17. Newsletter Subscribe
    18. FAQ
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* Varialbes */
:root {
	--font-default: 'Roboto', sans-serif;
	--font-heading: 'Roboto', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #1f1f1f;
	--dark-secondary: #363e40;
	--dark-optional: #111315;
	--white: #ffffff;
	--white-secondary: #b5b5bc;
	--white-common: #cfddde;
	--color-primary: #03968c;
	--color-secondary: #fe0000;
	--color-heading: #000662;
	--color-paragraph: #60616c;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #e7eded;
	--bg--gray-secondary: #f4f4f4;
	--bg-gradient: linear-gradient(90deg, var(--color-primary) 0%, #b4bb15 100%);
	--bg-gradient-secondary: linear-gradient(90deg, #FFEB3B 0%, #00BCD4 100%);
}



/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

html, body, div, span, img,
ol, ul, li, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

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

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
}

input:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

textarea:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

b {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

.row {
	--bs-gutter-x: 30px;
}

i::before {
	line-height: inherit !important;
}

.split-text {
	overflow: hidden;
	position: relative;
}

.split-text .line {
	overflow: hidden;
	display: none;
}

/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
	font-family: var(--font-default);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 600;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
	font-weight: 600;
}

h4 {
	font-size: 24px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
	font-weight: 600;
}

h6 {
	font-size: 14px;
	font-weight: 600;
}

a, .btn, button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 600;
}

p {
	color: var(--color-paragraph);
	margin: 0 0 25px;
	text-transform: none;
	font-weight: 400;
	font-family: var(--font-default);
}


/* ============================================================== 
    # Helper CSS
=================================================================== */

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1400px;
	}
}

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-full {
		max-width: 95%;
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.navbar .container-full {
		max-width: 1800px;
		width: 100%;
	}
}

.container-medium {
	padding: 0 15px;
	margin: auto;
}

@media (min-width: 576px) {
	.container-medium {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-medium {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-medium {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-medium {
		max-width: 1600px;
		width: 100%;
	}
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.container-fill {
		padding: 0 25px;
		width: 100%;
	}
}

@media only screen and (min-width: 1367px) {
	.container-stage {
		margin-left: calc((100% - 1400px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}

	.container-stage-lg {
		margin-left: calc((100% - 1400px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.bg-contain {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}

.bg-gray {
	background: var(--bg-gray);
}

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

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

.bg-dark {
	background-color: var(--dark-optional) !important;
}

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

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

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

.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
	background-color: var(--color-secondary);
	background: var(--bg-gradient-secondary) !important;
}

.gradient-bg {
	background-color: var(--color-primary);
	background: var(--gradient-bg) !important;
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.shadow.dark {
	position: relative;
	z-index: 1;
}

.shadow.dark:after {
	background: var(--black);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
	position: relative;
	z-index: 1;
}

.shadow.dark-hard:after {
	background: rgba(0, 4, 30, 0) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.theme {
	position: relative;
	z-index: 1;
}

.shadow.theme:after {
	background: var(--color-primary);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
}

.shadow.theme-hard {
	position: relative;
	z-index: 1;
}

.shadow.theme-hard:after {
	background: var(--dark);
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	transition: all 0.35s ease-in-out;
	opacity: 0.7;
}

.shadow.light {
	position: relative;
	z-index: 1;
}

.shadow.light:after {
	background: var(--white) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

.default-padding-big {
	padding: 250px 0;
}

@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 50px 0;
	}
}

.default-padding-top {
	padding-top: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 70px;
	}
}

.default-padding-bottom {
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom {
		padding-bottom: 70px;
	}
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.default-padding.bottom-less {
		padding-top: 70px;
		padding-bottom: 40px;
	}
}

.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom.bottom-less {
		margin-bottom: 0;
	}
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top.bottom-less {
		margin-bottom: -20px;
	}
}

@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.align-end {
		align-items: end;
	}
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.border-top {
	border-top: 1px solid #e7e7e7;
}

.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.border-left {
	border-left: 1px solid #e7e7e7;
}

.border-right {
	border-right: 1px solid #e7e7e7;
}

.heading {
	font-weight: 600;
	margin-bottom: 25px;
	font-size: 42px;
	line-height: 1.3;
	overflow: hidden;
}

.heading span {
	font-weight: 400;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
}

.title {
	font-weight: 500;
	font-size: 45px;
	margin-bottom: 25px;
}

.site-heading .title {
	margin-bottom: 0;
}

.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 600;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	position: relative;
	z-index: 1;
	border: 1px solid #d5e3f5;
	padding: 6px 15px;
	padding-top: 10px;
	border-radius: 5px;
	font-size: 20px;
}

.bg-gray .sub-title {
	border-color: #c8d7ea;
}

.text-light .sub-title {
	color: var(--white);
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.4);
	font-weight: 600;
}

.bg-dark.text-light .sub-title {
	color: var(--color-primary);
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	border-color: rgba(255, 255, 255, 0.2);
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0 10%;
	font-size: 18px;
}

.site-heading p strong {
	font-weight: 600;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


@media (max-width: 767px) {
	.site-heading p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 30px;
	}
}

.heading-left {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.heading-left .heading {
	font-weight: 600;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.heading-left .heading {
		margin-bottom: 15px;
	}
}

.heading-left p {
	margin-bottom: 0;
}

.heading-left .btn {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.heading-left {
		margin-bottom: 30px;
	}
}

.bg-dark .heading-left p {
	opacity: 0.8;
}

.sub-heading {
	text-transform: uppercase;
	margin: 0;
	position: relative;
	padding-left: 20px;
	margin-left: 25%;
}

.sub-heading::after {
	overflow: auto;
	right: 100%;
	content: "";
	height: 2px;
	width: 100%;
	border-top: 1px solid #cccccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-button {
	display: inline-block;
	background: var(--color-primary);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: var(--color-heading);
	position: relative;
}

.video-play-button i {
	font-weight: 400;
	font-size: 20px;
	position: relative;
	left: 3px;
	top: 2px;
}

.video-play-button .effect {
	position: absolute;
	width: 100px;
	height: 100px;
	background: var(--color-primary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: var(--color-primary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.video-play-button .effect::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: var(--color-secondary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.video-play-button.with-text {
	width: auto;
	background: transparent;
}

.video-play-button.with-text span {
	position: relative;
	z-index: 1;
}

.video-play-button.with-text span i {
	margin-left: 25px;
	margin-right: 30px;
	color: var(--color-primary);
	left: -1px;
	font-weight: 100;
}

.video-play-button.with-text .effect {
	height: 60px !important;
	width: 60px;
	left: 0;
	-webkit-animation: inherit;
	animation: inherit;
	background: var(--color-primary);
	top: 0;
	opacity: 1;
	z-index: 1;
}

.video-play-button.with-text .effect::before {
	display: none;
}

.video-play-button.with-text .effect::after {
	background: var(--color-primary);
	height: 100%;
	width: 100%;
	z-index: inherit;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

a.btn-circle {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	min-height: 115px;
	color: var(--color-heading);
	padding-left: 25px;
	padding-bottom: 42px;
	padding-top: 35px;
}

.text-light a.btn-circle {
	color: var(--white);
}

a.btn-circle img {
	height: 30px;
	margin-right: 15px;
	transition: all 0.35s ease-in-out;
}

.text-light a.btn-circle::after {
	filter: brightness(0) invert(1);
}

.text-light a.btn-circle img {
	filter: brightness(0) invert(1);
}

.text-light a.btn-circle:hover img {
	filter: none;
}

.text-light a.btn-circle:hover::after {
	background: var(--white);
}

a.btn-circle span {
	position: relative;
}

a.btn-circle::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 110px;
	width: 110px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: url(../img/icon/round-shape.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	transition: all 0.35s ease-in-out;
}

.bg-dark a.btn-circle::after {
	filter: brightness(0) invert(1);
}

.bg-dark a.btn-circle img {
	filter: brightness(0) invert(1);
}

a.btn-circle .button-content {
	position: relative;
	z-index: 1;
}

.bg-dark a.btn-circle {
	color: var(--white);
}

a.btn-circle:hover::after {
	background-color: var(--color-primary);
	filter: none;
	transform: translateY(-50%) scale(0.8);
	left: -10px;
	background-image: none;
}

a.btn-circle:hover img {
	filter: brightness(0) invert(1);
}

a.btn-circle strong {
	transition: all 0.35s ease-in-out;
}

a.btn-circle:hover strong {
	margin-left: 25px;
}

.text-end a.btn-circle:hover strong {
	transform: translateX(25px);
	margin-left: 0;
}

a.btn-circle:hover img {
	height: 20px;
}

nav.navbar ul.nav>li>a {
	position: relative;
}

nav.navbar ul.nav>li>a.active::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 40px;
    width: 100%;
    border: 1px solid #e7e7e7;
    z-index: -1;
    display: inline-block;
    border-radius: 7px;
	margin-top: -1px;
}

@media (min-width: 1024px) {
	nav.navbar.no-background ul.nav>li>a.active::after {
		border: 1px solid rgba(255, 255, 255, 0.4);
	}
}

nav.navbar ul.nav li span {
    animation: blue 1s infinite;
    margin-left: 3px;
    position: relative;
    top: -2px;
    border-radius: 50%;
    padding: 0;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
	font-weight: 800;
}


/* Blue Shadow */
@-moz-keyframes blue {
	0%, 100% {
		background: var(--color-primary);
	}

	50% {
		background: var(--color-secondary);
	}
}

@-webkit-keyframes blue {
	0%, 100% {
		background: var(--color-primary);
	}

	50% {
		background: var(--color-secondary);
	}
}

@-o-keyframes blue {
	0%, 100% {
		background: var(--color-primary);
	}

	50% {
		background: var(--color-secondary);
	}
}

@keyframes blue {
	0%, 100% {
		background: var(--color-primary);
	}

	50% {
		background: var(--color-secondary);
	}
}

/* ============================================================== 
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes video-play {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

/*Zoom Animation */
.zoom-animation {
	-webkit-animation: zoom 2000ms ease-out infinite;
	animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}

@keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
	}
}

/* Spiner Animation */
.spiner-animation {
	-webkit-animation: spinner 20s infinite linear;
	animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}


/* Spiner Animation */
.spiner-reverse-animation {
	-webkit-animation: spinnerReverse 20s infinite linear;
	animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes spinnerReverse {
	to {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

/* Infinite Up Down Animation */
@keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation UpDown */
.updown-animation {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: UpDown;
	animation-name: UpDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes UpDown {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

/* Animation Left Right */
.leftRight-animation {
	-webkit-animation: fadeLeftRight 10s ease-out infinite;
	animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

@-webkit-keyframes fadeLeftRight {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
	}
}

/* Animation Right Left */
.rightLeft-animation {
	-webkit-animation: fadeRightLeft 10s ease-out infinite;
	animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

@-webkit-keyframes fadeRightLeft {
	0%, 100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}

	50% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
	-webkit-animation: zoomUpDown 10s ease-out infinite;
	animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}

@-webkit-keyframes zoomUpDown {
	0%, 100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/* Animation Moving */
.moving-animation {
	-webkit-animation: moving 10s ease-out infinite;
	animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

@keyframes moving {
	0% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}

	20% {
		-webkit-transform: translate(0px, -30px);
		transform: translate(0px, -30px);
	}

	50% {
		-webkit-transform: translate(-100px, -30px);
		transform: translate(-100px, -30px);
	}

	70% {
		-webkit-transform: translate(-100px, 0px);
		transform: translate(-100px, 0px);
	}

	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

/* Animation Rotation */
@keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes infinite-rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Button Border Animation */
@-webkit-keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@keyframes open {
	0% {
		width: 0;
		height: 0;
	}

	50% {
		width: 100px;
		height: 0;
	}

	100% {
		width: 100px;
		height: 55px;
	}
}

@-webkit-keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

@keyframes openB {
	0% {
		width: 0px;
	}

	100% {
		width: 100px;
	}
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@-webkit-keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@keyframes infiniteMove {
	0% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}

	50% {
		border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
	}

	100% {
		border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
	}
}

@-webkit-keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}

@keyframes infiniteMove2 {
	0% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}

	50% {
		border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
	}

	100% {
		border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
	}
}


/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
	display: inline-block;
	padding: 14px 40px;
	background: var(--color-primary);
	font-size: 15px;
	font-weight: 600;
	border-radius: 8px;
	position: relative;
	z-index: 1;
	padding-top: 16px;
	color: var(--white);
	box-shadow: none !important;
	border: none;
	overflow: hidden;
}

.btn.btn-dark {
	background: var(--dark-secondary);
}

.btn.light {
	background: var(--white);
	color: var(--color-heading);
}

.btn i {
	font-weight: 400;
	transform: rotate(-45deg);
	margin-left: 10px;
}

.btn:hover {
	background: var(--dark);
	color: var(--white);
}

.btn.light:hover {
	background: var(--color-primary);
	color: var(--white);
}

.text-light .btn:hover {
	background: var(--white);
	color: var(--color-heading);
}

.text-light .btn.light:hover {
	background: var(--dark);
	color: var(--white);
}

.btn-style-one:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 5px;
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--dark) 0%, var(--dark) 74%);
	transition: all 0.3s ease;
}

.btn-style-one.btn-dark:after {
	background-color: var(--color-primary);
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

a.btn-simple {
	text-transform: uppercase;
	color: var(--color-paragraph);
	display: inline-block;
}

a.btn-simple i {
	display: inline-block;
	font-weight: 100;
	transform: rotate(-45deg);
	font-size: 20px;
	position: relative;
	top: 2px;
}

a.btn-simple:hover {
	color: var(--color-primary);
}

.color-style-two a.btn-simple:hover {
	color: var(--color-style-two);
}

@media (min-width: 1024px) {
	.navbar.white.no-background .btn-style-one:after {
		background: var(--white);
	}

	.navbar.white.no-background .btn-style-one:hover {
		color: var(--color-heading) !important;
	}
}

.btn-style-one.light:after {
	background-color: var(--dark);
	background-image: linear-gradient(315deg, var(--dark) 0%, var(--ark) 74%);
}

.text-light .btn-style-one:after {
	background-image: linear-gradient(315deg, var(--white) 0%, var(--white) 74%);
}

.text-light .btn-style-one.light:after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.bg-gradient .btn-style-one.light:after {
	background-image: linear-gradient(315deg, var(--dark-secondary) 0%, var(--dark-secondary) 74%);
}

.text-light .btn-style-one.secondary:hover {
	color: var(--color-heading);
}

.btn-style-one:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}

.btn-style-one:hover {
	color: var(--white);
	background: transparent;
}

.btn.btn-border-light {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 13px 40px;
}

.navbar .btn.btn-border-light {
	border: 1px solid #cccccc;
	color: var(--color-heading);
}

.navbar .btn.btn-border-light:hover {
	color: var(--white);
}

@media (min-width: 1024px) {

	.navbar.white.sticked .btn.btn-border-light {
		color: var(--color-heading);
	}

	.navbar.white.sticked .btn.btn-border-light:hover {
		color: var(--white);
	}

	.navbar.white.no-background .btn.btn-border-light {
		border: 1px solid rgba(255, 255, 255, 0.5);
	}
}

.btn.btn-border-light:hover {
	border-color: var(--color-primary);
}

.btn.btn-border-light::after {
	background: var(--color-primary);
}

.btn-style-one.btn-border-theme {
	background: transparent;
	color: var(--color-heading);
	border: 2px solid var(--color-primary);
	padding: 13px 40px;
}

.btn-style-one.btn-border-theme::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.btn-style-one.btn-border-theme:hover {
	color: var(--white);
}

.btn-style-one.btn-border {
	background: transparent;
	color: var(--color-heading);
	border: 2px solid #d7d7ff;
	padding: 13px 40px;
}

.btn-style-one.btn-border::after {
	background-image: linear-gradient(315deg, var(--color-primary) 0%, var(--color-primary) 74%);
}

.btn-style-one.btn-border:hover {
	color: var(--white);
	border-color: var(--color-primary);
}

@media (min-width: 1400px) {
	.row.gutter-xl {
		--bs-gutter-x: 80px;
	}

	.row.gutter-zero {
		--bs-gutter-x: 0;
	}
}

.zoom-thumb {
	overflow: hidden;
}

html.lenis, html.lenis body {
	height: auto;
}

.smooth-content {
	position: relative;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.reveal-thumb {
	overflow: hidden;
}

/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--white);
	border: solid 1px #e8e8e8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999999;
}

.nice-select::after {
	border-bottom: 2px solid #999999;
	border-right: 2px solid #999999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -6px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	overflow-y: auto !important;
	height: auto;
}

.nice-select.open ::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999999;
	pointer-events: none;
}

.nice-select.disabled::after {
	border-color: #96aac1;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small::after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--white);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: 600;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* ============================================================== 
    # Topbar Styles
=================================================================== */

.item-flex {
	align-items: center;
	display: flex;
}

.item-flex li {
	margin-left: 30px;
}

.item-flex li:first-child {
	margin: 0;
}

.item-flex li i {
	margin-right: 10px;
	font-weight: 100;
	font-size: 18px;
	color: var(--color-primary);
}

.bg-theme .item-flex li i,
.bg-dark .item-flex li i {
	color: var(--white);
}

.top-bar-area li {
	display: flex;
	align-items: center;
	font-weight: 600;
}

.top-bar-area li a {
	font-weight: 600;
}

.top-bar-area .social li {
	display: inline-block;
	margin-right: 30px;
}

.top-bar-area .social li:first-child {
	margin-right: 0;
}

.top-bar-area .text-end .social li {
	margin-right: 0;
	margin-left: 20px;
}

.top-bar-area .text-end .social li:first-child {
	margin-left: 0;
}

.top-bar-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}

.top-bar-area.top-bar-style-one.bg-dark {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-bar-area li img {
	height: 23px;
	margin-right: 5px;
}

.text-end .item-flex {
	justify-content: right;
	gap: 40px;
}

.text-end .item-flex i {
	font-size: 18px;
	margin: 0;
}

.text-end .item-flex .dropdown {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: 30px;
}

.text-end .item-flex .dropdown button {
	background: transparent;
	padding: 0 30px !important;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.text-end .item-flex .dropdown button img {
	height: 27px;
	border: 1px solid;
	border-radius: 50%;
	margin-right: 5px;
}

.text-end .item-flex .dropdown button::after {
	display: none;
}

.text-end .item-flex .dropdown ul.dropdown-menu {
	padding: 15px;
	min-width: 200px;
	top: 10px !important;
	border: none;
	box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
}

.text-end .item-flex .dropdown ul.dropdown-menu a.dropdown-item {
	color: var(--color-heading);
	background: transparent;
}

.text-end .item-flex .dropdown ul.dropdown-menu li {
	margin: 0;
}

.text-end .item-flex .dropdown button i {
	font-size: 16px;
	margin-left: 5px;
}

.topbar-two-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-two-items img {
	height: 60px;
}

.topbar-two-items .topbar-info {
	display: flex;
	align-items: center;
}

.topbar-two-items .topbar-info i {
	display: inline-block;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-right: 15px;
	font-size: 25px;
}

.topbar-two-items .topbar-info h5 {
	margin-bottom: 3px;
	font-family: var(--font-default);
	font-size: 18px;
}

.topbar-two-items .topbar-info p {
	margin: 0;
}

.topbar-two-items .topbar-info a, .topbar-two-items .topbar-info p {
	color: var(--font-heading);
	font-weight: 600;
}

.topbar-two-items .logo a {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	display: block;
	padding: 20px 50px;
}

.top-bar-style-two {
	padding: 20px 0;
}

.top-bar-area p {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: right;
}

.top-bar-area p i {
	font-weight: 100;
	font-size: 20px;
	margin-right: 10px;
}

@media (min-width: 1024px) {
	.top-bar-area.top-bar-style-one.bg-transparent {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 8;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.bg-transparent .item-flex li i {
		color: var(--white);
	}

	.bg-transparent .text-end .item-flex .dropdown {
		border-color: rgba(255, 255, 255, 0.4);
	}
}




/* ============================================================== 
    # Breadcrumb Styles
=================================================================== */

.breadcrumb-area {
	padding: 180px 0;
	padding-top: 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.breadcrumb-area p {
	margin-bottom: 0;
	color: var(--white-common);
}

.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb > li + li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	padding: 0 5px;
	color: var(--white);
	display: none;
}

.breadcrumb-area .breadcrumb li {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 1;
	font-weight: 600;
}

.breadcrumb-area .breadcrumb li a {
	font-weight: 600;
}

.breadcrumb-area .breadcrumb li i {
	font-weight: 100;
}

.breadcrumb-area .breadcrumb li::after {
	content: "/";
	font-weight: 400;
	right: -5px;
	position: absolute;
	line-height: 0;
	top: 50%;
	color: var(--white);
	margin-top: 1px;
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 3px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
	display: none;
}

.breadcrumb-area h1 {
	display: block;
	font-weight: 600;
	margin-top: -10px;
	font-size:48px;
	margin-bottom: 0;
}

.breadcrumb-area p {
	margin-top: 20px;
	margin-bottom: 0;
}

@media (min-width: 1400px) {
	.breadcrumb-area p {
		padding: 0 10%;
		font-size: 18px;
	}
}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.breadcrumb-area {
		padding-top: 240px;
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.breadcrumb-area {
		padding-top: 240px;
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-area {
		padding: 120px 0 !important;
	}

	.breadcrumb-area h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area {
		padding: 80px 0 !important;
	}

	.breadcrumb-area h1 {
		font-size: 40px;
	}
}

.breadcrum-shape {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.breadcrum-shape img {
	height: 100%;
}

/* ============================================================== 
    # Topbar Styles
=================================================================== */
.top-style-one .logo img {
	height: 60px;
}

.top-style-one .social li {
	display: inline-block;
}

.top-style-one {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e7e7e7;
}

.top-style-one.transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .logo {
	text-align: center;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 15px 0;
}

.top-style-one.transparent .logo {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .social li a {
	display: inline-block;
	height: 43px;
	width: 43px;
	text-align: center;
	line-height: 45px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 50%;
	font-size: 15px;
}

.top-style-one .text-end.social li {
	margin-left: 3px;
}

.top-style-one .info i {
	font-weight: 100;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	color: var(--color-primary);
}

.top-style-one .info li {
	font-weight: 600;
	text-transform: capitalize;
}

@media (min-width: 1024px) {
	.top-style-one.transparent {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
}

/* ============================================================== 
    # Banner Styles
=================================================================== */
.banner-area {
	height: 100%;
	width: 100%;
	position: relative;
}

@media (max-width: 1023px) {
	.banner-area {
		height: auto;
	}
}

.banner-area div {
	height: 100%;
}

.banner-area div.swiper-slide .row div {
	height: auto;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-80 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-80 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-90 .content {
	padding-top: 90px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-90 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-90 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-100 .content {
	padding-top: 100px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-100 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-100 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-110 .content {
	padding-top: 110px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-110 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-110 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-120 .content {
	padding-top: 120px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-120 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-120 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-130 .content {
	padding-top: 130px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-130 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-130 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-150 .content {
	padding-top: 150px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-150 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-150 .content {
		padding-top: 140px;
	}
}

.banner-area.auto-height {
	height: auto;
}

.banner-area.auto-height div {
	height: auto;
}

.banner-area.auto-height .content {
	padding: 200px 0;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height .content {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height .content {
		padding: 120px 0;
	}
}

.banner-area.auto-height .content .thumb {
	padding-left: 35px;
}

@media (max-width: 991px) {
	.banner-area.auto-height .content .thumb {
		padding-left: 0;
		margin-top: 50px;
	}
}

.banner-area.auto-height.inc-header-transparent .content {
	padding-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 220px;
	}
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
	padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
	margin-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area .content {
	position: relative;
	z-index: 9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media (max-width: 1023px) {
	.banner-area .content {
		padding: 120px 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area .content {
		padding: 60px 0;
	}
}


@media (max-width: 1023px) {
	.banner-area p {
		padding-right: 0 !important;
	}
}

.banner-area.text-center p {
	padding-left: 13%;
	padding-right: 13%;
}

@media (max-width: 1023px) {
	.banner-area.text-center p {
		padding: 0;
	}
}


.banner-area.double-items.bottom-thumb .content {
	padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
	margin-top: 120px;
}

@media only screen and (max-width: 767px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 50px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 120px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area.zoom-effect .banner-thumb {
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-area .swiper-notification {
	display: none;
}

.banner-area .banner-style-one.swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.banner-area .banner-items {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
	opacity: 1;
}

.banner-area:hover .swiper-button-prev {
	left: 30px;
	right: auto;
}

.banner-area:hover .swiper-button-next {
	right: 30px;
	left: auto;
}

.banner-area .swiper-button-prev, 
.banner-area .swiper-button-next {
	height: 55px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	width: 55px;
	color: var(--color-heading);
	background: var(--white);
	border-radius: 50%;
	border: 1px solid #cccccc;
	line-height: 55px;
	font-size: 28px;
}

.banner-area.banner-style-one .swiper-button-prev, 
.banner-area.banner-style-one .swiper-button-next {
	color: var(--white);
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.banner-area .swiper-button-prev i, 
.banner-area .swiper-button-next i {
	font-weight: 300;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
	display: none;
}

.banner-area.navigation-circle .swiper-button-prev, 
.banner-area.navigation-circle .swiper-button-next {
	height: 55px;
	width: 55px;
	line-height: 55px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	border: 2px solid var(--color-heading);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
	font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
	right: 92px;
}

.banner-area.navigation-between-bottom .content {
	padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
	.banner-area.navigation-between-bottom .content {
		padding-bottom: 220px;
	}
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 30px;
	border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
	left: 30px;
	right: auto;
}

@media only screen and (max-width: 830px) {
	.banner-area .swiper-button-prev,
  .banner-area .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-custom .swiper-button-prev::after {
	font-family: 'ElegantIcons';
	content: "\23";
	font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	left: auto;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 100px;
	line-height: 100px;
}

@media only screen and (max-width: 830px) {
	.banner-area.navigation-text .swiper-button-prev,
  .banner-area.navigation-text .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-text .swiper-button-prev {
	right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
	font-family: var(--font-heading);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-heading);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
	font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
	min-width: 65px;
	height: 30px;
	margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	left: 8px;
	color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 12px;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	right: 8px;
	color: var(--color-primary);
}

.banner-area.navigation-custom-large .swiper-button-next::before {
	position: absolute;
	top: 50%;
	left: 18px;
	bottom: inherit;
	right: inherit;
	content: "";
	height: 2px;
	width: 35px;
	z-index: -1;
	background-color: var(--color-primary);
	margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
	position: absolute;
	left: auto;
	left: 85px;
	top: auto;
	bottom: 40px;
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
	right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
	bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
	left: 30px;
}

.banner-area .swiper-pagination {
	height: auto;
	bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	height: 7px;
}

@media only screen and (max-width: 767px) {
	.banner-area.include-pagination .content {
		padding-bottom: 100px;
	}
}

.banner-area .swiper-pagination-fraction span {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
	font-size: 30px;
	font-family: var(--font-heading);
	font-weight: 600;
}


/* ============================================================== 
    # Banner Custom Style
=================================================================== */

.banner-style-one {
	overflow: hidden;
	height: 100vh;
}

.banner-style-one div {
	height: 100%;
}

.banner-style-one .row div {
	height: auto;
}

ul.packages {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 35px;
    grid-gap: 20px;
    column-gap: 0;
}

@media (min-width: 1400px) {
	ul.packages {
		padding-right: 22%;
	}
}

ul.packages li {
    height: 200px;
    width: 200px;
    border-radius: 10px;
    background: #f1f5dc;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    flex-direction: column;
    justify-content: center;
}

ul.packages li h2 {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 3px;
    color: var(--color-primary);
}

ul.payment-list {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 550px;
}

.banner-style-one-info ul.payment-list {
	margin-top: 50px;
}

ul.packages li h5 {
    margin: 0;
    display: inline-block;
    border-radius: 30px;
    padding: 4px 20px;
    font-size: 17px;
    padding-top: 5px;
    max-width: max-content;
    background: var(--color-primary);
}

.banner-style-one-info > h2 {
    font-size: 38px;
    line-height: 1.5;
}

@media (min-width: 1400px) {
	.banner-style-one-info > h2 {
		padding-right: 5%;
	}
}

ul.packages li h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--color-heading);
}

.banner-style-one-info > h2 strong {
	background: var(--bg-gradient-secondary);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

ul.list-style-one {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    padding-right: 15%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

ul.list-style-one li {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    z-index: 1;
    padding-left: 50px;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 8px;
}

ul.list-style-one li::after {
    position: absolute;
}

ul.list-style-one li::after {
    position: absolute;
    left: 20px;
    top: 0;
    content: "";
    font-weight: 600;
    background-image: url(../img/icon/check.png);
    background-size: 20px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center left;
}

.banner-style-one-info a.address {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    backdrop-filter: blur(30px);
    padding: 10px 25px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-one-info a.address i {
    font-weight: 100;
    font-size: 20px;
}

/* ============================================================== 
    # About Style One
=================================================================== */
.about-style-one-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

.about-style-one-thumb img {
	width: 100%;
}

.founder {
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--color-primary);
    padding: 15px 40px;
    padding-top: 20px;
    padding-left: 55px;
    clip-path: polygon(7% 0, 100% 0, 100% 45%, 100% 100%, 0 100%, 0 30%);
}

.founder h4 {
    color: var(--white);
    margin-bottom: 5px;
}

.founder span {
    color: var(--white);
    text-transform: uppercase;
}

.about-style-one-info span {
    font-weight: 600;
    background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


.tab-items .nav.nav-tabs {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.tab-items .nav.nav-tabs .nav-link {
    display: inline-block;
    margin: 0;
    padding: 10px 25px;
    border: 1px solid #dddddd;
    color: var(--color-heading);
    border-radius: 10px;
    margin-right: 10px;
}

.tab-items .nav.nav-tabs .nav-link.active {
    background: var(--dark);
    color: var(--white);
    border-color: var(--dark);
}

/* ============================================================== 
    # Services
=================================================================== */
.service-style-one-item {
    background: var(--white);
	height: 100%;
    padding: 50px 37px;
    clip-path: polygon(0px 24px, 0px 24px, 0.3141204px 20.1070836px, 1.2235392px 16.4141568px, 2.6788428px 12.9706332px, 4.6306176px 9.8259264px, 7.02945px 7.02945px, 9.8259264px 4.6306176px, 12.9706332px 2.6788428px, 16.4141568px 1.2235392px, 20.1070836px 0.3141204px, 24px 0px, calc(100% - 73.941px) 0px, calc(100% - 73.941px) 0px, calc(100% - 72.040645px) 0.07530055px, calc(100% - 70.16396px) 0.2989772px, calc(100% - 68.319015px) 0.66769245px, calc(100% - 66.51388px) 1.1781088px, calc(100% - 64.756625px) 1.82688875px, calc(100% - 63.05532px) 2.6106948px, calc(100% - 61.418035px) 3.52618945px, calc(100% - 59.85284px) 4.5700352px, calc(100% - 58.367805px) 5.73889455px, calc(100% - 56.971px) 7.02943px, calc(100% - 7.029px) 56.9706px, calc(100% - 7.029px) 56.9706px, calc(100% - 5.7386879999999px) 58.367608px, calc(100% - 4.569984px) 59.85278px, calc(100% - 3.526236px) 61.418058px, calc(100% - 2.6107919999999px) 63.055384px, calc(100% - 1.827px) 64.7567px, calc(100% - 1.1782079999999px) 66.513948px, calc(100% - 0.66776400000003px) 68.31907px, calc(100% - 0.29901600000005px) 70.164008px, calc(100% - 0.075311999999997px) 72.040704px, calc(100% - 0px) 73.9411px, calc(100% - 0px) calc(100% - 24px), calc(100% - 0px) calc(100% - 24px), calc(100% - 0.31411499999996px) calc(100% - 20.107035px), calc(100% - 1.2235199999998px) calc(100% - 16.41408px), calc(100% - 2.6788050000001px) calc(100% - 12.970545px), calc(100% - 4.63056px) calc(100% - 9.82584px), calc(100% - 7.029375px) calc(100% - 7.029375px), calc(100% - 9.82584px) calc(100% - 4.63056px), calc(100% - 12.970545px) calc(100% - 2.678805px), calc(100% - 16.41408px) calc(100% - 1.22352px), calc(100% - 20.107035px) calc(100% - 0.31411499999996px), calc(100% - 24px) calc(100% - 0px), 73.9392px calc(100% - 0px), 73.9392px calc(100% - 0px), 72.0388039px calc(100% - 0.075311999999997px), 70.1621072px calc(100% - 0.29901599999994px), 68.3171673px calc(100% - 0.66776399999998px), 66.5120416px calc(100% - 1.178208px), 64.7547875px calc(100% - 1.827px), 63.0534624px calc(100% - 2.6107919999999px), 61.4161237px calc(100% - 3.526236px), 59.8508288px calc(100% - 4.569984px), 58.3656351px calc(100% - 5.738688px), 56.9686px calc(100% - 7.0290000000001px), 7.02944px calc(100% - 56.969px), 7.02944px calc(100% - 56.969px), 5.73890427px calc(100% - 58.365805px), 4.57004416px calc(100% - 59.85084px), 3.52619729px calc(100% - 61.416035px), 2.61070128px calc(100% - 63.05332px), 1.82689375px calc(100% - 64.754625px), 1.17811232px calc(100% - 66.51188px), 0.66769461px calc(100% - 68.317015px), 0.29897824px calc(100% - 70.16196px), 0.07530083px calc(100% - 72.038645px), 0px calc(100% - 73.939px), 0px 24px);
}

.service-style-one-item p {
	margin-bottom: 0;
}

.service-style-one-item h4 {
	font-size: 20px;
}

.service-style-one-item .icon img {
    margin-bottom: 30px;
    height: 70px;
}

.service-style-one-item .icon i {
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: var(--color-primary);
    color: var(--white);
    font-size: 35px;
    border-radius: 10px;
    margin-bottom: 30px;
}


/* ============================================================== 
    # Features
=================================================================== */
.feature-style-one-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.feature-style-one-item {
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    display: flex;
    background: var(--white);
    border: 1px solid #bbd0f5;
}

.feature-style-one-item a {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}

.feature-style-one-item .info h4 {
    margin: 0;
    padding: 16px 20px;
    background: #bbd0f5;
    font-size: 20px;
}

.feature-style-one-item .thumb {
    padding: 80px 20px;
}

.feature-style-one-item:nth-child(2n) a {
    flex-direction: column-reverse;
}

.feature-style-one-item:nth-child(2) .info h4 {
    background: #eff3de;
}

.feature-style-one-item:nth-child(3) .info h4 {
    background: #a3c6d8;
}

.feature-style-one-item:nth-child(4) .info h4 {
    background: #e9d3b6;
}

.feature-style-one-item:nth-child(2) {
    border-color: #e5eace;
}

.feature-style-one-item:nth-child(3) {
    border-color: #a3c6d8;
}

.feature-style-one-item:nth-child(4) {
    border-color: #e9d3b6;
}


/* ============================================================== 
    # Pricing Plan
=================================================================== */
.pricing-style-one-item {
    padding: 40px 30px;
    background: var(--white);
    border-radius: 30px;
    position: relative;
    z-index: 1;
    margin-top: 70px;
    padding-top: 110px;
}

.pricing-style-one-item .packages {
    background: #69ada8;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    height: 150px;
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    border: 10px solid var(--bg-gray);
}

.pricing-single:nth-child(2) .pricing-style-one-item .packages {
	background: #F8718C;
}

.pricing-single:nth-child(3) .pricing-style-one-item .packages {
	background: #4697e5;
}

.pricing-single:nth-child(4) .pricing-style-one-item .packages {
	background: #4b5563;
}

.pricing-single:nth-child(5) .pricing-style-one-item .packages {
	background: #9333ea;
}

.pricing-single:nth-child(6) .pricing-style-one-item .packages {
	background: #385caa;
}

.pricing-single:nth-child(7) .pricing-style-one-item .packages {
	background: #ca8a04;
}

.pricing-single:nth-child(8) .pricing-style-one-item .packages {
	background: #e21c1c;
}

.pricing-style-one-item .packages strong {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.pricing-style-one-item .packages h2 {
    margin: 0;
    font-size: 50px;
    color: var(--white);
    line-height: 1.1;
}

.pricing-style-one-item .pricing sub {
    font-size: 20px;
    color: var(--color-paragraph);
    font-weight: 400;
}

.pricing-style-one-item .pricing {
    margin-top: 30px;
    margin-bottom: 25px;
	text-align: center;
}

.pricing-style-one-item .btn {
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 13px 40px;
	color: var(--white) !important;
}

.pricing-style-one-item h4 {
    text-align: center;
    border-bottom: 1px dashed #d0d0d0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
	justify-content: center;
}

.pricing-style-one-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-style-one-item ul li {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    font-size: 15px;
}

.pricing-style-one-item ul li i {
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 16px;
    background: var(--color-primary);
    color: var(--white);
    min-width: 15px;
    font-size: 8px;
    border-radius: 50%;
    font-weight: 600;
    position: relative;
    top: 6px;
}

.pricing-style-one-item ul li:first-child {
    margin-top: 0;
}

.btn-animation {
    position: relative;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
	border-radius: 5px;
}

.btn-animation::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 2px solid var(--color-primary);
    z-index: -1;
}

.btn-animation span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #171618, #3bff3b);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.btn-animation span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 2px;
	background: linear-gradient(to bottom, #171618, #3bff3b);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.btn-animation span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to left, #171618, #3bff3b);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.btn-animation span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 2px;
	background: linear-gradient(to top, #171618, #3bff3b);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

.pricing-tab-content {
    margin-bottom: -50px;
}

/* Pricing Tabs */
.nav.nav-tabs.pricing-tab-navs {
    display: inline-flex;
    margin: 0;
    padding: 20px 30px;
    border: none;
    background: var(--bg-gray);
    position: relative;
    top: -76px;
    z-index: 1;
    border-radius: 30px 30px 0 0;
    box-shadow: none;
    padding-bottom: 0;
}

.nav.nav-tabs.pricing-tab-navs::before {
    position: absolute;
    left: -22px;
    bottom: 0px;
    content: "";
    height: 40px;
    width: 22px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 var(--bg-gray);
    z-index: 1;
    display: block;
}

.nav.nav-tabs.pricing-tab-navs::after {
    position: absolute;
    right: -22px;
    bottom: 0;
    content: "";
    height: 40px;
    width: 22px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 var(--bg-gray);
}

.nav.nav-tabs.pricing-tab-navs .nav-link {
    display: inline-flex;
    margin: 0;
    border: none;
    background: var(--dark);
    color: var(--white);
    padding: 15px 20px;
    padding-bottom: 12px;
    border-radius: 30px 0 0 30px;
    margin: 0;
    gap: 5px;
}

.nav.nav-tabs.pricing-tab-navs .nav-link i {
    margin-right: 5px;
    font-size: 24px;
}

.nav.nav-tabs.pricing-tab-navs .nav-link.active {
	background: var(--color-primary);
}

.nav.nav-tabs.pricing-tab-navs .nav-link:nth-child(2) {
    border-radius: 0 30px 30px 0;
}


/* ============================================================== 
    # Why Choose Us
=================================================================== */

.choose-us-style-one-info .title strong {
    position: relative;
	color: var(--color-primary);
	z-index: 1;
	display: block;
}

ul.list-style-three {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list-style-three li {
    position: relative;
    z-index: 1;
    padding-left: 27px;
    margin-top: 15px;
    line-height: 1.5;
    font-weight: 500;
}

ul.list-style-three li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e800";
    font-family: validicon;
    color: var(--color-primary);
}

@media (min-width: 1200px) {
	.choose-us-style-one-thumb img {
		max-width: 120%;
	}
}


/* ============================================================== 
    # Brand
=================================================================== */
.brand-style-one-carousel {
    background: rgba(255, 255, 255, 0.5);
    padding: 50px;
    border: 1px solid #b7ddda;
    border-radius: 10px;
}

.brand-style-one-carousel .swiper-wrapper {
    align-items: center;
}

.brand-one img {
    max-height: 65px;
}


/* ============================================================== 
    # Blog
=================================================================== */
.blog-style-one-item {
    background: var(--white);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    overflow: hidden;
    border-radius: 10px;
}

.blog-area .thumb img {
	width: 100%;
}

.blog-area.single .thumb {
	margin-bottom: 40px;
}

.blog-style-one-item .info {
    padding: 40px 50px;
}

.blog-style-one-item .btn-regular {
    margin-top: 20px;
}

.btn-regular {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #dddddd;
    padding: 10px 25px;
    border-radius: 10px;
    padding-top: 12px;
}

.btn-regular i {
    transform: rotate(-45deg);
    font-weight: 500;
}

.btn-regular:hover {
    background: var(--dark);
    color: var(--white);
    border-color: var(--dark);
}

.blog-area.single ol {
    padding-left: 15px;
    margin-bottom: 25px;
}

.blog-area a {
	color: var(--color-primary);
}

.blog-area ol li a {
	text-decoration: underline;
}

table.table.table-striped thead {
    background: var(--color-primary);
    color: var(--white);
    border: 1px solid var(--color-primary);
}

table.table.table-striped thead th {
    border: none;
}

table.table.table-striped tbody {
    border: none;
}

table.table.table-striped tr {
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}

table.table.table-striped tbody tr th {
	border-right: 1px solid #dddddd;
	padding: 10px 20px;
}

table.table.table-striped tbody tr td {
    padding: 10px 20px;
}

table.table.table-striped {
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}

table.table.table-striped thead tr th {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
}


/* ============================================================== 
    # Advertising Banner
=================================================================== */
.modal-dialog {
    max-width: 650px;
}

.modal-content {
    position: relative;
    background: transparent;
    border: none;
}

.modal-content img {
    width: 100%;
    height: 100%;
}

.modal-content button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: var(--white);
    opacity: 1;
    color: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 200;
	box-shadow: none;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	padding: 0;
}

.modal-content button.btn-close i {
	font-weight: 400;
}

/* ============================================================== 
    # Live Search
=================================================================== */
.coverag-search {
    background: var(--bg-gray);
    padding: 60px;
    border-radius: 15px;
    position: relative;
    top: -100px;
    z-index: 1;
}

.coverag-search .form-group img {
    position: absolute;
    right: 20px;
    top: 15px;
    height: 35px;
}

.coverag-search .form-group {
    display: flex;
    align-items: center;
    background: var(--white);
    border: 1px solid #03968c;
    border-radius: 50px;
	position: relative;
}

.coverag-search .form-group input {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 20px;
    font-weight: 600;
}

.coverag-search .form-group label {
    background: var(--color-primary);
    overflow: hidden;
    border-radius: 50px 0 0 50px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 220px;
    text-align: center;
    justify-content: center;
    padding: 18px;
    margin: 0;
    font-size: 17px;
}

.coverag-search .form-group label img {
    height: 30px;
}

.accordion-item {
    border: 1px solid #e7e7e7 !important;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
}

.accordion-item:last-child {
    margin-bottom: 0;
}

.coverage-item h4 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.coverage-item h4 i {
    color: var(--color-primary);
}

.coverage-item .location-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
}

.coverage-item .location-list .contsearch {
    background-image: url(../img/shape/map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #eff5f4;
    background-size: contain;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    color: var(--color-heading);
    margin-top: 20px;
}

.accordion-item {
    box-shadow: none;
}

.accordion-item button.accordion-button {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-paragraph);
    align-items: center;
    gap: 20px;
}

.accordion-item .accordion-body {
    border-top: 1px solid #e7e7e7;
    padding: 0;
    margin-top: 15px;
}

.accordion-item button.accordion-button strong {
    display: block;
    font-size: 24px;
    color: var(--color-heading);
    margin-bottom: -5px;
}

.accordion-item button.accordion-button i {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: var(--color-primary);
    text-align: center;
    line-height: 50px;
    color: var(--white);
    border-radius: 5px;
    font-size: 22px;
}

/* ============================================================== 
    # Contact
=================================================================== */

.contact-style-one-area {
    background-repeat: no-repeat;
    background-position: center;
}

.contact-one-list .top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.contact-one-list .top h4 {
	margin: 0;
}

.contact-one-list .top i {
	display: inline-block;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--white);
	margin-right: 15px;
	font-size: 20px;
}

.color-style-two .contact-one-list .top i {
	background: var(--color-style-two);
}

.color-style-three .contact-one-list .top i {
	background: var(--color-style-three);
}

.color-style-four .contact-one-list .top i {
	background: var(--color-style-four);
}

.color-style-five .contact-one-list .top i {
	background: var(--color-secondary);
}

.contact-one-list a {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-right: 15px;
	padding-right: 20px;
}

.contact-one-list a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	height: 25px;
	width: 1px;
	background: #b7b4b4;
}

.contact-one-list a:last-child {
	margin: 0;
	padding: 0;
}

.contact-one-list a:last-child::after {
	display: none;
}

.contact-one-list p {
	margin: 0;
}

.contact-one-list .item {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
}

.contact-one-list .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}

form.contact-form.contact-form input, 
form.contact-form.contact-form textarea {
    min-height: 50px;
    padding: 0 30px;
    border: 1px solid #e7e7e7;
}

form.contact-form.contact-form .form-group {
	margin-bottom: 15px;
}

form.contact-form.contact-form textarea {
	height: 160px;
	padding: 30px;
}

form.contact-form.contact-form input#validthemesRadio {
	height: 20px;
	width: 20px;
	min-height: 20px;
	padding: 0;
	margin-right: 10px;
	background-color: var(--color-primary);
	border: 4px solid #c9ceff;
}

.color-style-five form.contact-form.contact-form input#validthemesRadio {
	background-color: var(--color-secondary);
	border: 5px solid #046411;
}

form.contact-form.contact-form button {
	display: block;
}

.color-style-two .contact-one-list .top i {
	background: var(--color-style-two);
}

.color-style-two form.contact-form.contact-form input#validthemesRadio {
	background-color: var(--color-style-two);
}

.maps-area iframe {
	min-height: 600px;
	margin-bottom: -10px;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.contact-form-items label {
    font-weight: 600;
    color: var(--color-heading);
}

.contact-form-items {
    padding: 50px;
    background: var(--white);
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	border-radius: 10px;
}

.contact-form-items .flex {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* ============================================================== 
    # How to pay
=================================================================== */
.quick-pay-form {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.quick-pay-form form {
    background: #f5faf9;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quick-pay-info {
    padding: 80px;
    padding-top: 70px;
}

@media (min-width: 1200px) {
	.quick-pay-info p {
		padding-right: 20%;
	}
}

.quick-pay-info h2 {
	background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.quick-pay-form form label {
    color: var(--color-heading);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.quick-pay-form form .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.quick-pay-form form input, .quick-pay-form form input:focus {
    text-align: center;
    color: var(--color-heading);
    border-radius: 10px;
    background: transparent;
    border: 1px solid #b6cfcd;
    box-shadow: none;
}

.quick-pay-form form .form-group {
    position: relative;
    z-index: 1;
}

.quick-pay-form form .form-group i {
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    border-right: 1px solid #b6cfcd;
    line-height: 50px;
    color: var(--color-primary);
}

/* ============================================================== 
    # Payment Process
=================================================================== */
.payment-process-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    font-variant: var(--white);
    padding: 120px;
    border-radius: 30px;
    margin-bottom: 50px;
}

.payment-process-item:last-child {
    margin-bottom: 0;
}

.payment-process-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 1;
    margin-left: -10px;
}

.payment-process-item ul::after {
    position: absolute;
    left: 28px;
    top: 10px;
    bottom: 10px;
    content: "";
    border-left: 2px solid var(--color-primary);
    z-index: -1;
}

.payment-process-item ul li {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
	align-items: center;
}

.payment-process-item ul li i {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 48px;
    background: var(--color-primary);
    color: var(--white);
    font-size: 19px;
    border-radius: 50%;
    border: 7px solid var(--white);
    font-weight: 100;
}

.payment-process-item ul li p {
    margin: 0;
}

.payment-process-item ul li:last-child {
    margin-bottom: 0;
}

.payment-process-item h2 {
    margin-bottom: 30px;
}


/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
	position: relative;
	z-index: 1;
}

.error-page-area .shape-left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: left !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-page-area .shape-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20%;
	background-position: right !important;
	background-repeat: no-repeat !important;
	z-index: -1;
	opacity: 0.3;
	background-size: contain !important;
}

.error-box h1 {
	font-size: 150px;
	line-height: 110px;
	font-weight: 700;
	margin-bottom: 40px;
	text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.error-box p {
	padding: 0 10%;
}


/* ============================================================== 
    # Default Page
=================================================================== */
.default-header {
    padding: 50px;
    margin-bottom: 40px;
    border: 1px dashed #c7dad9;
    border-radius: 10px;
	text-align: center;
}

.default-header h2 {
    margin: 0;
    line-height: 1.3;
	background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

@media (min-width: 1024px) {
	.default-header {
		padding-right: 10%;
	}
}

.policy-section p {
    margin: 0;
}

.policy-section {
    margin-bottom: 35px;
}

.policy-section:last-child {
    margin-bottom: 0;
}

.policy-section {
    margin-bottom: 25px;
    padding: 25px;
    background: var(--bg-gray);
    border-radius: 8px;
    border-left: 2px solid var(--color-primary);
    transition: transform 0.3s ease;
}

.policy-section:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.policy-section h2 {
	color: #2c3e50;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	font-style: normal;
	font-size: 28px;
}

.policy-icon {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: white;
    border-radius: 50%;
    font-size: 15px;
}

.default-page-area .highlight {
    background-color: #d8e0e0;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
}

.default-page-area .contact-highlight {
	font-weight: bold;
	color: #e74c3c;
}

.default-page-area .content {
	background-color: white;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	margin-bottom: 30px;
}

.default-page-area .intro {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.default-page-area .intro p {
	margin-bottom: 15px;
	font-size: 1.05rem;
}

.refund-table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	overflow: hidden;
}

.refund-table th {
	background-color: #2c3e50;
	color: white;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.refund-table td {
	padding: 15px;
	border-bottom: 1px solid #eee;
}

.refund-table tr:nth-child(even) {
	background-color: #f8f9fa;
}

.refund-table tr:hover {
	background-color: #edf2f7;
}

.default-page-area .note {
	background-color: #e8f4fc;
	padding: 20px;
	border-radius: 8px;
	margin: 25px 0;
	border-left: 4px solid #3498db;
}

.default-page-area .note h3 {
	color: #2c3e50;
	margin-bottom: 10px;
}

.default-page-area .contact-info {
	background-color: #e8f4fc;
	padding: 20px;
	border-radius: 8px;
	margin-top: 30px;
}

.default-page-area .section {
	background-color: white;
	border-radius: 8px;
	padding: 50px;
	margin-bottom: 25px;
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
}

.default-page-area .section h2 {
	font-size: 30px;
	background: var(--bg-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.default-page-area ul {
    padding-left: 20px;
    margin-bottom: 25px;
}

.default-page-area .highlight p {
	margin: 0;
}

/* ============================================================== 
    # Footer
=================================================================== */
footer {
    position: relative;
    z-index: 1;
}

.footer-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    max-width: 15%;
}

.footer-link-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

footer .widget-title {
    margin-bottom: 30px;
	font-size: 22px;
}

ul.contact-address {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.contact-address p {
    margin-bottom: 10px;
    color: var(--white-common);
    text-transform: uppercase;
}

ul.contact-address h4  {
    margin: 0;
    font-size: 20px;
}

ul.contact-address h4 a {
    display: flex;
	align-items: center;
	gap: 10px;
}

ul.contact-address li {
    margin-top: 29px;
}


ul.contact-address h4 a i {
	color: var(--color-primary);
}

.f-item.link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-item.link ul li {
    margin-top: 15px;
    font-size: 17px;
}

.f-item.link ul li a {
    font-weight: 400;
    color: var(--white-common);
}

.f-item.link ul li a:hover {
    color: var(--white);
}

footer.bg-dark p {
    color: var(--white-common);
}

ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.social li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--color-primary);
    border-radius: 50%;
}

ul.social li a i.fa-facebook-f {
	background: #1877F2;
}

ul.social li a i.fa-whatsapp {
	background: #075e54;
}

.text-end ul.social {
    justify-content: flex-end;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom .row {
    align-items: center;
}


/* ============================================================== 
    # Responsive CSS
=================================================================== */

@media screen and (max-width: 1400px) {
	.navbar .btn.btn-border-light {
		display: none;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	/* Banner */
	.banner-style-one,
	.banner-style-one div {
		height: auto;
	}

	.banner-style-one .item {
		padding-top: 200px;
		padding-bottom: 120px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.pricing-style-one-area .pricing-single {
		width: 33.3333%;
	}

	.coverag-search {
		top: -50px;
	}

	.coverage-item .location-list {
		grid-template-columns: 1fr 1fr 1fr;
	}


}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	/* Banner */
	.banner-style-one,
	.banner-style-one div {
		height: auto;
	}

	.banner-style-one .item {
		padding-top: 200px;
		padding-bottom: 120px;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}
	
	.banner-style-one-thumb {
		display: none;
	}

	.banner-style-one-info > h2 {
		padding-right: 25%;
	}

	.coverag-search {
		top: -50px;
	}

	.coverage-item .location-list {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

/* Screen Mobile To Tablet */
@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 991px) {
	.top-bar-area .item-flex {
		justify-content: center;
		margin: 9px 0;
	}

	.top-bar-area .text-end {
		display: inline-block;
		text-align: center !important;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.top-bar-area .text-end .item-flex {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.top-bar-area .col-lg-7 li a i {
		display: inline-block;
		height: 35px;
		width: 35px;
		text-align: center;
		line-height: 35px;
		background: var(--color-primary);
		border-radius: 50%;
		font-weight: 600;
		font-size: 15px;
	}

}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* Banner */
	.banner-style-one {
		height: auto;
	}

	.banner-style-one div {
		height: auto;
	}

	.banner-style-one-thumb {
		text-align: center;
		margin-top: 30px;
		padding: 0 30px;
		display: none;
	}

	.banner-style-one-info ul.payment-list {
		margin-top: 30px;
	}

	/* Feature */
	.feature-style-one-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	
	.choose-us-style-one-thumb {
		text-align: center;
		margin-top: 60px;
		display: none;
	}

	/* Coverage */
	.coverag-search {
		top: -50px;
	}

	.coverage-item .location-list {
		grid-template-columns: 1fr 1fr;
	}

	.contact-form-items {
		margin-top: 50px;
	}

	/* Footer */
	.footer-link-items {
		margin-top: 50px;
	}

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	.title {
		font-size: 36px;
	}

	.top-bar-area .text-end {
		display: none;
	}

	.top-bar-area .item-flex {
		display: flex;
		text-align: center;
		justify-content: center;
		flex-wrap: wrap;
		grid-gap: 15px;
	}

	.top-bar-area .item-flex li {
		justify-content: center;
		margin: 0;
		margin-top: 0;
		display: inline-flex;
	}

	.top-bar-area .item-flex li:first-child {
		margin-top: 0;
	}

	/* Banner */
	.banner-style-one {
		height: auto;
		text-align: center;
	}

	.banner-style-one div {
		height: auto;
	}

	.banner-style-one-info > h2 {
		font-size: 24px;
	}

	.banner-style-one-thumb {
		text-align: center;
		margin-top: 30px;
		padding: 0 30px;
		display: none;
	}

	.banner-style-one-info ul.payment-list {
		grid-template-columns: repeat(3, 1fr);
		margin-top: 30px;
	}

	ul.list-style-one li {
        font-size: 14px;
        padding: 7px 15px;
        padding-left: 40px;
    }

	ul.packages li {
		height: 150px;
		width: 150px;
	}

	ul.packages {
		justify-content: center;
	}

	ul.packages li h2 {
		font-size: 40px;
	}

	ul.packages li h5 {
		font-size: 14px;
		padding: 4px 14px;
		padding-bottom: 3px;
	}

	ul.packages li h4 {
		margin-bottom: 7px;
	}

	ul.list-style-one {
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	ul.list-style-one li::after {
		left: 12px;
	}

	/* Pricing */
	.nav.nav-tabs.pricing-tab-navs {
		top: 0;
		margin-top: 70px;
		margin-bottom: 50px;
		display: block;
		text-align: center;
		padding: 0;
	}

	.nav.nav-tabs.pricing-tab-navs .nav-link {
		width: 100%;
		border-radius: 30px !important;
		text-align: center;
		justify-content: center;
		margin: 5px 0;
	}

	/* Location */
	.coverage-item .location-list {
		grid-template-columns: 1f;
		grid-template-columns: 1fr;
	}

	.coverag-search {
		top: 0;
		margin-top: 70px;
		margin-bottom: 30px;
		padding: 0;
		text-align: center;
		background: transparent;
	}

	.coverag-search .form-group {
		display: block;
		border-radius: 10px;
	}

	.coverag-search .form-group label {
		border-radius: 6px 6px 0 0;
	}

	.coverag-search .form-group input {
		text-align: center;
		text-align: center;
	}

	.accordion-item button.accordion-button i {
		min-width: 50px;
	}

	/* Feature */
	.feature-style-one-items {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.choose-us-style-one-thumb {
		margin-top: 50px;
		text-align: center;
	}

	.services-style-one-area {
		background-image: none !important;
	}

	/* Brand */
	.brand-style-one-carousel {
		padding: 30px;
	}

	.contact-form-items {
		margin-top: 50px;
	}

	/* Footer */
	.footer-link-items {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}

	.payment-ssl.mb-30 {
		display: none;
	}

	.footer-bottom {
		text-align: center;
		text-align: center;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 20px;
	}

	.text-end ul.social {
		justify-content: center;
	}



}

@media only screen and (max-width: 480px) {
	
}

