/*-----------------------------------------------------------------------------------
	Theme Name: spicy aroma  v1
	Theme URI: 
	Description: The Multi-Purpose Template
	Author: weblizar
	Author URI: 
	Version: 0.1
----------------------------------------------------------------------------------*/


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>
:: 1.0 Import All CSS & Fonts
:: 2.0 Typography CSS
:: 3.0 Helper Class CSS
:: 4.0 Section Title CSS
:: 5.0 Button CSS
:: 6.0 Navbar Menu CSS
:: 7.0 slider CSS
:: 8.0 About CSS
:: 9.0 Verity Section CSS
:: 10.0 Team Section CSS
:: 11.0 Blog Section CSS
:: 12.0 Reservation Section CSS
:: 14.0 Gallery Section CSS
:: 15.0 Testimonial Section CSS
:: 16.0 Reservation Section CSS
:: 17.0 Contact Section CSS
:: 18.0 Callout Section CSS
:: 19.0 Subscribe Section CSS
:: 20.0 Footer Section
:: 21.0 Datepikar CSS
:: 22.0 Page Loader CSS
:: 23.0 Button Return top CSS
<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* ----------------------------------------------------------------
	:: 1.0 Import All CSS & Fonts
-----------------------------------------------------------------*/

@import 'bootstrap-v4.1.3.min.css';
@import 'responsive.css';
@import 'font-awesome/css/fontawesome-all-v5.3.1.min.css';
@import 'swiper.min.css';
@import 'date_resv.css';
@import 'photobox.css';

/* Web Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playball|Poppins:400,600,800');

/* ----------------------------------------------------------------
	:: 2.0 Typography CSS
-----------------------------------------------------------------*/

body {
	font-family: 'Open Sans';
}

.section-heading,
.section-title,
h1,
h2,
h3 {
	font-family: 'Poppins' !important;
}

.section-title {
	color: var(--main-color);
	text-transform: uppercase;
	font-size: 46px;
}

:root {
	--main-color: #ffad18;
}

.bg {
	background-color: #f5f5f5;
}

p {
	font-size: 16px;
	color: #232323;
}


/* ----------------------------------------------------------------
	:: 3.0 Helper Class CSS
-----------------------------------------------------------------*/

a:hover {
	text-decoration: none;
}

.upperclass {
	text-transform: uppercase;
}

.space {
	padding: 100px 0px;
}

.pb-60 {
	padding-bottom: 60px;
}

.row {
	margin: 0 !important;
}


/* ----------------------------------------------------------------
	:: 4.0 Section Title CSS
-----------------------------------------------------------------*/

.title-section h2 {
	font-family: Playball !important;
	font-size: 38px;
	color: #282a8c;
	line-height: 32px;
	text-transform: capitalize;
}

.title-section h3 {
	color: #232323;
	font-size: 38px;
	text-transform: capitalize;
}

.title-section {
	max-width: 800px;
	width: auto;
	position: relative;
}

.title-section.center {
	margin: 0 auto;
	text-align: center;
}

.title-section.white h3,
.title-section.white p {
	color: #fff;
}

.title-section {
	width: auto;
	max-width: 800px;
	padding-top: 1.1em;
}

/* .title-section.t-icon h3:after {
	content: '';
	display: block;
	position: relative;
	left: 0;
	right: 0;
	z-index: 9;
	margin: 0 auto;
	border: 0;
	top: 10px;
	margin-top: 5px;
	background-size: 100%;
	width: 126px;
	height: 30px;
	background-image: url(../images/all-img/icon-1.png);
} */

.title-section.t-border h3 {
	padding-bottom: 11px;
	margin-bottom: 15px;
}

/* .title-section.t-border h3:after {
	content: '';
	display: block;
	height: 4px;
	width: 50px;
	background-color: #282a8c;
	position: relative;
	left: 0;
	top: 10px;
} */

.title-section.white h3:after {
	background-image: url(../images/all-img/icon-2.png) !important;
}

.title-section p {
	line-height: 30px;
	margin-bottom: 0;
	font-size: 18px;
	color: #4a4a4a;
}


/* ----------------------------------------------------------------
	:: 5.0 Button CSS
-----------------------------------------------------------------*/

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: none !important;
}

