body {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #29293a;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif;
	line-height: 1.4;
	margin-top: 0;
}

.logo img {
	padding: 0px;
    margin: -20px;
}

.sf-menu li li:hover > a {
	/* background: #444; */
}

.headline {
	margin-bottom: 13px;
}

.headline h2 {
	text-transform: uppercase;
}

.headline:before,
.headline:after,
.headline h2:before {
	display: none;
}

.main-headline p {
	font-size: 16px;
}

.text-animated p {
	font-size: 16px;
}

.service-item h4 {
	font-size: 22px;
}

.featured-photo .price {
	background: #333;
}

.featured-text h4 a {
	color: #444;
}

.featured-text h4 a:hover {
	color: #3fd0d4;
}

.featured-carousel .owl-nav .owl-prev:hover,
.featured-carousel .owl-nav .owl-next:hover {
	background: #444;
	color: #fff;
}

.portpage-menu li {
	padding: 8px 25px;
}

.portpage-menu li:hover,
.portpage-menu li.filtr-active {
	background: #444;
	border: 2px solid #444;
	color: #fff;
}

.portfolio-bg {
	background: #444;
}

.team-bg {
	background: #444;
}

.button a:hover {
	background: #444;
}

.blog-item a.b-head:hover {
	color: #3fd0d4;
}

.blog-text ul li i {
	color: #444;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
	background: #444;
	color: #fff;
}

.newsletter-bg {
	background: #444;
}

.main-headline p {
    position: relative;
}

.newsletter-submit input[type='submit'] {
	background: #3fd0d4;
}

.newsletter-submit input[type='submit']:hover {
	background: #444;
}

.footer-item h3 {
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.footer-item h3:before,
.footer-item h3:after {
	display: none;
}

.footer-item ul li a {
	padding-left: 20px;
}

.footer-item ul li a:before {
	position: absolute;
	content: '\f35a';
	font-family: "Font Awesome 5 Free";
	color: #c7c7c7;
	top: 0;
	left: 0;
}

.footer-item ul li a:hover {
	color: #3fd0d4;
}

.footer-item ul.footer-social li a:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #3fd0d4;
}

.footer-item p {
    padding-bottom: 0!important;
    margin-bottom: 5px!important;
}

.brand-item {
	padding: 5px;
}

/*Dashboard*/
.detail-dashboard h1{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px;
}
/*Add Car*/
.clear {
    clear: both;
}
.information-form h2 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 30px;
}
.form-group label {
    font-weight: 600;
}
.form-group input {
    height: 40px;
    transition: all 0.3s;
}
.form-group select {
    height: 40px;
}
.form-group textarea {
    height: 250px;
    transition: all 0.3s;
}
.information-form .form-group button[type='submit'] {
    margin-top: 15px;
}
.information-form .other-function {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.information-form .other-function h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}
.information-form .other-function label {
    font-weight: 600;
}
.information-form .form-check-label {
    margin-right: 30px;
    margin-bottom: 15px;
}

/*View*/
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #ddd;
    text-indent: 10px;
    font-size: 14px;
    font-weight: 400;
}
table.dataTable thead {
    background: #555;
    color: #fff;
}
.dataTables_length select {
    border: 1px solid #ddd;
}
.rTable {
    display: table;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableHead {
    width: 40%;
}
.rTableCell,
.rTableHead {
    display: table-cell;
    vertical-align: top;
    padding: 6px 10px;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.rTable iframe {
    width: 300px!important;
    height: 250px!important;
}
.error {
    color: red!important;
}
.success {
    color: green!important;
}
div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}
div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    text-decoration: none;
    /* no underline */

    background-color: #4a4a4a;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #4a4a4a;
    color: #FFF;
    background-color: #a0a0a0;
    font-size: 16px;
}
div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    font-weight: bold;
    background-color: #a0a0a0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
    font-size: 16px;
}

.chosen-container-single .chosen-default {
    color: #555!important;
}
.chosen-container-single .chosen-single {
    background-color: #fff!important;
}


