/* 

TemplateMo 551 Stand Blog

https://templatemo.com/tm-551-stand-blog

*/

body {
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}
p {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #2a2a2a;
	line-height: 27px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

.main-button a {
	display: inline-block;
	background-color: #ff6a00;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	/* text-transform: uppercase; */
	transition: all .3s;
}

.main-button a:hover {
	background-color: #fb9857;
}

.heading-page {
	padding-top: 65px;
}

a {
	transition: 0.3s;
}

footer p a:hover {
    color: #2a2a2a !important;
}

.page-heading {
	margin: 0px 10px;
	padding: 120px 0px;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/heading-bg.jpg);
}

.page-heading .text-content h4 {
	color: #ff6a00;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}

#preloader {
  overflow: hidden;
  background: #ff6a00;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* Header Style */
header {
	/* position: absolute; */
	z-index: 99999;
	width: 100%;
	/* height: 80px; */
	background-color: #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 5px 0px;
}
.background-header .navbar {
	padding: 17px 0px;
}
.background-header {
	top: 0;
	height: 80px;
	position: fixed;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #121212!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #ff6a00!important;
}
.navbar .navbar-brand {
	float: 	left;
	/* margin-top: -12px; */
	outline: none;
}
.navbar .navbar-brand h2 {
	color: #1e1e1e;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-size: 44px;
	font-style: normal;
	color: #ff6a00;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	padding: 0px 20px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	color: #2a2a2a;
	transition: all 0.3s;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #ff6a00;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #ff6a00;	
	height: 46px;
	outline: none;
	border-radius: 0px;
	/* position: absolute; */
	/* right: 30px; */
	/* top: 25px; */
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: 'FontAwesome';
}



/* Banner Style */
.main-banner .container-fluid {
	padding: 0px 10px;
	margin-bottom: -24px;
}
.owl-banner {
	padding-top: 110px;
}

.owl-banner .item {
	position: relative;
}

.owl-banner .item .item-content {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.owl-banner .item .item-content .meta-category span {
	color: #ff6a00;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.25px;
}

.owl-banner .item .item-content h4 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	margin: 10px 0px 12px 0px;
}

.owl-banner .item .item-content ul li {
	display: inline-block;
	margin-right: 8px;
}

.owl-banner .item .item-content ul li:after {
	content: '|';
	color: #fff;
	margin-left: 8px;
}

.owl-banner .item .item-content ul li:last-child::after {
	display: none;
}

.owl-banner .item .item-content ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	transition: all .3s;
}

.owl-banner .item .item-content ul li a:hover {
	color: #ff6a00;
}

.owl-banner .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-banner .owl-nav .owl-prev {
	position: absolute;
	left: 40px;
}

.owl-banner .owl-nav .owl-next {
	position: absolute;
	right: 40px;
}

.owl-banner .owl-nav button {
	outline: none;
}

.owl-banner .owl-nav button span {
	color: #fff;
	font-size: 36px;
	width: 60px;
	height: 60px;
	display: inline-block;
	text-align: center;
	line-height: 60px;
	background-color: rgba(250,250,250,0.3);
}


/* Call To Action */

.call-to-action {
	margin-top: 100px;
}

