/* @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
	font-size: 16px !important;
	color: #222;
	line-height: 28px;
	font-weight: 300;
	font-family: 'Lato', serif;
	font-style: normal;
	letter-spacing: 0.5px;
}
.wrapper{
    overflow:hidden;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	/* color: #4494CF; */
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Playfair Display', serif; */
	margin-top: 0 !important;
	font-weight: 900;
	margin-bottom: 20px !important;
	color: #0b0507;
	line-height: 1.2 !important;
}

p {
	font-family: 'Lato', serif;
}

.footer-links {
	font-family: 'Lato', serif;
}

.bg-color1 {
	background-color: #000;
}

.bg-color3 {
	background-color: #4494CF;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0px 0 15px 26px;
	position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #4494CF;
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #000;
}

/* header sec start  */

.scroll {
	background-color: #A1572F;
	color: rgb(0, 0, 238) !important;
}

/*.scroll .logo img{
	max-height: 50px;
}*/

.header {
	background-color: #fcfcfc;
	margin-bottom: 50px;
}

/*.home-page .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	content: '';
	background-color: transparent;
}
*/
/*.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 100%;
	background-color: #fff;
	content: '';
	z-index: 1;
	clip-path: polygon(0 0, 81% 0, 100% 100%, 0% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}


.logo img {
	max-height: 100px;
	transition: 0.6s;
}
*/

.google-review-icon,
.social-links {
	display: inline-block;
	vertical-align: middle;
}

.social-links li {
	display: inline-block;
}

.social-links li a {
	background-color: transparent;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	font-size: 18px;
	/* border: 1px solid #fff; */
}

.social-links li:first-of-type a {
	width: 0;
	margin-right: 20px;
}

.social-links li a:hover i {
	color: #25aae1;
}

.get-a-quote,
.header-info-box {
	display: inline-block;
	vertical-align: middle;
}

.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding: 300px 0;*/
}

.sub-banner-overlay {
	background: rgb(32, 32, 32);
	background: linear-gradient(180deg, rgba(32, 32, 32, 0.40379901960784315) 29%, rgba(32, 32, 32, 0.8575805322128851) 98%);
	width: 100%;
	height: 100%;
	position: absolute;
}

.parallax-window {
	height: 400px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-page .parallax-window {
	/* height: 100vh; */
}

.home-page .header {
	position: absolute;
	width: 100%;
	z-index: 99;
}

.home-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.home-parallax .container-fluid {
	position: relative;
	z-index: 9;
}
/*
.header-bottom {
	background-color: #4d90cf;
}*/

.header-info-box .header-call {
	text-align: left;
}

.header-info-box:before {
	position: absolute;
	top: -50px;
	right: 19%;
	width: 150px;
	height: 257px;
	content: '';
	background-color: #2c61de;
	transform: rotate(45deg);
	display: none;
}

.header-info-box:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 450px;
	height: 100%;
	content: '';
	background-color: #2c61de;
	clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.get-a-quote,
.header-info-box .header-call {
	position: relative;
	z-index: 1;
}

.header-info-box .header-call a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.header-info-box .header-call a i {
	font-size: 30px;
	margin-right: 5px;
	line-height: 1;
	margin-top: 4px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.header-info-box .header-call a .call-info {
	display: inline-block;
	vertical-align: middle;
}

.header-info-box .header-call a .call-info span {
	font-size: 18px;
}

.header-info-box .header-call a .call-info h5 {
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
}

/*.header-bottom {
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05) !important;
}*/

.get-a-quote {
	margin-left: 16px;
}

.get-a-quote a {
	border: 1px solid #fff;
	padding: 10px 12px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.get-a-quote a:hover,
.get-a-quote a:focus {
	background-color: #9a95f1;
	border-color: #9a95f1;
	color: #fff;
}

.sub-title {
	color: #9a95f1;
	font-weight: 300;
	margin-bottom: 0;
}

.title {
	margin-bottom: 50px;
}

span.heading {
	font-size: 20px;
	font-weight: 500;
}

.txt-color:hover {
	color: #c7c7c7 !important;
}

.txt-color2:hover {
	color: #df4927 !important;
}

/*.mobile-menu {
	display: none;
}

.navigation {
	display: block;
}

.navigation>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 15px;
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 253px;
	z-index: 999;
	background-color: #263a7d;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #bbbbbb;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #fff;
	padding: 8px 10px;
	color: #000;
	border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	display: block;
	font-family: 'Lato', serif;
	font-weight: 500;
	color: #fff;
	padding: 10px 14px;
	font-size: 18px;
	transition: all 500ms ease 0s;
}

.navigation>li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: rgb(0 88 153 / 43%);
	transition: width .3s;
}

.navigation>li:hover::after {
	width: 100%;
}

.navigation>li.active::after {
	width: 100%;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 12px;
	right: 0;
	transform: translateX(-35%);
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #000;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #fff !important;
	background-color: #4494CF;
}

.navigation li.dropdown>a {
	padding-right: 19px;
}
*/
/* header sec end  */

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.5, 1.5);
	}
}

