/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

h1.entry-title {
	display: none;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	max-width: 100% !important;
}
.card-header {
	height: 65px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 100px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
	color: #fff;
	border: 1px solid #fff;
	background-color: #1275c6;
}
body {
	font-family: "Poppins", Arial, sans-serif !important;
	background: #fff;
	line-height: 1.8;
	font-weight: 400;
	color: #000 !important;
}

body.menu-show {
	overflow: hidden;
	position: fixed;
	height: 100%;
	width: 100%
}

a {
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	color: #0056b3
}

a:hover,
a:focus {
	text-decoration: none;
	color: #0056b3;
	outline: none !important
}

h1,
h2 {
	font-size: 35px;
	font-weight: 800
}

@media(max-width:575.98px) {
	h1,
	h2 {
		font-size: 1.375rem
	}
}

h3 {
	font-size: 24px;
	font-weight: 700
}

@media(max-width:575.98px) {
	h3 {
		font-size: 18px
	}
}

.font-weight-medium {
	font-weight: 500
}

.wrap .top-wrap {
	font-size: 12px
}

.wrap .top-wrap .icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #0056b3
}

.wrap .top-wrap .icon span {
	color: #0056b3
}

.wrap .top-wrap .text {
	padding-left: 15px;
	width: calc(100% - 30px)
}

.wrap .top-wrap .text span {
	display: block
}

.wrap .top-wrap .text span:first-child() {
	text-transform: uppercase
}

.iconn {
	background: #0056b3;
	border-radius: 50%;
	padding: 50px
}

.icnn {
	background: black;
	border-radius: 50%;
	padding: 50px
}

.wrap .top-wrap .text span:last-child() {
	color: rgba(255, 255, 255, 0.8)
}

.main-nav {
	background: #000;
	z-index: 3;
	padding: 0
}

@media(max-width:991.98px) {
	.main-nav {
		background: #000;
		padding: 10px 15px
	}
}

@media(max-width:1199.98px) {
	.main-nav .navbar-nav {
		text-align: right
	}
}

.main-nav .navbar-nav>.nav-item>.nav-link {
	font-size: 14px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 23px;
	padding-right: 23px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	opacity: 1 !important
}

.main-nav .navbar-nav>.nav-item>.nav-link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: #0056b3;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all .2s ease-in-out 0;
	transition: all .2s ease-in-out 0;
	z-index: -1
}

.main-nav .navbar-nav>.nav-item>.nav-link:hover {
	color: #fff
}

.main-nav .navbar-nav>.nav-item>.nav-link:hover:before {
	visibility: visible;
	background-color: #0056b3;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

@media(max-width:991.98px) {
	.main-nav .navbar-nav>.nav-item>.nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: .9rem;
		padding-bottom: .9rem;
		color: #fff
	}
	.main-nav .navbar-nav>.nav-item>.nav-link:hover {
		color: #0056b3
	}
	.main-nav .navbar-nav>.nav-item>.nav-link:hover:before {
		display: none
	}
}

.main-nav .navbar-nav>.nav-item .dropdown-menu {
	border: 0;
	background: #fff;
	-webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
	border-radius: 4px
}

.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
	font-size: 12px;
	color: #000
}

.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.main-nav .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
	background: 0;
	color: #fff
}

.main-nav .navbar-nav>.nav-item.cta>a {
	color: #fff;
	background: #0056b3;
	border-radius: 0
}

.main-nav .navbar-nav>.nav-item.active>a {
	color: #fff
}

.main-nav .navbar-nav>.nav-item.active>a:before {
	visibility: visible;
	background-color: #0056b3;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

@media(max-width:991.98px) {
	.main-nav .navbar-nav>.nav-item.active>a {
		color: #0056b3
	}
	.main-nav .navbar-nav>.nav-item.active>a:before {
		display: none
	}
}

.main-nav .navbar-toggler {
	border: 0;
	color: rgba(255, 255, 255, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1rem
}

.main-nav .navbar-toggler:focus {
	outline: none !important
}

.animation-nav {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.title-absolute {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media(max-width:575.98px) {
	.title-absolute {
		position: relative;
		top: 0;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@media(max-width:575.98px) {
	.img-cleaner {
		display: none
	}
}

.social-media {
	display: inline-block
}

.social-media p a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 4px;
	background: rgba(255, 255, 255, 0.1)
}

.social-media p a span {
	color: white
}

.social-media p a:hover {
	background: #0056b3
}

.social-media p a:hover span {
	color: #fff
}

.hero-wrap {
	width: 100%;
	height: 100%;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative
}

.hero-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	opacity: .4;
	background: #000
}

.hero-wrap .slider-text .slider-title {
	color: #fff;
	line-height: 1.2;
	font-family: "Poppins", Arial, sans-serif
}

.hero-wrap .slider-text .slider-title span {
	color: #0056b3
}

.hero-wrap .slider-text .subheading {
	font-size: 15px;
	color: #0056b3;
	text-transform: uppercase;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 2px
}

.hero-wrap .slider-text p {
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7)
}

.hero-wrap .slider-text p strong {
	font-weight: 700
}

.hero-wrap .slider-text p strong a {
	color: #000
}

.hero-wrap .slider-text .breadcrumbs {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	z-index: 99
}

.hero-wrap .slider-text .breadcrumbs span {
	color: #000
}

.hero-wrap .slider-text .breadcrumbs span i {
	font-size: 12px
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
	color: #0056b3
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
	color: #0056b3
}

.owl-carousel {
	position: relative
}

.owl-carousel .owl-item {
	opacity: 1
}

.owl-carousel .owl-item.active {
	opacity: 1
}

.owl-carousel .owl-dots {
	text-align: center
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
	position: absolute;
	top: -2px;
	left: -2px;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	content: "";
	border: 1px solid #4d4d4d
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #b3b3b3
}

.owl-carousel .owl-dots .owl-dot.active:after {
	border-color: #fff
}

.owl-carousel.home-slider {
	position: relative;
	height: 683px;
	z-index: 0
}

@media(max-width:575.98px) {
	.owl-carousel.home-slider {
		height: 300px
	}
}

.owl-carousel.home-slider .slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 680px;
	position: relative;
	z-index: 0;
	overflow: hidden
}

@media(max-width:575.98px) {
	.owl-carousel.home-slider .slider-item {
		height: 300px
	}
}

.owl-carousel.home-slider .slider-item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: .2;
	width: 100%;
	padding: 0;
	z-index: 0
}

.owl-carousel.home-slider .slider-item .slider-text {
	height: 800px;
	position: relative
}

@media(max-width:575.98px) {
	.owl-carousel.home-slider .slider-item .slider-text {
		height: 300px
	}
}

.owl-carousel.home-slider .slider-item .slider-text .text {
	z-index: 0;
	color: rgba(255, 255, 255, 0.9)
}

.owl-carousel.home-slider .slider-item .slider-text .slider-title {
	font-size: 40px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	text-shadow: 0 3px 25px rgba(0, 0, 0, 0.1)
}

@media(max-width:575.98px) {
	.owl-carousel.home-slider .slider-item .slider-text .slider-title {
		font-size: 22px
	}
}

.owl-carousel.home-slider .slider-item .slider-text .slider-lead {
	font-size: 24px;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 300;
	color: #fff;
	font-style: italic;
	display: inline-block;
	position: relative
}

@media(max-width:575.98px) {
	.owl-carousel.home-slider .slider-item .slider-text .slider-lead {
		font-size: 20px
	}
}

.owl-carousel.home-slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
	color: #fff
}

