@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--theme-color: #000000;
	--theme-color-second: #cde704;
	--theme-color-third: #045595;
	--heading-font: "Inter", sans-serif;
	--paragraph-font: "Poppins", sans-serif;
	--span-font: "Inter", sans-serif;
	--shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
	--shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
	--shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden !important;

}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	font-size: 17px;
	color: #1e1e1e;
	background-color: #fff;
	scroll-behavior: smooth;
	overflow-x: hidden !important;
	font-family: "Inter", sans-serif;
	/* color: var(--theme-color) !important; */
}


a {
	color: #0055f1;
	text-decoration: none;
	transition: all 0.5s;

}

a:hover {
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	font-weight: 600;
}

.span-font {
	font-family: var(--span-font);
}

p {
	margin: 0;
	line-height: 27px;
	margin-bottom: 15px;
	font-size: 16px;
}

ul li {
	margin-bottom: 0px;
}

.img-fluid {
	display: block;
	width: 100%;
	max-width: 100%;
}

.li {
	display: inline-block;
	padding: 0px 5px;
}

ul {
	list-style: none;
	padding: 0;
}

h1 {
	font-size: 65px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 35px;
}

h4 {}

h5 {}

h6 {}


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

.gap {
	margin-bottom: 30px;
}

section {
	padding: 80px 0px;
}

.form-control:focus {
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}

input {
	width: 100%;
	outline: none;
	border: none;
	border: 1px solid #ced4da;
}

textarea {
	width: 100%;
	outline: none;
	border: none;
	border: 1px solid #ced4da;
}

select {
	width: 100%;
	outline: none;
	border: none;
	border: 1px solid #ced4da;
	color: #c1c0bd;
}

/* navbar----------- */


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

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

* {
	box-sizing: border-box;
}

.m-backtotop {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	bottom: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	background: var(--theme-color);
	border-radius: 0;
	text-align: center;
	border: 2px solid var(--theme-color-second);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	overflow: hidden;
	color: #fff;
}

.m-backtotop.active {
	bottom: 0;
	opacity: 1;
}

.m-backtotop>div {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
	z-index: 999;
}

.m-backtotop>div.text {
	font-size: 0.5rem;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Open Sans", sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(50%) translateX(-50%);
	opacity: 0;
	margin-top: 1px;
}

.m-backtotop:hover {
	transform: scale(1.1);
	bottom: 0px;
	cursor: pointer;
	background: black;
	box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
	transform: translateY(-150%) translateX(-50%);
	opacity: 0;
}

.m-backtotop:hover>div.text {
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--theme-color-second);
	transition: height 0.2s ease-in-out;
}

.py-5 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.py-6 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-7 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.py-8 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.py-9 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.py-10 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.gap-p p {
	margin-bottom: 0px;
}


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


/* ---------------------- */
.small {
	display: none;
}


a.navbar-brand img {
	width: 152px;
	background: #fff;
	padding: 11px 14px;
	border-radius: 600px;
}

.header_menu li a {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 29px 19px;
	display: inline-block;
}

.header_menu li a:hover {
	color: var(--theme-color-second);
}

.hd_info {
	display: flex;
	align-items: center;
	gap: 10px;

	flex-wrap: wrap;
}

a.comon-btn {
	background: var(--theme-color-second);
	color: #000;
	display: inline-block;
	font-size: 13px;
	padding: 12px 6px;
	border-radius: 500px;
	width: 12.5rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	border: 1px solid var(--theme-color-second);
}

a.comon-btn:hover {
	background: var(--theme-color);
	color: #fff;
}

a.btn-2 {
	background-color: var(--theme-color-third);
	color: #fff;
	border-color: var(--theme-color-third);
}

a.btn-white {
	background: #fff;
	color: #1e1e1e;
}

.header_menu li a {
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
	padding: 18px 13px;
	display: inline-block;
	font-weight: 500;
}

