@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000000;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
a strong {
	color: #0c96cc;
}

.bg-color1 {
	background-color: #0c96cc;
}

.bg-color2 {
	background-color: #a7ca38;
}

.text-color1 {
	color: #0c96cc !important;
}

.text-color2 {
	color: #007FAE !important;
}

.txt-hover:hover,
.txt-hover:focus {
	color: #a9a9a9;
}

.width-30 {
	width: 30%;
}

.width-40 {
	width: 40%;
}

.width-50 {
	width: 50%;
}

.width-70 {
	width: 70%;
}

.width-60 {
	width: 60%;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.bottom-header {
	position: relative;
	height: auto;
}

.sfslogo img {
	width: 200px;
}

.bglogo {
	background-color: transparent;
	border-right: 1px solid #efefef;
}

.header-logowrap {
	display: flex;
	align-items: center;
	height: 100%;
}

.header-bottom {
	background-color: #fff;
	padding: 20px;
	position: relative;
	background-color: #ececec;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}

.logo {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	background-color: transparent;
	text-align: center;
}

.logo .img-fluid {
	max-width: 250px;
	height: auto;
}

.mobile-menu {
	display: none;
}

.top-contact-info {
	text-align: right;
	margin: 15px 0;
}

.top-contact-list,
.get-a-quote-wrap {
	display: flex;
	justify-content: end;
}

.top-contact-list li {
	display: inline-block;
	vertical-align: top;
	color: #000;
	margin-left: 30px;
	font-size: 18px;
	text-align: left;
	padding: 12px 20px;
	border-radius: 0;
	border: 1px solid #007FAE;
	/* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.top-contact-list li a {
	display: block;
}

.top-contact-list .facebook-li a {
	display: inline-block;
}

.top-contact-list li:first-child {
	margin-left: 0;
}

.top-contact-list li a i {
	background-color: #ffff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	color: #ea001e;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #007FAE;
}

.top-contact-list li a i {
	margin-right: 8px;
	font-size: 18px;
	vertical-align: top;
}

.top-contact-list li a span {
	display: inline-block;
	vertical-align: top;
}

.top-contact-list li a span strong {
	display: block;
}

.nav-wrapper {
	display: block;
	text-align: center;
	background: linear-gradient(0deg, #026589, #007FAE);
}

.navigation>li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}

.navigation>li:last-child {
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 300px;
	z-index: 999;
	background-color: #141414;
	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 #e6e6e6;
	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: 15px 15px;
	color: #000;
	height: auto;
	line-height: 1.2;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	letter-spacing: 1px;
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	height: 63px;
	padding: 5px 25px;
	line-height: 53px;
}

.navigation li.dropdown>a {
	padding-right: 35px;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	/*    display: block;*/
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #ea001e;
	background-color: #fff;
}

.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;
	background-color: #007FAE;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .carousel-caption {
	position: absolute;
	right: 27%;
	bottom: auto;
	left: 8%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
	top: 43%;
	transform: translateY(-50%);
	width: 100%;
}

.slider-wrapper .carousel-control-next,
.slider-wrapper .carousel-control-prev {
	width: 6%;
}

.fs-70 {
	font-size: 70px;
}

.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: #ea001e;
}

.areas-list li:before {
	content: '\F3E7';
}

.list2 li:before {
	color: #007eb0;
}

.list3 {
	margin-left: 16px;
}

.list3 li {
	list-style-type: decimal;
	padding-bottom: 18px;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
	position: relative;
	z-index: 1;
}

.overlap {
	position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlap1:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.overlap2:before {
	background-color: rgb(55 57 60 / 80%);
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	color: #018859;
	margin-bottom: 20px;
}

.widget-title a:hover {
	color: #a9a9a9;
}

.footer-menu li a {
	position: relative;
	padding: 8px 0 8px 20px;
	display: inline-block;
	color: #000;
}

.footer-menu li a:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: '\F231';
	font-family: 'bootstrap-icons';
	font-size: 14px;
	color: #007FAE;
}

.footer-links {
	display: block;
	color: #fff;
}

.footer-menu li a:hover,
.footer-links a:hover {
	color: #007FAE;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
	top: 0;
	left: 100%;
	padding: 15px;
}

.formwrap {
	position: relative;
	z-index: 1;
}

.btn-4 {
	padding: 0 0 2px;
	position: relative;
	border: 0;
	letter-spacing: 0;
	background-color: transparent;
}