.owl-carousel.home-slider .owl-nav .owl-prev {
	left: 0;
	margin-left: 0
}

.owl-carousel.home-slider .owl-nav .owl-next {
	right: 0;
	margin-right: 0
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
	opacity: 1
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
	margin-left: 50px
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
	margin-right: 50px
}

.owl-carousel.home-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	width: 100%;
	text-align: center
}

@media(max-width:575.98px) {
	.owl-carousel.home-slider .owl-dots {
		bottom: 10px
	}
}

.owl-carousel.home-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4)
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
	background: #fff
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.owl-carousel {
	position: relative
}

.owl-carousel .owl-item {
	opacity: .4
}

.owl-carousel .owl-item.active {
	opacity: 1
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	color: #0056b3 !important;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	opacity: 0
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px
}

.owl-carousel .owl-nav .owl-prev {
	left: 0
}

.owl-carousel .owl-nav .owl-next {
	right: 0
}

.owl-carousel .owl-dots {
	text-align: center
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
	position: absolute;
	top: -2px;
	left: -2px;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	content: "";
	border: 1px solid #e6e6e6;
	border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #b3b3b3
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: -25px
}

.owl-carousel:hover .owl-nav .owl-next {
	right: -25px
}

.owl-custom-nav {
	float: right;
	position: relative;
	z-index: 10;
	border: 1px solid red
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
	padding: 10px;
	font-size: 30px;
	background: #ccc;
	line-height: 0;
	width: 60px;
	text-align: center;
	display: inline-block
}

.bg-light {
	background: #fff
}

.bg-dark {
	background: #000 !important
}

.bg-secondary {
	background: #1292ff !important
}

.bg-primary {
	background: #0056b3 !important
}

.btn {
	padding: 7px 10px;
	cursor: pointer;
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600
}

.btn:hover,
.btn:active,
.btn:focus {
	outline: 0;
	box-shadow: none
}

.btn.btn-primary {
	background: #000;
	border: 1px solid #000;
	color: #fff
}

.btn.btn-primary:hover {
	border: 1px solid #0056b3;
	background: transparent;
	color: #0056b3
}

.btn.btn-primary.btn-outline-primary {
	border: 1px solid #0056b3;
	background: transparent;
	color: #0056b3
}

.btn.btn-primary.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #0056b3;
	color: #fff
}

.btn.btn-secondary {
	background: #1292ff;
	border: 1px solid #1292ff;
	color: #fff
}

.btn.btn-secondary:hover {
	border: 1px solid #1292ff;
	background: transparent;
	color: #1292ff
}

.btn.btn-secondary.btn-outline-secondary {
	border: 1px solid #1292ff;
	background: transparent;
	color: #1292ff
}

.btn.btn-secondary.btn-outline-secondary:hover {
	border: 1px solid transparent;
	background: #1292ff;
	color: #fff
}

.btn.btn-light {
	background: #fff;
	border: 1px solid #fff;
	color: #000
}

.btn.btn-light:hover {
	border: 1px solid #fff;
	background: transparent;
	color: #fff
}

.btn.btn-light.btn-outline-light {
	border: 1px solid #fff;
	background: transparent;
	color: #fff
}

.btn.btn-light.btn-outline-light:hover {
	border: 1px solid transparent;
	background: #fff;
	color: #000
}

.btn.btn-dark {
	background: #000;
	border: 1px solid #000;
	color: #fff
}

.btn.btn-dark:hover {
	border: 1px solid #000;
	background: transparent;
	color: #000
}

.btn.btn-dark.btn-outline-dark {
	border: 1px solid #000;
	background: transparent;
	color: #000
}

.btn.btn-dark.btn-outline-dark:hover {
	border: 1px solid transparent;
	background: #000;
	color: #fff
}

.btn.btn-lg {
	font-weight: bold
}

.btn.btn-shadow-white {
	-webkit-box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5)
}

.btn.btn-shadow-primary {
	-webkit-box-shadow: 0 0 10px 5px rgb(190 73 73 / 50%);
	box-shadow: 0 0 10px 5px rgb(190 73 73 / 50%)
}

.services {
	display: block;
	width: 100%;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.services .icon {
	margin-bottom: 15px
}

.services .icon-body h3 {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	text-align: center
}

.services .btn-custom {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid #e6e6e6
}

.services .btn-custom:hover {
	color: #1292ff;
	border-color: #1292ff
}

.services-2 {
	margin: 0;
	padding: 0
}

.services-2 li {
	list-style: none
}

.services-2 li span {
	color: #1292ff;
	margin-right: 20px
}

.services-dark {
	overflow-x: hidden;
	position: relative;
	padding: 2rem 0;
	margin-top: 50px
}

.services-dark h2 {
	color: #fff;
	margin-bottom: 30px
}

@media(max-width:575.98px) {
	.services-dark h2 {
		font-size: 1.375rem
	}
}

.services-dark .icon {
	margin-bottom: 10px
}

.services-dark .icon-body h3 {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	text-align: center
}

@media(max-width:575.98px) {
	.services-dark .icon-body h3 {
		font-size: 16px
	}
}

.form-secton {
	background-position: center center !important;
	position: relative
}

.form-secton .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	content: "";
	opacity: 1;
	background: #0056b3
}

.form-secton .half {
	width: 100%
}

.form-secton .half h2 {
	font-weight: 600
}

.quote-form {
	padding: 2.5rem;
	position: absolute;
	top: 40%;
	right: 10%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 500px;
	margin: 1.875rem;
	-webkit-box-shadow: 0 40px 80px -40px black;
	box-shadow: 0 40px 80px -40px black;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #1275c6
		color: #fff;
}