.child {
    display: none;
}
.load-more {
    text-align: center;
    margin-top: 30px;
}
.load-more a {
    background: #dddddd;
    color:  #333;
    padding: 10px 20px;
    border-radius: 26px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}


.pack-tab {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.pack-tab-left .nav-link {
    min-width: 220px;
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 10px;
    color: #3fd0d4;
    border: 1px solid #ddd;
    border-radius: 0;
    font-weight: bold;
    text-align: left;
}

.pack-tab-left .nav-link.active {
    background: #3fd0d4;
}

.pack-tab-right p {
    font-size: 15px;
}

@media only screen and (max-width:575px) {
    .pack-tab {display: block!important;width: 100%!important;}
    .pack-tab-left {display: block!important;width: 100%!important;margin-bottom: 20px!important;}
}

.packmoreinfo-tab-bottom {
    border: 1px solid #ddd;
    padding: 20px;
}

.packmoreinfo-tab-top .nav-link {
    background: #f3f3f3;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #3fd0d4;
    border: 1px solid #ddd;
    border-radius: 0;
    font-weight: bold;
    text-align: left;
}

.packmoreinfo-tab-top .nav-link.active {
    background: #3fd0d4;
}

@media only screen and (max-width:575px) {
    .packmoreinfo-tab-top {
        width: 100%!important;
    }
    .packmoreinfo-tab-top li {
        width: 100%!important;
    }
    .packmoreinfo-tab-top .nav-link {
        width: 100%!important;
    }
    .packmoreinfo-tab-bottom .col-item {
        margin-bottom: 20px!important;
    }
}

@media only screen and (max-width:767px) {
    .packmoreinfo-tab-bottom {
        margin-bottom: 20px!important;
    }
}


.faq-page .accordion-item {
    margin-bottom: 10px;
    border-radius: 0!important;
    border: 1px solid #ddd;
}
.faq-page .accordion-button {
    font-family: Poppins, sans-serif;
    background: #f4f4f4;
    font-size: 14px;
    font-weight: 700;
}
.faq-page .accordion-button:focus {
    box-shadow: none!important;
}

.faq-page .accordion-button:not(.collapsed) {
    color: #3fd0d4;
}

.faq-page .accordion-button::after {
    background-size: 16px;
}

.w-400 {width: 400px!important;}
.w-550 {width: 550px!important;}
.form-control {font-size: 14px!important;}
.button-booking button {background: #3fd0d4!important;border:0!important;color:#fff!important;}
.btn {font-size: 14px!important;}

.blog-image img {
    height: 250px;
    object-fit: cover;
}

@media only screen and (max-width:1199px) {
    .blog-image img {
        height: 200px;
    }
}

@media only screen and (max-width:991px) {
    .blog-image img {
        height: 230px;
    }
}

@media only screen and (max-width:767px) {
    .blog-image img {
        height: 180px;
    }
}

@media only screen and (max-width:600px) {
    .blog-image img {
        height: auto;
    }
}

@media only screen and (max-width:991px) {
    .blog-item-blog-page img {
        height: 160px!important;
    }
}

@media only screen and (max-width:767px) {
    .blog-item-blog-page img {
        height: 330px!important;
    }
}

@media only screen and (max-width:575px) {
    .blog-item-blog-page img {
        height: auto!important;
    }
}


.single-blog .blog-image img {
    height: auto!important;
}

.portfolio-item img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    height: auto;
}


.portfolio-item iframe {
    height: 340px;
}

@media only screen and (max-width:1199px) {
    .portfolio-item iframe {
        height: 260px;
    }
}

@media only screen and (max-width:991px) {
    .photo-title a {
        font-size: 40px !important;
    }
    .portfolio-item iframe {
        height: 200px;
    }
    .offer-bg {
        background-color: #f8f8f8;
        background-image: none !important;
    }
    .offer-bg .row {
        padding: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .top-header {
        display: none;
    }
    .menu-area .menu-container .row {
        width: auto !important;        
        flex-shrink: 0;
    }
    .menu-area .menu-container .row .logo {
        text-align: left;
    }
    .search-wrapper {
        position: relative;
        width: 80%;
    }
    .search-container form {
        flex-direction: column;
    }    
    .portfolio-item iframe {
        height: 350px;
        margin-bottom: 15px;
    }
    h1{
        font-size: 35px;
        text-decoration: none;
    }
    .portfolio-item{
        margin-left: 20px;
        margin-right: 20px;
    }
    .featured-container {
        margin-left: 5%;
        margin-right: 5%;
    }
    .testimonial-pra p{
        padding-left: 7%;
        padding-right: 7%;
    }
    .review-area {
        background-position: center top !important
    } 
    .review-item {
        margin-left: 3%;
        margin-right: 3%;
        flex-direction: column; 
        padding: 51px 22px 33px !important;
        text-align: center; 
    } 
    .review-item .review-img , .review-item .review-text {
        display: block;
        width: 100%;
        text-align: center;        
    }
    .review-item-author-info {
        text-align: center;
    }
    .review-item .review-img img {
        display: block;
        width: 107px;
        height: auto;
        border-radius: 50%;
        align-self: center;
        margin: 0 auto;
        padding: 0;
    }
    .footer-area{
        text-align: center;
    }
    .testimonial-gallery .owl-nav .owl-prev {
        left: -5px;
        right: auto;
    }
    .testimonial-gallery .owl-nav .owl-next {
        right: -5px;
        left: auto;
    }
}

.featured-photo img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

@media only screen and (max-width:1199px) {
    .featured-photo img {
        height: 200px;
    }
}

@media only screen and (max-width:991px) {
    .featured-photo img {
        height: 160px;
    }
}

@media only screen and (max-width:767px) {
    .featured-photo img {
        height: 300px;
        margin-bottom: 15px;
    }
}

.fz_20 {font-size: 20px!important;}
.fz_22 {font-size: 22px!important;}
.fz_25 {font-size: 25px!important;}
.fz_32 {font-size: 32px!important;}
.w_200 {width: 200px!important;}
.w_25_p {width: 25%!important;}
.w_auto {width: auto!important;}
.tac {text-align: center!important;}
.tar {text-align: right!important;}
.dib {display: inline-block!important;}
.bg_white {background: #fff!important;}

.btn-success.btn-xs {padding: 2px 20px !important;}
.btn-danger.btn-xs {padding: 2px 20px !important;}
.order-table tr td,
.order-detail-table tr td {
    border: 1px solid #ababab!important;
}

.available-green {
    color: #56d856;
}

.not-available-red {
    color: #ff5959;
}

.featured-item .price {
    background: #3fd0d4;
}

.payment-method-box {
    width: 100%;
    height: 140px;
    padding: 30px;
    background: #f2f2f2;
}


.scroll-top {
    bottom: 46px!important;
}

.footer-bottom-menu {float: left;}
.copy-text {float: left;border-right: 1px solid #fff;padding-right: 20px;}

.comment-list h3 {font-size: 24px;}

@media only screen and (max-width:767px) {
    .copy-text {float: none;width: 100%;padding-right: 0;border: 0;text-align: center;margin-bottom: 10px;padding-top: 15px;}
    .copy-text p {text-align: center;}
    .footer-bottom-menu {float: none;width: 100%;}
    .footer-bottom-menu ul {width: 100%;}
    .footer-bottom-menu ul li {float: none;width: 100%;text-align: center;margin-bottom: 10px;}
    .scroll-top {bottom:  88px!important;}

    .newsletter-submit {width: 100%!important;}
    .newsletter-submit input[type='text'] {width: 100%!important;margin:0;padding:0;margin-bottom: 5px;text-align: center;text-indent: 0;}
    .newsletter-submit input[type='submit'] {width: 100%!important;margin:0;padding:0;}
}