	/****************************************************/
	/******* General CSS Foamy Auto Detailing ***********/
	/****************************************************/
	
	*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

	html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	}

	html, body {
	height: 100%; 
	}
	
	
	body {
	margin: 0;
	color: #000000;
	font-weight: 400;
	background: #ffffff;
	font-family: "Oswald", Arial, sans serif;
	}

	.cf:before,
	.cf:after {
	content: " ";
	display: table;
	}

	.cf:after {
	clear: both;
	}

	h1,
	h2, 
	h3, 
	h4,
	h6 {
	color: #000000;
	}

	p{
	display: block;	
	font-weight:normal;
	}

	a {
	color: #202C45;
	transition: .3s;
	}

	a:hover,
	a:active,
	a:focus {
	color: #3D72A4;
	outline: none;
	text-decoration: none;
	}

	.btn.btn-custom {
	padding: 10px 30px 12px 30px;
	text-align: center; 
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	background: #3D72A4;
	border: none;
	border-radius: 60px;
	box-shadow: inset 0 0 0 0 #202C45;
	transition: ease-out 0.5s;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	}

	.btn.btn-custom:hover {
	color: #ffffff;
	background: #202C45;
	box-shadow: inset 200px 0 0 0 #202C45;
	}

	.btn:focus {
	box-shadow: none;
	}

	.container-fluid {
	max-width: 1366px;
	}

	[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
	[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-size: inherit;
	margin-left: 0;
	}

	/**********************************/
	/****** Splash Screen ******/
	/**********************************/

	#loader-wrapperla {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #0277bf;
	}

	.wrapperla div {
	height: 60px;
	width: 60px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 50px;
	position: absolute;
	top: 10%;
	left: 10%;
	animation: 4s linear infinite;
	}

	.wrapperla img {
	display: block;
	width: 25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
	@media screen and (max-width: 600px) {
	.wrapperla img {
	width:50%;
	}
	}

	.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
	.loaded #loader-wrapperla {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
	-ms-transform: translateY(-100%);  /* IE 9 */
	transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
	}

	/* JavaScript Turned Off */
	.no-js #loader-wrapperla {
	display: none;
	}


	#contentmp {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 100%;
	max-width: 1100px;
	height:100%;
	}

	div .dot {
	height: 10px;
	width: 10px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 20%;
	right: 20%;
	}
	.wrapperla div:nth-child(1) {
	top: 20%;
	left: 20%;
	animation: animate 8s linear infinite;
	}
	.wrapperla div:nth-child(2) {
	top: 60%;
	left: 80%;
	animation: animate 10s linear infinite;
	}
	.wrapperla div:nth-child(3) {
	top: 40%;
	left: 40%;
	animation: animate 3s linear infinite;
	}
	.wrapperla div:nth-child(4) {
	top: 66%;
	left: 30%;
	animation: animate 7s linear infinite;
	}
	.wrapperla div:nth-child(5) {
	top: 90%;
	left: 10%;
	animation: animate 9s linear infinite;
	}
	.wrapperla div:nth-child(6) {
	top: 30%;
	left: 60%;
	animation: animate 5s linear infinite;
	}
	.wrapperla div:nth-child(7) {
	top: 70%;
	left: 20%;
	animation: animate 8s linear infinite;
	}
	.wrapperla div:nth-child(8) {
	top: 75%;
	left: 60%;
	animation: animate 10s linear infinite;
	}
	.wrapperla div:nth-child(9) {
	top: 50%;
	left: 50%;
	animation: animate 6s linear infinite;
	}
	.wrapperla div:nth-child(10) {
	top: 45%;
	left: 20%;
	animation: animate 10s linear infinite;
	}
	.wrapperla div:nth-child(11) {
	top: 10%;
	left: 90%;
	animation: animate 9s linear infinite;
	}
	.wrapperla div:nth-child(12) {
	top: 20%;
	left: 70%;
	animation: animate 7s linear infinite;
	}
	.wrapperla div:nth-child(13) {
	top: 20%;
	left: 20%;
	animation: animate 8s linear infinite;
	}
	.wrapperla div:nth-child(14) {
	top: 60%;
	left: 5%;
	animation: animate 6s linear infinite;
	}
	.wrapperla div:nth-child(15) {
	top: 90%;
	left: 80%;
	animation: animate 9s linear infinite;
	}
	@keyframes animate {
	0% {
	transform: scale(0) translateY(0) rotate(70deg);
	}
	100% {
	transform: scale(1.3) translateY(-100px) rotate(360deg);
	}
	}
	#fad-content {
	padding-top: 0;
	}
	
	/****** Foamy Ad Popup ******/
	
	.popup{
	width: 405px;
	height:355px;
	padding: 10px 30px;
	position: fixed;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	display: none;	
	z-index:9999999;
	background:#ffffff;
	}
	.popup button{
	display: block;
	margin: 5px ;
	background-color: transparent;
	font-size: 30px;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
	}
	.popup a{
	display: block;
	width: 150px;
	position: relative;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0;
	}
	@media (max-width: 600px) {
	.popup {
	width: 80%;
	height: auto;
	}
	}

	/******Ad Content*******/

	.wrapperad {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 350px;
	background:#222222;
	box-shadow: 1px 1px 25px 3px rgba(0,0,0,.3);
	opacity: 95%;
	}
	.headerad{
	position: absolute;
	width: max-content;
	font-size: 25px;
	color:#ffffff;
	white-space: nowrap;
	top: 15%;
	left: 3%;
	}

	.contentad {
	position: absolute;
	font-size: 15px;
	color:#ffffff;
	width: 40%;
	top:25%;
	left: 3%;
	}
	
	.imagead {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	background-image: url("add.png");
	clip-path: polygon(35% 0%, 100% 0, 100% 100%, 8% 100%);
	background-repeat: no-repeat;
	background-size: cover;
	}

	/**********************************/
	/****** Loader & Back to Top ******/
	/**********************************/

	#loader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
	-o-transition: opacity .3s ease-out, visibility 0s linear .3s;
	transition: opacity .3s ease-out, visibility 0s linear .3s;
	z-index: 999;
	}

	#loader.show {
	-webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .6s ease-out, visibility 0s linear 0s;
	transition: opacity .6s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
	}

	#loader .loader {
	position: relative;
	width: 45px;
	height: 45px;
	border: 5px solid #dddddd;
	border-top: 5px solid #3D72A4;
	border-radius: 50%;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	}

	@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}

	@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	}

	.back-to-top {
	position: fixed;
	display: none;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 22px;
	right: 15px;
	bottom: 15px;
	transition: .5s;
	background: #3d72a4;
	border-radius: 44px;
	z-index: 9;
	}

	.back-to-top i {
	color: #ffffff;
	padding-top: 10px;
	}

	.back-to-top:hover {
	background: #000000;
	}

	/**********************************/
	/********** Top Bar CSS ***********/
	/**********************************/

	.top-bar {
	position: relative;
	max-width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	background: #ffffff;
	}

	.top-bar .logo {
	text-align: left;
	overflow: hidden;
	}

	.top-bar .logo img {
	max-width: 100%;
	max-height: 80px;
	animation: slide-in 2s ease-out forwards;
	}

	@keyframes slide-in {
	from {
	transform: translateX(-100%);
	}
	to {
	transform: translateX(0);
	}
	}

	.top-bar .top-bar-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	}

	.top-bar .top-bar-icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000000;
	border-radius: 30px;
	}

	.top-bar .top-bar-icon i {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	}

	.top-bar .top-bar-text {	
	padding-left: 15px;
	}

	.top-bar .top-bar-text h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 600;
	}

	.top-bar .top-bar-text p {
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	}

	@media (max-width: 991.98px) {
	.top-bar .logo {
	text-align: center;
	}
	}

	/**********************************/
	/*********** Nav Bar CSS **********/
	/**********************************/

	.nav-bar {
	position: relative;
	background: #000000;
	margin:0 auto;
	}

	.nav-bar.nav-sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	z-index: 999;
	}

	.nav-bar .navbar {
	padding: 10px 0;
	background: #000000 !important;
	transition: .3s;
	}

	.nav-bar.nav-sticky .navbar {
	padding: 5px 0;
	}

	.navbar-dark .navbar-nav .nav-link,
	.navbar-dark .navbar-nav .nav-link:focus,
	.navbar-dark .navbar-nav .nav-link:hover,
	.navbar-dark .navbar-nav .nav-link.active {
	color: #ffffff;
	padding: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	}

	.navbar-dark .navbar-nav .nav-link:hover,
	.navbar-dark .navbar-nav .nav-link.active {
	color: #3d72a4;
	}

	.nav-bar .btn.btn-custom {
	color: #202C45;
	background: #ffffff;
	box-shadow: inset 0 0 0 0 #3D72A4;
	}

	.nav-bar .btn:hover {
	color: #ffffff;
	background: #3d72a4;
	box-shadow: inset 200px 0 0 0 #3d72a4;
	}

	@media (min-width: 992px) {
	.nav-bar .navbar-brand {
	display: none;
	}
	}

	@media (max-width: 991.98px) {
	.navbar-dark .navbar-nav .nav-link,
	.navbar-dark .navbar-nav .nav-link:focus,
	.navbar-dark .navbar-nav .nav-link:hover,
	.navbar-dark .navbar-nav .nav-link.active {
	padding: 5px 0;
	}

	.nav-bar .btn {
	display: none;
	}
	}

	/*******************************/
	/********** Hero CSS ***********/
	/*******************************/

	.video-background {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-color:#000000;
	}

	video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: 0;
	}

	.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6); 
	z-index: 1;
	}

	.content_vid {
	position: relative;
	z-index: 2;
	color: white;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}

	.content_vid  h5, h4, p {
	margin: 0;
	padding: 0;
	}

	.content_vid  h5 {
	color: #ffffff;
	font-size: 70px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2px;
	font-weight: 900;
	}

	.content_vid  h4 {
	color: #ffffff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2px;	
	}

	.content_vid  p {
	color: #ffffff;
	font-size: 30px;
	font-family: "Oswald", sans-serif;
	letter-spacing: 2px;
	}

	@media screen and (max-width:767px) {
	.content_vid  h5 {
	margin-top: 0;
	font-size: 40px;
	}
	.content_vid  h4 {
	font-style: normal;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 15px;
	}
	.content_vid  p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	}
	}

	@media screen and (max-width:480px) {
	.content_vid  h5 {
	margin-top: 0;
	font-size: 35px;
	}
	.content_vid  h4 {
	font-style: normal;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 15px;
	}
	.content_vid  p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	}
	}

	/*******************************/
	/********** Box CSS ***********/
	/*******************************/

	.carousel2 {
	position: relative;
	margin:0 auto;
	max-width: 80vw;
	min-height: 200px;
	background: #ffffff;	
	margin-bottom: 25px;
	}

	.carousel2 .container-fluid {
	padding: 0;
	}

	.containerwhy {
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	max-width: 1200px;
	padding: 15px;
	}
	.box {
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	flex: 1 1 calc(33.333% - 30px);
	display: flex;
	flex-direction: column;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	.box img {
	width: 100%;
	height: auto;
	}
	.box .contentbox {
	padding: 10px;
	}
	@media (max-width: 768px) {
	.box {
	flex: 1 1 100%;
	}
	}
	.box .contentbox h6 {
	margin: 0;
	padding: 5px;
	font-family: Oswald, sans-serif;
	text-align:center;
	font-size: 34px;
	letter-spacing: 1px;
	}
	.box .contentbox p {
	margin: 0;
	padding: 15px;
	font-family: Oswald, sans-serif;
	font-size: 16px;
	line-height:1.6;
	text-align:center;
	}
	.box:hover {
	background-color:#3d72a4;
	color: #ffffff;
	box-shadow: 5px 25px 50px rgba(0, 0, 0, 0.2);
	}

	/*******************************/
	/******* Page Header CSS *******/
	/*******************************/

	.page-header {
	position: relative;
	margin-bottom: 25px;
	padding: 25px 0;
	text-align: center;
	background: #222222;
	}

	.page-header h2 {
	position: relative;
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 5px;
	}

	.page-header a {
	position: relative;
	padding: 0 12px;
	font-size: 22px;
	color: #ffffff;
	}

	@media (max-width: 991.98px) {
	.page-header {
	padding: 60px 0;
	}

	.page-header h2 {
	font-size: 45px;
	}
	}

	@media (max-width: 767.98px) {
	.page-header {
	padding: 45px 0;
	}

	.page-header h2 {
	font-size: 35px;
	}

	.page-header a {
	font-size: 18px;
	}
	}

	/*******************************/
	/******* Section Header ********/
	/*******************************/

	.section-header {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto 15px auto;
	}

	.section-header p {
	display: inline-block;
	margin-top:15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color:#3d72a4;
	}

	.section-header p::after {
	position: absolute;
	content: "";
	width: 50%;
	height: 2px;
	left: 25%;
	bottom: 0;
	background: #3d72a4;
	}

	.section-header.text-left p::after {
	left: 0;
	}

	.section-header.text-right p::after {
	left: 50%;
	}

	.section-header h2 {
	margin: 0;
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
	}

	@media (max-width: 991.98px) {
	.section-header h2 {
	font-size: 45px;
	}
	}

	@media (max-width: 767.98px) {
	.section-header h2 {
	font-size: 40px;
	}
	}

	@media (max-width: 575.98px) {
	.section-header h2 {
	font-size: 35px;
	}
	}

	/*******************************/
	/********** About CSS **********/
	/*******************************/

	.about {
	position: relative;
	width: 100%;
	padding: 10px 0 10px 0;
	}

	.about .section-header {
	margin-bottom: 0;
	margin-left: 0;
	}

	.about .about-img img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 20px;
	}

	.about .about-content {
	margin-bottom: 5px;
	}

	.about .about-content p{
	font-size:16px;
	color:#000000;
	}

	.container-ab{
	width:100%;
	margin: 0 auto;
	padding:5px;
	}

	.custom-list {
	list-style: none;
	padding: 0;
	}

	.custom-list li {
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px;	
	border-left:3px solid #3d72a4;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	}

	.text-content {
	display: flex;
	flex-direction: column;
	}

	.text-content h2 {
	margin: 0;
	font-size: 18px;
	font-weight:600;
	color: #35638c;
	}

	.text-content p {
	margin: 5px 0 0;  
	}

	/*******************************/
	/********** Team Gallery CSS **********/
	/*******************************/

	.team {
	position: relative;
	width: 100%;
	padding: 5px 0 15px 0;
	}

	.wrappergal{
	margin: 20px auto;
	max-width: 1100px;
	}

	.wrappergal.galbar{
	display: flex;
	justify-content: center;
	}

	.wrappergal .items{
	margin:0 auto;
	display: flex;
	max-width: 720px;
	width: 100%;
	justify-content: space-between;  
	}

	.items span{
	padding: 7px 25px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	color: #000000;
	border-radius: 1px;
	border-bottom: 1px solid #3d72a4;
	transition: all 0.3s ease;
	margin: 3px;
	}

	.items span.active,
	.items span:hover{
	color: #ffffff;
	background: #3d72a4;	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
	0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	.gallery{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	}

	.gallery .image{
	width: calc(100% / 4);
	padding: 10px;
	}

	.gallery .image span{
	display: flex;
	width: 100%;
	overflow: hidden;
	}

	.gallery .image img{
	width: 100%;
	vertical-align: top;
	transition: all 0.3s ease;
	border-radius: 3%;
	}

	.gallery .image:hover img{
	transform: scale(1.1);
	}

	.gallery .image.hide{
	display: none;
	}

	.gallery .image.show{
	animation: animate-gal 0.4s ease;
	}

	@keyframes animate-gal {
	0%{
	transform: scale(0.5);
	}
	100%{
	transform: scale(1);
	}
	}

	@media (max-width: 1000px) {
	.gallery .image{
	width: calc(100% / 4);
	}
	}

	@media (max-width: 800px) {
	.gallery .image{
	width: calc(100% / 2);
	}
	}

	@media (max-width: 700px) {
	.wrappergal .galbar .items{
	max-width: 600px;
	}

	.galbar .items span{
	padding: 7px 15px;
	}
	}

	@media (max-width: 600px) {
	.wrapper{
	margin: 30px auto;
	}

	.wrappergal .galbar .items{
	flex-wrap: wrap;
	justify-content: center;
	}

	.galbar .items span{
	margin: 5px;
	}

	.gallery .image{
	width: 100%;
	}
	}

	/****** Splash Screen ******/

	.pagination {
	margin:0 auto;
	display: inline-block;
	}
	.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #dddddd;
	font-size: 22px;
	}
	.pagination a.active {
	background-color: #3d72a4;
	color: #ffffff;
	border: 1px solid #dddddd;
	}
	.pagination a:hover:not(.active) {
	background-color: #3d72a4;
	}

	/*******************************/
	/********* Service CSS *********/
	/*******************************/

	.service {
	position: relative;
	width: 100%;
	padding: 20px 0 0 0;
	}

	.service .service-item {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	}

	.service .service-item i {
	color:#3d72a4;
	font-size: 75px;
	text-align:center;
	line-height: 75px;
	margin-bottom: 20px;
	}

	.service .service-item [class^="flaticon-"]::before {
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	background-image: linear-gradient(#3f73a5, #3f73a5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: .5s;
	}

	.service .service-item h3 {
	margin-bottom: 10px;
	font-size: 20px;
	text-align:center;
	font-weight: 700;
	letter-spacing: 1px;
	}

	.service .service-item p {
	margin: 0;
	text-align:center;
	}

	/*******************************/
	/********* Pricing CSS *********/
	/*******************************/

	.price {
	position: relative;
	width: 100%;
	padding: 15px 0 15px 0;
	}

	.price .row {
	padding: 0 15px;
	}

	.price .col-md-4 {
	padding: 0;
	}

	.price .price-item {
	position: relative;
	margin-bottom: 30px;
	background: #ffffff;
	border-radius: 5px;
	text-align: center;
	}

	.price .featured-item {
	box-shadow: 0 0 30px rgba(30,144,255, .2);
	z-index: 1;
	}

	.price .price-header {
	padding: 20px 0 20px 0;
	}

	.price .price-header h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

	.price .price-header h2 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 60px;
	font-weight: 900;
	letter-spacing: 5px;
	}

	.price .price-header h2 span {
	font-size: 25px;
	line-height: 55px;
	}

	.price .price-item.featured-item h2,
	.price .price-item.featured-item h3,
	.price .price-item.featured-item p{
	color: #3d72a4;
	}

	.price .price-body {
	padding: 0 0 15px 0;
	}

	.price .price-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

	.price .price-body ul li {
	padding: 0 0 15px 0;
	}

	.price .price-body ul li i {
	margin-right: 10px;
	}

	.price .price-body ul li i.fa-check-circle {
	color: #3d72a4;
	}

	.price .price-body ul li i.fa-times-circle {
	color: #cccccc;
	}

	.price .price-item .price-footer {
	padding-bottom: 35px;
	}

	.price .price-item .price-footer .btn.btn-custom {
	color: #ffffff;
	background:#3d72a4;
	}

	.price .price-item .price-footer .btn.btn-custom:hover {
	color: #ffffff;
	background: #000000;
	}

	.price .price-item.featured-item .price-footer .btn.btn-custom {
	color: #ffffff;
	background: #3d72a4;
	}

	.price .price-item.featured-item .price-footer .btn.btn-custom:hover {
	color: #ffffff;
	background: #000000;
	}

	/*******************************/
	/******* Testimonial CSS *******/
	/*******************************/

	.testimonial {
	position: relative;
	width: 100%;
	padding: 0;
	}

	.testimonial .testimonial-text {
	width: calc(100% - 100px);
	padding-left: 20px;
	}

	.testimonial .testimonial-text h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 5px;
	}

	.testimonial .testimonial-text h4 {
	color: #777777;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 10px;
	}

	.testimonial .testimonial-text p {
	margin: 0;
	}

	/*******************************/
	/*********** Blog CSS **********/
	/*******************************/

	.blog {
	position: relative;
	width: 100%;
	padding: 15px 0 0 0;
	}

	@media all and (max-width: 479px) {
	.mainSection {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height: 700px;
	padding: 10px;
	}
	.bal-container {
	margin: 10px 0;
	}
	}

	@media all and (max-width: 599px) {
	.mainSection {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height: 800px;
	padding: 10px;
	}
	.bal-container {
	margin: 10px 0;
	}
	}

	@media all and (min-width: 480px) and (max-width: 768px) {
	.mainSection {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height: 1000px;
	padding: 10px;
	}
	.bal-container {
	margin: 10px 0;
	}
	}

	@media all and (min-width: 768px) and (max-width: 959px) {
	.mainSection {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height: 1100px;
	padding: 10px;
	}
	.bal-container {
	margin: 10px 0;
	}
	}

	@media all and (min-width: 960px) and (max-width: 1199px) {
	.mainSection {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height:300px;
	padding: 10px;
	}
	.bal-container {
	margin: 0 10px;
	}
	}

	@media all and (min-width: 1199px) {
	.mainSection {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: stretch;
	width: 100%;
	height: 300px;
	padding: 10px;
	}
	.bal-container {
	margin: 0 10px;
	}
	}

	/* Before After Container */

	.bal-container {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: grab;
	overflow: hidden;
	font-family: 'Oswald', Verdana, sans-serif;
	}

	.bal-after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

	.bal-before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	overflow: hidden;
	}

	.bal-before-inset {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	}

	.bal-after img,
	.bal-before img {
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	object-position: 50% 50%;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

	.bal-beforePosition {
	background: #121212;
	color: #fff;
	left: 0;
	pointer-events: none;
	border-radius: 0.2rem;
	padding: 2px 10px;
	}

	.bal-afterPosition {
	background: #121212;
	color: #fff;
	right: 0;
	pointer-events: none;
	border-radius: 0.2rem;
	padding: 2px 10px;
	}

	.beforeLabel {
	position: absolute;
	bottom: 0;
	margin: 1rem;
	font-size: 1em;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

	.afterLabel {
	position: absolute;
	bottom: 0;
	margin: 1rem;
	font-size: 1em;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	}


	/* handle and arrow */

	.bal-handle {
	height: 41px;
	width: 41px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -21px;
	border: 2px solid #fff;
	border-radius: 1000px;
	background: #3d72a4;
	z-index: 20;
	pointer-events: none;
	box-shadow: 0 0 10px rgb(12, 12, 12);
	}

	.handle-left-arrow,
	.handle-right-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	}

	.handle-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
	}

	.handle-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
	}

	.bal-handle::before {
	bottom: 50%;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgb(12, 12, 12);
	}

	.bal-handle::after {
	top: 50%;
	margin-top: 20.5px;
	box-shadow: 0 0 5px rgb(12, 12, 12);
	}

	.bal-handle::before,
	.bal-handle::after {
	content: " ";
	display: block;
	width: 2px;
	background: #fff;
	height: 9999px;
	position: absolute;
	left: 50%;
	margin-left: -1.5px;
	}

	/*******************************/
	/********* Contact CSS *********/
	/*******************************/

	.contact {
	position: relative;
	width: 100%;
	padding:15px 0;
	}

	.fax_number  { 
	display: none; 
	visibility: hidden; 
	position: absolute; 
	left: -9999px; 
	}

	.contact .contact-info {
	width: 100%;
	margin-bottom: 15px;
	padding: 35px 30px 10px 10px;
	border-radius: 5px;
	background: #202C45;
	}

	.contact .contact-info h2 {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
	text-align:center;
	}

	.contact .contact-info-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 30px;
	}

	.contact .contact-info-icon {
	width:20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50px;
	}

	.contact .contact-info-icon i {
	margin: 0;
	color: #202C45;
	font-size: 12px;
	}

	.contact .contact-info-text {
	padding-left: 15px;
	}

	.contact .contact-info-text h3 {
	margin: 0 0 5px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	}

	.contact .contact-info-text p {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	}

	.contact .contact-form {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	}

	.form-control:focus {
	box-shadow: none;
	}

	.contact fieldset {
	margin-bottom: 10px;
	border: none;
	}

	.contact legend {
	font-size: 25px;
	margin-bottom: 10px;
	}

	.contact label {
	font-size: 18px;
	display: block;
	margin-bottom: 8px;
	}

	.contact label.light {
	font-weight: 300;
	display: inline;
	}

	.contact .number {
	background-color: #202c45;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 18px;
	margin-right: 2px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 100%;
	}

	input[type="text"],
	input[type="date"],
	input[type="email"],
	input[type="package"],
	input[type="number"],
	input[type="tel"],
	input[type="day"],
	input[type="notes"],
	input[type="mathCaptcha"],	
	textarea, select {
	background: rgba(255,255,255,0.1);
	font-size: 16px;
	height: auto;
	margin: auto;
	outline: 0;
	padding:10px 10px;
	width: 100%;
	color:#6c757d;
	border: none;
	border-bottom: 1px solid #202c45;
	border-radius: 6px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 5px;
	resize:none;
	}	
	select:hover {
	background-color: #202c45;
	color:#ffffff;
	}

	/********* Check Box CSS *********/

	/* Hide the browser's default checkbox */
	.containerch input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	}
	
	/* Extras */
	#ex {
	margin-top:5px;
	font-family: "Oswald", sans-serif;
	border-collapse: collapse;
	width:100%;
	padding: 10px 0 5px 0;
	}

	#ex td, #ex th {
	border:1px solid #ccc;
	padding: 10px;
	}
	
	#ex th {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	background-color: #202c45;
	font-weight:500;
	font-size:18px;
	color:#ffffff;
	}
	
	#ex td{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #ffffff;
	color:#000000;
	font-weight:500;
	font-size:18px;
	}

	/* Ttotal */
	#customers {
	margin-top:10px;
	font-family: "Oswald", sans-serif;
	border-collapse: collapse;
	width:90%;
	padding: 10px 0 10px 0;
	}

	#customers td, #customers th {
	border: none;
	padding: 10px;
	}
	
	#customers th {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
	background-color: #202c45;
	color:#ffffff;
	font-weight:700;
	font-size:22px;
	}
	
	#customers td{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #ffffff;
	color:#000000;
	font-weight:500;
	font-size:20px;
	}

	#customers .btnt{
	background-color: #C2FBD7;
	border-radius: 50px;
	border-width: 0;
	box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
	color: #008000;
	cursor: pointer;
	display: inline-block;
	font-family:"Oswald", Arial, sans-serif;
	font-size: 18px;
	height: 40px;
	padding: 0 25px;
	transition: all 200ms;
	}

	#customers .btnt:hover {
	background-color: #AFE6C3;
	transform: scale(1.05);
	}

	#customers .btnt:focus {
	box-shadow: none;
	}
	
	/********* /Check Box CSS *********/
	
	[aria-hidden="true"] {
	display: none;
	}
	button.expand-trigger {
	font-size: 18px;
	position: relative;
	border: none;
	background: transparent;
	color: #000000;
	outline-style:none;
	padding-left: 20px;
	margin-top: 1.5em;
	cursor: pointer;
	}
	button.expand-trigger:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	border: solid 8px transparent;
	border-left-color: #3d72a4;
	transition: transform 0.2s ease-out;
	transform-origin: left center;
	}
	button.expand-trigger[aria-expanded="true"]:before {
	transform: rotate(90deg) translate3d(-3px, -4px, 0);
	}
	#collapsedSection {
	display: block;
	overflow: hidden;
	height: auto;
	max-height: 100px;
	transition: max-height 0.3s ease-out;
	}
	#collapsedSection[aria-hidden="true"] {
	max-height: 0px;
	}
	#collapsedSection label:first-child {
	margin-top: 5px;
	}
	.tandc-wrapper {
	margin: 1.5em 0;
	}
	
	.invalid { 
	border: solid 1px rgba(255, 0, 0, 0.4); 
	}
	
	#errorSummary {
	background-color: rgba(255, 0, 0, 0.08);
	border: solid 1px rgba(255, 0, 0, 0.4);
	border-radius: 2px;
	padding: 15px;
	-webkit-animation: show_summary 0.2s ease-out;
	animation: show_summary 0.2s ease-out;
	}
	#errorSummary ul {
	margin: 0; 
	}
	#errorSummary li {
	color: #666;
	font-size: 0.95em;
	padding: 0.3em 0;
	margin: 0;
	}	
	#errorSummary li a { 
	color: #000000; 
	}
	#errorSummary li a {
	text-decoration: none;
	border-bottom: solid 1px currentColor;
	transition: border-color 0.1s ease-out;
	}
	#errorSummary li a:hover, a:focus {
	text-decoration: none;
	border-bottom-color: transparent;
	}	
	#errorSummary p {
	margin-top: 0; 
	}
	.error-indicator {
	display: inline-block;
	position: relative;
	color: #f00;
	margin: 2px 0;
	font-size: 1em;
	}
	.error-indicator[aria-hidden="true"] { 
	display: none; 
	}
	@-webkit-keyframes
	show_summary {  0% {
	transform: scale(0.9);
	opacity: 0.6;
	}
	100% {
	transform: scale(1);
	opacity: 1;
	}
	}
	@keyframes
	show_summary {  0% {
	transform: scale(0.9);
	opacity: 0.6;
	}
	100% {
	transform: scale(1);
	opacity: 1;
	}
	}

	/*******************************/
	/********* Footer CSS **********/
	/*******************************/

	.footer {
	position: relative;
	margin-top: 15px;
	padding-top: 40px;
	background: #000000;
	}

	.footer .footer-contact,
	.footer .footer-link,
	.footer .footer-newsletter {
	position: relative;
	margin-bottom: 15px;
	color: #ffffff;
	}

	.footer .footer-contact h2,
	.footer .footer-link h2,
	.footer .footer-newsletter h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #3d72a4;
	}

	.footer .footer-link a {
	display: block;
	margin-bottom: 10px;
	color: #ffffff;
	transition: .3s;
	}

	.footer .footer-link a::before {
	position: relative;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
	}

	.footer .footer-link a:hover {
	color: #3d72a4;
	letter-spacing: 1px;
	}

	.footer .footer-contact p i {
	width: 25px;
	}

	.footer .footer-social {
	position: relative;
	margin-top: 20px;
	display: flex;
	}

	.footer .footer-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #202C45;
	background: #ffffff;
	border-radius: 40px;
	margin-right: 5px;
	transition: .5s;
	}	

	.footer .footer-social a:last-child {
	margin: 0;
	}

	.footer .copyright {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 45px;
	}

	.footer .copyright p {
	margin: 0;
	color: #ffffff;
	}

	.footer .copyright p a {
	color: #3d72a4;
	font-weight: 700;
	letter-spacing: 1px;
	}

	.footer .copyright p a:hover {
	color: #ffffff;
	}
