@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:#01589f;
	--theme-color-third: #000;

	--heading-font:  "Inter", sans-serif;
	--paragraph-font: "Poppins", sans-serif;
	--span-font: 'spanist';



	--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: "Poppins", 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);
}

.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: 68px;
	font-weight: 700;
	line-height: 1;
}
h2 {
	font-size: 55px;
	font-weight: 700;
}

h3 {
	font-size: 40px;
	font-weight: 700;

}

h4{}

h5 {
	font-size: 22px;
}

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;
	z-index: 999999;	
}

.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: 101px;
}
.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: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 12px 6px;
	border-radius: 5px;
	width: 14rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

a.fit-btn{
	width: fit-content;
	padding: 12px 18px;
}

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

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

.header_menu li a {
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
	padding: 21px 14px;
	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-second);
	}

	.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-second);
}

#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 {
	color: #000 !important;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
	border: none;
	background: #fff;
	padding: 0 0;
	min-width: inherit;
	width: 200px;
	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 .navbar-expand-lg .navbar-collapse {
	display: flex!important;
	flex-basis: auto;
	flex-direction: column;
	align-items: end;
}

#main_header a.phone-info {
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
}
#main_header a.phone-info i{
	background-color: var(--theme-color-second);
	display: flex;
	height: 35px;
	width: 35px;
	color: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 600px;
}
#main_header {
	padding: 10px 0 0;
}
#main_header .hd_info{
	gap: 19px;
}

.banner-sec {
	padding-bottom: 15px;
	background-position: bottom!important;
}
.banner-sec h5 {
	font-size: 32px;
	font-weight: bold;
}

.banner-sec h2 {
	font-size: 32px;
	font-weight: bold;
	font-family: var(--heading-font);
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.2;
}

.banner-sec .bootom-pg{
	margin-top: 195px;
}

.home_sec_2 p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin-bottom: 0;
}

.home_sec_3 p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
}

.what_we_provide {
	background: #9FCFFD;
	background: linear-gradient(180deg, rgba(159, 207, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.what_we_provide h2{
	text-transform: uppercase;
	margin-bottom: 0;

}

.what_we_provide .service-box img{
	width: 65px!important;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 18px;
}

.what_we_provide .service-box h5 {
	font-weight: 700;
	font-size: 18px;
	min-height: 45px;
}

.what_we_provide .service-box h3 {
	font-weight: 700;
	font-size: 18px;
	min-height: 45px;
	font-family: var(--heading-font);
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.2;
}

.what_we_provide .service-box p {
	font-size: 14px;
	line-height: normal;
	color: #666;
	min-height: 108px;
}
.what_we_provide .service-box {
	height: 347px;
}

.what_we_provide .owl-nav img{
	width: 30px;
}

.what_we_provide button.owl-prev {
	position: absolute;
	top: 40%;
	left: -39px;
}
.what_we_provide button.owl-next {
	position: absolute;
	top: 40%;
	right: -39px;
}
a.btn-dark{
	background-color: #3f3f3f;
}

.counter-section .counter {
	font-size: 45px;
	font-weight: 700;
	color:var(--theme-color-second)
}
.counter-section   .counter-label {
	font-size: 1rem;
	margin-top: 10px;
}
.counter-section .divider {
	border-left: 1px solid #333;
	height: 105px;
	margin: auto;
}
.counter-section .counter-block {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.why_choose_us .why-box{
	display: flex;
	gap: 15px;
	align-items: start;
}
.why_choose_us .why-box h4{
	font-weight: 700;
	font-size: 20px;
}

.why_choose_us .why-box h3 {
	font-weight: 700;
	font-size: 20px;
	font-family: var(--heading-font);
	margin: 0px 0px 15px;
	line-height: 1.2;
}

.why_choose_us .why-box p{
	font-size: 14px;
	line-height: normal;
	color: #666;
}

.faq_sec .accordion-button:not(.collapsed) {
	color: #000000;
	background-color: transparent;
	box-shadow:none;
}

.faq_sec .accordion-item {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #828282 !important;
	margin-bottom: 10px;
}

.faq_sec .accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url('../image/plus.png');
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

.faq_sec .accordion-button:not(.collapsed)::after {

	transform: rotate(138deg);
}

.faq_sec .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 18px;
	color: #000000;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.google-review .rating{
	color: orange;
	display: flex;
}

.google-review .content-box {
	height: 155px;

	overflow-y: scroll;
	margin-bottom: 15px;
	padding-right: 10px;
}
.google-review .content-box p{
	font-size: 14px;
	line-height: normal;
	text-align: start;
	color: #3f3f3f;
}

.google-review .clent-info img{
	width: 32px!important;
}
.google-review .clent-info p{
	font-size: 14px;
	line-height: normal;
	text-align: start;
}


.contact-form-2 #form-action input , .contact-form-2 #form-action select{
	padding: 13px;
	background-color: #dbdbdb;
	border: 1px solid #686868;
	outline: 0;
	box-shadow: none;
	width: 100%;
	border-radius: 4px;
	font-weight: 400;
	font-size: 15px;
	color: #000000;
}

.contact-form-2 #form-action input::placeholder {
	opacity: 1 !important;
	color: #000000;
}

.input:focus {
	color: #5F656F;
	background-color: #f2e0e2;
	border-color: #5F656F;
	outline: 0;
	box-shadow: none;
}

.contact-form-2 #form-action textarea {
	padding: 13px;
	/* color: #000000; */
	background-color: #dbdbdb;
	border: 1px solid #686868;
	border: 1px solid #686868;
	outline: 0;
	color: #000000;
	box-shadow: none;
	width: 100%;
	border-radius: 4px;
	font-weight: 400;
	font-size: 15px;
}