.carousel-inner .carousel-item img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
	padding: 0;
	width: 100%;
}

.control-round:hover .carousel-control-prev {
	background: #4494CF;
}

.control-round:hover .carousel-control-next {
	background: #4494CF;
}

.sliderform {
	padding: 30px;
	-webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
	-webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
	transition: all 350ms cubic-bezier(.37, 0, .63, 1);
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.sliderform .form-outline {
	margin-bottom: 15px;
}

.sliderform label {
	margin-bottom: 5px;
	color: #fff;
}

.sliderform .form-control,
.sliderform select {
	padding: 12px 12px;
	font-size: 1rem;
	font-weight: 400;
}

.slide-text {
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center !important;
	width: 100%;
}

.slide-text h2 {
	font-size: 50px;
	margin-bottom: 0 !important;
}

.slide-text>p {
	font-size: 30px;
	line-height: 35px;
}

.seperater {
	width: 30%;
	background-color: rgba(255, 255, 255, 0.5);
	height: 2px;
	position: relative;
	display: block;
	margin: 20px auto 20px;
}

/* .carousel-control-prev, .carousel-control-next {
    top: 57% !important;	
} */

.btn-1,
.btn-2,
.btn-3 {
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-weight: 500;
	height: 58px;
	line-height: 58px;
	border-radius: 4px;
	padding: 0 42px;
	text-align: center;
	border: none;
	outline: none;
	text-transform: capitalize;
	display: inline-block;
	background: #4494CF;
	color: #fff;
	z-index: 2;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.btn-2,
.btn-3 {
	background: #fff;
	color: #4494CF;
}

.btn-1:hover {
	background-color: #000;
	color: #fff;
}

.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}


.servicesure {
	margin-top: 0;
	border-radius: 5px;
	border: 5px solid #fff;
	background: #fff;
	padding: 25px;
	box-shadow: rgb(6 20 106) 1px 7px 18px -10px;
	position: relative;
	z-index: 1;
}

.leftline-heading {
	border-left: 3px solid #4494CF;
	padding-left: 15px;
}

.services-include h4 {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}

.about-section {
	background-image: url(../images/bg2.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-content {
	background-color: #4494CF;
	opacity: 0.96;
}

/* our-services */

.our-services-box {
	position: relative;
	margin: 0;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 35px 15px;
	transition: .5s;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
}

.our-services-box:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
	background-color: #4494CF;
}

.our-services-box:hover .head h4,
.our-services-box:hover .description p {
	color: #fff;
}

.our-services-box .icon span {
	display: inline-block;
	height: 120px;
	width: 120px;
	/* border: 2px solid; */
	padding: 20px;
	border-radius: 50%;
	background-color: #4494CF;
}

.our-services-box:hover .icon span {
	background-color: rgb(0 88 153 / 43%);
}

.our-services-box:hover .cs_iconbox_shape {
	bottom: -23px;
	right: -23px;
}

.our-services-box .cs_iconbox_shape {
	width: 66px;
	height: 66px;
	background-color: rgb(0 88 153 / 43%);
	border-radius: 50%;
	position: absolute;
	bottom: -56px;
	right: -56px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.te-process-step .icon span {
	display: inline-block;
	height: 120px;
	width: 120px;
	/* border: 2px solid; */
	padding: 20px;
	border-radius: 50%;
	background-color: #4494CF;
	transition: all 0.4s ease;
}

.te-process-step:hover .icon span {
	background-color: rgb(0 88 153 / 43%);
}

.h3-box {
	background-color: #67b5e5;
	border-radius: 20px;
	padding: 57px 50px 56px 50px;
	position: relative;
	z-index: 1;
}

.h3-box:after {
	content: "";
	position: absolute;
	top: 19px;
	right: 19px;
	bottom: 19px;
	left: 19px;
	border-radius: 15px;
	border: 1px dashed #fff;
	z-index: -1;
}

.h3-box h3 a:hover,
.h3-box h3 a:focus {
	color: #000;
}

.te-process-step {
	padding: 80px 40px 40px 40px;
	background-color: #F4F4F4;
	border-radius: 5px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.te-process-step .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #000;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.te-process-step .content .desc {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
	color: #595959;
}


/* footer sec start  */
.footer-section {
	background: #151414;
	position: relative;
}

.footer-cta {
	border-bottom: 1px solid #373636;
}

.single-cta i {
	color: #ff5e14;
	font-size: 30px;
	float: left;
	margin-top: 8px;
}

.cta-text {
	padding-left: 15px;
	display: inline-block;
}

.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}

.cta-text span {
	color: #757575;
	font-size: 15px;
}

.footer-content {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #373636;
}

.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%;
}

/* .footer-logo {
	margin: 10px;
} */

.footer-logo img {
	max-width: 250px;
}

.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: #7e7e7e;
	line-height: 28px;
}

