@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-1/css/all.min.css');
*/
/********** general ***********/

a {
	color: #000000;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	color: #ffc107;
}

a:focus {
	color: #000000;
	text-decoration: underline;
}

a.btn-disabled {
	opacity: 0.6;
}

p {
	margin-bottom: 0;
}

img {
	width: 100%;
}

ul {
	list-style: none;
	padding-left: 0;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}


.clear-both {
	clear: both;
}

.no-padding {
	padding: 0;
}

.no-left-padding {
	padding-left: 0;
}

.no-right-padding {
	padding-right: 0;
}

.less-padding {
	padding-left: 5px;
	padding-right: 5px;
}

.pb-30 {
	padding-bottom: 30px;
}

.bg-grey1 {
	background: #fcfcfc;
}

.bg-grey2 {
	background: #f8f8f8;
}

.bg-grey3 {
	background: #f5f5f5;
}

.bg-black {
    background: #111111;
}

.bg-pink {
	background: #ffc107;
	color: #fff;
}

.vcenter {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
}

.text-bold {
    font-weight: 600;
}

.text-italic {
    font-style: italic;
}

.text-theme {
	color: #ffc107;
}

.text-green {
	color: #12b119;
}

.text-red {
	color: #f44336;
}

.text-orange {
	color: #ff7f00;
}

.text-blue {
	color: #052f9b;
}

.text-grey {
	color: #999;
}

.link-theme {
	color: #ffc107;
	text-decoration: none;
}

.link-theme:hover {
	color: #ffc107;
	text-decoration: underline;
}

.link-theme:focus {
	color: #052f9b;
	text-decoration: none;
}

.hr-dashed {
	clear: both;
    margin: 1rem -15px;
    border-top: 2px dashed #eee;
}

.full-width {
	width: 100%;
}

.row {
	clear: both;
}

/** 20% **/
	
