body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
}

a {
	text-decoration: none;
	color: #07babb;
}

a:hover {
	color: #2b99f8;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}


/* advertisement */
.advertisement_close {
	margin-top: -1.5rem;
	background-color: #AF2032;
	padding: 10px;
	border-radius: 20px;
	font-size: 12px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
	opacity: 0.8;
	position: absolute;
	right: -8px;
	top: -9px;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #07babb;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 28px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #2194f7;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #07babb;
	border-top-color: #bfe0fd;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
  # Top Bar
  --------------------------------------------------------------*/
#topbar {
	height: 60px;
	padding: 0;
	font-size: 14px;
	transition: all 0.5s;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.8);
	z-index: 996;
	background-color: #07babb;
}

#topbar.topbar-scrolled {
	top: -60px;
}

#topbar .contact-info a {
	line-height: 0;
	color: rgba(255, 255, 255, 0.8);
	transition: 0.3s;
}

#topbar .contact-info a:hover {
	text-decoration: underline;
}

#topbar .contact-info i {
	color: #fff;
	line-height: 0;
	margin-right: 5px;
}

#topbar .contact-info .phone-icon {
	margin-left: 15px;
}

#topbar .social-links a {
	color: rgba(255, 255, 255, 0.8);
	padding: 4px 12px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}

#topbar .social-links a:hover {
	color: #fff;
}


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	height: 70px;
	top: 60px;
}

#header.header-scrolled {
	background: rgba(13, 72, 102, 0.9);
	top: 0;
}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#header .logo a {
	color: #07babb;
}

#header .logo img {
	max-height: 40px;
}

.header-extra-links {
	margin: 0 0 0 30px;
}

.header-extra-links .auth_link {
	display: inline-block;
	line-height: 0;
	font-size: 14px;
}

.header-extra-links span {
	margin: 0 5px;
	color: #0D4866;
}

.header-extra-links .cart_icon img {
	margin-left: 15px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.header-extra-links .cart_icon span {
	background: #0D4866;
	color: #fff;
}

.custom-button {
	border-radius: 20px !important;
	font-size: 14px;
}

.service_request_btn,
.service_request_btn:hover {
	margin-right: 15px;
	border-radius: 20px;
	background-color: #0D4866;
	font-size: 14px;
	border: 1px solid #0D4866;
}

#header.header-scrolled .service_request_btn,
#header.header-scrolled .service_request_btn:hover {
	background-color: #fff;
	color: #0D4866;
	font-weight: bold;
}

#header.header-scrolled .header-extra-links span {
	color: #fff;
}

.header-inner-pages {
	background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
	background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation
  */
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar>ul>li {
	position: relative;
	white-space: nowrap;
	padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 3px;
	font-size: 14px;
	color: #0D4866;
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
	font-weight: bold;
}

#header.header-scrolled .navbar a,
#header.header-scrolled .navbar a:focus {
	color: #fff;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar>ul>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #0D4866;
	visibility: hidden;
	width: 0px;
	transition: all 0.3s ease-in-out 0s;
}

#header.header-scrolled .navbar>ul>li>a:before {
	background-color: #fff;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
	visibility: visible;
	width: 100%;
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 8px;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #032e54;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #07babb;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

.navbar-text-contact {
	color: #07babb;
	font-weight: bold;
	font-size: 14px;
}

#header.header-scrolled .navbar-text-contact {
	color: #fff;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

/**
  * Mobile Navigation
  */
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #07babb;
}

