@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color: #494949;
	line-height: 24px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1px;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

a:hover,
a:focus {
	color: #a3a3a3;
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}

.bg-color1 {
	background-color: #033b6c;
}

.bg-color2 {
	background-color: #5ebaf3;
}

.text-color1 {
	color: #033b6c !important;
}

.text-color2 {
	color: #5ebaf3 !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%;
}

.flex-contact-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.contacticon {
	position: relative;
	display: block;
	border: 1px solid #ffffff;
	width: 35px;
	border-radius: 50%;
	background-color: transparent;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.contactdetail {
	margin-left: 10px;
	color: #fff
}

.contacticon i {
	color: #fff
}

.contactdetail a:hover,
.contactdetail a:focus {
	color: #ed1c24;
}

.topbar-header {
	position: relative;
	display: inline-block;
}

/*.topbar-header:before{
	position: absolute;
    content: '';
    width: 9px;
    background-color: #fff;
    height: 3px;
    top: 0;
    left: -8px;
    border-bottom-left-radius: 51px;
}
.topbar-header:after{
	position: absolute;
    content: '';
    width: 9px;
    background-color: #fff;
    height: 3px;
    top: 0;
    right: -8px;
    border-bottom-right-radius: 51px;
}*/

.contact-top-list li:last-child {
	margin-right: 0;
}

.contact-top-list {
	text-align: end
}

.contact-top-list li {
	display: inline-block;
	margin-right: 25px;
}

#stuck_container {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	box-shadow:rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.isStuck {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #051830 !important;
	-webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.home-page .header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.header-top {
	background-color: #033b6c;
	padding: 7px 5px;
}

.isStuck .logonavbar {
	box-shadow: none;
}

.header-bottom {
	background-color: transparent;
	padding: 10px 25px;
	position: relative;
	box-shadow: none;
}

.isStuck.header-bottom {
	padding: 0;
	background: #fff !important;
	transition: 0.5s ease-in-out;
	padding: 10px 20px;

}

.social-top-icon .topbar-header {
	padding: 0;
}

.logo {
	display: inline-block;
	margin: 5px auto;
}

.logo .img-fluid {
	max-width: 60%;
}

.mobile-menu {
	display: none;
}

.nav-wrapper {
	display: block;
	text-align: right;
}

.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: 250px;
	z-index: 999;
	background-color: #ff8daa;
	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: #ffffff;
	padding: 10px 15px;
	color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	text-transform: uppercase;
	/* letter-spacing: 0.2px; */
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
	color: #033b6c;
	padding: 0px 16px;
	transition: all 500ms ease 0s;
	font-size: 15px;
}

.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: #ed1c24;
}

.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: #033b6c;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .carousel-caption {
	position: absolute;
	bottom: auto;
	left: 50%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 75%;
}

.fs-70 {
	font-size: 70px;
}

.fw-900 {
	font-weight: 900;
}

.carousel-caption p {
	font-size: 20px;
	color: #fff;
	line-height: 1.4;
	font-weight: 500;
}

.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: #033b6c;
}

.list5 li {
	position: relative;
	padding: 0px 0 15px 30px;
}

.list5 li:last-child {
	padding-bottom: 0;
}

.list5 li a {
	color: #fff;
}

.list5 li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
	background-size: contain;
	background-image: url(../images/escavato.png);
	background-repeat: no-repeat;
}

.areas-list li:before {
	content: '\F3E7';
	color: #fff;
}

.list2 li:before {
	color: #ffffff;
}

.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.7);
}

.overlap2:before {
	background-color: rgb(55 57 60 / 50%);
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	color: #018859;
	margin-bottom: 20px;
}

.widget-title a:hover {
	color: #a9a9a9;
}

.footer-top {
	position: relative;
}

/*.footer-top:before{
	position: absolute;
    content: '\F268';
    font-family: 'bootstrap-icons';
    font-size: 178px;
    line-height: normal;
    color: rgb(112 122 136 / 62%);
    right: 0;
    opacity: 0.2;
    top: 0;

}*/
/*    transform: translate(-50%, -50%);*/
.overlap4 {
	position: relative;
}