.navbar li:hover a {
	color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end {
		right: 0;
		left: auto;
	}

	.navbar li .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		margin-top: 0;
	}

	.navbar li:hover a {
		color: var(--theme-color);
	}

	.navbar .dropdown-menu.fade-down {
		top: 80%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
	}

	.navbar .dropdown-menu.fade-up {
		top: 180%;
	}

	.navbar li:hover .dropdown-menu {
		transition: .3s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		transform: rotateX(0deg);
	}
}

ul.dropdown-menu.fade-up li a:hover {
	color: #fff !important;
	background: var(--theme-color-third);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
	border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
	border-bottom: 1px solid #c1c0bd;
	margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 11px 12px;
	color: rgb(0, 0, 0) !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.dropdown-menu.fade-up {
	border: none;
	background: #fff;
	padding: 0 0;
	min-width: inherit;
	width: 250px;
	border-radius: 0px;
}

.link-sm-2 i {
	top: -9px !important;
}

.link-sm-2 {
	position: relative;
}


.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.sticky-top-1.sticky {
	background: #fff !important;
	z-index: 9999999999999;


}

#main_header .dropdown-submenu {
	position: relative;
}

/* Multi Level */
#main_header .dropdown-submenu>.dropdown-menu {
	position: absolute;
	top: 0;
	left: 100%;
	margin-top: 0;
	display: none;
}

#main_header .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

/* Arrow */
#main_header .dropdown-submenu>a::after {
	content: "\203A";
	float: right;
	font-size: 18px;
}

#main_header .height-down {
	width: 210px;
	height: 250px;
	overflow-y: scroll;
}

#main_header ul.navbar-nav.mx-auto {
	background: #fff;
	border-radius: 100px;
	padding: 0 25px;
}

#main_header {
	padding: 10px 0;
}

#main_header a.comon-btn {

	border: 3px solid #fff;
}

.banner_sec {
	height: 100vh;
	display: flex;
	align-items: center;
}

.banner_sec .heading h6 {
	text-transform: uppercase;
	background-color: #00000056;
	display: inline-block;
	font-size: 12px;
	padding: 5px 15px;
	color: #fff;
	border-radius: 600px;
	margin-bottom: 0;
	font-weight: 400;
}

.banner_sec h1 {
	text-shadow: 1px 1px 1px #555;
	font-size: 46px;
	line-height: 1.2;
}

.banner_sec h1 span {
	color: var(--theme-color-second);
}

.banner_sec h5 {
	font-size: 17px;
}


.banner_sec .header-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.banner_sec .header-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 14px;
}

.banner_sec .header-list li i {
	color: var(--theme-color-second);
}

.home_sec_2 {
	background: #F8FBDA;
	background: linear-gradient(180deg, rgba(248, 251, 218, 1) 57%, rgba(0, 0, 0, 0) 100%);
}

.home_sec_2 .img-head {
	display: flex;
	align-items: center;
	gap: 15px;
	color: var(--theme-color-third);
}

.home_sec_2 .img-head img {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 600px;
}

.home_sec_2 h2 span {
	color: var(--theme-color-third);
}

.home_sec_2 .heading h6 a {
	color: var(--theme-color-third);
}

.home_sec_2 .heading h6 {
	font-size: 18px;
}

.home_sec_2 a.area-block {
	border-radius: 18px;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.home_sec_3 .service-box .service-content {
	display: flex;
	gap: 18px;
}

.home_sec_3 .service-box img {

	margin-bottom: 18px;
}

.home_sec_3 .service-box .service-content .number h4 {
	color: var(--theme-color-second);
	font-weight: 800;
	font-size: 32px;
}

.home_sec_3 .service-box .service-content h5 {
	font-size: 22px;
}

.home_sec_3 .service-box .service-content p {
	font-size: 14px;
	color: #868686;
}

.home_sec_4 .heading h5 {
	text-transform: uppercase;
	background-color: #00000056;
	display: inline-block;
	font-size: 12px;
	padding: 5px 15px;
	color: #fff;
	border-radius: 600px;
	margin-bottom: 0;
	font-weight: 400;
}

.home_sec_4 {
	position: relative;
}

.home_sec_4 .container {
	position: relative;
	z-index: 1;
}

.home_sec_4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000050;
}