@media (max-width: 991px) {
	#header .container {
		max-width: 90%;
	}

	.navbar>ul>li {
		padding: 10px 0 10px 10px;
		font-size: 12px;
	}

	.header-extra-links {
		margin: 0 0 0 20px;
	}

	.service_request_btn,
	.service_request_btn:hover {
		margin-right: 10px;
		font-size: 12px;
	}

	.mobile_hidden {
		display: none;
	}

	.header-extra-links a .user_auth_img {
		display: none;
	}

	.header-extra-links .auth_link {
		font-size: 12px;
	}

	.footer-newsletter {
		text-align: center;
	}

	#footer .footer-newsletter h4 {
		margin: 0 0 10px 0;
	}

	#footer .footer-newsletter #subscribe-form {
		width: 75%;
		margin: 0px auto;
	}

	.section-title h2 {
		font-size: 20px;
		margin-bottom: 12px;
	}

	#hero {
		margin-bottom: -160px;
	}

	#hero p {
		margin: 0 auto 0px auto;
	}

	.icon-boxes .icon-box {
		padding: 20px 25px;
	}

	.icon-boxes .description {
		font-size: 13px;
		line-height: 22px;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(5, 74, 133, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile>ul>li {
	padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #0665b7;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
	visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #07babb;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #07babb;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

.login-dropdown,
.register-dropdown {
	top: 40px !important;
	background: #ebebeb;
	padding: 20px;
	opacity: 0.9;
}

.login-dropdown h4,
.register-dropdown h4 {
	color: #07babb;
	font-size: 16px;
}

.login-dropdown button,
.register-dropdown button {
	background: #07babb;
	color: #fff;
	border: 1px solid #07babb;
}

#serviceModal .modal-header {
	background: #07babb;
}

#serviceModal .modal-header h5 {
	margin: 0;
	padding: .3rem;
	color: #fff;
	font-size: 1.15rem;
}

#serviceModal .modal-header .btn-close {
	filter: brightness(0) invert(1);
	opacity: 0.75;
}

#serviceModal .accordion-item {
	border: none;
}

.parent-service .accordion-header .parent-service-accordion-button {
	background: #efe1e1;
	box-shadow: none;
	font-size: 16px;
	color: #382e2f;
}

.service_sub_items .sub_service_heading {
	font-size: 15px;
}

.service_sub_items .accordion-button {
	border: none;
	padding: 0;
	background: none;
	box-shadow: none;
	top: 33%;
}

.service_sub_items .cart_order_now {
	font-size: 15px;
}

.service_sub_items .service_descrption h6 {
	font-size: 15px;
}

.service_sub_items .service_descrption p {
	font-size: 13px;
}

.btn-checkout,
#registerShow,
.btn-checkout:hover {
	background: #fff;
	color: #07babb;
	border: 1px solid #07babb;
}

#btnPromoCode,
#loginShow,
.btn-order,
.btn-order:hover {
	background: #0D4866;
	color: #fff;
	border: 1px solid #0D4866;
}

#services {
	padding: 20px 70px;
}

#services .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.service_sub_category_image {
	max-width: 60px;
	height: auto;
	margin-right: 15px;
}
.service_sub_category_image img {
	width: 100%;
	height: 45px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.input-spinner .button-minus,
.input-spinner .button-plus {
	background-color: transparent;
	border-color: #ecf0ef;
	height: 2rem;
	width: 1.8rem
}

.input-spinner .button-minus:hover,
.input-spinner .button-plus:hover {
	background-color: #ecf0ef;
	border-color: #ecf0ef
}

.input-spinner .form-input {
	background: 0 0;
	border: 1px solid #ecf0ef;
	height: 100%;
	min-height: 2rem;
	text-align: center;
	width: 2rem !important
}

.order-details {
	background: #f7f7f7;
	padding: 25px 50px;
	margin: 20px 0;
}

.order-details .card {
	border: none;
}

.order-details h4 {
	font-size: 18px;
}

.order-details h5 {
	font-size: 16px;
}

.order-details address {
	font-size: 14px;
	line-height: 20px;
}

.order-details .table tr,
.order-details .table td,
.order-details .table th {
	color: #6c757D;
	font-size: 14px;
}

#checkoutPorcess {
	background-color: #f4f5f8;
	margin-top: 130px;
}

#checkoutPorcess .card {
	border-width: 0;
}

#checkoutPorcess .list-group-flush>.list-group-item:first-child {
	border-top-width: 0 !important;
}

#checkoutPorcess .list-group-flush>.list-group-item:last-child {
	border-bottom-width: 1px !important;
	margin-bottom: 30px;
}

#checkoutItemList {
	margin-top: 0px;
}


.date-button,
.date-button:hover {
	background: #fff;
	color: #07babb;
	padding: 8px 0px;
	border-radius: 5px;
	font-size: 14px;
	border: 1px solid #07babb;
	min-width: 60px;
}

.time-slot-button,
.time-slot-button:hover {
	background: #fff;
	border: 1px solid #07babb;
	color: #07babb;
	margin-bottom: 15px;
	min-width: 105px;
	margin-right: 10px;
}