.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.footer-social-icon a {
	color: #fff !important;
	font-size: 20px;
	margin-right: 15px;
	display: inline-block;
}

.footer-social-icon i {
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	padding: 0;
	height: 40px;
	width: 40px;
	display: inline-block;

}

.facebook-bg {
	background-color: #3B5998 !important;
}

.twitter-bg {
	background: #55ACEE !important;
}

.instagram-bg {
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important;
}

.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px !important;
	position: relative;
	text-transform: uppercase;
}

.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #25aae1;
}

.footer-widget ul li {
	/* display: inline-block; */
	/* float: left; */
	/* width: 50%; */
	margin-bottom: 8px;
	font-family: 'Lato', serif;
}

.nofloat li {
	float: none !important;
}

.footer-widget ul li a:hover {
	color: #4494CF;
}

.footer-widget ul li a {
	color: #ffffff;
	font-family: 'Lato', serif;
}

.subscribe-form {
	position: relative;
	overflow: hidden;
}

.subscribe-form input {
	width: 100%;
	padding: 14px 28px;
	background: #2E2E2E;
	border: 1px solid #2E2E2E;
	color: #fff;
}

.subscribe-form button {
	position: absolute;
	right: 0;
	background: #ff5e14;
	padding: 13px 20px;
	border: 1px solid #ff5e14;
	top: 0;
}

.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg);
}

.copyright-area {
	background: #202020;
	padding: 25px 0;
}

.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787;
}

.copyright-text p a {
	color: #ff5e14;
}

.footer-menu li {
	display: inline-block;
	margin-left: 20px;
}

.footer-menu li:hover a {
	color: #ff5e14;
}

.footer-menu li a {
	font-size: 14px;
	color: #ffffff !important;
}

.pbmit-footer-bottom {
	z-index: 1;
	position: relative;
	overflow: hidden;
	background-color: #4494CF;
}

.pbmit-footer-text-inner {
	padding: 20px 20px;
	padding-right: 0;
	position: relative;
	color: #bbb;
}

.menu-quick-links-container {
	overflow: hidden;
	font-size: 15px;
}

.footer-links {
	display: block;
	color: #fff;
}

.pbmit-footer-text-inner a,
.footer-links a {
	color: #fff;
	font-size: 15px;
	margin: 0 5px;
}

.pbmit-footer-text-inner a:hover,
.site-footer .pbmit-footer-text-inner a:focus {
	color: #000;
}

.timing li {
	float: none !important;
	display: flex !important;
	justify-content: space-between !important;
	margin-bottom: 2px !important;
	width: 100% !important;
}

/* footer sec end  */
.hoverlink:hover,
.hoverlink:focus,
.hoverlink:active {
	color: #000;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.services_col {
	background: #fff;
	padding: 40px 40px;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	position: relative;
	overflow: hidden;
}