.overlap4:before,
.overlap3:before {
	background-color: #033b6c8f;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.overlap3:before {
	background-color: rgb(0 0 0 / 69%) !important;
}

.footer-menu li a {
	position: relative;
	padding: 2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}

.footer-menu li a:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family: 'bootstrap-icons';
}

.footer-links {
	display: block;
	color: #fff;
}

.footer-heading p {
	font-size: 15px;
	color: #ed1c24;
	font-weight: 600;
	text-transform: uppercase;
	;
}

.footer-menu li a:hover,
.footer-links a:hover {
	color: #a9a9a9;
}

.needhelp-footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgb(221 221 221 / 27%);
	padding: 15px 20px;
	border-radius: 10px;
	background: #fff;
}

.needhelp-footer:before {
	font-size: 35px;
	position: absolute;
	content: '\F280';
	font-family: bootstrap-icons !important;
	color: #033b6c;
	right: auto;
	right: 53%;
	top: 36%;
	transform: translate(-50%, -50%);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
}

.footer-widget {
	position: relative;
	padding: 15px;
}

.footer-large-phone a {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
	display: block;
}

.logo-footerimg img {
	width: 260px;
}

.copyright {
	border-top: 1px solid rgb(255 255 255 / 25%);
}

.top-bar {
	background-color: transparent;
	color: white;
	font-size: 0.95rem;
}

.top-bar a {
	color: white;
	font-weight: 600;
	text-decoration: underline;
	letter-spacing: 0;
	font-size: 16px;
}

.top-bar a:hover {
	text-decoration: underline;
}

.icon-group i {
	margin-right: 10px;
	font-size: 20px;
}

.contact-item,
.icon-group {
	margin-right: 30px;
}

.contact-item img {
	margin-right: 10px;
	width: 40px;
	filter: invert(1);
}

.contact-item.teleicon img {
	margin-right: 10px;
	width: 30px;
	filter: invert(1);
}

.bgcolortop-footer {
	padding: 15px;
	border-radius: 10px;
}

.navigation li.dropdown>.dropdown-menu.child-dropdown {
	top: 0;
	left: 100%;
	padding: 15px;
}

.btn-1 {
	position: relative;
	display: inline-block;
	padding: 16px 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	border-radius: 50px;
	color: #fff;
	border: 2px solid #033b6c;
	background-color: #033b6c;
	overflow: hidden;
	letter-spacing: 2px;
	transition: 0.5s ease-in-out;
}

.btn-1:hover,
.btn-1:focus {
	font-weight: 600;
	color: #fff;
	letter-spacing: 0;
}

.btn-1:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform: translateX(-100%);
	transition: 0.5s ease-in-out;
}

.btn-1:hover:before {
	transform: translateX(0);
}

.btn-3 {
	position: relative;
	display: inline-block;
	padding: 8px 25px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 50px;
	color: #033b6c;
	border: 1px solid #033b6c;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.btn-3:hover span {
	font-weight: 600;
	position: relative;
	color: #fff;
	z-index: 1;
	display: block;
	transition: 0.5s ease-in-out;
}

.btn-3:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #033b6c;
	transform: translateX(-100%);
	transition: 0.5s ease-in-out;
}

.btn-3:hover:before {
	transform: translateX(0);
}

.btn-2 {
	position: relative;
	display: inline-block;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 50px;
	color: #061a32;
	background-color: #061a32;
	border: 2px solid #061a32;
	overflow: hidden;
	transition-delay: 0.4s;
}

.btn-2 span {
	padding: 12px 30px;
	display: block;
	text-align: center;
	transition-delay: 0.4s;
}

.btn-2:before,
.btn-2:after,
.btn-2 span:before,
.btn-2 span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgb(7 26 50 / 55%);
	transition: 0.4s ease-in-out;
}

.btn-2:after,
.btn-2 span:before {
	top: auto;
	bottom: 0;
}

.btn-2 span:before,
.btn-2 span:after {
	transition-delay: 0.4s;
}

.btn-2 small {
	color: #fff;
	z-index: 9;
	display: block;
	position: relative;
	transition-delay: 0.4s;
}