.date-button.active,
.time-slot-button.active,
.time-slot-button:hover {
	background: #07babb;
	color: #fff;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 80vh;
	overflow: hidden;
	position: relative;
	background: url("../img/hero-bg.jpg") top center;
	background-size: cover;
	position: relative;
	margin-bottom: -90px;
	z-index: 99;
	transition: 0.3s;
}

#hero:before {
	content: "";
	background: rgba(13, 28, 52, 0.7);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#hero h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
}

#hero p {
	width: 80%;
	animation-delay: 0.4s;
	margin: 0 auto 30px auto;
	color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
	width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	animation-delay: 0.8s;
	border: 2px solid #07babb;
}

#hero .btn-get-started:hover {
	background: #07babb;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 1024px) {
	#hero p {
		width: 60%;
	}

	#hero .carousel-control-prev,
	#hero .carousel-control-next {
		width: 5%;
	}
}

@media (max-width: 768px),
(max-height: 700px) {
	#hero {
		height: 80vh;
		padding: 0;
	}

	#hero h2 {
		font-size: 28px;
	}
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

.section-bg {
	background-color: #f1f8ff;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #07babb;
}

.section-title p {
	margin-bottom: 0;
	font-style: italic;
}

/*--------------------------------------------------------------
  # Icon Boxes
  --------------------------------------------------------------*/
.icon-boxes {
	padding-top: 0;
	position: relative;
	z-index: 100;
}

.icon-boxes .icon-box {
	padding: 30px 20px;
	position: relative;
	overflow: hidden;
	background: #0D4866;
	box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
	transition: all 0.3s ease-in-out;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.icon-boxes .icon {
	margin: 0 auto 20px auto;
	text-align: center;
}

.icon-boxes .icon img {
	max-width: 40%;
}

.icon-boxes .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.icon-boxes .title a {
	color: #07babb;
}

.icon-boxes .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	color: #777777;
}


/*--------------------------------------------------------------
  # Clients
  --------------------------------------------------------------*/
.clients .swiper-slide img {
	opacity: 0.5;
	transition: 0.3s;
}

.clients .swiper-slide:hover img {
	opacity: 1;
}

.clients .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #07babb;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #07babb;
}

.clients .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.clients .owl-item img {
	width: 60%;
	opacity: 0.5;
	transition: 0.3s;
}

.clients .owl-item img:hover {
	opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

.clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd !important;
}

.clients .owl-dot.active {
	background-color: #07babb !important;
}

/*--------------------------------------------------------------
  # Why Us
  --------------------------------------------------------------*/
.why-us {
	background: #f1f8ff;
	padding: 0;
}

.why-us .content {
	padding: 40px 100px 0 100px;
}

.why-us .content h3 {
	font-weight: 400;
	font-size: 30px;
}

.why-us .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

.why-us .content p {
	font-size: 14px;
	color: #848484;
}

.why-us .video-box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 400px;
	position: relative;
}

.why-us .accordion-list {
	padding: 0 80px 35px 100px;
}

.why-us .accordion-list ul {
	padding: 0;
	list-style: none;
}

.why-us .accordion-list li+li {
	margin-top: 10px;
}

.why-us .accordion-list li {
	padding: 10px 20px;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
}

.why-us .accordion-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-right: 30px;
	outline: none;
	cursor: pointer;
}

.why-us .accordion-list span {
	color: #848484;
	font-weight: 600;
	font-size: 15px;
	padding-right: 10px;
}

.why-us .accordion-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.why-us .accordion-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
	display: none;
}

.why-us .accordion-list a.collapsed {
	color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
	color: #07babb;
}

.why-us .accordion-list a.collapsed .icon-show {
	display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
	display: none;
}

.why-us .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#07babb 50%, rgba(8, 128, 232, 0.4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

.why-us .play-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	animation-delay: 0s;
	animation: pulsate-btn 2s;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(8, 128, 232, 0.7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
	border-left: 15px solid #07babb;
	transform: scale(20);
}

.why-us .play-btn:hover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	animation: none;
	border-radius: 0;
}