.home_sec_5 h5 {

	text-transform: uppercase;
	background-color: #f3f9c5;
	display: inline-block;
	font-size: 12px;
	padding: 5px 15px;
	color: var(--theme-color-third);
	border-radius: 600px;
	margin-bottom: 0;
	font-weight: 400;
}

.home_sec_6 {
	background-color: var(--theme-color-third);
	border-radius: 15px;
}

.home_sec_6 .img-head {
	display: flex;
	gap: 5px;
	align-items: center;
}

.home_sec_6 .img-head h2 {
	margin-bottom: 0;
}

.home_sec_6 .img-head img {
	width: 200px;
	height: 50px;
	object-fit: contain;
}

.home_sec_6 .name-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.home_sec_6 .name-box .name {
	background: #33691e;
	display: flex;
	height: 55px;
	width: 55px;
	align-items: center;
	justify-content: center;
	border-radius: 600px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.home_sec_6 .name-box .rate {
	display: inline-flex;
	background-color: orange;
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 600px;
}

.home_sec_6 .review-box .content {
	height: 150px;
	overflow-y: scroll;
	margin-bottom: 35px;
}

.home_sec_6 .review-box .content p {
	font-size: 14px;
	line-height: 1.5;
	font-style: italic;
}

.home_sec_6 .auther-box {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.home_sec_6 .auther-box .name-ath {
	font-size: 12px;
	display: block;
}

.home_sec_6 .auther-box .date {
	font-size: 10px;
}

.home_sec_6 .auther-box {
	line-height: 1;
}

.home_sec_7 .accordion-button {
	box-shadow: none !important;
	background-color: #e1e9ee !important;
	color: #000 !important;
	font-size: 15px;
}

.home_sec_7 .accordion-item {
	box-shadow: none !important;
	background-color: #e1e9ee !important;
	color: #000 !important;
	font-size: 14px;
}

.home_sec_7 .accordion-item p {
	font-size: 14px;
}

.home_sec_8 .blog-box span.date {
	font-size: 12px;
}

.home_sec_8 .blog-box h5 {
	font-size: 21px;
	line-height: 1.6;
}

.home_sec_9 .map {
	height: 100%;
}

.home_sec_9 .map iframe {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}


.home_sec_9 .form-box {
	background: #0B5A98;
	background: linear-gradient(0deg, rgba(11, 90, 152, 1) 57%, rgba(0, 0, 0, 0) 100%);
	border-radius: 20px;
	height: 100%;
}

.home_sec_9 .form-box input {
	padding: 13px;
	border: none;
}

.home_sec_9 .form-box textarea {
	padding: 13px;
	border: none;
	height: 150px;
}

.home_sec_9 .form-box button {
	padding: 13px;
	border: none;
	border-radius: 600px;
	background-color: var(--theme-color-second);
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
}

.footer {
	padding: 80px 0;
}

.footer .ft-social a {
	font-size: 25px;
	color: #fff;
}

.footer .ft-social {
	gap: 18px;
}

.footer .ft-contact li {
	margin-bottom: 15px;
}

.footer .ft-contact li a {

	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff;
}

.footer .ft-contact li a i {
	min-width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 600px;
	background-color: var(--theme-color-second);
	color: #000;
}

.footer .ft-contact li a span.head {
	display: block;
	font-size: 12px;
	color: var(--theme-color-second);
}

.footer .ft-contact li a span.number {
	font-size: 22px;
	font-weight: 800;
}

.footer .ft-contact li a span.mail {
	font-size: 14px;
}


.footer span.lisence {
	font-size: 13px;
	line-height: 1;
}

.footer .ft-heading h6 {
	display: block;
	font-size: 16px;
	color: var(--theme-color-second);
	font-weight: normal;
}

.footer .ft-heading .ft-link li {
	margin-bottom: 15px;
}

.footer .ft-heading .ft-link li a {
	font-size: 14px;
	color: #e0e0e0;
}


.inner_banner_sec {
	position: relative;
	height: 70vh;
	display: flex;
	align-items: center;
}

.inner_banner_sec .container {
	position: relative;
}

.inner_banner_sec::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #00000091;
	position: absolute;
	top: 0;
	left: 0;
}

.pagination {
	gap: 10px;
	margin-top: 40px;
}

.pagination .page-link {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	border: 2px solid var(--theme-color-third);
	background: #fff;
	color: var(--theme-color);
	font-family: var(--heading-font);
	font-weight: 600;
	box-shadow: var(--shadow-small);
	transition: all .3s ease;
}

.pagination .page-link:hover {
	background: var(--theme-color-third);
	color: #fff;
	border-color: var(--theme-color-third);
	box-shadow: var(--shadow-base);
}

.pagination .page-item.active .page-link {
	background: var(--theme-color-second);
	border-color: var(--theme-color-second);
	color: var(--theme-color);
	box-shadow: var(--shadow-base);
}

.pagination .page-item.disabled .page-link {
	opacity: .5;
	pointer-events: none;
	background: #f5f5f5;
	border-color: #ddd;
}

.pagination .page-link:focus {
	box-shadow: 0 0 0 .2rem rgba(205, 231, 4, .35);
}

@media (max-width: 576px) {
	.pagination {
		gap: 6px;
	}

	.pagination .page-link {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}



/* =========================
Inner Blog Left
========================= */
.inner-blog-left-sec {
	padding: 15px 19px 35px;
	background: #fff;
	color: #000;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .41);
}

.inner-blog-left-sec p {
	color: rgba(17, 17, 17, .67);
}

.inner-blog-left-sec h3 {
	font-weight: 600;
	margin-bottom: 18px;
}

.inner-blog-left-sec img {
	width: 100%;
	border-radius: 5px;
}

/* Blog Heading */
.inner-blog-left-sec .blog-head {
	display: flex;
	align-items: center;
	gap: 20px;
}

.inner-blog-left-sec .blog-head p {
	margin-bottom: 12px;
	color: #606060;
}

.inner-blog-left-sec .blog-head i {
	font-size: 16px;
	margin-right: 3px;
	color: var(--theme-color);
}

/* Share Section */
.inner-blog-left-sec .share-sec {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(28, 28, 28, .17);
}

.inner-blog-left-sec .share-sec ul {
	display: flex;
	align-items: center;
	gap: 15px;
}

.inner-blog-left-sec .share-sec a {
	color: rgba(17, 17, 17, .35);
}

.inner-blog-left-sec .share-sec i {
	font-size: 17px;
	color: var(--theme-color);
}

/* =========================
Navigation Cards
========================= */
.inner-blog-left-sec .navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.inner-blog-left-sec .navigation a,
.inner-blog-left-sec .navigation i {
	color: var(--theme-color);
	font-size: 15px;
	font-weight: 600;
}

.inner-blog-left-sec .blog-contain {
	height: 100%;
	padding: 25px 18px;
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
}

.inner-blog-left-sec .blog-contain .img-top {
	padding-bottom: 15px;
}

.inner-blog-left-sec .blog-content h3 {
	color: #000;
}

.inner-blog-left-sec .blog-content p {
	color: rgba(17, 17, 17, .67);
}

.inner-blog-left-sec .blog-content strong {
	color: rgba(17, 17, 17, .35);
}

.inner-blog-left-sec .blog-content .blog-head {
	justify-content: space-between;
}

/* =========================
Comment Form
========================= */

.wpcf7-form p { 
	margin-bottom: 0px;
	margin-top: 0px;
}

.wpcf7-form br {
	display: none; }


.inner-blog-comment .contact-form {
	padding: 20px 25px;
	background: #fff;
	color: #000;
	border-radius: 8px;
	border: 1px solid rgba(69, 69, 70, .2);
	box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
}

.inner-blog-comment input,
.inner-blog-comment textarea {
	width: 100%;
	padding: 11px;
	border-radius: 4px;
	border: 1px solid rgba(28, 28, 28, .23);
	outline: none;
}

.inner-blog-comment button {
	width: 100%;
	padding: 15px 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #000;
	border: 1px solid #000;
	border-radius: 8px;
	transition: .5s;
}

.inner-blog-comment button:hover {
	background: rgba(28, 28, 28, .23);
	border-color: rgba(28, 28, 28, .23);
	color: #000;
}

/* =========================
Admin Section
========================= */
.inner-blog-left-sec .admin-sec p {
	color: rgba(17, 17, 17, .67);
}

.inner-blog-left-sec .admin-info-content {
	padding: 10px 20px;
	border-top: 1px solid rgba(28, 28, 28, .23);
	border-bottom: 1px solid rgba(28, 28, 28, .23);
}

.inner-blog-left-sec .admin-info-content ul {
	display: flex;
	align-items: center;
	gap: 25px;
}

.inner-blog-left-sec .admin-info-content i {
	font-size: 18px;
}

.inner-blog-left-sec .admin-info-content a {
	color: rgba(17, 17, 17, .67);
}

/* =========================
Right Sidebar
========================= */
.inner-blog-right-sec {
	padding: 35px 21px;
	background: #fff;
	color: #000;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .41);
}

/* Search */
.inner-blog-right-sec .blog-search form {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 13px;
	border-radius: 5px;
	border: 1px solid rgba(28, 28, 28, .23);
}

.inner-blog-right-sec input {
	width: 100%;
	border: 0;
	outline: 0;
}

.inner-blog-right-sec button {
	background: none;
	border: 0;
	cursor: pointer;
	font-size: 15px;
	color: #111;
}

/* Popular Posts */
.inner-blog-right-sec .popular-cards1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 15px 0;
	border-top: 1px solid rgba(28, 28, 28, .23);
}

.inner-blog-right-sec .popular-cards1 img {
	width: 130px;
}

.inner-blog-right-sec .popular-cards1 a {
	font-size: 15px;
	font-weight: 600;
	color: rgba(17, 17, 17, .67);
}

.inner-blog-right-sec .popular-cards1 p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	color: rgba(17, 17, 17, .67);
}