.btn-2:hover:before,
.btn-2:hover:after,
.btn-2:hover span:before,
.btn-2:hover span:after {
	height: 80px;
}

.btn-2:active {
	background-color: #13211e;
}

.btn-5 {
	background: transparent !important;
	border: 3px solid #fff !important;
}

.btn-6 {
	background: transparent !important;
	border: 1px solid #fff !important;
}

.btn-4 {
	position: relative;
	display: inline-block;
	padding: 12px 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 50px;
	background: #033b6c;
	border: 1px solid #033b6c;
	color: #fff;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.btn-4:hover span {
	font-weight: 600;
	position: relative;
	color: #033b6c;
	z-index: 1;
	display: block;
	transition: 0.5s ease-in-out;
}

.btn-4:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform: translateX(-102%);
	transition: 0.5s ease-in-out;
}

.btn-4:hover:before {
	transform: translateX(0);
}

.fancyheading {
	position: relative;
	padding-bottom: 15px;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 400;
	color: #033b6c;
}

.heading-h1.fancyheading {
	font-size: 30px;
}

.heading-h2.fancyheading {
	font-size: 23px;
}

.heading-h4 {
	position: relative;
	padding-bottom: 15px;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: 400;
	color: #033b6c;
}

.fancyheading-white.fancyheading::before {
	border: 1px solid #fff;
}

.fancyheading::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -4px;
	width: 10px;
	height: 10px;
	border: 1px solid #033b6c;
	border-radius: 50%;
}

.fancyheading-white.fancyheading::after {
	background-color: #fff;
}

.fancyheading::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10%;
	height: 1px;
	background-color: #033b6c;
}

.fancyheading-center::after,
.fancyheading-center::before {
	left: 50%;
	transform: translateX(-50%);
}

.services-style-1 {
	width: 95%;
	margin: 0 auto;
}

.services-style-inner {
	background: #fff;
	box-shadow: 0 20px 50px 5px #e9eef7;
	text-align: center;
	padding: 30px 40px 30px 40px;
	transition: .5s;
	border-radius: 7px;
	min-height: 500px;
}

.services-image {
	position: relative;
	display: inline-block;
	font-size: 60px;
	width: 160px;
	height: 160px;
	line-height: 150px;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
	transition: all 500ms ease;
	background: #fff;
	box-shadow: 0 20px 50px 5px #e9eef7;
	color: #0c5adb;
}

.services-content {
	min-height: 240px;
}

.services-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.contactdetail-wrap {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contactdetail-wrap .phonenumber a,
.contactdetail-wrap .phonenumber {
	font-size: 18px;
	font-weight: 600;
}

.contactdetail-wrap .phonenumber a:hover,
.contactdetail-wrap .phonenumber a:focus {
	color: #5ebaf3;
}

.iconimg {
	border: 3px #5ebaf3;
	border-radius: 50%;
	padding: 15px;
	border-style: dotted;
	background-color: #fff;
}

.iconimg img {
	width: 40px;
}

.linehover-img {
	position: relative;
}

.linehover-img .line {
	background-color: #fff;
	position: absolute;
}

.linehover-img .line span {
	background-color: #5ebaf3;
	position: inherit;
	display: block;
	transition: all 0.4s ease-out;
}

.linehover-img .line-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 12px;
}

.linehover-img .line-right {
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
}

.linehover-img .line-bottom {
	right: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
}

.linehover-img .line-left {
	left: 0;
	bottom: 0;
	width: 12px;
	height: 100%;
}

.linehover-img .line-top span {
	top: inherit;
	left: inherit;
	width: 0;
	height: 100%;
}

.linehover-img .line-right span {
	top: inherit;
	right: inherit;
	width: 100%;
	height: 0;
}

.linehover-img .line-bottom span {
	right: inherit;
	bottom: inherit;
	width: 0;
	height: 100%;
}

.linehover-img .line-left span {
	left: inherit;
	bottom: inherit;
	width: 100%;
	height: 0;
}

.linesec-img:hover .line-top span,
.linesec-img:hover .line-bottom span {
	width: 100%;
}

.linesec-img:hover .line-left span,
.linesec-img:hover .line-right span {
	height: 100%;
}