@media (max-width: 1024px) {

	.why-us .content,
	.why-us .accordion-list {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.why-us .content {
		padding-top: 30px;
	}

	.why-us .accordion-list {
		padding-bottom: 30px;
	}
}

@keyframes pulsate-btn {
	0% {
		transform: scale(0.6, 0.6);
		opacity: 1;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
  # Portfoio
  --------------------------------------------------------------*/


.portfoio .portfolio-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.portfoio .portfolio-item img {
	position: relative;
	top: 0;
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
	opacity: 0.8;
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 0px;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: #07babb;
	padding: 15px 20px;
}

.portfoio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.portfoio .portfolio-item .portfolio-info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}


/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact:before {
	content: "";
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.contact .container {
	position: relative;
}

.contact .info {
	width: 100%;
}

.contact .info i {
	font-size: 20px;
	background: #07babb;
	color: #fff;
	float: left;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #043c6d;
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #444444;
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px;
}

.contact .php-email-form {
	width: 100%;
	background: #fff;
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 4px;
	box-shadow: none;
	font-size: 14px;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type=button] {
	border: 0;
	padding: 10px 32px;
	color: #07babb;
	transition: 0.4s;
	border-radius: 50px;
	border: 2px solid #07babb;
	background: #fff;
}

.contact .php-email-form button[type=button]:hover {
	background: #07babb;
	color: #fff;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs {
	margin-top: 130px;
}

/*--------------------------------------------------------------
  # Testimonials
  --------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
	overflow: hidden;
}

.testimonials .testimonial-item {
	box-sizing: content-box;
	min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	margin: -40px 0 0 40px;
	position: relative;
	z-index: 2;
	border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 45px;
	color: #111;
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #d8dee1;
	font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 15px 0 15px;
	padding: 20px 20px 60px 20px;
	background: #f4f6f7;
	position: relative;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #009cea;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #009cea;
}

/*--------------------------------------------------------------
  # Team
  --------------------------------------------------------------*/
.team {
	background: #fff;
	padding: 60px 0;
}

.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	/* text-align: center; */
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .member-info {
	padding: 25px 15px;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #493c3e;
}

.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #aaaaaa;
}

.page-title {
	background-color: rgba(68, 68, 68, .04);
	color: #444444;
	padding: 20px 0;
	position: relative;
}

.page-title h1 {
	font-size: 28px;
	font-weight: 700;
	margin: 0;
}

.page-title .breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.page-title .breadcrumbs ol li+li {
	padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
	content: "/";
	display: inline-block;
	padding-right: 10px;
	color: rgba(68, 68, 68, 0.3);
}


/*** Blog Start ***/

/* .blog-list-wrapper, */
.customer_panel {
	margin-top: 130px;
}

.blog-carousel {
	width: 100%;
	height: 100%;
	position: relative;
}

.blog-carousel h4,
.blog-list h4 {
	background: #fff;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #545454;
	font-weight: bold;
}

.image-container {
	position: relative;
}

.shadow-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #7975754D;
	z-index: 1;
	cursor: pointer;
}

.blog-item h4 {
	position: relative;
	z-index: 2;
}

.btn-blog-details, .btn-blog-details:hover {
	background-color: #0D4866;
	border: 1px solid #0D4866;
}
.icon-xxl {
	height: 4rem;
	line-height: 4rem;
	width: 4rem
}

.icon-shape {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	vertical-align: middle
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
	padding-top: 30px;
	padding-bottom: 0;
}

.blog-details .article {
	box-shadow: 0 4px 16px rgba(68, 68, 68, 0.1);
	padding: 30px;
}

.blog-details .post-img {
	margin: -30px -30px 20px -30px;
	overflow: hidden;
}

.blog-details .title {
	color: var(--heading-color);
	font-size: 28px;
	font-weight: 700;
	padding: 0;
	margin: 30px 0;
}

.blog-details .content {
	margin-top: 20px;
}

.blog-details .content h3 {
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
}

.blog-details .content blockquote {
	overflow: hidden;
	background-color: rgba(68, 68, 68, 0.05);
	padding: 60px;
	position: relative;
	text-align: center;
	margin: 20px 0;
}

.blog-details .content blockquote p {
	color: #444444;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 22px;
}

.blog-details .content blockquote:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: var(--accent-color);
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-details .meta-top {
	margin-top: 20px;
	color: rgba(68, 68, 68, 0.6);
}

.blog-details .meta-top ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
	padding: 0;
	margin: 0;
}

