/**
* Custom CSS
*/
 
#header .logo a {
	color: white;
}
.navbar a { 
	color: white; 
}
.bg-nav-dark {
	background-color: #420315 !important;
}
 
.navbar .dropdown ul { 
	background: #420315; 
} 
.main{
	margin-top: 70px !important;
	/* background-color: #f9f6f6; */
}
.sidebar{
	background-color: cornsilk;
} 

.navbar-mobile ul { 
	background-color: #393030;  
}

section {
	padding: 30px 0 !important;
	overflow: hidden;
}

.accordion-button { 
	background-color: lightgoldenrodyellow; 
}
.mobile-nav-toggle {
	color: #e8ca54; 
}

.btn  {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
   }

@media (max-width: 991px) {
	.blog {
		padding: 5px 0 20px 0 !important;
	}
	.main {
		margin-top: 80px !important;
	} 
}

/**
*  COLOR PALLETE
	https://colorhunt.co/palette/225760
*/
/*
body, html { 
	 background-color: #dddddd;
}
*/
.bg-nav-dark {
	background-color: #205929 !important;
}

#footer {
	background: #222831; 
}

#footer .footer-top {
	background: #205929; 
}

.card-header { 
	background-color: #30475e; 
	color:#dddddd;
}

.section-title h2 { 
	color: #30475e; 
}

body { 
	color: #30475e;
}

.card-4 .card-heading { 
	background: #30475e; 
}
.btn--blue {
	background: #30475e;
}
.bg-warning {
	background-color: #dddddd !important; 
}
.bg-secondary{
	background-color: #c1dfee  !important; 
}
a { 
	color: #358432;
}
.accordion-button:not(.collapsed) {
	color: #ddd;
	background-color: #30475e; 
}

.card-5 .card-heading { 
	background: #30475e; 
}

.blog .sidebar { 
	margin:10px; 
}

ul.bullet_list  {
	padding-left: 2rem;
}

ul.bullet_list  > li { 
	list-style-type: disc;
}

.card {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
}