.btn-4 span {
	display: inline-flex;
	align-items: center;
	font-weight: 500;
}

.btn-4 .btn-text {
	margin-left: -13px;
	position: relative;
	z-index: 3;
	transition: transform .6s 125ms cubic-bezier(.1, .75, .25, 1);
}

.btn-4 .btn-icon {
	margin-left: 6px;
	position: relative;
	transition: opacity .4s .25s, transform .6s .25s;
	transition-timing-function: cubic-bezier(.1, .75, .25, 1);
	line-height: 0;
	z-index: 3;
}

.btn-4 .btn-icon+.btn-icon {
	order: -2;
	opacity: 0;
	transition-delay: 0s;
	margin-left: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.btn-4 .btn-icon i {
	margin: 0;
	line-height: 0;
}

.btn-link i {
	top: 0px;
}

.btn-4:hover .btn-text {
	transition-delay: .1s;
	transform: translateX(23px);
	color: #007FAE;
}

.btn-4:hover .btn-icon {
	transition-delay: 0s;
	transform: translateX(10px);
	opacity: 0;
}

.btn-4:hover .btn-icon+.btn-icon {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 225ms;
	color: #007FAE;
}

.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);
	margin-top: -150px;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.sliderform .form-control,
.sliderform select {
	padding: 12px 12px;
	font-size: 1rem;
	font-weight: 400;
}

.sliderform .form-outline {
	margin-bottom: 15px;
}

.sliderform label {
	margin-bottom: 5px;
	color: #fff;
}

.btn-1,
.btn-2,
.btn-3, 
.btn-5 {
	position: relative;
	overflow: hidden;
	font-size: 17px;
	font-weight: 500;
	/*height: 58px;*/
	/*line-height: 58px;*/
	border-radius: 4px;
	padding: 16px 32px;
	text-align: center;
	border: none;
	outline: none;
	text-transform: capitalize;
	display: inline-block;
	background: #007FAE;
	color: #fff;
	z-index: 2;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.btn-2
{
	background: transparent;
    color: #000000 !important;
    border: 2px solid #007FAE;
}
.btn-3 {
	background: red;
    color: #fff !important;
    border: 2px solid #007FAE;
}

.btn-2:hover{
	color: #fff !important;
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-5:hover{
	background: #fff;
	color: #007FAE !important;
}

.btn-1::before,
.btn-1::after,
.btn-1 span::before,
.btn-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 40.25%;
	height: 0;
	background: #007FAE;
	z-index: -1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn-1::before {
	left: 0;
}

.btn-1::after {
	left: 50%;
}

.btn-1 span::before,
.btn-1 span::after {
	content: "";
	position: absolute;
	top: 0;
	width: 40.25%;
	height: 0;
	background: #007FAE;
	z-index: -1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.btn-1 span::before {
	left: 25%;
}

.btn-1 span::before,
.btn-1 span::after {
	top: auto;
	bottom: 0;
}

.btn-1:hover {
	color: #000;
}

.btn-1:hover::before,
.btn-1:hover::after,
.btn-1:hover span::before,
.btn-1:hover span::after {
	height: 100%;
}

.btn-1:hover::before,
.btn-1:hover::after,
.btn-1:hover span::before,
.btn-1:hover span::after {
	height: 100%;
}

/*.btn-2:hover {*/
/*	border: 1px solid #000;*/
/*}*/

.border-radius-6px {
	border-radius: 6px !important;
	padding: 8px;
	background-color: #212121;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s cubic-bezier(.2, 0, .3, 1);
	transition: all .3s cubic-bezier(.2, 0, .3, 1);
}

.card {
	border: none;
	background: none;
	height: 100%;
	transition: transform 0.3s, box-shadow 0.3s;
}

.card h5 {
	color: #007FAE
}


.card>div {
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.5);
}

.card-text {
	background-color: #fff;
	color: #000;
	padding: 20px;
	height: 100%;
}
.card-text .card-title{
	text-transform: uppercase;
}

.card:hover {
	transform: translateY(-15px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}


.yelllowpatch-section {
	position: relative;
	z-index: 1;
}

.yelllowpatch-section::before {
	position: absolute;
	content: '';
	width: 35%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #007FAE;
	height: 100%;
	margin: 0 auto;
	z-index: 0;
}

.boxwhite-content {
	border: 4px solid #dfdfdf;
	background-color: #fff;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.custom-bt-m {
	margin-top: 40px;
	margin-bottom: 40px;
}

.imgvertical {
	position: relative;
	padding: 15px;
}

.imgvertical::before {
	position: absolute;
	content: '';
	width: 96%;
	height: 96%;
	left: 24px;
	right: 0;
	bottom: 0;
	top: 24px;
	z-index: -1;
	background-color: #000;
}

#logocarousel .owl-nav button.owl-next,
#logocarousel .owl-nav button.owl-prev {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	background: #007fae;
	padding: 16px 24px !important;
	border-radius: 4px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
}
#logocarousel i{
	color:#fff;
	font-size:20px
}

.yelllowpatch-section.section-bottom {
	position: relative;
}

.yelllowpatch-section.section-bottom .boxwhite-content {
	left: 0;
	z-index: 9;
	border: 0;
	padding: 15px 40px;
}

.yelllowpatch-section.section-bottom::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 85%);
	left: 0;
	bottom: 0;
	transform: none;
	top: auto;
}