.contact-inner {
	position: relative;
	padding: 90px 30px;
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25), -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
}

.bordercurve {
	position: relative;
}

.bordercurve:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 50%;
	width: 50%;
	height: 75%;
	margin: 0 auto;
	border-top: 1px solid #033b6c;
	border-right: 5px solid #5eb4e5;
	border-left: 5px solid #033b6c;
	border-bottom: 1px solid #033b6c;
	border-radius: 25px;
	transform: translateY(-50%);
}

.imgcontact .borderto-img {
	border-width: 1px;
	border-style: double;
	border-color: #033b6c;
	padding: 5px;
	border-radius: 25px 25px 25px 25px;
}

.imgcontact .borderto-img img {
	border-radius: 25px;
	border-width: 1px;
	border-style: double;
	border-color: #033b6c;
}

.testimonialwrap {
	position: relative;
	padding: 15px 35px 0 35px;
}

.testimonial-content {
	position: relative;
	display: block;
	border: 9px solid #dddddd;
	border-radius: 0;
	z-index: 1;
	top: -80px;
	background-color: rgb(255, 255, 255);
	padding: 60px 30px 50px 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
}

.testimonial-content:before {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 9px;
	background-color: #051830;
	content: "";
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transform: scaleY(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-one__rating {
	position: relative;
	top: -43px;
	left: -30px;
	display: inline-block;
	background-color: #051830;
	padding: 20px 35px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	z-index: 2;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-one__rating:before {
	position: absolute;
	bottom: -27px;
	left: 0;
	content: "";
	border-top: 11px solid #374a61;
	border-left: 12px solid transparent;
	border-bottom: 16px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-right: 18px solid #374a61;
	z-index: 0;
}

.testimonial-img {
	position: relative;
}

.testimonial-img .imgwrap1 {
	height: 160px;
	width: 160px;
	background: #071a32;
	border: 9px solid #fff;
	border-radius: 50%;
	line-height: 130px;
	text-align: center;
	position: relative;
	z-index: 2;
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5));
}

.testimonial-img .imgwrap1 img {
	width: 120px;
	height: auto;
	display: inline-block;
}

.testi-top {
	justify-content: space-between;
	align-content: space-between;
	display: flex;
	align-items: end;
}

.iconquote i {
	font-size: 80px;
	color: #000;
}

.owl-testi-content {
	padding-top: 20px;
}

.owl-testi-content p {
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1.5;
}

.bg-half-patch {
	position: relative;
}

.bg-half-patch::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #eaeaea;
	width: 100%;
	height: 54.5%;
}

#testimonials_slider .owl-nav button {
	position: absolute;
	width: 65px;
	background-color: rgb(7 26 50 / 28%);
	height: 55px;
	top: 50%;
	transform: translateY(-50%);

}

#testimonials_slider .owl-nav button.owl-prev:hover,
#testimonials_slider .owl-nav button.owl-prev:focus,
#testimonials_slider .owl-nav button.owl-prev:active {
	background-color: #051830;
}

#testimonials_slider .owl-nav button.owl-next:hover,
#testimonials_slider .owl-nav button.owl-next:focus,
#testimonials_slider .owl-nav button.owl-next:active {
	background-color: #051830;
}

#testimonials_slider .owl-nav button.owl-prev {
	left: 6px;
	clip-path: polygon(50% 0%, 51% 50%, 50% 100%, 0% 50%);
}

#testimonials_slider .owl-nav button.owl-next {
	right: 6px;
	clip-path: polygon(50% 0%, 51% 50%, 50% 100%, 99% 50%);
}

.textfancy {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.contactform-home-sec .contact-inner {
	padding: 40px 30px;
}

.contactform-home-sec .bordercurve:before {
	height: 93%;
}

.form-control {
	border-radius: 0;
	padding: 11px 10px 11px 20px;
}

.sliderform label {
	color: #fff;
}

.submit-btn {
	display: flex;
	gap: 6px;
}

.submit-btn:hover .submit-icon {
	color: #fff;
}

.submit-icon {
	display: none;
}

.address-box {
	margin-bottom: 15px;
}

.address-box .address-icon-holder {
	float: left;
	font-size: 16px;
	margin-right: 8px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	/*border: 1px #fff;*/
	border-radius: 100%;
	text-align: center;
	position: relative;
	/*border-style: solid;*/
}

.address-icon-holder img{
    filter:invert(1);
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
}

.address-box .address-content strong {
	color: #fff;
}

.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;
}

