@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;700&display=swap');

* {
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%;
}
a,button {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn {
	font: 16px 'Poppins',sans-serif;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
	color: #002227;
}
h2 {
	font-size: 5vmin;
	font-weight: 700;
	margin-bottom: 1.875rem;
}
h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 1rem;
}
p,table,li {
	font-family: 'Poppins',sans-serif;
	font-size: 16px;
	color: #555;
	line-height: 30px;
}
p:last-child {
	margin-bottom: 0;
}
ul,ol {
    list-style: none;
}

/* Header */
.custom-bg {
    background: rgba(255,255,255,0.3) !important;
	padding: 1rem;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.custom-bg.sticky {
	background: rgba(255,255,255,1) !important;
	padding: .5rem;
}
.navbar-brand img {
    width: 150px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.navbar-brand.sticky img {
	width: 125px;
}
.navbar-light .navbar-nav .nav-link {
	font-size: 16px;
	color: #0A899B;
	padding-right: 1rem;
	padding-left: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link {
	color: #002227;
}
.navbar-light .navbar-toggler {
	border: none;
	padding: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.custom-toggler .navbar-toggler-icon {
 	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,34,39, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
 	outline: none;
}
.btn-main {
	border-radius: 30px;
	border: none;
	padding: .5rem 2rem;
	font-size: 16px;
	background: #2AC0D5;
}
.btn-main:hover,.btn-main:focus {
	background: #0A899B;
}

/* Banner */
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.carousel-caption {
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
	text-align: left;
	width: 50%;
	left: 9%;
}
.carousel-caption h3 {
	font-size: 3.4vmin;
	margin-bottom: 0;
}
.carousel-caption h1 {
	font-size: 6vmin;
	font-weight: 700;
	margin-bottom: 0;
}
.carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #0A899B;
}

/* Home About */
.cont-wrap {
	padding-top: 6.875rem;
	padding-bottom: 6.875rem;
}
.home-about h2::before,.home-about h2::after {
	background-color: #002227;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 40px;
}
.home-about h2::before {
	right: 0.5em;
	margin-left: -50%;
}
.home-about h2::after {
	left: 0.5em;
	margin-right: -50%;
}

/* Home Products */
.prdt-cont-wrap {
	background: #2AC0D5;
}
.home-prdt-title h2 {
	color: #fff;
}
.prdt-box {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}
.prdt-box img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.cat-title h5 {
	font-size: 18px;
	color: #0A899B;
	background: #fff;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* Franchise */
.fra-home-img img {
	border-radius: 5px;
}

/* Footer */
footer {
	background: #002227;
	padding-top: 30px;
	padding-bottom: 30px;
}
ul.footer-menu {
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
}
ul.footer-menu li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
ul.footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.copyright p {
	font-size: 13px;
	color: rgba(255, 255, 255, .5);
}
.copyright a {
	color: rgba(255, 255, 255, .5);
}

/* Inner Styles */
.inner-title-wrap {
	background: #2AC0D5;
	margin-top: 86px;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.inner-title h1 {
	font-size: 6vmin;
	font-weight: 700;
	color: #fff;
}
.inner-title h1::before,.inner-title h1::after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 40px;
}
.inner-title h1::before {
	right: 0.5em;
	margin-left: -50%;
}
.inner-title h1::after {
	left: 0.5em;
	margin-right: -50%;
}
.inner-pic {
	margin-top: 30px;
}
.inner-pic img {
	width: 100%;
	border-radius: 10px;
}

.products img {
	margin-bottom: 1rem;
}
.products h6 {
	color: #0a899b;
}

/* Franchise */
.franchises-from-area {
	padding: 30px;
	background: #002227;
}
.franchises-from-area h3 {
    margin-bottom: 3px;
}
.franchises-from-area p {
    font-size: 14px;
}
.franchises-from-area label h6 {
	margin-bottom: 0 !important;
	color: #fff;
}
.franchises-from-area .form-control {
    font:14px 'Poppins',sans-serif;
    color: #555;
    border-radius: 0;
    box-shadow: none;
}
.franchises-from-area .franchise-radio {
    font:14px 'Poppins',sans-serif;
    color: #fff;
}
.franchises-from-area .with-errors ul {
    margin-bottom: 0;
    margin-top: 5px;
    color: #f00;
}
.franchises-from-area .btn-send {
    background: transparent;
    border-radius: 0;
    border: 2px solid #ddd;
    font: 14px 'Poppins',sans-serif;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.franchises-from-area .btn-send:hover {
    border-color: #333;
    background: #333;
    color: #fff;
}
.franchises-from-area .btn-success:active, .franchises-from-area .btn-success:focus {
    border-color: #333;
    background: transparent;
    color: #333;
}

/* Contact */
.form-area label {
	font: 14px 'Poppins',sans-serif;
}
.form-area input,
.form-area textarea {
	font: 14px 'Poppins',sans-serif;
	border: none;
	border-radius: 0;
	background: #eee;
}
.submit-btn {
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 14px;
}
.submit-btn:hover {
	text-decoration: none;
}
#success {
	margin-top: 20px;
}

/* Franchise */
.franchise-form-area label {
	font: 14px 'Poppins',sans-serif;
}
.franchise-form-area input,
.franchise-form-area textarea {
	font: 14px 'Poppins',sans-serif;
	border: none;
	border-radius: 0;
	background: #eee;
}