.yelllowpatch-section.section-bottom .imgvertical {
	padding: 0;
}

.yelllowpatch-section.section-bottom .imgvertical::before {
	display: none;
}

input::placeholder,
textarea::placeholder {
	color: green;
	/* Change to your desired color */
}

.arrow-left {
	transform: rotate(-180deg);
}

.yelllowpatch-section.section-bottom .boxwhite-content {
	display: block;
}

.tablemiddle-cotnent {
	display: block;
	padding: 60px 0 0 0;
	text-align: center;
}

.text-gradient {
	background: #007FAE;
	background: linear-gradient(to right, #007FAE 0%, #007FAE 50%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footerlogo {
	display: flex;
	background: #f1f1f1;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding:10px;
}

.footerwrap-logo {
	position: relative;
	background: #ffffff;
	border: 2px solid #007FAE;
	border-bottom: 0;
}

.footer-content {
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-top .footer-head {
	letter-spacing: .1em;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer-top .footer-list ul li {
	margin-top: 10px;
}

.footer-bottom {
	background-color: #0c96cc;
}

.footer-head {
	letter-spacing: .1em;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1.4em;
	padding-bottom: 15px;
}

.footer-head:before {
	content: '';
	position: absolute;
	width: 45%;
	opacity: 0.5;
	border-bottom: 1px solid #000;
	bottom: 0;
	left: 0;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.footercontact ul li a {
	color: #fff;
}

.footercontact li a {
	color: #000;
	margin-bottom: 10px;
	display: inline-block;
}

.footercontact li a i {
	font-size: 18px;
	color: #007FAE;
}

.submit-icon {
	display: none;
}
.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}
.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;
}

@-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);
	}
}
.inner-box{
	margin-right: -150px;
    background: #fff;
    padding:40px;
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	z-index: 3;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #007fae;
}

.imgboxshadow{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.section2 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.section2 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.section2 .item:hover .con {
    bottom: 0;
}
.section2 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.section2 .item .category {
  position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: 'Barlow', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}
.section2 .item .category a {
    color: #fff;
}
.section2 .item .category:hover {
    color: #fff;
}
.section2 .item .con {
    padding: 15px;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
}
.section2 .item .con h6,
.section2 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.section2 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.section2 .item .con h5,
.section2 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
	text-transform: uppercase;

}
.section2 .item .con .permalink,.section2 .item .con .permalink a {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.section2 .item .con p {
    color: #fff;
}
.section2 .item .con i {
    color: #fff;
    font-size: 18px;
}
.section2 .item .con i:hover {
    color: #fff;
}
.section2 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
}
.line {
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 10px;
}
.section2 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.section2 .item .con .butn-light:hover {
    border-color: #0b5f99;
}
.home-hero-cta {
z-index: 2;
    max-width: 23rem;
    background-color: #0176a161;
    border-radius: .5rem;
    padding: 2.5rem;
    position: absolute;
    top: auto;
    bottom: -6.5rem;
    left: 6.5rem;
    right: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.feature-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: transform 0.3s;
	height: 100% !important;
} 
.feature-box:hover {
	transform: translateY(-5px);
}
.feature-icon {
	width:80px;
	height:80px;
	margin-bottom: 10px;
}
.feature-title {
	font-weight: bold;
	font-size: 18px;
}