.slider-wrapper .overlap1 {
	display: none;
}

.slider-wrapper .overlap1:before {
	background-color: rgb(8 26 50 / 77%);
}

@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@keyframes sdb05 {
	0% {
		transform: rotate(-0deg) translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: rotate(-0deg) translate(20px, -1px);
		opacity: 0;
	}
}

.page-banner {
	height: 550px;
	position: relative;
	overflow: hidden;
}

.page-banner .page-banner-img {
	object-fit: fill;
	height: 100%;
}

.mini-banner {
	position: absolute;
	bottom: 145px;
	left: 0;
	width: 100%;
	content: '';
	z-index: 1;
}

.flexbox {
	display: -webkit-box;
	display: flex;
}

.flexbox .element {
	height: 100%;
}

.img-custom {
	border-radius: 20px;
}

.border-custom {
	border-width: 2px;
	border-style: solid;
	border-color: #033b6c;
	border-radius: 25px;
}

.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, .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;
}

.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: '';
}

.areas-section {
	position: relative;
	background: url('../images/5.webp') no-repeat center center;
	background-size: cover;
	color: white;
	padding-bottom: 50px;
	background-attachment: fixed;
}

.badge-ribbon {
	position: absolute;
	top: -11px;
	left: 0;
	background-color: #ed1c24;
	color: #ffffff;
	padding: 1rem 1.5rem;
	font-weight: bold;
	z-index: 2;
}

.badge-ribbon:before {
	position: absolute;
	content: '';
	top: 0;
	left: -12px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent #a60e1f #a60e1f transparent;
	z-index: 1;
}

.ribbonarea {
	margin-bottom: 180px;
	margin-left: 25px;
}

.map-overlay {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}

.map-overlay img.map {
	width: 100%;
	height: auto;
	opacity: 0.8;
}

.map-overlay .marker {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-weight: bold;
	text-align: center;
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}

.testimonial-wrap {
	padding: 20px;
	margin-bottom: 35px;
	border-left: 5px solid #061a32;
	background-color: #f0f0f0;
}

.testi-quote i {
	font-size: 50px;
	color: #5ebaf3;
}

.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;
}

.feature-box {
	background-color: #033b6c;
	text-align: center;
	padding: 40px 20px;
	border: 5px solid white;
	height: 100%
}

.icon-wrapper {
	width: 90px;
	height: 90px;
	margin: -90px auto 20px;
	background-color: #ed1c24;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 5px solid white;
	position: relative;
	z-index: 1;
}

.icon-wrapper i {
	font-size: 32px;
	color: white;
}

.feature-text {
	font-weight: 600;
	color: #fff;
	font-size: 18px;
}

.curve-bg-path.breaker-section::before {
	background: #fff;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 80px;
	height: 100%;
	width: 50%;
}

.curve-bg-path.breaker-section1::before {
	background: #033b6c;
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 80px;
	height: 100%;
	width: 75%;
	border-right: 15px solid #fff;
}

.service-card {
	position: relative;
	background-color: #033b6c;
	padding: 30px 30px 30px;
	color: white;
	height: 100%;
	border-bottom-right-radius: 50px;

}

.service-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	outline: 3px solid #fff;
	outline-offset: 10px;
	border-bottom-right-radius: 50px;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 1.2s ease-out, opacity 0.5s ease;
	z-index: 0;
	pointer-events: none;
}

/* Show the animated border */
.service-card.animate::before {
	transform: scaleX(1);
	opacity: 1;
}

.icon-circle {
	width: 80px;
	height: 80px;
	background-color: #ed1c24;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -50px;
	left: 5%;
}

.icon-circle:hover {
	background-color: #fd7176;
}

.icon-circle i {
	color: white;
	font-size: 25px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 10px;
}