.blog-details .meta-top ul li+li {
	padding-left: 20px;
}

.blog-details .meta-top i {
	font-size: 16px;
	margin-right: 8px;
	line-height: 0;
	color: rgba(68, 68, 68, 0.6);
}

.blog-details .meta-top a {
	color: rgba(68, 68, 68, 0.6);
	font-size: 14px;
	display: inline-block;
	line-height: 1;
}

.blog-details .meta-bottom {
	padding-top: 10px;
	border-top: 1px solid rgba(68, 68, 68, 0.1);
}

.blog-details .meta-bottom i {
	color: rgba(68, 68, 68, 0.6);
	display: inline;
}

.blog-details .meta-bottom a {
	color: rgba(68, 68, 68, 0.6);
	transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
	color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
	list-style: none;
	display: inline;
	padding: 0 20px 0 0;
	font-size: 14px;
}

.blog-details .meta-bottom .cats li {
	display: inline-block;
}

.blog-details .meta-bottom .tags {
	list-style: none;
	display: inline;
	padding: 0;
	font-size: 14px;
}

.blog-details .meta-bottom .tags li {
	display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
	padding-right: 6px;
	color: #444444;
	content: ",";
}

.blog-details .meta-bottom .share {
	font-size: 16px;
}

.blog-details .meta-bottom .share i {
	padding-left: 5px;
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
	background: #07babb;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 14px;
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #07babb;
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
}

#footer .footer-newsletter #subscribe-form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
}

#footer .footer-newsletter #subscribe-form input[type=email] {
	border: 0;
	padding: 4px;
	width: calc(100% - 100px);
}

#footer .footer-newsletter #subscribe-form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	margin: 3px;
	background: #07babb;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
}

#footer .footer-newsletter #subscribe-form input[type=submit]:hover {
	background: #07babb;
}

#footer .footer-top {
	background: #0D4866;
	padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
	margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	color: #fff;
}

#footer .footer-top .social-links a {
	font-size: 16px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	line-height: 1;
	padding: 10px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #07babb;
	color: #fff;
	text-decoration: none;
}

#footer .footer-top h4 {
	font-size: 16px;
	/* font-weight: bold; */
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 5px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-top .footer-links ul i {
	padding-right: 4px;
    color: #fff;
    font-size: 9px;
    line-height: 6px;
}

#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {
	color: rgba(255, 255, 255, 0.75);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
	color: #fff;
}

/* #footer .footer-top .footer-contact {
	margin-top: 82px;
} */

#footer .footer-top .footer-contact p {
	line-height: 26px;
}

#footer .copyright {
	text-align: center;
	padding-top: 30px;
}

#footer .credits {
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

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

#serviceModal .modal-header {
	background: #07babb;
}

#serviceModal .modal-header h5 {
	margin: 0;
	padding: .3rem;
	color: #fff;
	font-size: 1.15rem;
}

#serviceModal .modal-header .btn-close {
	filter: brightness(0) invert(1);
	opacity: 0.75;
}

#serviceModal .accordion-item {
	border: none;
}

.service-item .accordion-button {
	display: none;
}

.parent-service .accordion-header .parent-service-accordion-button {
	background: #0D4866;
	box-shadow: none;
	font-size: 16px;
	color: #fff;
}

.service_sub_items .cart_order_now, .service_sub_items .cart_order_now:active {
	font-size: 15px;
	background-color: #0D4866;
	border: 1px solid #0D4866;
}

.cart_add, .cart_add:hover, .cart_add:active {
	background-color: #0D4866 !important;
	border: 1px solid #0D4866 !important;
}

.service_sub_items .service_descrption h6 {
	font-size: 15px;
}

.service_sub_items .service_descrption p {
	font-size: 13px;
}

@media (max-width: 768px) {
	.header-extra-links {
		margin: 0 15px 0 0;
	}

	.team {
		padding: 0;
	}

	section {
		padding: 30px 0;
	}

	.footer-info .logo {
		justify-content: center;
	}

	.footer-info,
	.footer-contact,
	.footer-links {
		text-align: center;
	}

	#footer .footer-top .footer-contact {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#footer .footer-top .footer-links ul li {
		justify-content: center;
	}
}