.inner-blog-right-sec .heading {
	width: 100%;
}

/* =========================
Policies Section
========================= */
.polioyies_sec {
	padding-top: 100px;
}

.polioyies_sec h1 {
	font-size: 40px;
	text-transform: capitalize;
}

.polioyies_sec h2 {
	font-size: 35px;
}

.polioyies_sec h3 {
	font-size: 30px;
}

.polioyies_sec h4 {
	font-size: 25px;
}


.polioyies_sec ul {
	list-style: disc;
	padding-left: 20px;
}

.polioyies_sec li {
	margin-bottom: 15px;
}


.contact_sec_1 .contact_text {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 40px;
}

.contact_sec_1 .contact_info_wrap {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.contact_sec_1 .contact_info_item {
	display: flex;
	align-items: center;
	gap: 18px;
	text-decoration: none;
}

.contact_sec_1 .icon_box {
	width: 55px;
	height: 55px;
	min-width: 55px;
	border-radius: 50%;
	background: rgba(205, 231, 4, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_sec_1 .icon_box svg {
	color: var(--theme-color-third);
}

.contact_sec_1 .contact_info_item h5,
.contact_sec_1 .contact_info_item h6 {
	margin: 0;
	color: var(--theme-color);
	transition: 0.3s;
}

.contact_sec_1 .contact_info_item h5 {
	font-size: 20px;
	font-weight: 600;
}

.contact_sec_1 .contact_info_item h6 {
	font-size: 15px;
	font-weight: 500;
	font-family: var(--paragraph-font);
	color: #4a4a46;
}

.contact_sec_1 .contact_info_item span {
	display: block;
	font-size: 13px;
	color: #777;
	margin-top: 4px;
	line-height: 1.6;
}

.contact_sec_1 .contact_info_item:hover h5,
.contact_sec_1 .contact_info_item:hover h6 {
	color: var(--theme-color-third);
}

.contact_sec_1 .address_text p {
	margin-bottom: 4px;
	color: #666;
	font-size: 15px;
}

.contact_sec_1 .contact_form_box {
	background: #fff;
	border: 1px solid rgba(4, 85, 149, 0.12);
	border-radius: 20px;
	padding: 45px;
	box-shadow: var(--shadow-large);
}

.contact_sec_1 .contact_form_box label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
	color: var(--theme-color);
}

.contact_sec_1 .form-control {
	border-radius: 10px;
	padding: 14px 18px;
	font-size: 15px;
	border: 1px solid #ddd;
	box-shadow: none;
}

.contact_sec_1 .form-control:focus {
	border-color: var(--theme-color-third);
	box-shadow: 0 0 0 0.2rem rgba(4, 85, 149, 0.15);
}

.contact_sec_1 textarea.form-control {
	resize: vertical;
}

.contact_sec_1 .form-check-label {
	font-size: 13px;
	line-height: 1.7;
	color: #777;
}

.contact_sec_1 .form-check-input:checked {
	background-color: var(--theme-color-second);
	border-color: var(--theme-color-second);
}

.contact_sec_1 .submit_btn {
	width: 100%;
	border: 0;
	padding: 15px 20px;
	border-radius: 50px;
	background: var(--theme-color-third);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	transition: 0.3s;
	box-shadow: var(--shadow-base);
}

.contact_sec_1 .submit_btn:hover {
	transform: translateY(-2px);
	background: var(--theme-color);
}

.contact_sec_1 .contact_text a {
	color: var(--theme-color-third);
	text-decoration: none;
	font-weight: 600;
}

.contact_sec_1 .contact_text a:hover {
	color: var(--theme-color);
}

.contact_info_item h5 a {
	font-size: 15px;
	color: var(--theme-color-third);
}

.map {
	line-height: 0;
}

.contact_seC_3 h3 {
	font-size: 28px;
	color: var(--theme-color-third);
}

.contact_seC_3 .cleint-box a {
	display: flex;
	height: 100%;
	border: 5px solid var(--theme-color-third);
	align-items: center;
	justify-content: center;
	padding: 2px;
	border-radius: 5px;
	background-color: #e0e0e0;
}



#area_sec .area-block p {
	font-size: 20px;
	font-weight: bold;
	color: var(--theme-color-third);
}

#area_sec .area-block img {
	height: 200px;
	object-fit: cover;
	border-radius: 20px;
}