.col-5-1,
.col-sm-5-1,
.col-md-5-1,
.col-lg-5-1,
.col-xl-5-1 {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
	
.col-5-1 {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

/********** buttons **********/

.btn-border-theme {
	background: transparent;
    border: 1px solid #ffc107;
    color: #ffc107!important;
	border-radius: 5px;
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all;
}

.btn-border-theme:hover {
	background: #ffc107 !important;
    border: 1px solid #ffc107;
    color: #fff !important;
}


.btn-border-theme.focus, .btn-border-theme:focus, 
.btn-border-theme:active, 
.btn-border-theme:not(:disabled):not(.disabled):active,
.btn-border-theme:not(:disabled):not(.disabled).active, 
.show>.btn-border-theme.dropdown-toggle {
	background: #ffffff !important;
    border: 1px solid #ffc107;
    color: #ffc107 !important;
    box-shadow: none;
    text-decoration: none;
}

.btn-border-theme:disabled,
.btn-border-theme.disabled {
	background: #ffffff;
    border: 1px solid #ffc107;
    color: #ffc107;
}

.btn-solid-theme {
	background: #ffc107;
    border: 1px solid #ffc107;
    color: #fff!important;
    border-radius: 5px;
    height: auto;
    padding: 8px 30px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all;
}

.btn-solid-theme:hover {
	background: #ffffff !important;
    border: 1px solid #ffc107;
    color: #ffc107!important;
}


.btn-solid-theme.focus, .btn-solid-theme:focus, .btn-solid-theme:active,
.btn-solid-theme:not(:disabled):not(.disabled):active,
.btn-solid-theme:not(:disabled):not(.disabled).active, 
.show>.btn-solid-theme.dropdown-toggle  {
	background: #ffc107 !important;
    border: 1px solid #ffc107;
    color: #fff !important;
    box-shadow: none;
    text-decoration: none;
}

.btn-solid-theme:disabled,
.btn-solid-theme.disabled {
	background: #ffc107;
    border: 1px solid #ffc107;
    color: #fff;
}


.btn-switch {
	background: #ffffff;
    border: 1px solid #4d4d4d;
    color: #4d4d4d!important;
	border-radius: 5px;
    height: auto;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all;
}

.btn-switch:hover {
	background: #4d4d4d !important;
    border: 1px solid #4d4d4d;
    color: #fff !important;
}


.btn-switch.focus, .btn-switch:focus, 
.btn-switch:active, 
.btn-switch:not(:disabled):not(.disabled):active,
.btn-switch:not(:disabled):not(.disabled).active, 
.show>.btn-switch.dropdown-toggle {
	background: #ffffff !important;
    border: 1px solid #4d4d4d;
    color: #4d4d4d !important;
    box-shadow: none;
}

.btn-switch.on {
	background: #4d4d4d !important;
    border: 1px solid #4d4d4d;
    color: #fff !important;
}

.btn-switch.on:hover {
	background: #ffffff!important;
    border: 1px solid #4d4d4d;
    color: #4d4d4d!important;
}

.btn-small {
	padding: 4px 15px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 13px;
}

.btn > i {
	margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

.btn-ucase {
	text-transform: uppercase;
    font-weight: 400;
    /*font-size: 14px;*/
}

.btn-long {
	padding: 15px 40px;
}

.btn-white {
	background: transparent;
    border: 1px solid #fff;
    color: #fff!important;
}

.btn-white:hover {
    background: #fff !important;
    border: 1px solid #fff;
    color: #ffc107 !important;
}

.btn-shadow-theme:hover {
    border: 1px solid #ffc107;
    color: #ffc107 !important;
}


.btn-shadow-theme.focus, .btn-shadow-theme:focus, 
.btn-shadow-theme:active, 
.btn-shadow-theme:not(:disabled):not(.disabled):active,
.btn-shadow-theme:not(:disabled):not(.disabled).active, 
.show > .btn-shadow-theme.dropdown-toggle {
    color: #ffc107 !important;
}

.dropdown > a, .dropdown > button {
	-webkit-appearance: none;
}

/************* modal **************/

.modal-backdrop {
	z-index: 2222;
}

.theme-modal {
	z-index: 3333;
}

.theme-modal .modal-content {
	border: none;
    border-radius: 5px;
}

.theme-modal .modal-header {
	background-color: #ffc107;
	color: #fff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: none;
}

.theme-modal .modal-title{
	color: #fff;
	font-size: 18px;
}

.theme-modal .modal-content  .close {
	color: #fff;
	opacity: 0.9;
}

.theme-modal .modal-footer {
	border-top: none;
}

.theme-modal .modal-dialog {
	max-width: 500px;
	min-width: auto;
}

.theme-modal.modal-wide .modal-dialog {
	max-width: 800px;
}

/******** form elements starts ***********/

.form-control {
    border-radius: 5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 400;
}

.form-control:focus {
    background-color: #fff;
    border-color: #eee;
    box-shadow: none;
}

::-webkit-input-placeholder { /* Edge */
  color: #999;
  font-size: 13px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
  font-size: 13px;
}

::placeholder {
  color: #999;
  font-size: 13px;
}

label {
    margin-bottom: 0px;
    font-size: 14px;
    color: #666;
}

label .required {
	color: #f00;
}

/***** checkbox *******/    

.checkbox-outer {
    position: relative;
    float: left;
}

.checkbox-outer > input[type='checkbox'] {
	display: none;
}

.checkbox-outer > label {
	color: #666;
	font-weight: normal;
	margin-bottom: 0;
	background: none !important;
}

.checkbox-outer > label:before {
	content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0px;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ffc107;
    border-radius: 3px;
    background-color: transparent;
    margin-right: 5px;
}

.checkbox-outer > input[type=checkbox]:checked +label:after {
	width: 9px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 3px;
    content: " ";
    display: block;
    border: 3px solid #ffc107;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}    

/********* radio button **********/

.radio-outer {
    position: relative;
    float: left;
}

.radio-outer > input[type='radio'] {
	display: none;
}

.radio-outer > label {
	color: #666;
	font-weight: normal;
	background: none !important;
}

.radio-outer > label:before {
	content: " ";
    display: inline-block;
    position: relative;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ffc107;
    background-color: transparent;
    margin-right: 5px;
}

.radio-outer > input[type=radio]:checked +label:after {
	border-radius: 50%;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 7px;
    left: 3px;
    content: " ";
    display: block;
    background: #ffc107;
}

.label-inline {
	float: left;
	margin-right: 10px;
}

.radio-block, .checkbox-block {
	display: block;
	overflow: auto;
	margin-bottom: 10px;
}

.select-outer {
	width: 100%;
    overflow: hidden;
    position: relative;
}

.select-outer:after {
	content: "\25BC";
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    pointer-events: none;
    font-size: 13px;
    color: #ffc107;
}

/************* form elements end ***********/


/************* table starts ***************/

.theme-table {
  border-radius: 5px !important;
  border: 1px solid #eee !important;
  width: 100%;  
  float: none;
}

.theme-table table {
    margin-bottom: 0;
}

.theme-table thead {
    background-color: #ffc107;
    color: #fff;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

/************* table ends ***************/

body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
    color: #666;
}


header img {
    max-width: 125px;
    margin: 0px 0;
}

.navbar {
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 10px;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-brand {
    /*padding-top: 10px;
    padding-bottom: 10px;*/
}
.carousel-item {
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-caption {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 10%;
    left: 0;    
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    /*background-color: rgb(0 0 0 / 70%);*/
    /*background: linear-gradient(0deg,rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.8));*/
}

.carousel-caption h3 {
    font-size: 65px;
    font-weight: 700;
}

.carousel-caption p {
    font-size: 17px;
}


section {
    margin-top: 75px;
}

.section-title {
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 700;
}

.section-title-sm {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 700;
}

.section-title i {
    font-size: 50px;
    color: rgb(255 109 99 / 80%);
}

.section-title a {
    float: right;
    font-size: smaller;
    font-weight: 400;
}

.section-title-underline {
    border-top: 1px solid rgb(255 109 99 / 80%);
    max-width: 200px;
}

.section-desc {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 1.5;
}


figure .img-wrapper {
    position: relative;
    overflow: hidden;
}

figure img {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

figure .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: rgb(252 193 38 / 85%);
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

figure:hover .img-overlay {
    opacity: 1;
}

figure:hover img {
    -webkit-transform: scale3d(1.2,1.2,1);
    transform: scale3d(1.6,1.6,1);
}

figure .figcaption {
    padding: 20px 25px;
    margin-top: 0;
    color: #000;
    width: 100%;
}

figure .figcaption i {
    font-size: 60px;
    padding: 10px;
    border: 1px solid transparent;
    transition: all .2s;
}

figure .figure-title {
    background: #000000;
}

figure:hover a {
    color: #000;
}

figure:hover a i {
    
}

figure:hover a:hover i {
    border: 1px solid #000;
    border-radius: 50%;

}

.features img {
    border-radius: 7px;
}

.features i {
    font-size: 40px;
}

.features h4 {
    font-size: 16px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #333;
    letter-spacing: 0px;
    margin: 20px 0 5px 0;
}

.section-post-natal ul {
    list-style: disc;
    padding-left: 20px;
}

.section-post-natal .inclusions {
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
    background-color: #ffc107;
    color: #fff;
}

.single-package {
    text-align: center;
    box-shadow: 0 8px 12px 4px rgb(123 126 161 / 20%);
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
}

.single-package h4 {
    font-size: 20px;
    color: #ffc107;
}

.single-package h5 {
    font-size: 15px;
    font-weight: 400;
}

.single-package h6 {
    font-weight: 300;
    line-height: 1.5;
    min-height: 145px;
    margin-top: 15px
}

.single-package hr {
    border-top: 1px solid rgb(255 109 99 / 80%);
    max-width: 100px;
}

footer {
    font-size: 14px;
    background-color: #333;
    color: #fff;
    font-weight: 400;
}

.footer-top {
    padding: 75px 0;
    background-image: url(../images/backgrounds/bg1.jpg);
    background-position: center;
    width: 100%;
    
}

footer .widget {
    margin-bottom: 20px;
    padding: 0 15px;
}

footer .widget h3 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 55px;
    position: relative;
    margin-bottom: 40px;
}

footer .widget h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 220px;
    border-bottom: 1px solid rgb(254 201 13 / 60%);
}

footer .widget h3:after {
    content: "";
    border-bottom: 2px solid #dc3545;
    border-color: #dc3545;
    position: absolute;
    display: block;
    width: 100px;
    bottom: 0;
}

footer .widget img {
    max-width: 200px;
}

footer .widget ul li {
    margin-top: 5px;
}

footer .widget ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #ccc;
}

footer .widget ul li a:focus, footer .widget ul li a:hover {
    text-decoration: none;
}

footer .widget.links ul li a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    color: #dc3545;
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
}

footer .contact .mobile {
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 260px;
    letter-spacing: 1px;
}

.footer-bottom {
    padding: 24px 0 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
}

.sub-banner {
    background-image: linear-gradient(0deg,rgba(19, 23, 34, 0),rgba(0, 0, 0, 0)),url(../images/backgrounds/banner.jpg);
    min-height: 300px;
    background-position: bottom;
    display: flex;
    align-items: flex-end;
    text-align: center;
}

.sub-banner h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 30px;
}

.sub-banner h6 {
    font-size: 24px;
    font-weight: 200;
    color: #aaa;
}

.car-tabs {
    padding: 15px;
}

.car-tabs .nav-tabs {
    border-bottom: 1px solid #007bff;
}

.car-tabs .nav-tabs .nav-link {
    background-color: #fff;
    color: #007bff;
    margin-right: 10px;
    border-color: #007bff #007bff #007bff #007bff;
}

.car-tabs .nav-tabs .nav-link.active {
    background-color: #007bff;
    color: #fff;
}

.car-tabs .nav-tabs .nav-link.active {
    border-color: #007bff #007bff #007bff #007bff;
}

.car-tabs .nav-tabs .nav-link:hover {
    border-color: #007bff #007bff #007bff #007bff;
    background-color: #007bff;
    color: #fff;
}

.single-car {
    margin-bottom: 20px;
}

.single-car h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    margin: 3px 0;
}

.single-car h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.status-msg .icon {
    color: #ffc107;
    font-size: 30px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 8px 12px 4px rgb(123 126 161 / 15%);
    margin-bottom: 50px;
}