@media(max-width:991.98px) {
	.quote-form {
		position: static;
		max-width: 100%;
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

@media(max-width:767.98px) {
	.quote-form {
		padding: 1.25rem;
		margin: 1.875rem 1.25rem
	}
}

@media(min-width:1024px) and (max-width:1200px) {
	.quote-form {
		right: 20px
	}
}

.quote-form .title {
	color: #fff;
	font-size: 20px;
	font-family: "Poppins", Arial, sans-serif;
	text-align: center
}

@media(max-width:767.98px) {
	.quote-form .title {
		font-size: 1.5rem
	}
}

.quote-form .form-group {
	position: relative;
	width: 100%;
	display: block
}

.quote-form .form-group .icon {
	position: absolute;
	top: 50% !important;
	right: 15px;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.quote-form .form-group .icon span {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5) !important
}

.quote-form .form-group .select-wrap,
.quote-form .form-group .input-wrap {
	position: relative
}

.quote-form .form-group .btn {
	width: 100%;
	display: block !important;
	border-radius: 0
}

.quote-form .form-control {
	background: #fff;
	color: #7b7b7b;
	font-size: 14px;
	font-weight: 500;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.quote-form .form-control::-webkit-input-placeholder {
	color: #7b7b7b
}

.quote-form .form-control::-moz-placeholder {
	color: #7b7b7b
}

.quote-form .form-control:-ms-input-placeholder {
	color: #7b7b7b
}

.quote-form .form-control:-moz-placeholder {
	color: #7b7b7b
}

.quote-form .form-control:focus,
.quote-form .form-control:active {
	border-color: #000
}

.quote-form textarea.form-control {
	height: inherit !important
}

.form-control {
	height: 42px;
	color: #999;
	font-size: 14px;
	border-radius: 10px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.form-control:focus,
.form-control:active {
	border-color: #0056b3
}

textarea.form-control {
	height: inherit !important
}

.animate {
	opacity: 0;
	visibility: hidden
}

.section {
	padding: 3.75rem 0;
	position: relative
}

@media(max-width:575.98px) {
	.section {
		padding: 1.875rem 0
	}
	.navbar-brand {
		margin: 0 auto
	}
}

.footer {
	overflow: hidden;
	clear: both
}

.footer .footer-widget h2 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700
}

.footer .footer-widget .footer-contact i {
	font-size: 18px
}

.footer .footer-widget .footer-contact .icon {
	padding-top: 5px;
	width: 30px
}

.footer .footer-widget .footer-contact .icon,
.footer .footer-widget .footer-contact span {
	display: table-cell
}

.footer .footer-widget .footer-contact li a {
	white-space: nowrap
}

.footer .footer-widget .footer-form .form-control {
	color: #fff;
	background: transparent
}

.footer .footer-widget .footer-form .form-control::-webkit-input-placeholder {
	color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control:-ms-input-placeholder {
	color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control::-ms-input-placeholder {
	color: #b1b1b1
}

.footer .footer-widget .footer-form .form-control::placeholder {
	color: #b1b1b1
}

.footer .footer-widget .btn-primary {
	background: #fff !important;
	border: 2px solid #fff !important
}

.footer .footer-widget .btn-primary:hover {
	background: #fff;
	border: 2px solid #fff !important
}

.footer p {
	color: #fff
}

.footer a {
	color: #fff
}

.footer a:hover {
	color: #0056b3
}

.footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block
}

.footer-social li a {
	color: #000;
	height: 40px;
	width: 40px;
	display: block;
	float: left;
	background: #fff;
	border-radius: 50%;
	position: relative
}

.footer-social li a span {
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.footer-social li a:hover {
	color: #0056b3
}

.footer-small-nav>li {
	display: inline-block
}

.footer-small-nav>li a {
	margin: 0 10px 10px 0
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
	color: #0056b3
}

@-webkit-keyframes pulse {
	0 {
		-webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4)
	}
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0)
	}
}

@keyframes pulse {
	0 {
		-webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4);
		box-shadow: 0 0 0 0 rgba(73, 190, 76, 0.4)
	}
	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(73, 190, 76, 0);
		box-shadow: 0 0 0 30px rgba(73, 190, 76, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(73, 190, 76, 0);
		box-shadow: 0 0 0 0 rgba(73, 190, 76, 0)
	}
}

.img,
.blog-img,
.user-img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.bg-star {
	background: url("../images/bg_star.png"), #0056b3
}

.testimony-section {
	position: relative
}

.testimony-section .owl-carousel {
	margin: 0
}

.testimony-section .owl-carousel .owl-stage-outer {
	padding: 20px 0 2rem 0;
	position: relative
}

.testimony-section .owl-nav {
	position: absolute;
	top: 100%;
	width: 100%
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	outline: none !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
	color: #fff
}

.testimony-section .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px
}

.testimony-section .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
	opacity: 1
}

.testimony-section:hover .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px
}

.testimony-section:hover .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px
}

.testimony-section .owl-dots {
	text-align: center
}

.testimony-section .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1)
}

.testimony-section .owl-dots .owl-dot.active {
	background: #1292ff
}

.testimony-section .owl-dots .owl-dot.active:after {
	border-color: #1292ff
}

.testimony-wrap {
	display: block;
	position: relative;
	background: white;
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 0 30px 33px -41px rgba(0, 0, 0, 0.24);
	box-shadow: 0 30px 33px -41px rgba(0, 0, 0, 0.24)
}

.testimony-wrap .icon {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0056b3
}

.testimony-wrap .icon span {
	color: #fff
}

.testimony-wrap .user-img {
	width: 80px;
	height: 80px;
	position: relative;
	border-radius: 50%
}

.testimony-wrap .name {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
	color: #000
}

.testimony-wrap .position {
	font-size: 14px;
	color: #333
}

.image-popup {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	position: relative;
	display: block
}

.block-23 ul {
	padding: 0
}

.block-23 ul li,
.block-23 ul li>a {
	display: table;
	line-height: 1.5;
	margin-bottom: 15px
}

.block-23 ul li span {
	color: rgba(255, 255, 255, 0.7)
}

.block-23 ul li .icon,
.block-23 ul li .text {
	display: table-cell;
	vertical-align: top
}

.block-23 ul li .icon {
	width: 40px;
	font-size: 18px;
	padding-top: 2px;
	color: white
}

.block-27 ul {
	padding: 0;
	margin: 0
}

.block-27 ul li {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400
}

.block-27 ul li a,
.block-27 ul li span {
	color: gray;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e6e6e6
}

.block-27 ul li.active a,
.block-27 ul li.active span {
	background: #0056b3;
	color: #fff;
	border: 1px solid transparent
}

.contact-wrap {
	border-radius: 10px
}

.contact-wrap h3 {
	font-size: 1.875rem
}

@media(max-width:575.98px) {
	.contact-wrap h3 {
		font-size: 1.375rem
	}
}

.info-wrap h3 {
	color: #000
}

.info-wrap .dbox {
	width: 100%;
	margin-bottom: 10px
}

.info-wrap .dbox:last-child() {
	margin-bottom: 0
}

.info-wrap .dbox p {
	margin-bottom: 0
}

.info-wrap .dbox p span {
	font-weight: 600
}

.info-wrap .dbox p a {
	color: #000
}

.info-wrap .dbox .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1)
}

.info-wrap .dbox .icon span {
	font-size: 25px;
	color: #1292ff
}

.info-wrap .dbox .text {
	width: calc(100% - 50px)
}

.contactForm .form-control {
	border: 2px solid rgba(0, 0, 0, 0.05) !important
}

.contactForm .form-control::-webkit-input-placeholder {
	color: #999
}

.contactForm .form-control:-ms-input-placeholder {
	color: #999
}

.contactForm .form-control::-ms-input-placeholder {
	color: #999
}

.contactForm .form-control::placeholder {
	color: #999
}

.request-form .form-control {
	padding: 10px 20px;
	border-radius: 30px
}

.block-21 .blog-img {
	display: block;
	height: 80px;
	width: 80px
}

.block-21 .text {
	width: calc(100% - 100px)
}

.block-21 .text .heading {
	font-size: 16px;
	font-weight: 400
}

.block-21 .text .heading a {
	color: #000
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
	color: #0056b3
}

.block-21 .text .meta>div {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px
}