.service-img {
	max-height: 160px;
	margin-top: -40px;
	object-fit: contain;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.service-title {
	font-weight: 800;
	font-size: 1.4rem;
}

.service-text {
	font-size: 0.95rem;
	margin-top: 10px;
}

.grid-box {
	overflow: hidden;
	padding: 0px 380px 150px 0px;
	height: 100%;
	position: relative;
}

.h3-sec {
	padding: 120px 10px 50px;
}

.home-parallax {
	position: relative;
	overflow: hidden;
}

.home-parallax .container-fluid {
	position: relative;
	z-index: 9;
}

.parallax-window {
	height: 650px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-slide {
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.single-service-item1 .img-holder {
	overflow: hidden;
	position: relative;
}

.single-service-item1 .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-item1:hover .img-holder .img-responsive {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.single-service-item1 .img-holder .overlay {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.single-service-item1 .img-holder .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}

.single-service-item1 .img-holder .overlay .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 30px;
}

.single-service-item1 .img-holder .overlay .box .content a i {
	background: #035aa1 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 30px;
	height: 55px;
	line-height: 60px;
	transition: all 500ms ease 0s;
	width: 55px;
	box-shadow: 0 0 20px rgba(255, 61, 0, 0.8);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 61, 0, 0.7);
	}

	70% {
		box-shadow: 0 0 0 20px rgba(255, 61, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 61, 0, 0);
	}
}

.inner-box {
	background-color: #ed1c24;
	padding: 30px;
	color: #fff;
	width: 100%;
}

.inner-box1 {
	background-color: #033b6c;
	padding: 30px;
	color: #fff;
	width: 100%;
}

.inner-box2 {
	border: 1px solid #ed1c24;
	padding: 30px;
	width: 100%;
}

.contact-icon {
	/* float: left;
    padding-right: 15px; */
}

.contact-icon i {
	font-size: 30px;
	display: inline-block;
	color: #fff;
	transition: .5s;
}

.contact-content {
	overflow: hidden;
}

.contact-title h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	padding: 0 0 10px;
	margin-top: 0;
	transition: .5s;
	color: #fff;
}

.contact-desc p {
	font-size: 15px;
	line-height: 26px;
	transition: .5s;
}

.contact-detail strong {
	font-size: 18px;
	color: #fff;
}

.contact-detail {
	/* font-size: 18px; */
	color: #fff;
}

.contact-container {
	background-color: #033b6c;
	padding: 21px;
	border-left: 10px solid #ed1c24;
	border-radius: 10px 0 0 10px;
	display: flex;
	gap: 15px;
}

.hcCqAM {
	z-index: 1!important;
}

.hQdJHw {
    z-index: 8!important;
}

/* col-xxl */
@media (min-width: 1366px) and (max-width:1600px) {
	.fs-70 {
		font-size: 50px;
	}
}

/* col-xl */
@media (min-width: 1280px) and (max-width:1365px) {
	.navigation a {
		padding: 0 15px;
	}

	.fs-70 {
		font-size: 50px;
	}

	.grid-box {
		padding: 1px 280px 150px 0px;
	}

	.contact-container {		
		padding: 18px 8px;		
		border-radius: 10px 0 0 10px;
		display: flex;
		gap: 15px;
	}
}

@media (min-width: 1365px) and (max-width:1480px) {
	.grid-box {
		padding: 1px 320px 150px 0px;
	}
}