/* **************** Inner Service *************** */

.inner_banner_ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.inner_banner_ul li {
	display: flex;
	gap: 10px;
	align-items: baseline;
	text-align: left;
}

.inner_banner_ul li i {
	color: var(--theme-color-second);
}

#level_two_electrician_banner {
	padding-top: 120px !important;
}

.image-box {
	height: 100%;
}

.content-box {
	height: 100%;
}


.image-box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 12px solid #fff;
	box-shadow: var(--shadow-large);
}

.inner_service_ul li {
	display: flex;
	gap: 8px;
	align-items: baseline;
}

.inner_service_ul li i {
	color: var(--theme-color-third);
}

.inner_service_ul li p {
	font-weight: 600;
}

.p_link a {
	color: var(--theme-color-third) !important;
}

.level_electrician_sec2,
.level_electrician_sec4,
.level_electrician_sec6 {
	background: var(--theme-color-second);
}

.level_electrician_sec7 ul li p {
	margin-bottom: 5px;
}


/* ********************* */

.inner_area_banner {
	color: #fff;
	padding-top: 312px;
	padding-bottom: 54px;
	position: relative;
	z-index: 0;
}

.inner_area_banner h1 {
	font-size: 55px;
}

.inner_area_banner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #00000091;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.253) 21%, rgba(0, 0, 0, 0.747) 89%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.inner_area_banner .inner_banner_ul {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