.contact-form-2 #form-action textarea::placeholder {
	opacity: 1 !important;
	color: #000000;
}

.contact-form-2 #form-action button {
	padding: 12px 0px;
	background: var(--theme-color);
	color: #fff;
	border: none;
	letter-spacing: 2px;
	transition: 1s;
	width: 100%;
	border-radius: 5px;
	font-weight: 500;
	font-size: 15px;
	border: 1px solid var(--theme-color);
}


.contact-form-2 ul li a{
	display: flex;
	align-items: start;
	gap: 10px;
	margin-bottom: 15px;
	font-size: 18px;
	color: var(--theme-color-second);
}

.map {
	line-height: 0;
}
.map iframe{
	width: 100%;
}
.our-blog .blog-article h6{
	font-size: 18px;
	color: #000;
	margin: 0;
}


.footer{
	padding: 55px 0;
	color: #fff;
}

.footer .heading a{
	color: #fff;
}

.footer ul.ul.ft-list{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
}
.footer ul.ul.ft-list li a{
	color: #fff;
}
.custom-pagination .page-link {
	color: #01589f;
	border: 1px solid #01589f;
	background-color: transparent;
	transition: 0.3s;
}

.custom-pagination .page-link:hover {
	background-color: #01589f;
	color: #fff;
}

.custom-pagination .page-item.active .page-link {
	background-color: #01589f;
	border-color: #01589f;
	color: #fff;
}

.custom-pagination .page-link:focus {
	box-shadow: 0 0 0 0.25rem rgba(1, 88, 159, 0.25);
}


.inner-blog-left-sec {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: rgba(149, 157, 165, 0.2);
	padding: 15px 19px 35px;
	border-radius: 8px;
}

.inner-blog-left-sec .inner-blog-sec1 p {
	color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
	display: flex;
	align-items: center;
	gap: 20px;
}

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