.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-slide {
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.parallax-fixed {
	background-attachment: fixed;
}

.home-parallax h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	margin-bottom: 20px;
	font-family: "DM Sans", sans-serif;
}

.innerbox {
    padding: 30px;
    background-color: #0c96cc;
    color: #fff;
}

.innerbox1 {
    padding: 30px;
    border: 1px solid #ea001e;
}
.innerbox3 {
    padding: 30px;
    background-color: #ea001e;
    color: #fff;
}
.innerbox2 {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info .single-item {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px 5px 20px 20px;
	border-radius: 20px;
	border: 1px solid #D0D0D0;
	background: #EFEFEF;
	min-height: 160px;
}
.contact-info .single-item:hover .icon i{
	background: #0c96cc;
}

.contact-info .single-item .icon i {
	color: #fff;
	width: 65px;
	height: 65px;
	line-height: 65px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #ff0000;
	font-size: 32px;
	font-weight: 900;
	transition: 0.3s ease;
}

.contact-info .single-item .content a {
	color: #565969;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
}

.form {
	background-color: yellowgreen;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
}

.map {
	background-color: aquamarine;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
}

.areas-list a {
	padding: 15px 25px;
	background-color: #007eaf;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	cursor:pointer;
  }

  .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: "";
}
/* col-xxl */
@media (min-width: 1601px) {

	.yelllowpatch-section.section-bottom .imgvertical img,
	.yelllowpatch-section.section-bottom .boxwhite-content {
		min-height: 390px;
	}
}