.block-21 .text .meta>div a {
	color: gray
}

.post-info {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: .1rem
}

.post-info>div {
	display: inline-block
}

.post-info>div .seperator {
	display: inline-block;
	margin: 0 10px;
	opacity: .5
}

.tagcloud a {
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 7px;
	margin-right: 4px;
	border-radius: 4px;
	color: #000;
	border: 1px solid #ccc;
	font-size: 11px
}

.tagcloud a:hover {
	border: 1px solid #000
}

.comment-form-wrap {
	clear: both
}

.comment-list {
	padding: 0;
	margin: 0
}

.comment-list .children {
	padding: 50px 0 0 40px;
	margin: 0;
	float: left;
	width: 100%
}

.comment-list li {
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	clear: both;
	list-style: none
}

.comment-list li .vcard {
	width: 80px;
	float: left
}

.comment-list li .vcard img {
	width: 50px;
	border-radius: 50%
}

.comment-list li .comment-body {
	float: right;
	width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
	font-size: 20px
}

.comment-list li .comment-body .meta {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1rem;
	color: #ccc
}

.comment-list li .comment-body .reply {
	padding: 5px 10px;
	background: #e6e6e6;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1rem;
	font-weight: 400;
	border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
	color: #fff;
	background: black
}

.search-form .form-group {
	position: relative
}

.search-form .form-group input {
	padding-right: 50px;
	font-size: 14px
}

.search-form .fa {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sidebar-box {
	margin-bottom: 40px;
	font-size: 15px;
	width: 100%;
	float: left;
	background: #fff
}

.sidebar-box *:last-child {
	margin-bottom: 0
}

.sidebar-box h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 500
}

.categories li,
.sidelink li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
	list-style: none
}

.categories li:last-child,
.sidelink li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0
}

.categories li a,
.sidelink li a {
	display: block;
	color: #1a1a1a
}

.categories li a span,
.sidelink li a span {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ccc;
	font-size: 12px
}

.categories li a:hover,
.categories li a:focus,
.sidelink li a:hover,
.sidelink li a:focus {
	outline: 0;
	color: #0056b3
}

.categories li.active a,
.sidelink li.active a {
	color: #0056b3
}

.categories li.active a span,
.sidelink li.active a span {
	color: #0056b3
}

.faq .accordion .card .card-header .fa {
	transition: .3s transform ease-in-out
}

.faq .accordion .card .card-header .collapsed .fa {
	transform: rotate(180deg)
}

.match-captcha {
	color: #000;
	background: #fff;
	display: flex;
	height: 42px;
	align-items: center;
	padding: 8px 10px
}

.match-captcha label {
	width: 90%;
	margin-top: 7px
}

.match-captcha input {
	width: 30%;
	border: 1px solid #0056b3;
	height: 100%;
	color: #0056b3;
	padding: 0 5px
}

.match-captcha input:focus {
	outline: 0
}

button:disabled,
input[type="submit"]:disabled {
	pointer-events: none
}

iframe {
	float: left
}

.si {
	border-radius: 40px;
	border: double;
	border-color: #d7232b
}