.inner-blog-left-sec .inner-blog-sec1 h3 {
	font-weight: 600;
	margin-bottom: 18px;
	/* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
	border-radius: 5px;
	margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #1c1c1c2b;
	margin-bottom: 10px;
}

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

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

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

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
	color: #00000059;
}

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

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

.inner-blog-left-sec .navigation-sec .navigation i {
	color: var(--theme-color);
}

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

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

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
	border-radius: 5px;
}

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

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
	color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
	color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
	width: 100%;
	outline: none;
	padding: 11px;
	border-radius: 4px;
	border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
	width: 100%;
	outline: none;
	padding: 11px;
	border-radius: 4px;
	border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
	color: #ffffff;
	background-color: #000;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #000;
	padding: 15px 20px;
	border-radius: 8px;
	font-weight: 400;
	transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
	background: #1c1c1c3b;
	border: 1px solid #1c1c1c3b;
	color: #000;
	transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
	color: #000000ab;
}

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

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

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
	color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
	border-top: 1px solid #1c1c1c3b;
	border-bottom: 1px solid #1c1c1c3b;
	padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
	border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border: rgba(149, 157, 165, 0.2);
	padding: 35px 21px;
	border-radius: 8px;
}

.inner-blog-right-sec .blog-search form {
	position: relative;
	border: 1px solid #1c1c1c3b;
	border-radius: 5px;
	padding: 11px 13px;
	display: flex;
	align-items: center;
	gap: 10px;
}

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

.inner-blog-right-sec .blog-search form button {
	/* position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%; */
	cursor: pointer;
	background: none;
	border: 0;
	font-size: 15px;
	color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #1c1c1c3b;
	padding: 15px 0;
	gap: 10px;
}

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

.inner-blog-right-sec .popular-sec .popular-cards1 p {
	color: #000000ab;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
	color: #000000ab;
	font-size: 15px;
}

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

.inner-blog-sec1 img {
	height: 335px;
	object-fit: cover;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
	width: 130px;
	height: 80px;
	object-fit: cover;
}

.contact_sec_1 .icon-box {
	display: flex;
	gap: 13px;
	height: 100%;
	color: #fff;
}

.contact_sec_1 .icon-box i {
	display: flex;
	height: 50px;
	min-width: 50px;
	background-color: #fff;
	color: var(--theme-color-second);
	border-radius: 600px;
	align-items: center;
	justify-content: center;
}

.contact_sec_1 .icon-box h5 {
	font-family: var(--paragraph-font);
	margin-bottom: 5px;
}

.contact_sec_1 .icon-box a {
	font-size: 14px;
	color: #fff;
}

.contact_sec_1 form input,
.contact_sec_1 form textarea {
	padding: 14px;
}

.contact_sec_1 form textarea {
	height: 122px;
}

.contact_sec_1 form button {
	width: 100%;
	padding: 14px;
	border: none;
	background-color: #000;
	color: #fff;
}

.map {
	line-height: 0;
	box-sizing: border-box;

	padding: 10px;
}

.map iframe {
	width: 100%;

	border-radius: 10px;
}
.gas-appliance-repair {
	text-align: justify;
}
.gas-appliance-repair h3{
	color: var(--theme-color-second);
	text-transform: uppercase;
	text-align:left;
}

.our-service-include h2{
	color: var(--theme-color-second);
	text-transform: uppercase;


}

.our-service-include div#v-pills-tab , .our-service-include div#v-pills-tabContent{
	background: #fff;
	border-radius: 0px;
	padding: 15px;
	box-shadow: 1px 5px 9px #01589f;
	height: 100%;
	gap: 10px;
}
.our-service-include div#v-pills-tabContent{
	padding: 19px;
}
.our-service-include div#v-pills-tabContent li{
	margin-bottom: 10px;
}
.our-service-include .nav-pills .nav-link.active, .our-service-include  .nav-pills .show>.nav-link {
	color: #fff;
	background-color: var(--theme-color-second);
}