/* col-xl */
@media (min-width: 1200px) and (max-width:1400px) {

	.yelllowpatch-section.section-bottom .boxwhite-content,
	.yelllowpatch-section.section-bottom .imgvertical img {
		min-height: auto;
	}

	.fs-70 {
		font-size: 50px;
	}
}
@media (min-width: 992px) and (max-width:1290px){
	.section2 .item .con {
		bottom: -70px;
	}
	.contact-info .single-item {
		gap: 15px;
		padding: 20px 5px 20px 10px;
	}
}
/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
	.home-hero-cta {
		z-index: 2;
		max-width: 20rem;
		background-color: #ffffff78;
		border-radius: .5rem;
		padding: 1.75rem 2rem;
		position: absolute;
		/* top: auto; */
		bottom: -3.5rem;
		left: 1.5rem;
		right: auto;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	}
	.navigation a {
		padding: 5px 18px;
		height: 66px;
		line-height: 56px;
	}

	.fs-70 {
		font-size: 44px;
	}

	.top-contact-list li {
		margin-left: 5px;
		padding: 10px;
		height: 68px;
	}

	.fs-70 {
		font-size: 40px;
	}

	.sliderform {
		margin-top: -70px;
	}

	.yelllowpatch-section.section-bottom .boxwhite-content,
	.yelllowpatch-section.section-bottom .imgvertical img {
		min-height: auto;
	}

	.slider-wrapper .carousel-caption {
		top: 50%;
	}

	.btn-1,
	.btn-2,
	.btn-3 {
		height: auto;
		line-height: 1.4;
		padding: 15px 25px;
	}

	.tablemiddle-cotnent {
		padding: 0 0 0 0;
	}
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
	.home-hero-cta {
		display: none;
	}
	.bottom-header {
		height: auto;
	}
    .top-contact-list, .get-a-quote-wrap{
        justify-content: center;
    }
	.sfslogo img {
		width: 150px;
	}

	.top-contact-list li a span {
		font-size: 14px;
	}

	.slider-wrapper .carousel-caption {
		top: 50%;
	}
    .logo{
        width:90%;
    }
	.logo .img-fluid {
		height: auto;
		width: 100%;
	}

	.mobile-menu {
		display: block;
		font-size: 20px;
		background: #000;
		padding: 17px 20px;
		color: #fff;
		cursor: pointer;
		margin: 0 auto;
	}

	.mobile-menu i {
		float: right;
		color: #007FAE;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 9999999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #fff;
		padding: 0;

	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li a {
		padding: 15px 20px;
		color: #fff;
		height: auto;
		line-height: normal;
		text-transform: none;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #fff;
		color: #007FAE;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 15px 10px 15px 30px;
		background-color: #fff;
	}

	.fixed-top {
		position: static;
	}

	.top-contact-list li {
		margin-left: 5px;
		padding: 10px;
		height: auto;
		margin: 3px 0;
	}

	.top-contact-list .facebook-li {
		display: inline-flex;
		align-items: center;
	}

	.top-contact-list li a span.facebooktext {
		display: none;
	}

	.top-contact-list .facebook-li a i {
		margin: 0;
	}

	.top-contact-list li a {
		font-size: 16px;
	}

	.sliderform {
		margin-top: 25px;
	}

	.yelllowpatch-section.section-bottom .imgvertical img,
	.yelllowpatch-section.section-bottom .boxwhite-content {
		min-height: auto;
	}

	.imgvertical {
		padding: 0;
	}

	.custom-bt-m {
		margin-top: 0;
		margin-bottom: 0;
	}

	.footerlogo {
		text-align: center;
		display: block;
		padding: 15px;
	}
	.inner-box{
		margin-right: 0;
		padding:20px;
	}
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
	.fs-70 {
		font-size: 30px;
	}

	.bottom-header {
		height: auto;
	}

	.footerlogo img {
		text-align: center;
		margin: 0 auto;
		width: 70% !important;
	}

	.footer-content {
		padding: 15px 15px;
	}
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
	.bglogo {
		border: 0;
	}

	.header-logowrap {
		display: block;
		margin-top: 10px;
		height: auto;
	}

	.slider-wrapper .carousel-fade .carousel-item {
		height: 50vh;
	}

	.slider-wrapper .carousel-fade .carousel-item img {
		height: 100%;
		object-fit: cover;
	}

	.slider-wrapper .carousel-caption {
		width: 80%;
		text-align: center;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.sliderform {
		margin-top: 25px;
	}

	.yelllowpatch-section.section-bottom .imgvertical img {
		min-height: auto;
		padding: 0;
	}

	.yelllowpatch-section.section-bottom .boxwhite-content {
		min-height: auto;
		padding: 15px;
	}

	.card-text {
		padding: 15px;
	}

	.footerwrap-logo .footer-content {
		padding: 15px;
	}

	.top-contact-list {
		text-align: center;
		display: block;
	}

	.btn-1,
	.btn-2,
	.btn-3 {
		height: auto;
		line-height: 1.4;
		padding: 15px 25px;
	}

	.tablemiddle-cotnent {
		padding: 0;
	}

	.section2 .item .con{
	    position: relative;
        bottom: 0;
        background: linear-gradient(0deg, #026589, #007FAE);;
        height: 100%;
	}
    .bottom-txt{
        font-size: 18px;
    }
    .section2 .item .con h5, .section2 .item .con h5 a {
        font-size: 20px;
    }
    .section2 .item .con .permalink, .section2 .item .con .permalink a {
        font-size: 12px;
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
	.fs-70 {
		font-size: 40px;
	}
	.home-parallax h1 {
		font-size: 40px;   
		line-height: 50px;    
	  }
	
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
	.f-18{
		font-size:18px
	}

	#logocarousel .owl-nav button.owl-next,
	#logocarousel .owl-nav button.owl-prev {
		margin-left: 7px;
		margin-right: 7px;
		padding: 12px 16px !important;
	}

	.top-contact-list li {
		display: block;
		height: auto;
		padding: 5px 7px;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.top-contact-list .facebook-li {
		display: block;
		text-align: center;
	}

	.top-contact-list {
		display: block;
	}

	.fs-70 {
		font-size: 28px;
	}

	.sliderform {
		padding: 15px;
	}

	.imgvertical::before {
		height: auto;
		width: auto;
	}

	.custom-bt-m {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.footercontact li a {
		font-size: 16px;
	}

	.home-parallax h1 {
		font-size: 25px;
		line-height: 34px;
	  }

	.parallax-window {
		height: 200px;
	}
	.innerbox, .innerbox3{
		padding: 15px;
	  }
	  .innerbox1{
		padding: 15px;
	  }
	  .innerbox2{
		padding: 15px;
	  }
	  .contact-info .single-item {
		flex-direction: column;
		padding: 15px;
	}

	.contact-info .single-item .content {
		text-align: center;
	}
	.contact-info .single-item .content a {
		font-size: 16px;
	}
}
@media (min-width: 220px) and (max-width:380px){
	.f-18{
		font-size:16px
	}
}

.single-service-item {
  margin: 20px 0;
}

.box-style1 {
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 300px;
}

.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%;
}

.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, .60);
  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;
}