.red {
	padding: 41px;
	background: linear-gradient(98.3deg, #000 10.6%, #1275c6 97.7%)
}

.backk {
	background-image: url("/images/spray.png");
	padding: 60px;
	background-size: cover
}

.local {
	box-shadow: -3px -3px 0 5px #0056b3;
	padding: 30px;
	height: 100%
}

.locl {
	box-shadow: -3px -3px 0 5px #000;
	padding: 30px;
	height: 100%
}

.under {
	padding: 41px;
	background: linear-gradient(98.3deg, #000 10.6%, #f00 97.7%);
	margin-top: 80px
}

.serv {
	box-shadow: -3px -3px 0 5px #0056b3;
	padding: 30px;
	height: 100%
}

.ser {
	box-shadow: -3px -3px 0 5px #000;
	padding: 30px;
	height: 100%
}

img.service-icon {
	max-width: 200px;
	margin-left: -300px
}

.site-logo {
	padding: 30px;
	text-align: center
}

.callbx {
	display: flex;
	align-items: center;
	margin-left: 20px;
	background-color: #e60024;
	padding: 14px 20px;
	border-radius: 44px
}

.callbx img {
	vertical-align: middle;
	border-style: none
}

.item-icon {
	position: relative;
	text-align: center;
	height: 38px;
	width: 100%;
	max-width: 38px;
	line-height: 38px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 20px;
	animation: pulse2 infinite 2s;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #e60024
}

.item-icon i {
	width: 38px
}

.item-icon:after {
	content: "";
	height: 58px;
	width: 58px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -10px;
	animation: pulse2 infinite 2s
}

.item-icon {
	position: relative;
	text-align: center;
	height: 38px;
	width: 100%;
	max-width: 38px;
	line-height: 38px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: 20px;
	animation: pulse2 infinite 2s;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #e60024
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.group:after,
.group:before {
	content: " ";
	display: table
}

.call-now {
	display: flex;
	align-items: center;
	gap: 10px
}

.get-free {
	background: transparent;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	padding: 0;
	line-height: 42px
}

.get-free span {
	font-weight: 400;
	font-size: 14px;
	display: block;
	line-height: 12px
}

.ggle-revw {
	padding-left: 402px
}

.footer a:hover {
	color: #000
}

section.sect_n_clr {
	background-color: #fff;
	padding: 30px
}

.iner_abt_h2 {
	font-size: 30px !important;
	color: #c12026 !important;
	margin-bottom: 20px !important;
	font-weight: 600
}

.iner_abt p {
	text-align: justify
}

section.sect_back_clr {
	background-color: #a7c938;
	padding: 30px;
	color: #000
}

h2.iner_abt_3 {
	text-align: center;
	color: #fff;
	font-size: 30px !important;
	margin-bottom: 20px !important;
	font-weight: 600
}

.iner_ntn p {
	text-align: justify
}

.with_blue {
	background: #0056b3;
	color: #fff;
	height: 284px;
	width: 100%
}

.box_set01 {
	padding-top: 15px;
	text-align: center
}

img.windsor_img_1 {
	width: 16%;
	display: block;
	margin: auto
}

img.windsor_img {
	width: 16%;
	display: block;
	margin: auto
}

.with_white {
	background: #fff;
	color: #000;
	height: 284px;
	width: 100%
}

.box_set02 {
	padding-top: 15px;
	text-align: center
}

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

.lis-deco li {
	padding-left: 30px;
	text-align: justify
}

.lis-deco li:before {
	content: "\f188";
	font-family: fontawesome;
	font-size: 20px;
	margin: 0 5px 0 -24px;
	color: #0056b3;
	transition: .3s
}

.abt_img_1 {
	width: 100%;
	box-shadow: .5rem .5rem #106bb2, -0.5rem -0.5rem #1275c6;
}

.abt_img_2 {
	width: 100%;
	box-shadow: .5rem .5rem #fff, -0.5rem -0.5rem #c12026;
}

.services .mb-2 {
	padding: 15px;
	background-color: #fff;
	box-shadow: 2px 2px 5px;
	margin-bottom: 3rem !important;
	height: 40%
}

.iner_ntn_res {
	padding: 15px;
	background-color: #fff;
	box-shadow: 2px 2px 5px;
	color: #000
}

h2.abt_commer {
	font-size: 30px !important;
	color: #fff !important;
	margin-bottom: 20px !important;
	font-weight: 600
}

.iner_abt_select_y {
	background: #ec1f27;
	padding: 15px;
	border-radius: 8px;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
	margin-bottom: 30px;
	color: #fff;
	height: 94%
}

.iner_abt_select_y h3 {
	color: #000;
	font-size: 24px;
	font-weight: 600
}

.iner_abt_select_g {
	background: #ec1f27;
	padding: 15px;
	border-radius: 8px;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
	margin-bottom: 30px;
	color: #fff;
	height: 94%
}

.iner_abt_select_g h3 {
	color: #000;
	font-size: 24px;
	font-weight: 600
}

h2.blog_h2 {
	color: #a7c938;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: 18px
}

h3.blog_h3 {
	font-size: 20px;
	color: #000
}

img.blac_image {
	max-width: 100%;
	height: auto;
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px
}

.breadcrumbs_1 {
	background-color: #1275c6;
	padding: 30px;
	text-align: center;
	margin-top: -17px !important;
	color: #fff
}

.sect_n_clr p {
	text-align: justify
}

.inner_ul_blog1 {
	list-style: none;
	margin-left: -40px;
	margin-bottom: -20px
}

@media(max-width:991.98px) {
	.home_par p {
		text-align: justify
	}
	.call-now {
		display: none
	}
	.psce_box {
		margin-right: 90px;
		margin-left: 30px
	}
	.mb_marg {
		margin-top: 360px !important
	}
	.mb_btm_space {
		margin-bottom: 38px
	}
	.locl {
		height: auto;
		margin-bottom: 30px
	}
	.local {
		height: auto;
		margin-bottom: 30px
	}
	.upspac_row {
		margin-top: 0rem !important
	}
	.red_mob {
		margin-left: 16px;
		margin-right: 16px
	}
	.red_pu_1 {
		margin-top: 50px
	}
	.card-body p {
		text-align: justify
	}
	.prc_up {
		margin-top: 40px !important
	}
	.prc_up_row {
		margin-top: 0rem !important
	}
	.ew_up {
		margin-top: 220px
	}
	.avoid_up {
		margin-top: 150px
	}
	.mb_design {
		display: block
	}
	.dis_des {
		display: none !important
	}
}
.mb_design {
	display: none
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	color: #fff;
	background-color: #0056b3;
	text-decoration: none;
}

.blog1{
	background-color: #ffffff;
	box-shadow: 0px 5px 28px 0px rgb(132 132 132 / 61%);
	-webkit-box-shadow: 0px 5px 28px 0px rgb(132 132 132 / 61%);
	padding: 45px 40px 30px;
	text-align: left;
	width: 90.55%;
	margin: 0 auto 40px;
	position: relative;
}

.inner_h2{
	color: #0056b3;
	font-size: 27px;
}
.breadcrumbs_1 h1 {
	font-size: 29px;
}
.breadcrumbs_1 {
	margin-top: -17px !important;
}

.breadcrumbs a {
	color: #0056b3;
}
.btn10 {
	padding: 10px;
	border: 1px solid #0056b3;
	color: #0056b3;
	text-decoration: none !important;
}

.inner_ul{
	list-style: none;
	margin-left: -40px;
}
.inner_p{
	margin-top: -20px;
}
.inner_h3{
	margin-top: -35px;
}
.inner_img{
	display: block;
	margin: auto;
	padding-bottom: 20px;
}

.blog1 {
	display: flex;
}
p a:hover{text-decoration:none;}
.hero-wrap .slider-item {background-position: center;background-size: cover;padding: 70px 0px 120px 0px;}
.hero-wrap .slider-item p a{text-decoration:none;}
.page-content .hero-wrap {height: auto;}
.services .icon-body {padding-top: 8px;}
.new_rowfor_1 {margin-right: 10px;}
.sect_n_clr .point_select .about-box{justify-content:space-around;}
.point_select .iner_abt_select_g h3 {font-size: 20px;}
.sect_n_clr .iner_abt_h2 {font-size: 20px !important;}
.location_box .phone_box {
	background-color: #0056b3;
	padding: 20px 14px;
	position: absolute;
	border-radius: 19px;
	box-shadow: 3px 4px 7px #a1a1a1;
	bottom: -20px;
	left: 10%;
	min-width: 18%;
}
.location_box .email-box {
	left: 32%;
}
.location_box .call_box {
	left: 68%;
}
.location_box {
	display: flex;
	justify-content: space-evenly;
	text-align:center;
	margin-top: 35%;
	position: absolute;
	position: relative;
	/* z-index: 11111111111111; */
}
.map_section {
	position: relative;
}
.sect_n_clr .iner_abt_box {
	box-shadow: -3px -3px 0 5px #0056b3;
	padding: 15px 20px;
}
.inner_ul_blog1 {
	padding-left: 2.5rem;
}
.inner_h3_1 {
	font-size: 29px;
}
.inner_ul_blog1 li , .inner_ul li {
	margin-bottom: 37px;
}
.footer-section {
	color:#000 !important;
}
.footer-widget h2 span {
	color: #0056b3;
}
.footer-section .footer-widget h2 {
	color: #1275c6 !important;
}
.footer-section p , .footer-section a {
	color: #000 !important;
}
.footer ul.nav.flex-column img , .new_rowfor_1 a img {
	filter: brightness(10%);
}
.home_par h2, .home_par h3 {
	font-size: 25px;
	font-weight: 600;
}
.home_par .pop_box_banner {
	z-index: 1;
	background-image: linear-gradient(to right, #2d7799, #1275c6);
	color: #fff;
	position: relative;
	border-radius: 5px;
	margin: 0 auto;
	width: 70%;
	padding: 30px 20px;
	margin-top: -98px;
}
section.same_day_section.removal_section a.btn.btn-dark.btn-lg {
    text-decoration: none;
    margin-top: 20px;
}

.quote_box {
	width: 100%;
	border-left: 5px solid #0056b3;
	padding-left: 35px;
	font-size: 16px;
	padding: 15px 35px 20px 35px;
	margin: 15px 0px 20px 0px;
	box-shadow: 0px 0px 5px gray;
}
.home_par .banner-top-text {font-size: 20px;line-height: 32px;}
.hero-wrap .slider-text .slider-title {font-size: 32px;font-weight: 600;}
.title_text_heading{    font-size: 24px;font-weight: 600;}
.title_text_heading_h3{font-size:21px;font-weight:600;}
.our_title{font-size:27px;}
.details-table-text p{margin-bottom: 6px;line-height: 30px;}
.details-table {background-color: #efefef;padding: 80px 0px 40px 0px;}
.details-table table tbody>tr:nth-child(odd)>td, .details-table table tbody>tr:nth-child(odd)>th {background-color: #fff;}
.professional-section {
	/* 	background-image: url(https://samedaypestcontrolfairfield.com.au/images/alpha_pest_control.webp); */
	background-image: linear-gradient(to right, #759296 , #1275c6);
	background-repeat: no-repeat;background-size: cover;}
.professional-section a{text-decoration: none;}
.cleaning-box h3 , .water-contain-box h3{font-weight: 600;color: #050506;font-size:15px;}
.details-table .table tr th {font-size: 16px;text-align: center;padding:10px;}
.winning_services_section .click_here_review_heading a {color: #000;text-decoration: none;}
.winning_services_section .click_here_review_heading a:hover {color: #000;text-decoration: none;}
.winning_services_section .awards-img {display: flex;justify-content: space-around;padding: 0px 160px;margin-bottom: 20px;}
.winning_services_section .into_text{position:relative;}
.winning_services_section .into_text:before{content: "";display: inline-block;position: absolute;height: 40px;width: 40px;background: url(https://samedaycarpetcleaningsouthyarra.au/wp-content/uploads/2023/05/starsleft.png) no-repeat center;background-size: cover;top: 0;left:29%;}
.winning_services_section .into_text:after{content: "";display: inline-block;position: absolute;height: 40px;width: 40px;background: url(https://samedaycarpetcleaningsouthyarra.au/wp-content/uploads/2023/05/starsright.png) no-repeat center;background-size: cover;top: 0;right:29%;}
.header_googleReviews {
	display: block;
	width: 100%;
	height: auto;
	overflow: auto;
	background: #efefefa3;
	padding: 15px;
}
.header_googleReviews .rplg-row-left img{width: 22px;height: 22px;}
.header_googleReviews .rplg-row-left p{font-size: 12.5px;font-weight: 600;padding: 2px 0px 0px 7px;}
.header_googleReviews .rplg-row{justify-content: space-between;}
.header_googleReviews .rplg-row-right img{width:14px;height:14px;}
.header_googleReviews .rplg-box-content p {font-size: 12px;}
.header_googleReviews .rplg-reviews ul li {background-color: #fafafa;padding: 10px;margin-bottom:10px;}
.carpet_section {background-color: #f5f5f5;}
.benefits-section {background-color: #f5f5f5;padding: 40px 0px 10px 0px;}
.company_details_section .company-widget h3 {margin-bottom: 20px;font-size: 18px;font-weight: 500;letter-spacing: 1px;}
.company-widget ul.nav.flex-column img {filter: brightness(10%);height: -webkit-fill-available;}
.company-widget ul li a:hover ,.company-widget ul li a {text-decoration:none;word-break: break-all;}
.company_details_section .head-text {letter-spacing: 1px;}
.cleaning_area_section h2{font-size: 30px;line-height: 1.1;margin-bottom: 10px;}
.cleaning_area_section ul li img{width:20px;}
.cleaning_area_section ul li {font-size: 16px;font-weight: 500;line-height: 32px;position: relative;padding-left: 20px;display: flex;}
.carpet_section {
	padding: 25px 0px 50px 0px;
}
.carpet_section h2 {
	font-size: 2rem;
	text-align: center;
	padding-bottom: 20px;
}
.faq .accordion .card button:focus, .faq .accordion .card button:hover{background-color:transparent;color:#000;box-shadow: 0 0 0 0.2rem rgb(247 247 247);}
.faq .accordion .card .btn:first-child:active{    border-color: #f7f7f7;}
.cleaning_area_section ul li:before {content: "\f087";font-family: fontawesome;font-size: 20px;margin: 0 12px 0 -24px;color: #106bb2;transition: 0.3s;}
.nav-wrap .mx-auto .sticky_li{display:none;}
.accordion {
	border: 1px solid #ccc;
}

.accordion-item {
	border-top: 1px solid #ccc;
}

.accordion-header {
	background-color: #f5f5f5;
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
	color: #333;
	font-weight: 400;
}
.accordion-icon {position: absolute;top: 50%;right: 10px;transform: translateY(-50%);}
.accordion-content {padding: 10px;display: none;}
.nav-wrap .ml-auto .sticky_li {display: block;background-color: #1275c6;border-radius: 8px;font-weight: bold;color:#fff;font-size:19px;}
.nav-wrap .ml-auto .sticky_li a , .nav-wrap .ml-auto .sticky_li a:hover{font-size: 19px;letter-spacing: 1px;text-decoration:none;}
.nav-wrap .ml-auto .sticky_li a {font-size:19px;color:#fff;}
.pop_box_banner p {font-size: 14px;margin-bottom: 0px;}

.services-dark {background: url(https://samedaycarpetcleaningsouthyarra.au/wp-content/uploads/2023/06/project-img.jpg) no-repeat fixed !important;
	background-size: cover !important;}
.services-dark:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(244,84,78,.98),rgba(10,38,122,.65));
}
.same_day_section{background: #f5f5f5b0;padding: 30px 0;margin: 0;}
.same_day_section p , .same_day_section_1 p , .same_day_section_2 p{font-size:18px;text-align:justify;}
.same_day_section_1{padding:30px 0px;}
.same_day_section_2 {padding: 30px 0px;}
.removal_section p {text-align: justify;font-size: 16px;line-height: 25px;}
.contain-text h2 {font-size: 22px;font-weight: 600;text-align: initial;margin-bottom: 11px;}
.removal_section {padding: 50px 0px;}
.header_googleReviews .rplg-row-left img {
	border-radius: 50%;
}
.professional-section h3 {
	font-size: 32px;
}

.blog1 {
	display: flex;
	margin-top: 40px;
}
@media (max-width: 600px) {
	.location_box .phone_box {position: static;margin-bottom: 20px;}
	.location_box {display: block;margin-top: 125%;}
	.nav-wrap .ml-auto .sticky_li {display: none;}
	.hero-wrap .slider-text .slider-title {font-size: 25px;}
	.home_par .pop_box_banner {margin-top: -40px;}
	.home_par h3 {font-size: 24px !important;}
	.pop_box_banner h6 {font-size: 16px;}
	.hero-wrap .overlay {background: #000;}
	.home_par .head_top_text {font-size: 29px;margin-bottom: 10px !important;}
	.home_par .banner-top-text {font-size: 21px !important;}
	.professional-section h3 {padding-top: 25px;}
	.home_par h2 {font-size: 24px !important;line-height: 31px;}
	.pop_box_banner h6 br {display: none;}
	.psce_box {margin: 0 auto !important;}
	.home_par .pop_box_banner {width: 100%;}
	.header_googleReviews {position: static;width: 100%;}
	.home_par h2, .home_par h3 {font-size: 17px;}
	.winning_services_section .into_text:after {top: -5px;right: -6%;}
	.winning_services_section .into_text:before {top: -5px;left: -6%;}
	.services-dark {padding: 4rem 0 1rem 0;}
	.cleaning_area_section h2 {font-size: 24px;font-weight: 600;line-height: 31px;}
	.details-table-text h2 {font-weight: 600;}
	.winning_services_section .awards-img {text-align: center;padding: 0px;display: block;}
	.carpet_section p {text-align: center !important;font-weight: 500;}
	.carpet_section h2 {font-size: 24px;}
	.avoid_up {margin-top: 25px !important;}
	.benefits-section .title_text_heading {font-size: 23px;padding-top: 25px;}
	.benefits-section p , .electro-section p {text-align:justify;}
	.electro-section .title_text_heading{font-size:20px;}
	.electro-section .title_text_heading_h3 {font-size: 17px;}
	.services_text {font-size: 25px;letter-spacing: 1px;font-weight: 600;}
	.red {padding: 41px 20px !important;}
	.red .sub_services_text {font-size: 22px;}
	.red ul li {font-size: 14px;margin: 10px 0px;}
	.choose_us_section .mb_marg {margin-top: 412px !important;font-size: 26px;font-weight: 600;}
	.under {padding: 41px 20px !important;margin-top: 0px !important;}
	.details-table-text h2{font-size:24px;margin-top: 15px;}
	.details-table-text p {text-align: justify;}
	.company_details_section h2 {font-size: 27px;}
	.company_details_section .company-widget h3 {margin-top: 20px;}
	.footer-section {clip-path:none !important;padding: 5px 0px 0px 0px !important;}
	.footer-section .new_a_flex {margin-bottom: 20px;}
	.details-table {padding: 40px 0px;}
	.main-nav button:focus, .main-nav button:hover {color: #fff;background-color: #007bff;margin-right: 0px;padding-right: 10px;}
	.main-nav .navbar-collapse ul li{text-align: center;}
	.main-nav .navbar-collapse ul li:hover{    background-color: #007bff;color:#fff;}
	section.sect_n_clr {background-color: #fff;padding: 15px;}
	.sect_n_clr p {margin-top: 20px;}
	.blog1 {display: block !important;}
	.blog1 {padding: 45px 15px 30px;width: 100%;}
	.main-blog {overflow: hidden;}
	.navbar-brand {margin: 0 auto !important;}
	.pop_box_banner p {text-align:center;}
	.home_par .cleaning_service {text-align: center;}
	.cleaning_tips_section .card {height: auto !important;}
	.benefits_section .serviceBox {height: auto !important;}
	.factors_list .mattress1 {padding: 0px !important;}
	.home_par .title_text_heading {font-size: 21px !important;padding-top: 12px;padding-left: 21px;}
	.carpet_section ul li {text-align: justify !important;padding-bottom: 10px;}
	.benefits-section1 ul li {text-align: justify;padding: 0px 10px 0px 6px;}
	.benefits_section p {text-align: justify !important;}
	.red ul li {text-align: justify;}
	.same_day .contain-text h2 {font-size: 20px;}
	.service_content_box p {text-align: justify;padding: 0px 20px;}
	.faq .container_main h2 {font-size: 23px;}
	.company_details_section .google {padding: 10px 0px 10px 15px;}
	.accordion-header {padding: 10px 0px 10px 10px;}
	.services_section h2 {line-height: 30px;font-size: 23px;}
	.benefits_cleaning_section {padding: 0px 0px 1px 0px !important;}
	.same_day .contain-text li {padding-bottom: 10px;}
	.winning_services_section .click_here_review_heading a {font-size: 18px;}
	.cleaning_tips_section h2 {font-size: 18px !important;}
	.cleaning_tips_section p {text-align:justify !important;}
	.benefits-section1 {padding-top: 12px !important;}
	.site-main {padding-right: 0px !important;padding-left: 0px !important;}

}

// Image Comparison Slider

$brand-blue-core: #0091df;
$brand-blue-mid: #00617f;

$base-light: #fff;
$base-dark: #000;
$base-pale: #f2f2f2;

body {
	font-family: 'Helvetica', sans-serif;
}
.ratings{
	display: flex;
	gap: 10px;
	align-items: center;
}
.google{
	box-shadow: 0px 0px 5px gray;
	padding: 2%;
	margin-bottom: 2%;
	border-radius: 7px;
}
.import-list-style3 li {
	margin: 5px 20px;
	font-size: 16px;
	font-size: 18px;
	list-style-image: url(/wp-content/uploads/2023/06/right-1-3.png);
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
	padding-left:0rem ;
}
.import-list-style3{
	padding-left:0rem ;
}
.sitemap-list-style {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
	grid-column-gap: 10px;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.sitemap-list-style li {
	position: relative;
	margin-bottom: 15px;
	font-size: 16px;
	padding-left: 8%;
	padding-top: 1%;
}
.sitemap-list-style li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	background-image: url(/wp-content/uploads/2023/06/right-1-3.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.rod2box{
	background-color: #fff;
	height: 97%;
	text-align: center;
	box-shadow:0px 0px 5px gray;
	transition:all 0.3;
	overflow:hidden;
}
.rod2box img{
	transition:all 0.3s;
}
.spring3box1 {
	display: flex;
	background-color: #1275c6;
	align-items: center;
	padding: 1%;
	margin-bottom: 2%;
	gap: 5px;
	border-radius: 60px;
}

.rod2box:hover img {
	transform:scale(1.1);
}
.Servicesb{
	border: 2px solid #1275c6;
	box-shadow: 6px 6px 5px #1275c6;
	height: 95%;
	background-color: #000;
}
.Servicesb h3{
	color:#fff !important;
}
.location_box .phone_box {
	background-color: #0056b3;
	padding: 20px 14px;
	position: absolute;
	border-radius: 19px;
	box-shadow: 3px 4px 7px #a1a1a1;
	left: 7%;
	bottom: -11px;
	min-width: 23%;
}
.location_box .email-box {
	left: 32.5%;
}
.contact-wrap{margin-top:65px;}
.location_box .call_box {
	left: 75%;
}
.location_box {
	display: flex;
	justify-content: space-evenly;
	margin-top: 6%;
	position: relative;
}
.map_section {
	position: relative;
}
.sect_n_clr .iner_abt_box {
	box-shadow: -3px -3px 0 5px #0056b3;
	padding: 15px 20px;
}
.inner_ul_blog1 {
	padding-left: 2.5rem;
}
.inner_h3_1 {
	font-size: 29px;
}
.inner_ul_blog1 li , .inner_ul li {
	margin-bottom: 37px;
}
.blog_box_part {padding: 20px;background-color: #f9f9f9;margin-top: 50px;}
.home_par h2{font-weight:600;}
.blog_box_part .inner_h3_1 , .blog_box_part h2, .blog_box_part h3 {font-size: 19px;font-weight: 600;}
.blog_box_part .p_text_1 {
	font-weight: 400;
	font-size: 15px;
}
.services_section {background-color: #f7f7f7;padding: 20px 0px 50px 0px;}
.location_box .phone_box {
	background-color: #1275c6 !important;
}
.quote-form{
	background-color: #1275c6 !important;
}
.main-nav .navbar-nav>.current-menu-item>a:before {
	background-color: #1275c6 !important;
}
.main-nav .navbar-nav>.nav-item.current-menu-item>a {
	color: #fff !important;
}
.main-nav .navbar-nav>.nav-item.current-menu-item>a:before {
	visibility: visible !important;
	background-color: #1275c6 !important;
	transform: scaleX(1);
}
.callbx {
	background-color: #1275c6 !important;
}
.item-icon {
	color: #1275c6 !important;
}
.red {
	background: linear-gradient(98.3deg, #000 10.6%, #1275c6 97.7%) !important;
}
section.red ul li {
	padding-bottom: 15px;
}
.cleaning_tips_section .card {
	height: 370px;
	box-shadow: 2px 3px 7px #d1d1d1;
}
.cleaning_tips_section .card img {
	width: 75px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}
.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.25rem;
}
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
}
.cleaning_tips_section .card-body h4 {
	font-size: 18px;
	text-align: center;
	line-height: 26px;
}
.cleaning_tips_section .card-body .card-text {
	font-size: 15px;
	text-align: center;
	padding: 0px 0px;
}
.cleaning_tips_section .col-lg-6 .card {
	height: 300px !important;
	box-shadow: 2px 3px 7px #d1d1d1;
}
.box-itm strong {
	font-size: 19px;
	font-weight: 500;
}
.benefits_section .serviceBox {
	height: 335px;
}
.benefits_section .serviceBox4 {
	text-align: center;
	padding: 35px 28px 25px;
	position: relative;
	margin-bottom: 30px;
	z-index: -1 !important;
}
.benefits_section .serviceBox4 .title {
	font-size: 23px;
}
.benefits_section .serviceBox4 .description {
	font-size: 14px;
	text-align: justify;
}
.benefits_section .serviceBox4:before, .benefits_section .serviceBox4:after {
	content: "";
	border-radius: 25px;
	border: 10px solid #1275c6;
	clip-path: polygon(65% 0, 100% 0, 100% 35%, 35% 100%, 0 100%, 0 65%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.benefits_section .serviceBox4:after {
	border-width: 3px;
	clip-path: polygon(0 0, 60% 0, 55% 5%, 96% 44%, 100% 40%, 100% 100%, 40% 100%, 43% 95%, 5% 55%, 0 60%);
	top: 3px;
	bottom: 3px;
	right: 3px;
	left: 3px;
}
.contact-wrap {
	margin-top: 65px;
	text-align: center;
}
.location_box a{
	text-decoration:none;
}
.factors_list ul li {
	padding-bottom: 10px;
	text-align:justify;
}
.factors_list ul li:last-child {
	padding-bottom: 0px;
}

.services-dark:before {
	background: linear-gradient(rgb(65 86 89),rgba(10,38,122,.65)) !important;
}
.card-inner {
	padding: 30px;
	text-align: center;
	height: 100%;
	border: 3px solid #44839f;
	border-radius: 11px;
}
.blog_page{
	position: relative;
	height: 50vh;
	z-index: 1;
	padding: 0 20px;
	color: #000;
}
.display-table {
	display: table;
	height: 100%;
	width: 100%;
}
.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	.location_box .phone_box {
		position: static !important;
		margin-bottom: 20px;
		text-align: center;
	}
	.location_box {
		display: block !important;
		width: 100%;
	}
	.location_box a {
		text-decoration: none;
		word-break: break-all;
	}

	.sub-service{
		width: 100% !important;
	}

	.mob_head{
		text-align:center;
	}

	.chose_pts{
		margin-bottom:0px !important;
		padding-bottom:0px !important;
	}
}
.breadcrumbs_1 h1 {
	font-size: 29px;
	text-transform: capitalize;
}
p.breadcrumbs.mb-2 {
	text-transform: capitalize;
}
.quick_links ul{
	list-style: none;
	padding: 0;
}
.error_page_img{
	width:28%;
}
.cleaning_tips_section .card {
	height: 420px;
	border-radius: 25px 0px 25px 0px;
	box-shadow: 2px 3px 7px #d1d1d1;
}
.benefits-section1 ul li {
	line-height: 28px;
}
.benefits-section1 {
	padding: 50px 0px 0px 0px;
}
.benefits_cleaning_section {background-color: rgb(245 245 245 / 60%);padding: 20px 0px 0px 0px;}
.mattress tr th {padding: 20px 13px !important;}
.mattress1 table td, .mattress1 table th {padding: 20px 23px;}
.factors_list .mattress1 {padding: 0px 90px;}
.winning_services_section {position: relative;}
.benefits_cleaning_section img{border-radius:50px 0px 50px 0px;}
.same_day img , .benefits-section1 img  {border-radius: 25px;}


.menu-footer-menu-container #menu-footer-menu {
	padding-left: 0px;
	list-style-type: none;
}

@media(min-width:768px) and (max-width:1180px) {
	.header_googleReviews{
		top: -68% !important;
		right: -3% !important;
		width: 23% !important;
	}

	.benefits-section1 {
		padding: 35px 0px 0px 0px;
	}

	.avoid_up{
		margin-top: 0px;
	}

	.sub-service{
		width:100% !important;
	}

	.reside {
		width: 100% !important;
	}



	img-comparison-slider.rendered {
		width: 100% !important;
	}

	.same_day img, .benefits-section1 img {
		width: 100% !important;
		padding-bottom: 15px;
	}
	.professional_tech {
		text-align: center !important;
	}

	.Servicesb {
		display: inline-table !important;
		width: 100% !important;
		margin-left: 0px !important;
	}
	.faq{
		padding-top: 10px;
	}

	.psce_box{
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}
.slider {
	position: relative;
	width: 80%;
	margin: auto;
	overflow: hidden;
}

.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide {
	min-width: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.slide p {
	font-size: 18px;
	margin: 10px 0;
}

.slide span {
	display: block;
	margin-top: 10px;
	color: #777;
}
section.google-review {
	background-image: url(https://samedaycarpetcleaninggeelong.com.au/wp-content/uploads/2023/06/banner-image.webp);
	background-size: cover;
}
.prev, .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}
.header_googleReviews img.img-fluid {
	width: 70px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 600px) {
/* 	.slider {
		position: relative;
		width: 95%;
	}
	button.prev {
		margin-left: -30px;
		background: transparent;
		color: #000;
	}
	button.next {
		margin-right: -30px;
		background: transparent;
		color: #000;
	} */
}

.benefits-section1 .reside {
    height: 217px;
    object-fit: cover;
}
.main-nav .navbar-nav>.nav-item>.nav-link {margin-right: 10px;}
.sub-inner p {text-align: center;}
.services_tips_section .ico li h3{display: contents;font-size:16px;}
.services_tips_section .ico li p{display: inline;}
.animation-nav .main-nav {background: #ffffff;color: #000;box-shadow: 2px 3px 5px #cacaca;padding: 16px 10px;}
.animation-nav .main-nav .navbar-nav>.nav-item>.nav-link {color: #000000;}
.animation-nav .nav-wrap .ml-auto .sticky_li a{font-size: 19px !important;color:#fff !important; padding:16px 23px;}
.inner-service-section span img {width: 24px;}
.inner-service-section ul li{margin-right:10px;}
.inner-service-section {padding: 60px 0px;background-color: #1275c6;color: #fff;}
.inner-choose-section {padding: 60px 0px;}
.inner-choose-section .service-box {padding: 20px;border-radius: 50px 0px;background: linear-gradient(98.3deg, #af2927 10.6%, #1275c6 97.7%);color: #fff;box-shadow: 3px 3px 3px #807d7d;height: 328px;text-align: justify;}
.inner-choose-section .service-box h3 {font-size: 20px;font-weight: 600;text-align: center;}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
}