.our-service-include .nav-pills .nav-link {
	background: #dedede;
	border: 0;
	border-radius: .25rem;
	text-transform: uppercase;
	color: #000;
	padding: 16px;
	border-radius: 0;
	letter-spacing: 2px;
}

/* Contact form */

form.wpcf7-form.init p,form.wpcf7-form.invalid p,form.wpcf7-form.sent p{
	margin-bottom: 0 !important;
}
form.wpcf7-form.init br,form.wpcf7-form.invalid br,form.wpcf7-form.sent br{
	display: none !important;
}

/* Blog Pagination */

.center {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

a.page-numbers {
	color: #000000;
	padding: 10px 10px;
	text-decoration: none;
	transition: background-color 0.5s;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0px 5px;
	padding: 10px 15px;
	font-size: 18px;
}

a.page-numbers:hover {
	background-color: #d6d4d4;
}

span.page-numbers.current {
	background-color: #01589F;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: 0px 5px;
	font-size: 18px;
	z-index: 3;
	border-radius: 5px;
}



/* Blog Comment Section   */

#respond {

	margin: 0 auto;
}
#respond #reply-title small a{
	color: white !important;
	background-color: #000 !important;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
#respond h2 {
	font-size: 24px;
	margin: 24px 0 16px 0;
	font-weight: 500;
}
#respond form {
	display: block;
	margin-top: 0em;
	border: none;
}
#respond form p{
	color: #6d6d6d;
	margin: 0;
	line-height: 26px;
	margin-bottom: 21px;
	font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	margin-bottom: 20px;
}

#respond label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#respond .comment-form-cookies-consent {
	margin-top: 20px;
}

#respond .form-submit {
	margin-top: 20px;
}

#respond .submit {
	background-color:var(--theme-color-second);
	color: white;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#respond .submit:hover {
	background: #000000;
	color: #fff;
	transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
	width: 18px;
	height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
	display: inline;
}
#respond p.logged-in-as a{
	color: #0f3ca1 !important;
	text-decoration: underline;
	display: inline-block !important;
}
#comments .comment-author a{
	color: #000 !important;
}
#comments .comment-metadata a{
	color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
	color: white !important;
	background-color: #000 !important;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
#comments span.comment-reply a{
	color: white !important;
	background-color: #000 !important;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px !important;
}


/* Blog Search Form */


.blog-search label {
	width: 100%;
}

/* Home page service box */
.owl-carousel .service-box {
	height: auto;
}

/* For Home page Service box */
.service-box {
	text-align: center;
}

/* Collapsed content styling */
.card-text-wrapper {
	max-height: 80px; /* Show only part of text */
	overflow: hidden;
	transition: max-height 0.4s ease;
}
.card-text-wrapper.expanded {
	max-height: 1000px; /* Enough to show all */
}

/* Read More link */
.service-box .read-more {
	display: inline-block;
	margin: 10px 0;
	color: #000;
	text-decoration: underline;
	font-size: 14px;
	cursor: pointer;
}

/* Main button */
.service-box .main-btn {
	display: inline-block;
	padding: 12px 25px;
	background-color: #A5D6A7;
	color: white;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #000;
	text-decoration: none;
	transition: 0.3s ease;
}
.service-box .main-btn:hover {
	background-color: #8BC34A;
}
.heading ul li{
	list-style: disc !important;
	margin-left: 25px;
}
#v-pills-tabContent ul li{
	list-style: disc !important;
	margin-left: 25px;
}
.heading ol li::marker{
	font-weight: 800 !important;
}
.heading ol{
	padding-left:0px !important;
	margin-left:20px !important;
}

.area-sec h2 {
	font-size: 40px;
	font-weight: 700;
	font-family: var(--heading-font);
	margin: 0;
	margin-bottom: 15px;
	line-height: 1.2;
}

p.blog-title {
	font-size: 18px;
	color: #000;
	margin: 0;
	font-family: var(--heading-font);
	font-weight: 500;
	line-height: 1.2;
}