.inner_area_sec2 {
	background: var(--theme-color-third);
	color: #fff;
}

.inner_area_sec4 {
	background: var(--theme-color-third);
	color: #fff;
}

.inner_area_sec4 .inner_service_box {
	background: rgba(255, 255, 255, 0.801);
	border: 2px solid var(--theme-color-second);
	display: flex;
	padding: 25px;
	height: 100%;
	gap: 10px;
	border-radius: 10px;
	align-items: baseline;
	color: var(--theme-color);
}

.inner_area_sec6 {
	background: rgba(205, 231, 4, 0.205);
}

.inner_area_sec6 .hiw_box {
	background-color: var(--theme-color-second);
	padding: 40px 30px;
	border-radius: 10px;
	height: 100%;
	color: #000;
}

.inner_area_sec6 .box_2 {
	background: var(--theme-color);
	color: #fff;
}

.inner_area_sec6 .box_3 {
	background: var(--theme-color-third);
	color: #fff;
}

.inner_area_sec6 .hiw_box .number {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 18px;
}

.awards_sec1 .content_box {
	box-shadow: var(--shadow-base);
	border: 1px solid var(--theme-color-second);
	padding: 40px;
	border-radius: 20px;
}

.awards_sec1 .gallery_wrapper img {
	border: 5px solid var(--theme-color-second);
	border-radius: 20px;
	box-shadow: var(--shadow-base);
}