.call-to-action .main-content {
	padding: 40px;
	background-image: url(../images/cta-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.call-to-action .main-content span {
	color: #ff6a00;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.call-to-action .main-content h4 {
	margin-bottom: 0px;
	margin-top: 12px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.25px;
}

.call-to-action .main-content .main-button {
	text-align: right;
	margin-top: 12px;
}



/* Blog Posts */

.blog-posts {
	margin-top: 100px;
}

.blog-posts .blog-post {
	margin-bottom: 30px;
}

.blog-posts .blog-thumb img {
	width: 100%;
	overflow: hidden;
}

.blog-posts .down-content {
	padding: 40px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.blog-posts .down-content span {
	font-size: 18px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: #ff6a00;
}

.blog-posts .down-content h4 {
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-weight: 700;
	color: #20232e;
	margin: 10px 0px 12px 0px;
}

.blog-posts .down-content ul.post-info li {
	display: inline-block;
	margin-right: 8px;
}

.blog-posts .down-content ul.post-info li:after {
	content: '|';
	color: #aaa;
	margin-left: 8px;
}

.blog-posts .down-content h4 {
	font-size: 20px;
	letter-spacing: 0.25px;
}

.grid-system .down-content ul.post-info li {
	margin-right: 3px;
}

.grid-system .down-content ul.post-info li:after {
	margin-left: 5px;
}

.blog-posts .down-content ul.post-info li:last-child::after {
	display: none;
}

.blog-posts .down-content ul.post-info li a {
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
	transition: all .3s;
}

.blog-posts .down-content ul.post-info li a:hover {
	color: #ff6a00;
}

.blog-posts .down-content p {
	padding: 25px 0px;
	margin: 25px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.blog-posts .down-content ul.post-share {
	text-align: right;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	display: inline-block;
}

.blog-posts .down-content ul.post-tags li:first-child i,
.blog-posts .down-content ul.post-share li:first-child i {
	color: #ff6a00;
	margin-right: 5px;
}

.blog-posts .down-content ul.post-tags li,
.blog-posts .down-content ul.post-share li {
	color: #aaa;
}

.blog-posts .down-content ul.post-tags li a,
.blog-posts .down-content ul.post-share li a {
	font-size: 14px;
	color: #aaa;
	font-weight: 400;
	transition: all .3s;
}

.blog-posts .down-content ul.post-tags li a:hover,
.blog-posts .down-content ul.post-share li a:hover {
	color: #ff6a00;
}

.blog-posts .main-button a {
	height: 60px;
	line-height: 60px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

ul.page-numbers {
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	margin: 0px 5px;
}

ul.page-numbers li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #7a7a7a;
	border: 1px solid #eee;
	font-weight: 500;
	transition: all 0.3s;
}

ul.page-numbers li.active a {
	background-color: #ff6a00;
	border-color: #ff6a00;
	color: #fff;
}

ul.page-numbers li a:hover {
	color: #ff6a00;
}

.blog-posts .sidebar-heading h2 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.blog-posts .comments {
	margin-top: 30px;
}

.blog-posts .comments ul li {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.blog-posts .comments ul li.replied {
	padding-left: 130px;
}

.blog-posts .comments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.blog-posts .comments ul li .author-thumb {
	display: inline;
	float: left;
}

.blog-posts .comments ul li .author-thumb img {
	max-width: 100px;
	display: inline;
}

.blog-posts .comments ul li .right-content {
	margin-left: 130px;
}

.blog-posts .comments ul li .right-content h4 {
	color: #20232e;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.blog-posts .comments ul li .right-content h4 span {
	font-size: 14px;
    color: #aaa;
	font-weight: 400;
	letter-spacing: 0.25px;
	margin-left: 20px;
}

.blog-posts .submit-comment {
	margin-top: 60px;
}

.blog-posts .submit-comment input {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
	margin-bottom: 30px;
}

.blog-posts .submit-comment textarea {
	width: 100%;
	height: 46px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	height: 180px;
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.blog-posts .submit-comment input::placeholder,
.blog-posts .submit-comment textarea::placeholder {
	color: #aaa;
}

.blog-posts .submit-comment button {
	display: inline-block;
	background-color: #ff6a00;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 20px;
	text-transform: uppercase;
	transition: all .3s;
	border: none;
	outline: none;
}

.blog-posts .submit-comment button:hover {
	background-color: #fb9857;
}

/* Sidebar */

.sidebar {
	margin-left: 30px;
}

.sidebar .sidebar-item {
	margin-top: 50px;
}

.sidebar .search {
	margin-top: 0px;
}

.sidebar .sidebar-heading h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #20232e;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.sidebar .search input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #7a7a7a;
	outline: none;
	padding: 0px 15px;
}

.sidebar .search input::placeholder {
	color: #aaa;
}

.sidebar .recent-posts ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.sidebar .recent-posts ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.sidebar .recent-posts ul li h5 {
	font-size: 19px;
	font-weight: 700;
	color: #20232e;
	line-height: 30px;
	transition: all 0.3s;
}

.sidebar .recent-posts ul li h5:hover {
	color: #ff6a00;
}

.sidebar .recent-posts ul li span {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 8px;
}

.sidebar .categories ul li {
	margin-bottom: 15px;
}

.sidebar .categories ul li:last-child {
	margin-bottom: 0px;
}

.sidebar .categories ul li a {
	font-size: 15px;
	font-weight: 700;
	color: #20232e;
	transition: all .3s;
}

.sidebar .categories ul li a:hover {
	color: #ff6a00;
}

.sidebar .tags ul li {
	margin-right: 6px;
	display: inline-block;
}

.sidebar .tags ul li {
	margin-bottom: 10px;
}

.sidebar .tags ul li a {
	font-size: 15px;
	font-weight: 500;
	color: #aaa;
	display: inline-block;
	border: 1px solid #eee;
	padding: 10px 18px;
	transition: all .3s;
}

.sidebar .tags ul li a:hover {
	background-color: #ff6a00;
	border-color: #ff6a00;
	color: #fff;
}


/* Footer */

footer {
	text-align: center;
	background-color: #f5f5f5;
	padding: 20px 0px;
}

footer ul.social-icons {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(250,250,250,0.15);
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 30px;
}

footer ul.social-icons li:after {
	content: "|";
	color: #fff;
	margin-left: 30px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li:last-child::after {
	display: none;
}

footer ul.social-icons li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.25px;
	transition: all .3s;
}

footer ul.social-icons li a:hover {
	color: #ff6a00;
}

footer p {
	font-size: 16px;
	color: #707070;
}

footer p a {
	color: #ff6a00;
}

footer p a:hover {
	color: #ff6a00;
}


/* Contact Form */

.contact-us .down-contact,
.contact-us #map {
	margin-top: 50px;
    padding: 35px 0;
    background: #e8e8e8 !important;
}

.contact-us .sidebar-heading h2 {
	/* font-size: 18px; */
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #2a2a2a;
	/* border-bottom: 1px solid #eee; */
	padding-bottom: 15px;
	/* margin-left: 10px; */
    font-size: 30px;
    /* text-shadow: 3px 3px 7px #fff; */
}

.contact-us .contact-form input {
	width: 100%;
	height: 40px;
	border: 1px solid #000;
	font-size: 14px !important;
	/* text-transform: uppercase; */
	font-weight: 400;
	color: #000;
	outline: none;
	padding: 0px 15px;
	border-radius: 5px !important;
}

.contact-us .contact-form textarea {
	width: 100%;
	/* height: 46px; */
	border: 1px solid #000;
	font-size: 14px !important;
	/* text-transform: uppercase; */
	font-weight: 400;
	color: #7a7a7a;
	outline: none;
	padding: 10px 15px;
	margin-bottom: 30px;
	/* height: 180px; */
	max-height: 220px;
	max-width: 100%;
	min-width: 160px;
}

.contact-us .contact-form input::placeholder,
.contact-us .contact-form textarea::placeholder {
	color: #aaa;
}

.contact-us .contact-form #recc_booking_btn {
	display: inline-block;
	background-color: #ff6a00;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 20px;
    transition: all .3s;
    border: none;
    border-radius: 5px !important;
	outline: none;
	text-transform: none;
}

.contact-us .contact-form button {
	display: inline-block;
	background-color: #ff6a00;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px;
    transition: all .3s;
    border: none;
    border-radius: 5px !important;
	outline: none;
	text-transform: uppercase;
}

.contact-us .contact-form button:hover {
	background-color: #fb9857;
}

.contact-us .contact-information {
	margin-left: 30px;
}

.contact-us .contact-information ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.contact-us .contact-information ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.contact-us .contact-information ul li h5 {
	font-size: 19px;
	font-weight: 700;
	color: #20232e;
	line-height: 30px;
}

.contact-us .contact-information ul li span {
	display: block;
	font-size: 14px;
	color: #aaa;
	margin-top: 8px;
}


/* About Us */

.about-us {
	margin-top: 100px;
	text-align: center;
}

.about-us img {
	width: 100%;
	overflow: hidden;
}

.about-us p {
	margin: 40px 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.about-us ul li {
	display: inline-block;
	margin: 0px 5px;
}

.about-us ul li a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	background-color: #212931;
	color: #fff;
	border-radius: 50%;
	transition: all .3s;
}

.about-us ul li a:hover {
	background-color: #ff6a00;
}

.copyright-main .copyright_text{
	font-size: 18px;
	color: #ffffffbf;
    margin-top: 25px;
}
.copyright-main .copyright_link a{
	font-size: 18px;
	color: #ffffffbf;
    margin-top: 10px;
}


/* After css */
.login_main button {
	color: #fff !important;
	border-radius: 5px !important;
}
.login_main h2 {
	font-size: 18px;
    margin-top: 40px;
    color: #2a2a2a;
}
.login_main p {
	font-size: 18px;
    margin-top: 10px;
}

.bg_gradient {
	/* backdrop-filter: blur(15px); */
    /* overflow: hidden; */
    /* box-shadow: inset 0 0 115px #fff; */
    /* border: 1px solid #000; */
    border-radius: .5rem;
    overflow: hidden;
	background:#fff;
}

.login_email {
	width: 100%;
    height: 40px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    outline: none;
    padding: 0px 15px;
    border-radius: 5px !important;
    background: #f5f5f5;
    border-color: #e0e0e0 !important;
	margin-bottom: 1.5rem;
	
}

.login_email:focus {
    border-radius: 5px !important;
    background: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
	
}



/* cstm css */

.dropdown-menu.adm_profile a {
    color: var(--orange) !important;
}
.dropdown-menu.adm_profile a:hover, .dropdown-menu.adm_profile a.nav-link.active {
    color: #000 !important;
	background: #f9fafb;
}
li.nav-item.dropdown:hover .dropdown-menu.adm_profile {
    display: block;
}
.dropdown-menu.adm_profile {
	border: 2px solid var(--orange);
	transition: 0.3s;
    right: 0px;
    left: unset;
    min-width: 250px;
    top: 100%;
	position: absolute;
	border-radius: 7px;
}

.dropdown-menu.adm_profile:after {
    content: '';
    padding: 6px;
    display: block;
    width: fit-content;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
	top: -8px;
    right: 12px;
    border-top: 2px solid var(--orange);
    border-left: 2px solid var(--orange);
}
.nav-link.dropdown-toggle {
    border: 2px solid var(--orange);
    padding: 0 !important;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000 !important;
}

li.nav-item.dropdown.add_show:hover .nav-link.dropdown-toggle, li.nav-item.dropdown.add_show.active .nav-link.dropdown-toggle {
    /* background-color: #000; */
    /* color: #fff !important; */
	background-color: #ffffff;
    color: #ff6c46 !important;
}
.main-wrapper {
    height: 100%;
}
.inset_shadow_new {
	border-radius: .5rem;
    border: 1px solid #d0d0d0;
    background: #fff;
}
form.bright_form label {
	color: #000;
	font-size: 14px;
}
.contact-us .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	background-color: #fff;
	line-height: 23px;
}
.contact-us .select2-container--default .select2-selection--single .select2-selection__placeholder {
    /* color: #000000ba; */
}
.contact-us .select2.select2-container {
	font-size: 14px !important;
    font-weight: 400;
    color: #000 !important;
    outline: none;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    line-height: 1.5 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.contact-us .select2.select2-container:hover, .contact-us .select2.select2-container:focus, .contact-us .contact-form input:hover, .contact-us .contact-form input:focus {
    border-color: var(--orange) !important;
}
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--orange) !important;
}
.contact-us .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 20px;
    transform: translateY(-50%);
}
.contact-us .select2-container--default .select2-selection--single .select2-selection__clear {
    padding: 0px;
    padding-top: 2px;
}
input#purchase_attachment[type="file"]::-webkit-file-upload-button {
    /* display: none; */
	background:#ff6c23 !important;
	color:#fff !important;
	font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all .3s;
    border: none;
    border-radius: 5px !important;
    outline: none;
}
.attachment_upload {
    position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.attachment_upload span {
	color: #6a6a6a;
	font-size:14px !important;
}
.attachment_upload input#purchase_attachment {
	padding-top: 0px !important;
	border: none;
    width: auto !important;
    display: inline;
	height: auto !important;
	padding-left: 0px !important;
}
.attachment_upload label.attach_text {
	position: absolute;
	bottom: 2px;
	font-size: 13px;
	right: 8px;
	margin: 8px;
}
.attachment_upload label.icon_attach {
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 50px;
    background-color: var(--orange);
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #000;
}