.card-header:first-child {
	border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

/* CIRCLE*/
.quote-wrapper {
	width: 300px;
	height: 300px;
	position: relative;
	margin: 5vh auto 0; /*OPTIONAL MARGIN*/
  }
  
  .text {
	width: 100%;
	height: 100%;
	/*BLUE BG*/
	background: radial-gradient( ellipse at center, #222831 0%, #222831 70%, rgba(0, 128, 172, 0) 70.3% );
	/*RED BG
	background: radial-gradient(
	  ellipse at center,
	  rgba(210, 20, 20, 1) 0%,
	  rgba(210, 20, 20, 1) 70%,
	  rgba(210, 20, 20, 0) 70.3%
	);*/
	position: relative;
	margin: 0;
	color: white;
  }
  
  .text p {
	height: 100%;
	font-size: 20px;
	color: yellow;
	line-height: 1.5;
	padding: 0;
	text-align: center;
	font-style: italic;
	text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
  }
  
  .text::before {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	shape-outside: polygon(
	  0 0,
	  98% 0,
	  50% 6%,
	  23.4% 17.3%,
	  6% 32.6%,
	  0 50%,
	  6% 65.6%,
	  23.4% 82.7%,
	  50% 94%,
	  98% 100%,
	  0 100%
	);
	shape-margin: 7%;
  }
  
  .text p::before {
	content: "";
	width: 50%;
	height: 100%;
	float: right;
	shape-outside: polygon(
	  2% 0%,
	  100% 0%,
	  100% 100%,
	  2% 100%,
	  50% 94%,
	  76.6% 82.7%,
	  94% 65.6%,
	  100% 50%,
	  94% 32.6%,
	  76.6% 17.3%,
	  50% 6%
	);
	shape-margin: 7%;
  }
  
  .quote-wrapper blockquote footer {
	width: 100%;
	position: absolute;
	bottom: 25px;
	font-size: 17px;
	text-align: center;
	font-style: italic;
	text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
  }
   
  
  @media (min-width: 850px) {
	.quote-wrapper {
	  width: 250px;
	  height: 250px;
	}
  
	.quote-wrapper::before {
	  font-size: 300px;
	}
  
	.text p {
		font-size: 20px;
	}
  
	.quote-wrapper blockquote footer {
	  bottom: 32px;
	}
  }
  
  /*THIS CSS IS NOT REQUIRED FOR CIRCULAR TEXT*/
  /*THIS CSS IS NOT REQUIRED FOR CIRCULAR TEXT*/
  
  .note {
	margin: 5vw;
	padding: 0.5em;
	border-left: 0.5em solid #52e052;
	background: #e9fbe9;
  }
  
  .note a {
	text-decoration: none;
	color: #222831;
  }
  
  .note a:hover {
	text-decoration: underline;
  }

  .circleText{
	color: #222831;
	font-size: 17px;
  }

  .card-box {
    border: 1px solid #ddd;
    padding: 0px;
    box-shadow: 0px 0px 10px 0px #c5c5c5;
    margin-bottom: 30px;
    float: left;
    border-radius: 10px;
}
.card-box .card-thumbnail {
    /*max-height: 200px;*/
    overflow: hidden;
    border-radius: 10px;
    transition: 1s;
}
.card-box .card-thumbnail:hover {
    transform: scale(1.2);
}
.card-box h3 a {
    font-size: 20px;
    text-decoration: none;
}
 

.card2 {
    height: auto;
    background-color: #f4f5fc;
    margin-top: 20px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px
}

.carousel {
    margin-top: -20px !important
}

.card2 h5 {
    font-weight: 700
}

.card2 p {
    font-size: 13px;
    margin-top: -10px;
    color: #8b8b90
}


.card-sl {
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 10px;
}

.card-image-sl{
	background: #E26D5C;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 ratio */
	height: 0;
	overflow: hidden;
	border-radius: 8px 8px 0px 0;
}

.card-image-sl img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px 8px 0px 0;
}

.card-action {
	position: relative;
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	z-index: 2;
	color: #E26D5C;
	background: #fff;
	border-radius: 100%;
	padding: 15px;
	font-size: 15px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-action:hover {
	color: #fff;
	background: #E26D5C;
	-webkit-animation: pulse 1.5s infinite;
}

.card-heading-s1 {
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	padding: 10px 15px;
	justify-content: center;
	height: 3.0em; 
	text-overflow: -o-ellipsis-lastline;
	 
    text-overflow: ellipsis;
     
}

.card-text {
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	color: #636262;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
     
    min-height: 80px;     
	max-height: 80px;     
	/* Exactly 2 lines are displayed. 
	Height of 1 line is 1.2em*/
	height: 6em; 
	text-overflow: -o-ellipsis-lastline;
} 

.card-details-text {
	padding: 10px 15px;
	background: #fff;
	font-size: 14px;
	color: #636262;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; 
	text-overflow: -o-ellipsis-lastline;
} 

.card-button {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	width: 100%;
	background-color: #1F487E;
	color: #fff;
	border-radius: 0 0 12px 12px;
	font-size: 18px;
	font-weight: bold;
}

.card-button:hover {
	text-decoration: none;
	background-color: #1D3461;
	color: #fff;

} 
.card-action {
	position: relative;
	float: right;
	margin-top: -25px;
	margin-right: 20px;
	z-index: 2;
	color: #e91e1e;
	background: rgb(240, 228, 228);
	border-radius: 10%;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.68), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.card-price {
	position: relative;
	float: left;
	margin-top: -25px;
	margin-left: 20px;
	z-index: 2;
	color: #eef5f2;
	background: rgb(48, 16, 192);
	border-radius: 100%;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
 

.card-location{
	display: flex;
	justify-content: center;
	background: rgb(208, 203, 231); 
	padding: 10px 0;
	position: relative;
	 
	color:#111129;

}


.card-status{
	position: relative;
	float: left;
	color:#111175;

}


.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	will-change: transform;
	transform: translateZ(0);
	display: flex;
	height: 50px;
	box-shadow: 0 -2px 5px -2px #333;
	background-color: #fff;
  }
  .mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  .mobile-bottom-nav__item--active {
	color: rgb(95, 11, 230);
  }
  .mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
  }

  body { 
	padding-bottom: 50px;
  }

  #header .logo { 
	text-transform: none;
} 
 