@media (min-width: 1200px) and (max-width:1280px) {
	.grid-box {
		padding: 1px 240px 150px 0px;
	}
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
	.navigation a {
		font-size: 13px;
		padding: 0px 16px;
	}

	.fs-70 {
		font-size: 30px;
	}

	.carousel-caption p {
		font-size: 15px;
	}

	.services-style-inner {
		min-height: 580px;
	}

	.needhelp-footer .heading-h4 {
		font-size: 20px;
	}

	.textfancy {
		font-size: 20px;
	}

	.footer-large-phone a {
		font-size: 23px;
	}

	.grid-box {
		padding: 1px 150px 150px 0px;
	}

	.contact-container {	
		padding: 21px 10px;		
		border-radius: 10px 0 0 10px;
		display: flex;
		gap: 8px;
	}
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
	.mobile-menu {
		display: block;
		font-size: 20px;
		background: #033b6c;
		padding: 8px 20px;
		color: #fff;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}

	.flexbox {
		display: block;
	}

	.mobile-menu i {
		float: right;
	}

	.services-content {
		min-height: auto;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #033b6c;
		padding: 0;
	}

	.navigation {
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #616161;
	}

	.navigation>li:first-child {
		display: block;
	}

	.navigation>li:before {
		display: none;
	}

	.navigation li a {
		padding: 10px 20px;
		color: #fff;
		text-transform: none;
		background: #033b6c;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color: #ed1c24;
		color: #ffffff;
	}

	.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: 10px 10px 10px 30px;
	}

	.fixed-top {
		position: static;
	}

	.contact-top-list li {
		display: inline-block;
		text-align: center;
	}

	.logo {
		display: block;
		text-align: center;
		margin: 12px auto;
	}

	.header-bottom {
		background: #fff !important;
	}

	.fs-70 {
		font-size: 25px;
	}

	#stuck_container {
		position: relative !important;
	}

	.pseudoStickyBlock {
		display: none !important;
	}

	.services-style-inner {
		min-height: auto;
	}

	.contactdetail-wrap {
		padding: 40px 0;
	}

	.contact-inner {
		padding: 20px 25px;
	}

	.linesec-img {
		background-color: #033b6c;
	}

	.needhelp-footer .heading-h4 {
		font-size: 20px;
	}

	.textfancy {
		font-size: 20px;
	}

	.footer-large-phone a {
		font-size: 23px;
	}

	.slider-wrapper .overlap1 {
		display: block;
	}

	.imgcontact .borderto-img img {
		width: 100%;
	}

	.testimonial-img {
		display: none;
	}

	.testimonial-content {
		top: 0;
	}

	.testimonial-one__rating {
		top: 0;
		left: 0;
		text-align: center;
		margin: 0 auto;
	}

	.testimonial-one__rating:before {
		display: none;
	}

	.air-con-install-img img {
		position: static;
		width: 100%;
	}

	.air-con-repair-img img {
		position: static;
		width: 100%;
	}

	.heat-pump-sec:before {
		width: 100%;
	}

	.heat-pump-sec1:before {
		width: 100%;
	}

	.celler-cooling-sec:before {
		width: 100%;
		height: 35%;
	}

	.celler-cooling-sec1:before {
		top: unset;
		bottom: 0;
		width: 100%;
		height: 35%;
	}

	.comm-air-con-img img {
		position: static;
		width: 100%;
	}

	.comm-air-con-img1 img {
		position: static;
		width: 100%;
	}

	.side-img {
		width: 100%;
		height: 100%;
	}

	.curve-bg-path.breaker-section::before {
		width: 100% !important;
		background-color: #fff4f4;
	}

	.curve-bg-path.breaker-section2::before {
		width: 100% !important;
	}

	.curve-bg-path.breaker-section1::before {
		width: 100% !important;
		border: none;
	}

	.home-page .header {
		position: static;		
	}


}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {
	.imgcontact .borderto-img {
		border: 0;
	}

	.page-banner {
		height: 400px;
	}

	.page-banner {
		background-attachment: unset !important;
		height: 400px;
	}

	.mini-banner {
		bottom: 80px;
	}

	.grid-box {
		padding: 1px 75px 150px 0px;
	}

	.feature-box {
		margin-bottom: 30px;
		height: auto;
	}

	.slider-wrapper .carousel-caption {
		top: 50%;
	}

	.contact-item.teleicon img {		
		width: 19px;		
	}

	.contact-item img {		
		width: 25px;		
	}
}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {
	.contact-item.teleicon img {		
		width: 20px;		
	}

	.contact-item img {		
		width: 25px;		
	}

	.services-style-inner {
		min-height: auto;
	}

	.needhelp-footer {
		display: block;
		margin-top: 10px;
	}

	.needhelp-footer:before {
		display: none;
	}

	.needhelp-footer .heading-h4,
	.footer-large-phone a {
		text-align: center;
	}

	.footer-large-phone {
		margin-top: 10px;
	}

	.logo-footerimg {
		text-align: center;
	}

	.page-banner {
		background-attachment: unset !important;
		height: 300px;
	}

	.icon-wrapper {
		width: 60px;
		height: 60px;
		margin: -70px auto 20px;
	}

	.feature-box {
		margin-bottom: 13px;
		height: auto;
		padding: 40px 12px 20px;
		border-radius: 10px;
	}

	.contact-container {		
		padding: 15px 10px;		
		border-radius: 10px 0 0 10px;
		display: flex;
		gap: 15px;
	}

	.carousel-caption p {
		font-size: 14px;
		color: #fff;
		line-height: 1.4;
		font-weight: 500;
	}
	

}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
	.flex-contact-wrap {
		text-align: left;
	}

	.contact-top-list.social-top-icon {
		text-align: right;
	}

	.mini-banner {
		bottom: 80px;
	}

	.grid-box {
		padding: 1px 180px 150px 0px;
	}
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {
	.contact-top-list {
		text-align: center
	}
    .feature-text{
        font-size: 14px;
    }
	.contact-top-list li {
		display: block;
		text-align: center;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.contact-top-list.social-top-icon {
		text-align: center;
		margin-bottom: 10px;
	}

	.flex-contact-wrap {
		text-align: left;
	}

	.logo {
		display: block;
		text-align: center;
		margin: 12px auto;
	}

	.header-bottom {
		background: #fff !important;
	}

	.fs-70 {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.slider-wrapper .carousel-caption {
		text-align: center;
	}

	.carousel-caption p {
		font-size: 7px;
		margin-bottom: 0!important;
	}

	.carousel-caption .btn-1 {
		font-size: 10px;
		padding: 4px 15px;
	}

	#stuck_container {
		position: relative !important;
	}

	.pseudoStickyBlock {
		display: none !important;
	}

	.testimonialwrap {
		padding: 15px 15px 0 15px;
	}

	#testimonials_slider .owl-nav button {
		width: 40px;
		height: 40px;
	}

	#testimonials_slider .owl-nav button.owl-prev {
		left: 0;
	}

	#testimonials_slider .owl-nav button.owl-next {
		right: 0;
	}

	.testimonial-content {
		top: 0;
		padding: 20px;
	}

	.testi-top {
		display: block;
	}

	.testimonial-img .imgwrap1 {
		margin: 0 auto;
	}

	.testimonial-one__rating:before {
		display: none;
	}

	.testimonialwrap .heading-h4 {
		font-size: 20px;
		text-align: center;
	}

	.testimonial-one__rating {
		position: static;
		padding: 15px;
	}

	.testimonial-img {
		display: none;
	}

	.testimonial-one__rating {
		display: block;
	}

	.contactform-home-sec .contact-inner {
		padding: 15px;
	}

	.divone-icon {
		text-align: center;
		margin-bottom: 12px;
	}

	.iconimg {
		width: 55px;
		height: 55px;
		padding: 8px;
		margin: 0 auto;
	}

	.contactdetail-wrap .heading-h4 {
		font-size: 17px;
		padding-bottom: 8px;
	}

	.contactdetail-wrap {
		text-align: center;
	}

	.contactdetail-wrap .fancyheading::after,
	.contactdetail-wrap .fancyheading::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.footer-widget {
		padding: 15px 0;
	}

	.topbar-header {
		padding: 5px 10px;
	}

	.mini-banner {
		bottom: 80px;
	}

	.inner-box {
		padding: 10px;
	}

	.grid-box {
		padding: 1px 30px 150px 0px;
	}

	.service-card {
		padding: 15px 15px 15px
	}

	.icon-circle {
		width: 50px;
		height: 50px;
		bottom: -34px;
	}

	.service-card::before {
		outline: 2px solid #fff;
		outline-offset: 5px;
	}

	.inner-box2 {
		padding: 15px;
	}

	.inner-box1 {
		padding: 15px;
	}

	.address-box .address-icon-holder {
		display: none;
	}

	.contact-detail {
		font-size: 13px;
		color: #fff;
	}

	.contact-icon i {
		font-size: 20px;		
	}
}