.awards_sec2 {
	background: var(--theme-color-second);
}

.about_sec2{
	background: var(--theme-color-second);
}

.about_sec4{
	padding-top: 350px;
	padding-bottom: 60px;
	color: #fff;
}

.about_sec1 .span-text , .about_sec2 .span-text{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: var(--theme-color-third);
}


/* Pagination Wrapper */
.pagi-review nav,
.pagi-review .page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagi-review ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 12px;
}

.pagi-review ul.page-numbers li {
	margin: 0;
	padding: 0;
}

/* All Pagination Buttons */
.pagi-review .page-numbers a,
.pagi-review .page-numbers span {
	width: 48px;
	height: 48px;
	border: 2px solid #0056b3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	background: #fff;
	font-size: 18px;
	font-weight: 600;
	transition: .3s ease;
	box-sizing: border-box;
}

/* Current Page */
.pagi-review .page-numbers .current {
	background: #dfff00;
	border-color: #dfff00;
	color: #000;
}

/* Hover */
.pagi-review .page-numbers a:hover {
	background: #0056b3;
	color: #fff;
}
/* Previous & Next */
.pagi-review .page-numbers .prev,
.pagi-review .page-numbers .next{
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Disabled Previous/Next & Dots */
.pagi-review .page-numbers .dots,
.pagi-review .page-numbers .disabled,
.pagi-review .page-numbers span.prev,
.pagi-review .page-numbers span.next {
	opacity: .4;
	pointer-events: none;
	border-color: #d9d9d9;
	color: #999;
	background: #fff;
}


.wpcf7-response-output {
	color: #fff !important;
}

/* Mobile */
@media (max-width:576px){
	.pagi-review ul.page-numbers{
		gap:8px;
	}

	.pagi-review .page-numbers a,
	.pagi-review .page-numbers span{
		width:40px;
		height:40px;
		font-size:16px;
	}
}


.ti-fade-container,
.ti-fade-container * {
	color: #fff !important;
}


.footer .footer-call-new {
	display: flex;
	align-items: start;
	gap: 10px;
}
.footer .ft-contact li .footer-call-new  i {
	min-width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 600px;
	background-color: var(--theme-color-second);
	color: #000;
}

.footer .ft-contact li  .footer-call-new span.head {
	display: block;
	font-size: 12px;
	color: var(--theme-color-second);
	margin-bottom: 8px;
}


.footer .ft-contact li  .footer-call-new span.number {
	display: block;
	line-height: normal;
	height: fit-content;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact_seC_3 .cleint-box img {
    object-fit: contain;
    height: 100px;
    width: 90%;
    margin: 0 auto;
    border: 5px solid var(--theme-color-third);
    padding: 10px;
    border-radius: 5px;
background-color: #e0e0e0;
}


.contact_seC_3 .cleint-box a {
    border: 0px solid var(--theme-color-third);
    background: transparent;
}

#link-color p a{
	color:#fff;
	font-weight:800;
}
#link-color ul li a{
	color:#fff;
	
}

#link-color ul li i{
	color:#fff;
}

section.inner_area_sec5 .content-box .inner_service_ul li {
    display: block;
	line-height:1.8;
}

.lavel-vs-not-important {
	padding-top: 0;
}

.lavel-vs-not-important ul {
	list-style: disc;
	padding-left: 20px;
	font-size: 14px;
}

.lavel-vs-not-important ul li {
	margin-bottom: 10px;
}


.bg_color_chng {
	background: #fff;
}