.overlap1:before {
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service-box-list-style.overlap1::before {
	/* background-color: rgb(21 22 22 / 55%); */
}

.service-box-list-style-content {
	min-height: 250px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.features-2 {
	background-color: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 1;
	box-shadow: 0px 10px 60px 0px rgba(211, 211, 211, 0.4);
}

.features-2:hover::before {
	height: 0;
	top: 0;
	bottom: auto;
}

.features-2::before {
	content: "";
	position: absolute;
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-bottom: 3px solid #4494cf;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.features-2:hover::after {
	opacity: 0.75;
	height: 100%;
	top: auto;
	bottom: 0;
}

.features-2::after {
	content: "";
	position: absolute;
	background: #4494cf;
	opacity: 0;
	width: 100%;
	height: 3px;
	left: 0;
	top: auto;
	bottom: 0;
	right: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.features-2:hover .features__content h2 {
	color: #ffffff;
}

.features-2:hover .features__content .list2 {
	color: #ffffff;
}

.features-2:hover .features__content p {
	color: #ffffff;
}

.features-2:hover .features__content .services_text_list {
	color: #ffffff;
}

.features-2:hover .features__content .list2 li:before {
	color: #fff;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li a:hover {
	color: #000;
	outline: none;
	text-decoration: none;
}

.address-box1 {
	display: flex;
	background: #ffffff;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 0 20px 0 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.36);
}

.address-icon-holder1 {
	font-size: 20px;
	margin-right: 16px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4494cf;
	border-radius: 10px 0 0 10px;
	color: #fff;
}

.address-icon-holder1 i {
	width: 20px;
	height: 20px;
	text-align: center;
}

.address-content a:hover {
	color: #4494cf;
}

.car-sales {
	padding: 100px 0;
	text-align: center;
	position: relative;
}

.car-sales-overlay {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgb(0, 0, 0, 0.6);
}

.car-sales h2 {
	font-size: 50px;
	color: #fff;
	z-index: 2;
	position: relative;
	font-weight: 600;
}

.single-service-item {
	margin: 15px 0;
}

.single-service-item .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder .img-responsive {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	/*border: 5px solid #0009;
	  border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 450ms ease-out 0s;
	transition: all 450ms ease-out 0s;
	-webkit-transform: rotateY(180deg) scale(0.5, 0.5);
	transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotateY(0deg) scale(1, 1);
	transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	height: 45px;
	line-height: 48px;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
	background: #9a9a9a;
}

.single-service-item .text-holder h3 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin: 20px 0 6px;
	text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
	color: #fff;
}

.service-box1 {
	border-top: 3px solid #4494CF;
	border-left: 3px solid #4494CF;
	margin-bottom: 30px;
}

.service-box1 .img-box {
	position: relative;
}

.service-box1 .img-box h3 {
	position: absolute;
	content: '';
	bottom: 0;
	background-color: rgb(68 148 207 / 54%);
	color: #fff;
	padding: 15px;
	width: 100%;
	text-align: center;
}

.service-box1 .content-box {
	padding: 20px;
}

.service-box1 .img-box h3 {
	font-size: 18px;
}

.hcCqAM {    
    z-index: 9!important;    
}
.text1{
    font-size: 14px !important;
    font-weight: 800;
}

@media(min-width: 1280px) and (max-width: 1400px) {
	/*.logo {
		width: 330px;
	}*/
}

@media(min-width: 1401px) and (max-width: 1570px) {
	/*.logo {
		width: 350px;
	}*/
}


@media(min-width: 1200px) and (max-width: 1250px) {
	/*.navigation>li {
		margin-right: 9px;
	}*/
}

@media(min-width: 1200px) and (max-width: 1400px) {
	.top-contact-list li:before{
	    right: -7px !important;
	}
	.top-contact-list li{
	   margin-left: 10px !important;
	   padding: 5px 3px !important;
	}
}

@media(min-width: 1400px) and (max-width: 1600px) {
	/*.navigation a {
		padding: 10px 4px;
	}*/
}


@media(min-width: 320px) and (max-width: 991px) {
	body {
		font-size: 16px;
	}
	.mobile-menu{
		display: inline-block !important;
        vertical-align: middle;
		cursor: pointer;
		font-size: 20px;
		background: #20445a;
		color: #fff;
		margin: 0;
		text-align:center;
		width:40px;
		height:40px;
		line-height:40px;
	}
	.top-contact-list{
		text-align: center;
		display: block;
	}
	.social-link{
		text-align: center !important;
		margin-top: 20px;
		margin-left: 0;
	}
	.navigation > li:first-child {
        display: block !important;
    }
    .nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999999999!important;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #fff;
		padding-top: 0;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
		text-align: left;
		padding: 0;
/*		background-color: #333;*/
	}
	.navigation > li > a{
		text-align: left;
		padding:10px 20px;
	}
	.navigation > li > a:before{
		display: none;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #20445a;
		color: #ffffff !important;
	}
	
	.navigation > li.dropdown > a:after{
		right: 20px;
	}

	.navigation li.dropdown > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible !important;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li{
		visibility: visible;
		opacity: 1;
	}
	/*.navigation li.dropdown > ul.dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}*/
	.isStuck .header-bottom-inner{
		animation: none;
	}
	.get-a-quote,
	.header-info-box {
		margin: 15px;
	}

	.fixed-top .text-end {
		background-color: #2c61de;
		text-align: center !important;
	}

	.fixed-top,
	.scroll {
		position: static !important;
	}

	.pseudoStickyBlock {
		display: none !important;
	}

	.header-info-box {
		position: relative;
		overflow: hidden;
	}

	.header-info-box:before {
		display: none;
	}

	.m-parallax-bg {
		background-image: none !important;
		height: auto !important;
	}
	/*.slide-text h2 {*/
	/*	font-size: 16px;*/
	/*}*/

	/*.slide-text>p {*/
	/*	font-size: 13px;*/
	/*	line-height: 16px;*/
	/*	margin-bottom: 0;*/
	/*}*/
}

@media(min-width: 768px) and (max-width: 991px) {
	.header-info-box:before {
		right: 40%;
	}

	.header-info-box::after {
		width: 50%;
	}

	.services-include .inner-container {
		padding: 30px 60px 0 60px;
	}

	/*.mobile-menu{
		float: right;
	}*/
	.car-sales {
		padding: 70px 0;
	}
}

@media(min-width: 320px) and (max-width: 767px) {

	/*#association-section{
        display:none;
    }*/
	.footer-contact-wrap {
		margin-bottom: 20px;
	}

	.title {
		margin-bottom: 10px;
	}

	.slide-text>p {
		font-size: 20px;
		line-height: 25px;
	}

	.seperater {
		margin: 15px auto 15px;
	}

	/*#association-section .row .col{
        flex:100%!important;
    }*/
	.association-wrap {
		padding: 5px 0;
	}

	.top-contact-list li{
		padding: 5px 7px;
		margin-left: 0;
	}
	.theme-btn-one{
/*		font-size: 15px;*/
		padding: 17px 26px;
	}
	.top-contact-list li:before{
		display: none;
	}
}

@media(min-width: 576px) and (max-width: 767px) {

	.services-include .inner-container {
		padding: 30px 40px 0 40px;
	}

	.slide-text h2 {
		font-size: 40px;
	}
}

@media(min-width: 320px) and (max-width: 575px) {
	.logo{
		text-align: center;
		display: block;
    	padding-bottom: 20px;
    	margin: 0;
    	padding-top: 0;
	}
	.header-right-bar {
        height: auto;
        text-align: center;
    }
    .header-btn-box{
    	text-align: center;
    	margin-top: 20px;
    	display: none;
    }
    .header-bottom-inner{
    	padding: 30px;
    }
	.services-include .inner-container {
		padding: 20px;
	}

	.slide-text h2 {
		font-size: 16px !important;
	}

	.slide-text>p {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 0;
		display: none !important;
	}

	.seperater {
		margin: 8px auto 8px;
		display: none !important;
	}

	.servicesure {
		padding: 10px;
	}

	.te-process-step {
		padding: 80px 20px 40px;
	}

	.h3-box {
		padding: 30px;
	}

	.footer-widget ul li {
		float: none;
	}

	.sliderform {
		padding: 20px;
	}

	.features-2 {
		padding: 15px;
	}

	.c-repair-list li {
		padding: 0px 0 5px 24px;
		font-size: 15px;
	}

	.list1 li,
	.list2 li,
	.areas-list li {
		padding: 0px 0 6px 26px;
	}

	.leftline-heading {
		font-size: 22px;
	}

	.single-service-item {
		margin: 20px 0;
	}

	.car-sales {
		padding: 70px 0;
	}

	.car-sales h2 {
		font-size: 45px;
	}

	.social-links {
		display: block;
	}

	.service-box1 .img-box h3 {
		font-size: 16px;
	}

	/*.social-links li:first-of-type a{
		width: 45px;
	}*/
}