@media (max-width: 575px) {
	#header .container {
		max-width: 100%;
	}

	.header-extra-links .auth_link,
	.service_request_btn {
		font-size: 12px !important;
	}

	#hero {
		height: 60vh;
	}

	#hero h2,
	#hero p {
		display: none;
	}

	.icon-boxes .icon-box {
		width: 80%;
		margin: 0px auto;
		padding: 20px;
	}

	.icon-boxes .title {
		font-size: 17px;
	}

	.why-us .content h3 {
		font-size: 24px;
	}

	.navbar {
		display: none;
	}

	.icon-boxes .icon img {
		max-width: 110px;
	}

	.service_category {
		margin-bottom: 20px !important;
	}

	.section-title h2 {
		font-size: 22px;
	}
}


@media only screen and (max-width: 480px) {
	.section-title h2 {
		font-size: 18px;
	}
	.section-title p {
		font-size: 14px;
	}
	.team .member .member-info h4 {
		font-size: 14px;
	}
	.header-extra-links a .user_auth_img {
		display: none;
	}

	.header-extra-links .auth_link,
	.service_request_btn {
		font-size: 11px !important;
	}
	.icon-boxes .icon-box {
		width: 100%;
	}
	.icon-boxes .title {
        font-size: 13px;
    }
	.icon-boxes .icon img {
        max-width: 75px;
    }

	.why-us .content h3 {
		font-size: 18px;
	}

	.why-us .content p {
		font-size: 12px;
	}

	.why-us .accordion-list li {
		font-size: 12px;
	}
}

@media only screen and (max-width: 414px) {

	.header-extra-links .auth_link,
	.service_request_btn {
		font-size: 9px !important;
	}

	.header-extra-links a {
		font-size: 12px !important;
	}

	.header-extra-links span {
		margin: 0 2px;
	}
}

@media (min-width: 1200px) {
	.navmenu {
		padding: 0;
	}

	.navmenu ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navmenu li {
		position: relative;
	}

	.navmenu a,
	.navmenu a:focus {
		color: var(--nav-color);
		padding: 18px 15px;
		font-size: 14px;
		font-family: var(--nav-font);
		font-weight: 400;
		display: flex;
		align-items: center;
		justify-content: space-between;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navmenu a i,
	.navmenu a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
		transition: 0.3s;
	}

	.navmenu li:last-child a {
		padding-right: 0;
	}

	.navmenu li:hover>a,
	.navmenu .active,
	.navmenu .active:focus {
		color: #444444;
	}

	.navmenu .dropdown ul {
		margin: 0;
		padding: 10px 0;
		background: #fff;
		display: block;
		position: absolute;
		visibility: hidden;
		left: 14px;
		top: 130%;
		opacity: 0;
		transition: 0.3s;
		border-radius: 4px;
		z-index: 99;
		box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.15);
	}

	.navmenu .dropdown ul li {
		min-width: 200px;
	}

	.navmenu .dropdown ul a {
		padding: 10px 20px;
		font-size: 15px;
		text-transform: none;
		color: #444444;
	}

	.navmenu .dropdown ul a i {
		font-size: 12px;
	}

	.navmenu .dropdown ul a:hover,
	.navmenu .dropdown ul .active:hover,
	.navmenu .dropdown ul li:hover>a {
		color: #e96b56;
	}

	.navmenu .dropdown:hover>ul {
		opacity: 1;
		top: 100%;
		visibility: visible;
	}

	.navmenu .dropdown .dropdown ul {
		top: 0;
		left: -90%;
		visibility: hidden;
	}

	.navmenu .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: -100%;
		visibility: visible;
	}
}


@media only screen and (max-width: 991px) {
	#userOrderInfo {
		margin-top: 15px;
	}

	.service_sub_items .sub_service_heading {
		font-size: 15px;
		line-height: 20px;
	}

	.price_wrapper {
		font-size: 15px;
		margin-top: 5px;
	}

	.service_model .modal-lg {
		max-width: 90%;
		margin: 0px auto;
	}

}

@media only screen and (max-width: 768px) {
	#checkoutItemList h6 {
		font-size: 14px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 480px) {

	.date-button,
	.date-button:hover {
		padding: 6px 0px;
		font-size: 11px;
		min-width: 45px;
	}
}

@media only screen and (max-width: 376px) {

	.date-button,
	.date-button:hover {
		min-width: 38px;
	}
}