.topPadding{
	padding: 10px 0 5px 0  !important;

}

@media (max-width:767.98px){
	#header { 
		padding: 35px 0 20px 0;
		margin-top:0px;
	} 
	#header.header-scrolled { 
	padding: 35px 0 12px 0;
	margin-top:0px;
	} 
	.bg-nav-dark {
		background-color: #205929 !important;
	}
 }

 .advanced {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500
}
/*
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    background-color: #00838f !important;
    border-color: #00838f !important;
    box-shadow: none
}
*/
.advanced {
    color: #00838f !important
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #00838f
}


.search_results{ 
	background-color: #d2f72e !important;
	padding:10px;
    font-size: 18px;
	font-weight: bold;
}

.ee_breadcrumb{
	
	margin:10px;
	border-radius: 25px !important;
	overflow: hidden; 
	border-color: #00838f !important;
} 

.searchButtonLink{
  	border: 2px solid ;
	margin:2px;
	border-radius: 40px;
	background: transparent;
	transition: all 0.3s ease 0s;
}
.filterBox{
	padding:10px;
  	border: 2px solid ; 
	border-radius: 20px;
	background: transparent;
	transition: all 0.3s ease 0s;
}

@media (max-height: 500px) {
	#hero {
	  height: 50vh;
	}
  }

  @media (max-width: 992px) {
	#hero {
	  height: 50vh;
	} 
  }


  /*Bootstrap Calendar*/
.datepicker {
     
    
}
 
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
     
    color: rgba(255, 255, 255, 0.7);
}


.material-symbols-outlined-sm {
	font-size: 16px !important;
  }

  .pricing-content{position:relative;}
.pricing_design{
    position: relative;
    margin: 0px 15px;
}
.pricing_design .single-pricing{
    background:#205929;
    padding: 20px 20px;
    border-radius:30px;
    box-shadow: 0 10px 40px -10px rgba(0,64,128,.2);
    position: relative;
    z-index: 1;
}
.pricing_design .single-pricing:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    border: 1px solid #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.price-head{}
.price-head h2 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 600;
}
.price-head h1 {
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 5px;
}
.price-head span{}

.single-pricing ul{list-style:none;margin-top: 30px;}
.single-pricing ul li {
	line-height: 24px;
}
.single-pricing ul li i {
	background: #205929;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	font-size: 11px;
	text-align: center;
	line-height: 20px;
	margin-right: 6px;
}
.pricing-price{}

.price_btn {
	background: #205929;
	padding: 10px 30px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
	border-radius: 2px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.price_btn:hover{background:#027030;}
a{
text-decoration:none;    
}

.section-title {
    margin-bottom: 60px;
}
.text-center {
    text-align: center!important;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
}


.requiredField  {  
	background: url(https://cdn0.iconfinder.com/data/icons/fugue/icon/asterisk-small.png) no-repeat;
	background-position:right top;
   }

.btn-more {
	padding: 0 5px !important;
}

hr {
	border: 0;
	height: 1px;
	width: 20%;
	position: relative;
	margin: 20px auto;
  }
  hr.center-ball {
	background: #046429;
  }
  hr.center-ball:before {
	content: "";
	width: 15px;
	height: 6px;
	background: #046429;
	display: inline-block;
	border: 4px solid #046429;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: 50%;
	margin: 0 0 0 -3px;
  }

  select.form-select { -webkit-appearance: menulist; }
  .form-select {
	background-image: none !important;
}