i.fas.fa-angle-left,
.fas.fa-angle-right {
	color: #00c3ea;
	font-size: 42px;
	/* border: 2px solid #333; */
	width: 46px;
	opacity: 1;
	height: 65px;
	line-height: 65px;
	background-color: #fff;
	text-align: center;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

i.fas.fa-angle-left:hover,
.fas.fa-angle-right:hover {
	/* background-color: var(--main-color);
	border: 2px solid var(--main-color); */
	color: #282a8c;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.photobox_a img {
	display: none;
}

/* .col-lg-6.col-md-6.verity-items {
	padding: 0px !important;
} */

.btn.btn-main {
	background-color: var(--main-color);
	border-radius: 0;
	padding: 6px 15px;
	color: #fff;
}

.btn.btn-main:hover {
	color: #fff;
	background-color: #000;
}

.btn.btn-main2 {
	color: #fff;
	background-color: #000;
	border-radius: 0;
	padding: 6px 15px;
}

.btn.btn-main2:hover {
	background-color: var(--main-color);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	width: auto;
	height: auto;
}

.swiper-container .swiper-button-prev {
	left: 3%;
}

.swiper-container .swiper-button-next {
	right: 3%;
}


/* ----------------------------------------------------------------
	:: 6.0 Navbar Menu CSS
-----------------------------------------------------------------*/

.top_header .top_header .navbar-light .navbar-nav .active>.nav-link,
.top_header .top_header .navbar-light .navbar-nav .active .nav-link,
.top_header .top_header .navbar-light .navbar-nav .nav-link.show,
.top_header .top_header .navbar-light .navbar-nav .show>.nav-link {
	background-color: var(--main-color);
	color: #fff;
	transition: all ease 0.4s;
}

.top_header .navbar.h_stiky .navbar-nav .nav-link {
	color: #000 !important;
	transition: all ease 0.4s;
}

.navbar.h_stiky .navbar-nav .active .nav-link,
.navbar.h_stiky .navbar-nav .nav-link:hover {
	color: #fff !important;
	/* background-color: var(--main-color); */
	transition: all ease 0.4s;
}

.navbar .navbar-nav .active .nav-link,
.navbar .navbar-nav .nav-link:hover {
	background-color: var(--main-color);
	color: #000;
	transition: all ease 0.6s;
}

.navbar .dropdown-item {
	font-size: 18px;
	padding: 10px;
	transition: all ease 0.6s;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active,
.navbar .dropdown-item:hover {
	background-color: var(--main-color);
	text-decoration: none;
	color: #fff;
	transition: all ease 0.6s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	padding: 0;
	border-radius: 0;
}

.top_header .navbar-light .navbar-nav .nav-link {
	padding: 3px 8px;
	margin: 0px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.navbar-brand,
nav.navbar.h_stiky .navbar-brand,
nav.navbar.h_stiky,
nav.navbar {
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.top_header nav.navbar.h_stiky {
	position: fixed;
	top: 0;
	background-color: var(--main-color);
	z-index: 9999;
}

nav.navbar.h_stiky {
	/* box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.13); */
	border: 0;
}

.navbar-brand {
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
	max-width: 100px;
}

.h_stiky li.nav-item.active a.nav-link {
	color: #fff !important;
}

.h_stiky .navbar-brand {
	max-width: 80px;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.navbar.h_stiky .navbar-nav .active .nav-link,
.navbar.h_stiky .navbar-nav .nav-link:hover {
	color: #00c3ea !important;
	/* background-color: var(--main-color); */
}

.top_header.navbar-brand {
	max-width: 190px;
	;
}

.top_header .navbar-brand img {
	height: 100%;
	width: 100%;
}

.top_header nav.navbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.36);
	position: absolute;
	left: 0;
	z-index: 99;
	right: 0;
	background: transparent;
	padding: 0;
}

.top_header .head-cont ul.navbar-nav.mr-auto {
	padding: 60px 0;
}

.top_header .h_stiky ul.navbar-nav.mr-auto {
	padding: 18px 0;
}

.navbar-collapse {
	-ms-flex-positive: unset !important;
	flex-grow: unset !important;
}

.content-center {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.h_stiky .navbar-brand .stiky-hidden,
.navbar-brand .stiky-show {
	transition: all ease 0.1s;
	/* overflow: hidden; */
	display: none;
}

.h_stiky .navbar-brand .stiky-show {
	visibility: visible;
	transition: all ease 0.1s;
	display: block;
}

.navbar-brand h3 {
	margin-bottom: 0.1em;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show {
	color: #00c3ea;
}


/* ----------------------------------------------------------------
	:: 7.0 Homepage slider CSS
-----------------------------------------------------------------*/

.carousel-fade .carousel-item {
	height: 100vh;
	width: 100%;
}

.carousel-fade .carousel-item img {
	height: 100vh;
	width: 100%;
	max-width: 100%;
	background-size: cover;
	object-fit: cover;
	object-position: center;
	background-origin: content-box;
	background-clip: content-box;
	background-position: center;
	color: rgba(0, 0, 0, 0.56);
	filter: brightness(30%);
	right: 0;
	left: 0;
	resize: both;
}

.carousel .carousel-indicators {
	bottom: 60px;
}

.carousel .carousel-caption {
	right: 0;
	left: 0;
}

.carousel .carousel-indicators li {
	width: 30px;
	height: 30px;
	margin-right: 3px;
	border: 4px solid var(--main-color);
	margin-left: 10px;
	background-color: var(--main-color);
}

.carousel .carousel-indicators li.active {
	border: 4px solid var(--main-color);
	background-color: #fff;
}

.carousel .carousel-control-next-icon,
.carousel .carousel-control-prev-icon {
	background-image: none !important;
}

.carousel-inner a {
	opacity: 1;
}

.swiper5 .carousel-inner .carousel-item:after {
	background: #000;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0.1;
	content: '';
}

.swiper-container.swiper5 {
	margin: 0 auto;
	width: 100%;
}

.swiper5 {
	overflow: hidden;
	width: 100%;
}

.swiper5 .swiper-button-next,
.swiper5 .swiper-container-rtl .swiper-button-prev,
.swiper5 .swiper-button-prev,
.swiper5 .swiper-container-rtl .swiper-button-next {
	background: none;
}

.swiper5 .swiper-button-next,
.swiper5 .swiper-container-rtl .swiper-button-prev {
	right: 40px;
}

.swiper5 .swiper-button-prev,
.swiper5 .swiper-container-rtl .swiper-button-next {
	left: 40px;
}

.swiper-button-next::before,
.swiper5 .swiper-container-rtl .swiper-button-prev::before {
	margin-right: -10;
	right: 0;
}

.swiper5 .swiper-button-prev::before,
.swiper5 .swiper-container-rtl .swiper-button-next::before {
	margin-left: -10px;
}

.swiper5 span.upperclass {
	font-size: 71.96px;
	font-weight: bold;
	line-height: 85px;
	color: var(--main-color);
}

.swiper5 a.btn.s_link {
	color: #232323;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 50px;
	font-size: 20px;
	padding: 0;
	width: 180px;
	height: 50px;
	background-color: var(--main-color);
}

.swiper5 a.btn.s_link:hover {
	background-color: #fff;
	color: #000;
}

a.btn.s_link.second-btn {
	background: #fff !important;
}

a.btn.s_link.second-btn:hover {
	background: var(--main-color) !important;
}

.swiper5 .second-btn {
	margin-left: 40px;
}

.swiper5 p {
	color: #fff;
	padding: 20px 0;
	font-size: 25px;
}

.swiper5 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid #F8A71A;
	border-radius: 0;
	padding: 11px;
	background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 60px !important;
}

.swiper5 span.swiper-pagination-bullet {
	border-radius: 0;
	padding: 12px;
	opacity: 1;
}

.swiper5 img.img-responsive {
	width: 100%;
	height: 100%;
}

.swiper5 h1.animation.animated-item-1 {
	font-size: 57.19px;
	line-height: 85px;
}


/* ----------------------------------------------------------------
	Homepage About CSS
-----------------------------------------------------------------*/

.welcom-section .col-md-6 {
	float: left;
}

.welcom-section img {
	width: 100%;
	padding: 20px;
}

.welcom-section h2 {
	font-family: Playball;
	font-size: 38px;
	color: #282a8c;
}

.welcom-section .img-thumbnail::before {
	/* border-top: 5px solid var(--main-color);
	border-left: 5px solid var(--main-color); */
	content: "";
	height: 262px;
	top: 0px;
	position: absolute;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
	width: 262px;
	z-index: -1;
}

.welcom-section .img-thumbnail::after {
	/* border-bottom: 5px solid var(--main-color);
	border-right: 5px solid var(--main-color); */
	content: "";
	height: 262px;
	right: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	transition: all ease 0.6s;
	width: 262px;
	z-index: -1;
}

.welcom-section .img-thumbnail {
	margin: 0 auto;
	position: relative;
	padding: 0;
	border: 0;
	display: block;
	border-radius: 0;
	background-color: transparent;
}

.col-md-6.welcom-img {
	padding-left: 0;
}


/* ----------------------------------------------------------------
	 Verity Section CSS
----------------------------------------------------------------*/

.verity-section button.btn.btn-main {
	padding: 11px 20px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.verity-items {
	margin: 20px 0px;
}

.verity-items h4 {
	font-weight: 600;
	font-size: 20px;
}

.verity-items h4 a {
	color: #333;
	text-decoration: none;
	transition: all ease 0.6s;
}

.verity-items h4 a:hover {
	text-decoration: none !important;
}

.verity-items h4 span {
	text-align: right;
	float: right;
	transition: all ease 0.6s;
}

.verity-items p {
	font-size: 16px;
	color: #4a4a4a;
	transition: all ease 0.6s;
}

.verity-items:hover h4,
.verity-items:hover h4 a {
	color: var(--main-color);
	transition: all ease 0.6s;
}

.items_image {
	overflow: hidden;
	max-width: 100px;
	border: none !important;
	margin-right: 10px;
}

.verity-section .portfolio-tabs li:before {
	display: none;
}

.verity-section .portfolio-tabs.nav-pills .nav-link {
	text-transform: uppercase !important;
	text-align: center;
	padding: 6px 21px !important;
}

.verity-section ul.portfolio-tabs.categories {
	border-bottom: 1px solid #ccc;
}

.verity-section-1 {
	background: linear-gradient(90deg, #f5f5f5 61%, rgba(253, 253, 253, 0.18) 95%), url(../images/all-img/food.png);
	background-position: right;
	background-repeat: no-repeat;
}

.verity-section ul.portfolio-tabs.categories {
	margin-bottom: 40px;
}

section.verity-section.verity-section-1.space {
	padding-bottom: 100px;
	position: relative;
}

section.verity-section.space {
	padding-bottom: 80px;
	position: relative;
}


/* ----------------------------------------------------------------
	 Team Section CSS
-----------------------------------------------------------------*/

.team-section .col-md-3.team-content {
	float: left;
}

.team-section {
	position: relative;
}

.team-section .col-md-3.team-content .chef_img {
	text-align: center;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--main-color);
}

.team-section .chef_img img {
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-section .team-content:hover .chef_img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.team-section .chef_img {
	overflow: hidden;
	/* border: 1px solid var(--main-color); */
	text-align: center;
}

.team-section .team-content h3 {
	font-size: 18px;
	color: #282a8c;
	text-transform: uppercase;
	line-height: 24px;
	margin-top: 18px;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
}

.team-section .team-detail {
	text-align: center;
}

.team-section .team-social li a {
	border-radius: 50%;
	display: inline-block;
	font-size: 18px;
	height: 35px;
	padding: 6px;
	color: #fff;
	text-align: center;
	width: 35px;
	background-color: #000;
}

.team-section .team-social li a:hover {
	color: #fff;
	background-color: var(--main-color);
}

.team-section .team-social li:hover {
	border: 1px solid var(--main-color);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.team-section .team-social li {
	display: inline-block;
	border: 1px solid transparent;
	padding: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.team-section .team-social li:hover {
	border: 1px solid #f8a71b;
}

.team-section .team-detail p {
	/* font-family: Playball; */
	color: #4a4a4a;
	line-height: 24px;
	font-size: 1rem;
	text-align: left;
}

.team-section ul.team-social {
	padding: 0;
	margin-bottom: 0px;
}

.team-section .team-detail a {
	text-decoration: none;
}

.team-section .team-content:hover .team-social {
	visibility: visible;
}


/* ----------------------------------------------------------------
	:: 11.0 Blog Section CSS
-----------------------------------------------------------------*/

.blog-section span {
	padding: 10px 10px 10px 0;
}

.blog-section span a {
	color: #000000;
	text-decoration: none;
}

.blog-section span a:hover {
	color: var(--main-color);
}

.blog-section h2 a {
	color: #000000;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
}

.blog-section .news-data {
	border-bottom: 1px solid #5b5b5b;
	padding: 10px 0;
}

.blog-section .button a {
	color: #000;
	background-color: var(--main-color);
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 600;
	font-size: 14px;
	padding: 6px 15px;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.blog-section .button a:hover {
	color: #fff;
	background-color: #000;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.blog-section .img-thumbnail {
	display: block;
	border: 0 none;
	position: relative;
	padding: 0;
}

.blog-section .col-md-12.news-detail {
	padding: 0;
}

.blog-section .news-date a {
	color: #fff;
}

.blog-section .news-date:hover a {
	color: #000;
}

.blog-section .news-date {
	display: block;
	position: absolute;
	top: 15px;
	padding: 0;
	left: 15px;
	text-align: center;
	width: 76px;
	height: 80px;
	background-color: var(--main-color);
}

.blog-section .news-date span.date {
	padding: 0;
}

.blog-section span.date.date_top {
	font-weight: 700;
	font-size: 26px;
	padding: 0;
}

.blog-section .news-date span {
	display: block;
}

.blog-v1 .swiper-container.p-0 {
	position: relative;
	width: 100%;
}

.blog-section .swiper-slide {
	padding: 10px!important;
}

.blog-section .col-md-12.news-desc {
	border: 1px solid #ccc;
	padding: 15px;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.blog-section .col-md-12.news-desc:hover {
	border: 1px solid #ccc;
	box-shadow: 2px 2px 20px #ccc;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

section#blog {
	position: relative;
}


/* ----------------------------------------------------------------
	:: 12.0 Reservation Section CSS
-----------------------------------------------------------------*/

.resv-section .input-daterange span.input-group-append::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	background: #fff;
	color: #000;
	min-width: 50px;
	font-size: 25px;
	height: 47px;
	text-align: center;
}

.resv-section .gj-timepicker span.input-group-append::before {
	content: "\f017";
	font-family: "Font Awesome 5 Free";
	padding: 10px;
	background: #fff;
	color: #000;
	min-width: 50px;
	font-size: 25px;
	height: 47px;
	text-align: center;
}

.gj-picker-bootstrap div[role=navigator] i {
	line-height: 55px;
	font-size: 24px;
	color: #fff;
	background: rgba(138, 138, 138, 0.29);
	width: 41px;
	padding: 3px 8px;
}

.gj-picker-bootstrap div[role=navigator] div:first-child,
.gj-picker-bootstrap div[role=navigator] div:last-child {
	max-width: fit-content !important;
}

.gj-picker-bootstrap {
	padding: 1px !important;
}

.gj-picker-bootstrap div[role=navigator] {
	background-color: #000;
	height: 60px !important;
}

.gj-picker div[role=navigator] div[role=period] {
	color: #fff;
	line-height: 60px;
}

.resv-section .input-daterange:hover span.input-group-append::before,
.resv-section .input-container:hover span.input-group-append::before {
	background-color: #ffb530;
	color: #000;
}

.resv-section input#datepicker:focus,
.resv-section input#timepicker:focus {
	background-color: transparent;
}

.resv-section i.gj-icon,
button.btn.btn-outline-secondary.border-left-0 {
	display: none;
}

.resv-section input#datepicker btn,
.resv-section input#timepicker btn {
	padding: 0 !important;
	background-color: transparent !important;
}

.resv-section input#datepicker,
.resv-section input#timepicker {
	padding: 22px 10px;
	border-radius: 0;
}

.resv-section {
	background: linear-gradient(4deg, rgba(37, 36, 36, 0.9) 17%, rgba(84, 83, 83, 0.79) 69%), url(../images/all-img/bg-1.jpg);
}

.resv-section .input-container {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.resv-section button.btn {
	width: auto;
}

.resv-section .col-md-12.input-container {
	text-align: center;
	/* display: inline-block; */
	/* padding-top: 30px; */
}

.resv-section .icon {
	padding: 10px;
	background: #fff;
	color: #000;
	min-width: 50px;
	font-size: 25px;
	height: 46px;
	text-align: center;
}

.gj-picker-bootstrap [role=header] {
	color: #000 !important;
}

.gj-picker-bootstrap .selected {
	color: #000 !important;
}

.gj-picker-bootstrap .arrow-end {
	border: 16px solid #fff !important;
}

.gj-picker [role=body] [role=dial] {
	color: #fff !important;
	background: #000 !important;
}

.gj-picker span {
	color: #fff;
}

.gj-picker-bootstrap button.btn.btn-default {
	background-color: #000;
	color: rgb(255, 255, 255);
}

.resv-section input::placeholder {
	color: #fff;
	opacity: 1;
	/* Firefox */
}

.resv-section :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.resv-section ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

.resv-section .input-field {
	width: 100%;
	padding: 10px;
	outline: none;
	background-color: transparent;
	color: #000000;
	border: 1px solid;
	border-right: 0;
}

.resv-section .input-container .input-field:focus {
	border: 1px solid var(--main-color)
}

.resv-section .btn {
	color: #000;
	background: #00c3ea;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 66px;
	border: none;
	cursor: pointer;
	opacity: 0.9;
}

.resv-section .btn:hover {
	opacity: 1;
	color: #000;
	background-color: #fff;
}

.resv-section .col-md-4.input-container {
	float: left;
}

.resv-section .mobile input[type=number]::-webkit-inner-spin-button,
.resv-section .mobile input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.resv-section .text-center button.btn {
	margin-top: 20px;
}


/* ----------------------------------------------------------------
	:: 14.0 Gallery Section CSS
-----------------------------------------------------------------*/

.swiper-container.gallery-slider.home1_gallery {
	margin: 0px 15px;
}

.gallery-desc {
	position: relative;
	overflow: hidden;
}

.gallery_overlay.content-center {
	z-index: 99;
	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--main-color);
	border-radius: 0;
	margin: auto;
	max-width: 428px;
	max-height: 428px;
	opacity: 0;
	transition: all .5s;
	outline: 1px solid #0a0a0a;
	outline-offset: -5px;
	width: 90%;
	height: 90%;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.testimonial .image {
	position: relative;
}


/* the 'wave', same shape and size as its parent */

/* .gallery_overlay.content-center::after,
.testimonial .image::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 9999px;
	background-color: var(--main-color);
	opacity: 0;
	z-index: -1;
	
  Animate!
  NOTE: add browser prefixes where needed.

	animation: sonarWave 2s linear infinite;
} */

.welcom-section .img-thumbnail::before,
.welcom-section .img-thumbnail::after {
	animation: sonarWave2 4s linear infinite;
	background-color: #61c1e7;
	opacity: 0;
	z-index: -1;
}

.welcom-section .img-thumbnail {
	padding-left: 0;
	overflow: hidden;
}

@keyframes sonarWave2 {
	from {
		opacity: 1;
	}
	to {
		transform: scale(3);
		opacity: 0;
	}
}

@keyframes sonarWave {
	from {
		opacity: 0.4;
	}
	to {
		transform: scale(3);
		opacity: 0;
	}
}

.swiper-slide:hover .gallery_overlay.content-center {
	opacity: 1;
	transition: all .5s;
	outline-offset: -55px;
}

.gallery_overlay-inner P {
	text-align: center;
	color: #000;
	font-size: 24px;
	margin-top: 12px;
}

.gallery_overlay-inner a.photobox_a {
	color: #000;
	background-color: #fff;
	width: 50px;
	margin: 0 auto;
	text-align: center !important;
	display: block;
	line-height: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 22px;
	display: block;
	text-align: center;
	border-top: 2px solid #fff;
}

.gallery_overlay-inner {
	position: relative;
	z-index: 9;
}

.gallery_overlay-inner a:hover {
	color: #333;
	transition: all .5s;
}

.bottom-line::before {
	content: "";
	height: 112px;
	top: 37%;
	background-color: #ffad18;
	left: 0px;
	right: 0;
	position: absolute;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
	width: 100%;
	z-index: 1;
}

.bottom-line::after {
	content: "";
	height: 100%;
	top: 0;
	background-color: #ffad18;
	left: 0px;
	right: 0;
	position: absolute;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
	margin: 0 auto;
	width: 37%;
	z-index: 1;
}

.gallery-section i.fas.fa-angle-right,
.gallery-section i.fas.fa-angle-left {
	display: none;
	background-color: #00000078;
	color: #fff;
	/* padding: 30px 30px; */
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 26px;
}

.gallery-section .swiper-button-next.swiper-button-next7 {
	right: 58px;
}

.gallery-section:hover i.fas.fa-angle-right,
.gallery-section:hover i.fas.fa-angle-left {
	display: block;
}

ul.portfolio-tabs.categories {
	display: block;
	margin-bottom: 30px;
	color: black;
}

.portfolio-tabs.nav-pills .nav-link.active,
.portfolio-tabs.nav-pills .nav-link,
.portfolio-tabs.nav-pills.show>.nav-link {
	padding: 7px 10px;
	text-transform: capitalize;
	font-size: 1rem;
	color: #000;
	background-color: transparent;
	/* transition: 0.5s; */
	display: block;
	text-decoration: none;
	min-width: 70px;
	border-radius: 0;
}

.portfolio-tabs.nav-pills .nav-link:hover,
.portfolio-tabs.nav-pills .nav-link.active {
	background-color: var(--main-color);
	color: #000;
}

.portfolio-tabs li:before {
	content: '/';
	position: absolute;
	right: 0;
	top: 10px;
}

.portfolio-tabs li:last-child:before {
	display: none;
}

.portfolio-tabs li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.gallery-section-v3.gallery-section a h4.content-title {
	color: #fff;
	padding: 30px;
}

.gallery-section-v3.gallery-section a h4.content-title::before,
.gallery-section-v3.gallery-section a h4.content-title::after,
.gallery-section-v3.gallery-section .bottom-line::before,
.gallery-section-v3.gallery-section .bottom-line::after {
	border-color: #fff;
	display: none;
}

.gallery-section-v3.gallery-section .content .content-overlay {
	background: var(--main-color);
	position: absolute;
	height: 86%;
	width: 86%;
	left: auto;
	top: auto;
	bottom: auto;
	right: auto;
	opacity: aut;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.gallery_product.col-lg-3.col-md-3.isotope-item: {
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.isotope-item {
	z-index: 1;
}

.isotope-hidden.isotope-item {
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}


/* ----------------------------------------------------------------
	:: 15.0 Testimonial Section CSS
-----------------------------------------------------------------*/

.testimonial-section .testimonial {
	padding: 100px 20px 20px 20px;
	margin: 50px 15px 0;
	text-align: center;
	position: relative;
	transition: all 0.7s ease 0s;
	border: 2px solid #00c3ea;
}

.testimonial-section .testimonial:hover span.post {
	color: #fff;
}

.testimonial-section .testimonial:hover {
	background-color: #00c3ea;
}

.testimonial-section .testimonial p.description {
	padding-top: 10px;
}

.testimonial-section .testimonial .image {
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -5em;
	left: 50%;
	border-radius: 50%;
	border: 3px solid #282a8c;
	overflow: hidden;
	transform: translateX(-50%);
	transition: all 0.7s ease 0s;
	text-align: center;
}

.testimonial-section .testimonial .image img {
	max-width: 77%;
	height: auto;
	position: relative;
    top: 49px;
}

.testimonial-section .swiper-center-btn {
	margin-top: 40px;
}

.swiper-container.swiper8.swiper-container-horizontal {
	padding-top: 29px;
}

.testimonial-section .testimonial .title {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.swiper-center-btn {
	height: 80px;
	max-width: 160px;
	position: relative;
	margin: 3px auto;
}

.testimonial-section span.post {
	font-weight: bold;
	color: #282a8c;
}


/* ----------------------------------------------------------------
	:: 17.0 Contact Section CSS
-----------------------------------------------------------------*/

.contact-details {
	background-color: var(--main-color);
	color: #fff;
}

.contact-details-inner p {
	color: #fff;
	font-size: 20px;
}

.contact-details-inner h3,
.contact-details-inner h4 {
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.g-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.contact-section-v1 .contact-details {
	background-color: #333;
}


/* ----------------------------------------------------------------
	:: 18.0 Callout Section CSS
-----------------------------------------------------------------*/

.row.callout-section {
	margin-top: 90px !important;
}

.callout-section .col-md-5.callout-form {
	float: right;
	padding: 0;
}

.callout-section .col-md-7.callout-text {
	float: left;
}

.callout-section input.input-group-field {
	border: 0;
	width: 65%;
	padding: 10px;
}

.callout-section button.button {
	background-color: #000;
	color: #fff;
	padding: 7px 20px;
	border: 0;
	font-family: PoppinsMedium;
	font-size: 22px;
}

.callout-section {
	padding: 60px 10px 30px 10px;
}

.callout-section p {
	font-family: Playball;
	font-size: 35px;
	color: #000;
}


/* ----------------------------------------------------------------
	:: 19.0 Subscribe Section CSS
-----------------------------------------------------------------*/

.v1.mini_subscribe {
	color: #000;
}

.mini_subscribe {
	padding: 60px 15px;
	background-color: var(--main-color);
	color: #fff;
}

.mini_subscribe-cont h4 {
	font-size: 28px;
	margin-top: 7px;
	font-style: italic;
	font-family: Playball;
	font-size: 34px;
	text-transform: capitalize;
	line-height: 80px;
}

.mini_subscribe2 input.form-control {
	height: 50px;
	border: 0;
	border-radius: 0px;
}

.mini_subscribe [type=button] {
	background: #333;
	-webkit-appearance: button;
	border: 0;
	padding: 10px 26px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.col-md-7.mini_subscribe-cont {
	padding: 33px 0px;
}


/* ----------------------------------------------------------------
	:: 20.0 Footer Section
-----------------------------------------------------------------*/

.main-footer {
	position: relative;
	color: #fff;
	background: #232323;
}

.main-footer .footer-upper {
	position: relative;
	padding: 80px 0px 30px;
}

.footer-upper .column h2 {
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
	font-family: PoppinsMedium;
	padding: 10px 0px 12px;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #ffffff;
}

.main-footer .about-widget .text {
	margin-bottom: 20px;
	font-size: 13px;
}

.footer-upper .column h2:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 170px;
	height: 1px;
	background: #fff;
}

.footer-upper .column h2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 1px;
	background: #fff;
}

.main-footer ul {
	padding: 0;
}

.footer-upper li {
	position: relative;
	margin-bottom: 5px;
	list-style: none;
	padding: 10px 0;
	margin: 0px;
	font-size: 16px;
}

.footer-bottom {
	border-top: 1px solid #fff;
	padding: 20px 0;
}

.footer-upper .footer-social li a {
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	height: 35px;
	padding: 6px;
	color: #fff;
	text-align: center;
	width: 35px;
}

.footer-upper .footer-social li a:hover {
	color: #000;
}

.footer-upper .footer-social li:hover {
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer-upper .footer-social li {
	display: inline-block;
	border: 1px solid transparent;
	padding: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer-upper .footer-social li:hover {
	border: 1px solid #f8a71b;
}

.footer-section ul.footer-social {
	padding: 0;
}

.footer-upper p {
	color: #fff;
}

.footer-upper img.img-fluid {
	width: 80px;
}

.footer-upper h2 {
	font-size: 18px;
}

.footer-upper h4 {
	font-size: 18px;
	padding: 15px 0;
}

.footer-bottom a.copyright {
	color: #fead18;
	text-decoration: none;
}

.main-foote {
	font-size: 18px;
}

.footer-bottom a.copyright {
	color: #00c3ea;
}

.footer-upper img.img-fluid {
	width: 110px;
	margin-bottom: 15px;
}

.footer-upper .footer-widget span {
	display: block;
	color: #00c3ea;
	font-size: 18px;
	text-transform: lowercase;
}

.footer-upper .footer-social li a {
	background-color: transparent;
	font-size: 18px;
	color: #fff;
}

.footer-upper .footer-social li a:hover {
	background-color: #00c3ea;
}

.footer-upper .footer-social li {
	border: 1px solid #fff;
	border-radius: 50px;
}

.footer-upper .footer-social li:hover {
	border: 1px solid #00c3ea;
}

.footer-upper .column h2 {
	font-size: 22px;
}

.footer-upper p {
	line-height: 28px;
}

.textwidget.col-md-6 {
	padding: 0;
	margin: 0 auto;
}

.col-md-4.col-sm-6.col-xs-12.column.footer_widget {
	padding: 0;
}


/* ----------------------------------------------------------------
	:: 21.0 Datepikar CSS
-----------------------------------------------------------------*/

span.input-group-append {
	opacity: 0;
	position: absolute !important;
	width: 100%;
	height: 47px;
	top: 0;
}

.input-group span {
	background: #464040;
	font-size: 34px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	line-height: 56px;
	padding-right: 14px;
	position: relative;
	margin-left: -4px;
}

.datepicker {
	padding: 0;
	background-clip: border-box;
	border: none;
	border-radius: 0;
	-webkit-animation: popup .2s ease-out forwards;
	animation: popup .2s ease-out forwards;
}

.datepicker table {
	background-color: var(--main-color);
}

.datepicker table thead {
	background-color: var(--main-color);
}

.datepicker table thead tr {
	border-top: 0;
	color: #fff;
}

.datepicker table tbody {
	background-color: white;
}

.datepicker table tr {
	border-top: 1px solid #ededed;
}

.datepicker table tr td,
.datepicker table tr th {
	width: auto;
	height: 24px;
	padding: 8px;
	font-size: 16px;
	border-radius: 0;
	transition: background-color .6s ease-out;
}

@media screen and (min-width: 400px) {
	.datepicker table tr td,
	.datepicker table tr th {
		padding: 12px;
	}
}

.datepicker table tr td:hover,
.datepicker table tr td.active:hover,
.datepicker table tr td:active:hover,
.datepicker table tr th:hover,
.datepicker table tr th.active:hover,
.datepicker table tr th:active:hover {
	border-color: #ededed;
	border-radius: 0;
	transition: background-color .2s ease-out;
}

.datepicker table tr td.focused,
.datepicker table tr td.selected,
.datepicker table tr th.focused,
.datepicker table tr th.selected {
	background-color: var(--main-color);
	border-color: #ededed;
	border-radius: 0;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.43) !important;
	border-radius: 4px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td:active:focus,
.datepicker table tr td.highlighted,
.datepicker table tr th.active,
.datepicker table tr th.active:focus,
.datepicker table tr th.active.active:hover,
.datepicker table tr th:active:focus,
.datepicker table tr th.highlighted {
	background-color: #1b7983;
	border-color: #ededed;
}

.calendar table tr th.datepicker-switch {
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #ffffff;
	background-color: inherit;
	border-radius: 0;
}

.datepicker table tr th.prev,
.datepicker table tr th.next {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.14901960784313725);
	border-radius: 0;
}

.datepicker table tr th.dow {
	padding: 2px 12px;
	font-size: 12px;
	line-height: 2;
	color: #ffffff;
	background-color: var(--main-color);
	border-top: 1px solid var(--main-color);
	border-radius: 0;
}

.datepicker table tr td.day {
	width: 24px;
	border-right: 1px solid #ededed;
}

.datepicker table tr td.day:last-child {
	border-right-width: 0;
}

.datepicker table tr td.range {
	background-color: #eeeeee;
}

.datepicker .new,
.datepicker .old,
.datepicker .disabled,
.datepicker .disabled:hover {
	color: #ccc;
}

[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}

.fontawesome-calendar {
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 24px;
	z-index: -99;
}

@-webkit-keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes popup {
	from {
		opacity: 0;
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.datepicker table {
	background-color: red !important;
}

.gj-timepicker [role=right-icon] {
	cursor: pointer;
	height: 47px;
	position: absolute;
	width: 100%;
	opacity: 0;
	z-index: 9;
	background: transparent;
}


/* ----------------------------------------------------------------
	:: 22.0 Page Loader CSS
-----------------------------------------------------------------*/

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
}

.loader {
	width: calc(100% - 0px);
	height: calc(100% - 0px);
	border: 8px solid #162534;
	border-top: 8px solid #00c3ea;
	border-radius: 50%;
	animation: rotate 5s linear infinite;
}

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

#page-anim-preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	transition: all .9s;
}

#page-anim-preloader img {
	max-width: 200px;
}

.page_preloader-inner {
	position: relative;
	z-index: 999999;
}

#page-anim-preloader:after {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #0d161f;
	z-index: ;
	width: 100%;
	height: 100%;
}


/* ----------------------------------------------------------------
	:: 23.0 Button Return top CSS
-----------------------------------------------------------------*/

#return-to-top {
	position: fixed;
	bottom: 20px;
	background-color: #fff;
	right: 20px;
	z-index: 999999;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	transition: all .5s;
}

#return-to-top i {
	color: #00c3ea;
	margin: 0;
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 54px;
	transition: all .5s;
}


/* ----------------------------------------------------------------
	:: 22.0 Blog Page
-----------------------------------------------------------------*/

.blog_article p {
	color: #343333;
	line-height: 30px;
	font-weight: bold;
}

.blog_article i.fas.fa-quote-left {
	color: var(--main-color);
	font-size: 40px;
}

.post-socil-share .team_social {
	float: right;
	margin-bottom: 0;
}

ul.team_social {
	padding: 0;
	margin: 0;
}

.post-socil-share .team_social li {
	padding: 2px;
	margin: 3px;
}

.team_social li a i {
	transition: transform .5s;
}

.team_social li a i:hover {
	transform: scale(1.5);
	transition: transform .5s;
}

.team_social li {
	display: inline-block;
	padding: 15px;
	margin: 5px;
}

.post-socil-share .team_social li a {
	color: #919191;
}

.team_social a {
	color: #9b9b9b;
	font-size: 28px;
	text-decoration: none;
}

.post-socil-share .team_social li a:hover {
	color: var(--main-color);
}

.blog-post {
	border: 1px solid #d9d7d7;
	border-radius: 2px;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.blog-post:hover {
	box-shadow: 2px 3px 40px #ccc;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.blog-post-cnt.col-md-6 {
	margin: 0px;
}

.blog-post p {
	color: #747070;
	line-height: 28px;
}

.blog-post-cnt h1 {
	font-weight: bold;
	text-transform: capitalize;
}

.blog-post-cnt {
	margin: 40px 30px;
}

p.post_date span {
	color: var(--main-color);
}

.blog-post.row {
	box-shadow: 0px 0px 61px #dedddd;
	padding: 20px;
	padding-left: 14px;
}

.blog-post_tag a {
	margin: 3px;
	color: #333333;
}

.blog-post_tag span {
	font-weight: bold;
	border-right: 1px solid;
	margin-right: 8px;
	padding-right: 8px;
	display: inline-block;
	min-width: 36px;
	line-height: 16px;
	color: var(--main-color);
}

.blog-post_tag a:hover {
	color: var(--main-color);
	text-decoration: none;
}

p.post_date {
	font-weight: bold;
	line-height: 20px;
}


/* ----------------------------------------------------------------
	:: 23.0 Blog Comment Section
-----------------------------------------------------------------*/

.comment_detail {
	margin-bottom: 50px;
}

.comment_detail .reply {
	margin-top: 40px;
}

.comment_detail .reply a {
	border: 1px solid #ccc !important;
}

.reply .btn.main-btn {
	font-size: 14px;
	border: 1px solid #333333;
	background-color: #fff ! impoirtant;
	width: 79px;
	height: 30px;
	color: rgb(30, 30, 39);
	box-shadow: none;
	padding: 0;
	border-radius: 40px;
	text-transform: uppercase;
	line-height: 26px;
	margin-right: 7px;
	background-color: #fff;
}

.reply .btn.main-btn:hover {
	color: #fff;
	background-color: var(--main-color);
}

.comment_detail {
	margin-bottom: 50px;
	border-left: 1px solid #e3e1e1;
	padding-left: 30px;
	margin-left: 30px;
}

a.pull_left_comment {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #dfdfdf;
}

h4.comment_detail_title {
	font-size: 20px;
	padding: 6px 0px;
}

.comment_form .form-control {
	border-radius: 53px;
	padding: 4px 25px;
}

.comment_form .form-control:hover {
	box-shadow: 0px 0px 2px #ccc;
}

.comment_form input.form-control {
	height: 54px;
}

.comment_form textarea.form-control {
	min-height: 120px;
	border-radius: 40px;
	padding-top: 20px;
}

.comment-section {
	border-top: 1px solid #e7e7e7;
	margin-top: 40px;
	padding-top: 60px;
}

.comment-section .about-text a.btn.main-btn {
	font-size: 16px;
	color: rgb(43, 43, 42);
	padding: 12px 30px;
	text-transform: uppercase;
	line-height: 1.313;
	/* border-radius: 20px; */
	border-radius: 53px;
	text-transform: uppercase;
	width: 201px;
	height: 47px;
	background-image: -moz-linear-gradient(-159deg, rgb(131, 104, 255) 0%, rgb(85, 78, 138) 100%);
}

span.comment_date,
img {
	color: #a6a6a6;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.blog-post-img:hover img {
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transform: scale(1.1);
}

.blog-post-img {
	overflow: hidden;
}

.margin-m-100 {
	border-radius: 5px;
	background: #fff;
	position: relative;
	z-index: 999;
	top: -100px;
	z-index: 999;
}


/*-----------------------------------------------
	:: 32.0 About blog-sidebar
-----------------------------------------------*/

.cat-item a {
	color: #333;
	border: 1px solid transparent;
	padding: 8px 15px;
	display: block;
	border-radius: 40px;
	margin-bottom: 12px;
	min-height: 40px;
	text-decoration: none;
	transition: 0.5s;
	border: none !important;
}

.cat-item {
	list-style: none;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cat-item a {
	color: #333;
	border: 1px solid transparent;
	padding: 8px 15px;
	display: block;
	border-radius: 40px;
	margin-bottom: 12px;
	min-height: 40px;
	text-decoration: none;
	transition: 0.5s;
}

.cat-item a:hover {
	color: var(--main-color);
	border: 1px solid var(--main-color);
	transition: 0.5s;
}

h4.widgets-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.blog-sidebar-widgets li a i.fas.fa-circle {
	margin-right: 15px;
	border: 3px solid #9d9b9b;
	color: transparent;
	border-radius: 100%;
	font-size: 13px;
	transition: 0.5s;
}

.blog-sidebar-widgets li a:hover i.fas.fa-circle {
	margin-right: 15px;
	border: 3px solid var(--main-color);
	color: var(--main-color);
	background: var(--main-color);
	border-radius: 100%;
	font-size: 13px;
	transition: 0.5s;
}

.blog-sidebar-widgets li:first-child {
	margin-top: -15px;
}

.blog-sidebar-widgets li:last-child a {
	border-bottom: 0px;
}

.blog-sidebar-widgets li a {
	color: #333;
	padding: 10px 0px;
	display: block;
	border-bottom: 1px solid #eae8e8;
	text-decoration: none;
	margin-bottom: 5px;
}

.sidebar-post-img {
	max-width: 100px;
	max-height: 80px;
	margin-right: 21px;
	overflow: hidden;
}

.sidebar-post h4 {
	font-size: 17px;
}

.sidebar-post p {
	padding: 0;
	margin: 4px 0px;
}

.sidebar-post p span {
	color: #afa9a9;
}

.media.sidebar-post {
	margin-bottom: 22px;
}

.blog-sidebar-widgets a.btn.main-btn {
	width: 133px;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 20px;
}

.tags-blog-sidebar ul {
	margin: 0;
	padding: 0;
}

.tags-blog-sidebar li {
	list-style: none;
}

.tags-blog-sidebar li {
	list-style: none;
	padding: 5px 10px;
	border: 1px solid transparent;
	border-radius: 50px;
	margin: 0px;
}

.tags-blog-sidebar li:hover {
	border: 1px solid var(--main-color);
	color: var(--main-color);
	transition: 0.5s;
}

.tags-blog-sidebar li a {
	color: var(--main-color);
	text-decoration: none;
	transition: 0.5s;
}

.blog-sidebar-widgets {
	margin-bottom: 40px;
	background-color: #f2f2f200;
	border: 1px solid #ccc;
	padding: 40px 20px;
	border-radius: 40px 4px 4px 40px;
}

.blog-post.mb-5 {
	position: relative;
	border-radius: 40px 4px 4px 40px;
	overflow: hidden;
}

.blog-sidebar-widgets a.tag-cloud-link {
	display: inline-block;
	padding: 8px;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	color: var(--main-color);
	transition: 0.5s;
}

.blog-sidebar-widgets a.tag-cloud-link:hover {
	background-color: var(--main-color);
	transition: 0.5s;
	color: #fff;
}

.gallery-item {
	width: 32%;
	display: inline-block;
	overflow: hidden;
	height: 100px;
	margin-bottom: -1px;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.gallery-item:hover img {
	/* filter: blur(2px); */
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.widgets-col .team_social {
	margin-top: 30px;
}

.sidebar-widget select {
	width: 100%;
	height: 40px;
	margin-top: 15px;
	border: 1px solid #eaeaea;
}

.sidebar .searchform #s {
	width: 70%;
	border: 1px solid var(--main-color);
	padding: 5px 10px;
}

.searchform input {
	height: 46px;
	padding: 2px 10px;
}

input#searchsubmit {
	background: var(--main-color);
	border: 0;
	padding: 10px;
	color: #fff;
}

.blog-post-all.container {
	padding: 0;
}

.searchform .row.m-0 {
	display: flex;
	justify-content: center;
	animation: c;
}


/* ----------------------------------------------------------------
	:: 7.0 page heading
-----------------------------------------------------------------*/

.page-title {
	background: linear-gradient(4deg, rgba(0, 0, 0, 0.88) 17%, rgba(0, 0, 0, 0.42) 69%), url(../images/all-img/bg-3.jpg);
	background-size: 100%;
	background-position: center;
	color: #ccc;
	text-align: center;
	min-height: 480px;
}

.page-heading .title {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.page-heading.white {
	max-width: 600px;
	margin: 0 auto;
	padding-top: 100px;
}

.page-heading.white p {
	color: #fff;
}

a.btn.main-btn {
	color: #333;
	border: 1px solid var(--main-color);
	/* height: 47px; */
}

a.btn.main-btn:hover {
	background-color: var(--main-color);
	;
}


/*------fdgfgh----*/

.col-md-6.post_details.content-center {
	height: auto;
}

.blog-v1 .post_details-inner h3 a {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	/* line-height: 28px; */
	color: #161516;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.blog-v1 .post_details-inner h3 a:hover {
	color: var(--main-color);
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.blog-v1 .post_details-inner h3 {
	border-top: 1px solid var(--main-color);
	margin: 18px 0px;
	padding: 9px 0px;
	border-bottom: 1px solid var(--main-color);
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 33px;
	max-width: 80%;
	overflow: hidden;
}

.blog-v1 .swiper-slide img.img-fluid {
	width: 100%;
}

.blog-v1 .swiper-slide .post_details-inner h4 a {
	color: var(--main-color);
}

.blog-v1 .post_details-inner h4 {
	font-size: 16px;
}

.blog-v1 .swiper-container {
	background-color: #fff;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
	box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.32);
}

.blog-v1.blog-section .swiper-slide {
	padding: 0!important;
}

.blog-v1 .swiper-container:hover {
	box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.42);
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.blog-v1 .row.news-desc p.post_date {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.blog-v1 .post_details-inner p.post_date span {
	color: #000000;
	font-size: 14px;
}

.blog-v1.blog-section .button a {
	color: #000;
	background-color: var(--main-color);
	text-transform: uppercase;
	border-radius: 0;
	font-weight: 600;
	font-size: 14px;
	padding: 6px 15px;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.blog-section .button a:hover {
	color: #fff;
	background-color: #000;
	-webkit-transition: all ease .6s;
	-moz-transition: all ease .6s;
	-ms-transition: all ease .6s;
	-o-transition: all ease .6s;
	transition: all ease .6s;
}

.blog-section .img-thumbnail {
	display: block;
	border: 0 none;
	position: relative;
	padding: 0;
}

.blog-section.blog-v1 .news-date span {
	display: block;
}

.blog-v1 .swiper-container.p-0 {
	position: relative;
	width: 100%;
}

.blog-section .swiper-slide {
	padding: 10px !important;
}

.blog-v1 .post_details-inner {
	max-width: 400px;
}

.blog-v1 .post_details-inner h4 span {
	padding: 0px;
}

.bgPulse {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	left: 0;
	height: 100%;
}

.bgPulse span {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
}

.bgPulse span:nth-child(3n+1) {
	background: transparent;
	border: 5px solid #00c3ea;
}

.bgPulse span:nth-child(1) {
	top: 50%;
	left: 20%;
	animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(2) {
	top: 80%;
	left: 40%;
	animation: animate 12s linear infinite;
}

.bgPulse span:nth-child(3) {
	top: 10%;
	left: 65%;
	animation: animate 15s linear infinite;
}

.bgPulse span:nth-child(4) {
	top: 50%;
	left: 70%;
	animation: animate 6s linear infinite;
}

.bgPulse span:nth-child(5) {
	top: 10%;
	left: 30%;
	animation: animate 9s linear infinite;
}

.bgPulse span:nth-child(6) {
	top: 90%;
	left: 95%;
	animation: animate 8s linear infinite;
}

.bgPulse span:nth-child(7) {
	top: 80%;
	left: 5%;
	animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(8) {
	top: 35%;
	left: 50%;
	animation: animate 14s linear infinite;
}

.bgPulse span:nth-child(9) {
	top: 5%;
	left: 5%;
	animation: animate 11s linear infinite;
}

.bgPulse span:nth-child(10) {
	top: 25%;
	left: 90%;
	animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(10) {
	top: 25%;
	left: 90%;
}

@keyframes animate {
	0% {
		transform: scale(0) translateY(0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: scale(1) translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}