section.contact-us>.container {
	min-height: 80vh;
}

header.abxc {
    position: fixed;
	background:#fff;
	padding: .5rem 0px;
	box-shadow: 0 0 10px #9c898973;
}
section.contact-us {
	background: #f5f5f5 !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	background-attachment: fixed;
	margin-top: 50px;
}




/* Responsive Style */
@media (max-width: 1250px) {
	.owl-banner .owl-nav .owl-prev {
		left: 0px;
	}
	.owl-banner .owl-nav .owl-next {
		right: 0px;
	}
	.owl-banner .owl-nav button span {
		width: 35px;
	}
	.owl-banner .item .item-content .meta-category span {
		font-size: 16px;
	}
	.owl-banner .item .item-content h4 {
		font-size: 20px;
	}
	.table_scroll_mob {
		box-shadow: inset -15px 0px 30px 0px;
		border-radius: 10px;
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 768px) {
	.owl-banner .owl-nav {
		display: none;
	}
	.login_page{
		width: 90% !important;
	}
}

@media (max-width: 992px) {
	div#appointmentsTable_length, div#appointmentsTable_filter {
		text-align: left !important;
	}
	header .navbar>.container {
		position: relative;
	}
	.dropdown-menu.adm_profile {
		left: unset !important;
		right: 107% !important;
		top: 0 !important;
		position: absolute;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.dropdown-menu.adm_profile:after {
		transform: rotate(135deg) !important;
		top: 8px !important;
		right: -8px !important;
	}
	/* li.nav-item.dropdown.add_show.active { */
		/* width: fit-content; */
		/* position: absolute; */
		/* top: -67px; */
		/* right: 0; */
		/* margin: 0px; */
	/* } */
	/* div#navbarResponsive { */
		/* position: absolute !important; */
	/* } */
	/* button.navbar-toggler { */
		/* position: absolute; */
		/* right: 50px; */
		/* height: 40px !important; */
		/* border-radius: 50% !important; */
		/* width: 40px !important; */
		/* padding: 0px; */
		/* font-size: 15px; */
	/* } */
	
	.login_page{
		width: 90% !important;
	}
	
	.table_scroll_mob {
		box-shadow: inset -15px 0px 30px 0px;
		border-radius: 10px;
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.navbar .navbar-brand {
		/* position: absolute; */
		/* left: 30px; */
		/* top: 25px; */
	}
	.background-header .navbar-brand,
	.background-header .navbar-toggler {
		top: 15px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 60px;
	    right: 0;
        width: fit-content;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
		border: 1px solid var(--orange);
        border-radius: 10px;
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 10px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #ff6a00!important;
		border-bottom: none!important;
		padding-bottom: 15px;
	}
	.owl-banner .item .item-content .meta-category span {
		font-size: 18px;
	}
	.owl-banner .item .item-content {
		text-align: center;
		width: 80%;
		left: 50%;
		top: 50%;
		bottom: auto;
		transform: translate(-50%,-50%);
	}
	.owl-banner .item .item-content h4 {
		font-size: 24px;
	}
	.call-to-action {
		text-align: center;
	}
	.call-to-action .main-content .main-button {
		text-align: center;
		margin-top: 30px;
	}
	.sidebar {
		margin-left: 0px;
		margin-top: 60px;
		padding-top: 60px;
		border-top: 3px solid #f7f7f7;
	}
	.contact-us .contact-information {
		margin-left: 0px;
		margin-top: 60px;
	}
}

.input-group-text {
  display: flex !important;
  align-items: center;
  padding: .375rem 0;
  font-size: 16px;
  padding-right: 10px;
  line-height: 1.5;
  text-align: center;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  color: #ff6a00;
}
.input-group-prepend {
  display: flex;
}
.input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  margin-bottom: 0;
}
.login_page{
	width: 44%;
	margin:auto;
}
.login_page .p_div{
	padding: 2rem;
}
.dont_have_acnt span{
	font-size: 16px;
    color: #6a6a6a;
}
.dont_have_acnt a{
	font-size: 16px;
}
.overlay_div{
	background: #00000099;
    justify-content: center;
    display: flex;
    align-items: center;
}
li.nav-item {
    position: relative;
}
li.nav-item::after {
    content: "|";
    position: absolute;
    right: -1px;
    transform: translateY(-50%);
    top: 50%;
	color: #e0e0e0;
}
li.nav-item:last-child::after {
    content: none;
}

li.nav-item:last-child {
	margin-left: .5rem;
    padding-right: 0px !important;
}
.sidebar-heading h1 {
	font-size:16px;
	color:#2a2a2a;
	margin-bottom:20px;
	text-transform: capitalize;
}
.select2-container .select2-selection--multiple {
   min-height: 25px !important;
}
#recc_booking_text{
	font-size:13px;
	padding: 3px;
    color: #000 !important;
    background: #fff;
    border-color: #ff6a00 !important;
}

.form-group input {
    font-size: 14px !important;
    font-weight: 400;
    color: #000 !important;
    outline: none;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px) !important;
    line-height: 1.5 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-selection__placeholder {
    color: #6a6a6a !important;
}
.form-group textarea::placeholder {
    color: #6a6a6a !important;
}
.form-group input::placeholder {
    color: #6a6a6a !important;
    opacity: 1; /* Fix for Firefox */
}
.form-group{
    margin-bottom: 1.2rem;
}
.adm_profile a.nav-link {
    padding: 10px 20px !important;
}
.contact-us .data {
	margin-top: 50px;
    padding: 35px 15px;
    background: #e8e8e8 !important;
}
#appointmentsTable tbody tr {
    background: #fff !important;
    border-color: #d0d0d0 !important;
}
#appointmentsTable th {
    padding-left: 10px;
    color: #2a2a2a;
    font-weight: 100 !important;
}
.booking-details{
	font-size:16px !important;
}
