 /*---General-*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,400i,500,600,700,800,900');

body {
	font-family: 'Fira Sans', sans-serif; 
	padding: 0; 
	margin: 0; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 15px; 
	line-height: 1.5; 
	color:#565857; 
	overflow-x: hidden;
}

a { 
	text-decoration: none ; 
}
a:focus { 
    text-decoration: none !important; 
}
a:focus, a:hover { 
	color: #b00205;
	text-decoration: none !important; 
}
a, button, input { 
	outline: medium none !important; 
	color: #4ab242; 
}
/*---Transition--*/
a, i, .btn, button, img, span, .navbar-nav .nav-link:before, 
.dropdown-item, .featured-item .featured-icon:before, .featured-item:hover 
.featured-icon:after, .gallery-item .gallery-hover, .owl-item, .service-item, 
.service-icon,  .service-description, .featured-item .featured-icon i, 
.featured-item, .featured-icon, .portfolio-filter button, .sidebar-links li a,{
	-webkit-transition: all 0.5s ease-in-out 0s; 
	-moz-transition: all 0.5s ease-in-out 0s; 
	-ms-transition: all 0.5s ease-in-out 0s; 
	-o-transition: all 0.5s ease-in-out 0s; 
	transition: all 0.5s ease-in-out 0s; 
}
/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{
	font-weight:normal; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	text-transform: capitalize;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	color: inherit; 
}
h1 { 
	font-size: 70px; 
	font-style: normal; 
	line-height: 75px; 
	font-weight: 600; 
	text-transform: capitalize; 
	color: #232323;
}
h2 { 
	font-size: 40px; 
	font-style: normal; 
	line-height: 46px; 
	font-weight: 700; 
	color: #202125; 
	text-transform: capitalize; 
	margin-bottom: 10px; 
	position: relative;
}
h3 { 
	font-size: 30px; 
	font-style: normal; 
	line-height: 36px; 
}
h4 { 
	font-size: 24px; 
	font-style: normal; 
	text-transform: uppercase; 
	margin-bottom: 10px; 
	font-weight: 500; 
	line-height: 30px; 
	color: #202125;
}
h5 { 
	font-size: 20px; 
	font-style: normal; 
	text-transform: uppercase; 
	margin-bottom: 10px; 
	font-weight: 500; 
	line-height: 26px; 
	color: #202125;
}
h6 { 
	font-size: 18px; 
	font-style: normal; 
	line-height: 24px; 
	margin-bottom: 10px; 
	color: #202125;
}
ul { 
	margin: 0px; 
	padding: 0px; 
}
p{
	line-height: 1.7;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}
.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.bg-dark {
    background: #111d30 none repeat scroll 0 0 !important;
}
.text-blue{
  color:#f5deb3;
}
.text-green{
  color:#B8943D;
}
.shadow {
  position: relative;
  z-index: 1;
}
.text-gold{
  color:#311912;
}
.btn-outline-warning{
  color:#311912;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.full-width{
  width:100%;
}

/*navbar*/
#header-wrap, .navbar .dropdown-menu, .box-shadow{
	-webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08); 
	-moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08); 
	box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}
.navbar-nav .dropdown-menu .nav-link:focus, 
.navbar-nav .dropdown-menu .nav-link:hover{
	transform: translateX(5px); 
	-webkit-transform: translateX(5px); 
	-o-transform: translateX(5px); 
	-ms-transform: translateX(5px); 
	-moz-transform: translateX(5px);
}
/* ------------------------
    Header
------------------------*/
.header {
	position: relative; 
	width: 100%; 
	z-index: 1200;
}
.top-bar {
	background: #311912;
}
.topbar-link li a{
	color: #fff;
}
.topbar-link li a i{
	margin-right: 8px; 
	font-weight: bold; 
	color: #f5deb3;
	font-size: 18px; 
	vertical-align: middle;
}
.topbar-link li a:hover, .top-bar .top-social-list li a:hover{
	color: #b00205;
}
.top-bar .top-social-list li a{
	color: #202125; 
	height: auto; 
	line-height: inherit; 
	width: auto; 
	border-radius: 0;
}
.top-bar ul li {
	border-right: 1px dashed #ddd; 
	padding: 15px 20px; 
	line-height: 10px; 
	margin-right: 0 !important;
  color: #fff;
}
.top-bar ul li:last-child {
	border-right: none; 
	padding-right: 0;
}
.social-icons li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
}
#header-wrap{
	padding: 0; 
	width: 100%; 
	background: rgba(255,255,255,0.9);
}
#header-wrap.fixed-header {
	position: fixed; 
	top:0; left:0; 
	width: 100%; 
	z-index: 999 !important; 
	background: #ffffff !important; 
	animation: smoothScroll 1s forwards;
}
/*.logo img {
	height: 70px;
}*/
#header-wrap.fixed-header .logo img {
	height: 60px;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }

}
.logo .sticky-logo{
	display: none !important;
}

/*navbar*/
.navbar{
	padding: 0;
}
.navbar-nav{
	position: relative;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
	background: #ffffff; 
	border-radius: 0; 
	padding: 0; 
	border:none; 
	-webkit-transition: all 400ms ease-out; 
	-o-transition: all 400ms ease-out; 
	transition: all 400ms ease-out; 
	top: 120%; 
	margin-top: 0; 
}
.nav-item.dropdown .dropdown-menu a {
	display: block; 
	padding: 10px 20px; 
	white-space: nowrap; 
	position: relative; 
	background: none; 
	color: #23244a; 
	font-size: 14px; 
	font-weight: 400; 
}
.nav-item.dropdown .dropdown-menu a:hover { 
	background: #075798;
	color: #ffffff; 
	padding-left: 15px; 
}
.navbar-brand{
	margin-right: 0; 
	padding: 0;
}
@media (min-width:992px) {
  .navbar-nav .dropdown-menu { 
  	min-width: 12em; 
  	max-width: 20em; 
}
.dropdown-menu.w-100,
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu{
	min-width: inherit; 
	max-width: inherit;
}
.navbar-nav .dropdown > .dropdown-menu { 
	opacity: 0; 
	position: absolute; 
	display: block; 
	pointer-events: none; 
	background: #ffffff; 
}
.navbar-nav .dropdown:hover > .dropdown-menu {
	left: 0; 
	display: block; 
	opacity: 1; 
	pointer-events: auto; 
	visibility: visible; 
	top: 100%; 
	-webkit-transition: all 0.5s ease-in-out 0s; 
	-moz-transition: all 0.5s ease-in-out 0s; 
	-ms-transition: all 0.5s ease-in-out 0s;
	 -o-transition: all 0.5s ease-in-out 0s; 
	 transition: all 0.5s ease-in-out 0s; 
}
.navbar-nav .dropdown-submenu:hover .dropdown-menu { 
	top: 0; 
}
.navbar-nav .nav-link { 
	line-height: 90px; 
}
.navbar-nav .dropdown-submenu .dropdown-toggle::after {
	border-top: 0.125rem solid #23244a; 
	border-right: 0.125rem solid #23244a; 
	border-bottom: none; 
	border-left: none; 
	width: 0.425rem; 
	height: 0.425rem; 
	position: absolute; 
	right: 20px; 
	margin: 0; 
	vertical-align: middle; 
	top: 50%; 
	transform: translateY(-50%) rotate(45deg); 
}
.navbar-nav .dropdown-submenu .dropdown-toggle:hover::after {
	border-top: 0.125rem solid #ffffff; 
	border-right: 0.125rem solid #ffffff;
}
.ms-auto.navbar-nav > li:nth-last-child(2) .dropdown-submenu .dropdown-menu{
	left: auto; 
	right: 100%;
}
.ms-auto.navbar-nav > li:last-child .dropdown-menu{
	left: auto; 
	right: 0;
}
}
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
	background: #ffffff; 
	left: 100%; 
	margin: 0; 
	right: auto; 
	top: 0; 
}
.navbar-nav .dropdown-submenu { 
	display: block; 
	position: relative; 
}
.navbar-nav .nav-item{
	margin: 0 9px;
}
.navbar-nav .nav-link{
	color: #202125; 
	font-weight: 500; 
	padding: 0 !important; 
	text-transform: capitalize; 
	overflow: hidden; 
	position: relative;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .nav-item .nav-link.active{
	color: #075798;
}

/*banner*/
#banner img{
  /*background-size:cover;*/
  width:100%;
}

/*banner*/
.banner-slider.owl-carousel .owl-dots{
	bottom: 4%;
}
.item img{
	width:100%;
}

/*--loader--*/
.clear-loader,
.accordion .card-header a span:before{
	transform: translateX(-50%) translateY(-50%); 
	-webkit-transform: translateX(-50%) translateY(-50%); 
	-o-transform: translateX(-50%) translateY(-50%); 
	-ms-transform: translateX(-50%) translateY(-50%); 
	-moz-transform: translateX(-50%) translateY(-50%);
}


/*about*/
@media only screen and (max-width: 980px) {
  .banner-area img{
    width:300px;
    text-align:center;
  }
}

.bg-dark-img{
  background-color:#311912;
  color:#fff;
}
.bg-image{
  background-image:url(../images/bg-background.jpg);
  background-size:cover;
  background-repeat:no-repeat;
}
.banner-area{
  padding-top:70px;
  padding-bottom:70px;
  /*background-image:url(../images/bg-background.jpg);
  background-size:cover;
  background-repeat:no-repeat;*/
}
.banner-area  p {
  font-size: 16px;
  line-height: 30px;
  color:#fff;
}
.banner-area h1 {
  font-size: 70px;
  font-weight: 600;
  /*margin-bottom: 25px;*/
  text-transform: capitalize;
  line-height: 1.2;
}
.banner-area.text-small h1 {
  font-size: 50px;
  color:#f5deb3;
}
.banner-area .content h4 {
  font-size: 24px;
}
.banner-area .content a {
  margin-top: 15px;
  margin-right: 5px;
}
/*.banner-area.bg-gradient .thumb {
  padding-left: 35px;
}*/
.banner-area.bg-gradient .thumb img {
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  background: #ffffff;
}
.banner-area.bg-gradient  {
  overflow: inherit;
}
.banner-area.bg-gradient p {
  color: #232323;
  line-height: 34px;
  font-family: cursive;
}
.banner-area q{
  font-family: cursive;
  color: #e6d392;
  margin-top: 15px;
  font-size: 20px;
}
.banner-area .sign{
  text-align:right;
  margin:0 auto;
  color: #B8943D;
  font-size: 22px;
  font-family:cursive;
}
.banner-area img{
  border:4px solid #fff;
}
@media only screen and (max-width: 767px){
.banner-area.text-small h1 {
    font-size: 36px;
    line-height: 1.2;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.banner-area.responsive-auto-height.text-small h1 {
    font-size: 45px;
}
}
@media only screen and (max-width: 767px){
.banner-area.bg-gradient .thumb img {
    max-width: 100%;
}
}
.banner-area .banner-content button{
  margin-top:20px;
  background-color:transparent;
  color:#232323;
  border:1px solid #232323;
  padding: 10px 20px;
}
.banner-area .banner-content{
  margin-top:90px;
}
/*banner*/

/*heading*/
.site-heading h3{
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  color:#154e69;
  margin-top:20px;
  margin-bottom: 20px;
}
.site-heading span{
  color: #B8943D;
}
.site-heading h3::before {
  background: #B8943D none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: 20px;
  position: absolute;
  width: 5px;
}
.site-heading h3::after {
  background: #B8943D none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 40px;
}
/*heading*/
/*about*/
#about p{
  font-size:16px;
  padding:20px 0px 5px 0px;
}
#about{
  padding:20px 0px 20px 0px;
}
/*about*/
/*appointment*/
.appoinment-box {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px;
  background: #ffffff;
}

.appoinment .heading {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.appoinment .heading p:last-child {
  margin-bottom: 0;
}

.appoinment .heading::after {
  background: #0cb8b6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.appoinment .heading::before {
  background: #0cb8b6 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 45px;
  position: absolute;
  width: 5px;
}

.appoinment form input {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  padding: 15px;
  color: #232323;
}

.appoinment form textarea {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  padding: 15px;
  min-height: 120px;
  border-radius: inherit;
}

.appoinment form button {
  background: transparent;
  padding: 10px 35px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #232323;
  border: 2px solid #B8943D;
  background: transparent;
}
.appoinment form button:hover {
  background: #0cb8b6;
  color: #ffffff;
  border: 2px solid transparent;
}
.appoinment form button i {
  margin-left: 3px;
}
.department-tabs .tab-content p:last-child {
  margin-bottom: 0;
}
.appoinment h4 {
  color: #666666;
  text-transform: uppercase;
}

.appoinment h2,
.appoinment h3 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.appoinment-box .appointment-schedule {
    margin-bottom: 30px;
    text-align: center;
}
.appoinment-box .appointment-schedule h5 {
    font-weight: 700;
    text-transform: uppercase;
    background: #311912;
    padding:5px 25px;
    border-radius: 5px;
    color: #ffffff;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.appoinment-box .appointment-schedule li {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    color: #000;
}

.appoinment-box .appointment-schedule li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.appoinment-box .appointment-schedule li span {
    float: right;
}

.appoinment-box .appointment-schedule ul {
    text-align: left;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}
.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}
/*appointment*/

/*tmj-content*/
.tmj-content li{
  font-size:16px;
  padding:10px;
  list-style:none;
}
/*tmj-content*/

/*services*/  
.services-area.services-items{
  display:inline-block;
}  
.services-area .equal-height {
  margin-bottom: 30px;
}

.services-area.inc-thumb .item {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.services-area.inc-thumb .item .info {
  background: #ffffff;
  padding: 30px;
  padding-top: 55px;
}

.services-area.inc-thumb .item .info h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.services-area.inc-thumb .item .thumb {
  position: relative;
  z-index: 1;
}

.services-area.inc-thumb .item .thumb::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: #0cb8b6;
}

.services-area.inc-thumb .item .thumb .overlay {
  position: absolute;
  left: 50%;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: 0;
  background: #ffffff;
  height: 80px;
  z-index: 1;
  margin-left: -40px;
  margin-bottom: -40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  font-size: 35px;
  color: #0cb8b6;
  line-height: 80px;
}


/* Services With Icon ONly */
.services-area.inc-icon .item {
  background: #ffffff;
  position: relative;
  padding: 50px 30px 50px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #B8943D;
  z-index: 1;
  overflow: hidden;
}

.services-area.inc-icon .item i {
  height: 100px;
  width: 100px;
  line-height: 100px;
  color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 30px;
  font-size: 45px;
  background: #B8943D;
  position: relative;
  z-index: 1;
  text-align: center;
}

.services-area.inc-icon.less-info .item i {
  height: 90px;
  width: 90px;
  line-height: 90px;
  margin-bottom: 20px;
  font-size: 40px;
  color: #232323;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: transparent;
}

.services-area.inc-icon.less-info .item i::after {
  display: none;
}

.services-area.inc-icon .item i::after {
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  content: "";
  height: 116px;
  width: 116px;
  opacity: 0.3;
  border: 2px solid #B8943D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.services-area.inc-icon .item h4 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.services-area.inc-icon .item h5 {
  color: #0cb8b6;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.services-area.inc-icon .item .info > a {
  margin-top: 10px;
}

.services-area.inc-icon .item::after {
  position: absolute;
  left: 0;
  top: -100%;
  content: "";
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #B8943D;
}

.services-area.inc-icon .item:hover::after {
  top: 0;
}

.services-area.inc-icon .item h4,
.services-area.inc-icon .item p,
.services-area.inc-icon .item a,
.services-area.inc-icon .item i {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.services-area.inc-icon .item:hover h4,
.services-area.inc-icon .item:hover p,
.services-area.inc-icon .item:hover a {
  color: #ffffff;
}

.services-area.inc-icon .item:hover a.btn {
  color: #ffffff !important;
  border-color: #ffffff;
}

.services-area.inc-icon .item:hover i {
  color: #B8943D;
  background: #ffffff;
}

.services-area.inc-icon .item:hover i::after {
  opacity: 0.3;
  border: 2px solid #ffffff;
}

.services-area .services-carousel.owl-carousel .owl-nav {
  margin: 0;
}

.services-area .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #666666;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-area.bg-gray .services-carousel.owl-carousel .owl-nav .owl-prev, 
.services-area.bg-gray .services-carousel.owl-carousel .owl-nav .owl-next {
  color: #0cb8b6;
}

.services-area .services-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.services-area .services-carousel.owl-carousel .owl-dots .owl-dot span {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 2px solid #0cb8b6;
}

.services-area .services-carousel.owl-carousel .owl-dots .owl-dot.active span {
  background: #0cb8b6;
}

.services-area.inc-icon.less-info .item h4 {
  margin: 0;
}

.services-area.inc-icon.less-info .item a {
  display: block;
}

/*# Fun Factor*/
.fun-fact-area .fun-fact {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.fun-fact-area .fun-fact::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  /*opacity: 0.9;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fun-fact-area .fun-fact svg{
  display: inline-block;
  font-size: 50px;
  margin-bottom: 25px;
  color: #0cb8b6;
}
.fun-fact-area .fun-fact .timer {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.fun-fact-area .fun-fact .timer::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  top: 0;
}
.fun-fact-area .fun-fact .medium {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
/*# Fun Factor*/
.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 767px){
.fun-fact-area .item {
    margin-bottom: 30px;
}
}

/**/
/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area{
  padding: 25px 15px 15px;
}

.testimonials-area .item {
  background: #ffffff;
  padding: 40px 30px 30px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top:30px;
}

/*.testimonials-area .item::after {
  position: absolute;
  left: 50px;
  top: -15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-size: 50px;
  color: #311912;
  font-weight: 900;
}
*/
.testimonials-area .provider {
  display: flex;
  margin-top: 20px;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}

.testimonials-area .provider img {
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-area .provider .thumb {
  margin-right: 15px;
}

.testimonials-area .provider h4 {
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
}

.testimonials-area .provider h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: #666666;
  letter-spacing: 1px;
}

.testimonials-area .provider h5 span {
  color: #0cb8b6;
}

.testimonials-area .content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-top:5px;
}

.testimonials-area .content::after {
  position: absolute;
  left: 50px;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  content: "";
}

/*.testimonials-area .health-tips-carousel.owl-carousel .owl-nav {
  margin: 0;
}*/

/*.testimonials-area .health-tips-carousel.owl-carousel .owl-nav .owl-prev, 
.testimonials-area .health-tips-carousel.owl-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #666666;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.testimonials-area .health-tips-carousel.owl-carousel .owl-nav .owl-prev, 
.testimonials-area .health-tips-carousel.owl-carousel .owl-nav .owl-next {
  color: #0cb8b6;
}

.testimonials-area .health-tips-carousel.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}*/

.testimonials-area .item .review img{
  width:30px;
}

/*fun fact*/
.theme-bg {
    background-color: #311912;
}
.counter {
    position: relative;
    text-align: center;
}
.theme-bg .counter .count-number{
  color: #ffffff;
}
.counter .count-number {
    display: block;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    color: #202125;
}
.theme-bg .counter label{
    color: #ffffff;
}
.counter label {
    font-weight: 600;
    color: #202125;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin: 15px 0;
    margin-bottom: 0;
}
/*services page */
/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb li {
    display: inline-block;
}
.breadcrumb-area {
  padding: 50px 0;
  background-color:#000;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 15px;
  position: relative;
  z-index: 1;
  margin-top:15px;
}

.breadcrumb-area .breadcrumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  padding-top: 6px;
  margin: 0;
  color:#B8943D;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb li::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: -5px;
  font-weight: 600;
  position: absolute;
  top: 1px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #B8943D;
  text-decoration: underline;
}
.breadcrumb-area p{
  font-size:24px;
  font-weight:850;
}

@media only screen and (max-width: 980px) {
  .breadcrumb-area .text-right {
     text-align:center;
  }
}
/**/
.services-details-area .content ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 15px;
}
.services-details-area .content ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    color: #B8943D;
    font-weight: 600;
    content: "\f5ae";
    font-family: "Font Awesome 5 Free";
}

/*footer*/
.dark-bg {
    background-color: #1b1b1b;
}
footer.dark-bg .social-icons li a{color: #fff;}
.footer-list li {border-bottom: 1px dashed #ddd; padding: 10px 0; text-transform: capitalize;}
.footer-list li:last-child{padding-bottom: 0; border-bottom: none;}
.footer-list li a:hover{color: #4ab242}

.footer-2 .primary-footer, .footer-2 .primary-footer h5, .footer-2 .primary-footer a{color: #ffffff;}
.footer-2 .footer-list li{border-color: rgba(255,255,255,0.2);}
.footer-2 .secondary-footer{background: #4ab242;}
.footer-2 .secondary-footer .social-icons li a{background: #fff; color: #202125;}
.footer-2 .secondary-footer .social-icons li a:hover{color: #fff;}

.text-theme {
    color: #B8943D;
}
.primary-footer {
    padding: 80px 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.media-icon li {
    padding-left: 40px;
    position: relative;
}
.media-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    color: #B8943D;
    font-weight: normal;
    line-height: 24px;
}
.footer-2 .secondary-footer {
    background: #B8943D;
}
.secondary-footer {
    padding: 15px 0;
    background: #191919;
    color: #ffffff;
}
.secondary-footer span a {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-logo img {
  width:200px;
}

/*about*/
.about-area1{
  background-image:url(../department/about.jpg);
  background-size:cover;
}
.about-area1 h2{
  color:#fff;
  /*margin-top:35px;*/
}
.about-area1 .sign{
  text-align:right;
  margin:0 auto;
  color: #e6d392;
  font-size: 22px;
  font-family:cursive;
}
.about-area1 q{
  font-family:cursive;
  color: #e6d392;
  margin-top:15px;
  font-size:18px;
}
.about-area1 img{
  border:4px solid #fff;
}

/*sticky*/
/*sticky button*/

.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:10px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
/*/sticky*/
/*contact*/
.top-entry-area.text-center {
  border-top: 3px solid #B8943D;
}

.top-entry-area.border-less {
  border: none;
}

.top-entry-area .item-box {
  overflow: hidden;
}

.top-entry-area .item {
  padding: 80px 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.top-entry-area ul {
  text-align: left;
}

.top-entry-area ul li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.top-entry-area ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.top-entry-area ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.top-entry-area h4 {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
  display: inline-block;
  margin-bottom: 20px;
}

.top-entry-area h4::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 2px;
  width: 30px;
  background: #B8943D;
  margin-left: -15px;
}

.top-entry-area h2 {
  margin: 0;
}

.top-entry-area .item-box .single-item:nth-child(2n) h4::after {
  background: #ffffff;
}

.top-entry-area p {
  margin: 0;
}

.top-entry-area .item a {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 25px;
  font-weight: 600;
  color: #666666;
}

.top-entry-area .item > i {
  font-size: 60px;
  margin-bottom: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  color: #311912;
  display: block;
}

.top-entry-area .item-box .single-item {
  position: relative;
  z-index: 1;
}

.top-entry-area .item-box .single-item:nth-child(2n) {
  background: #311912;
  color: #000;
}

.top-entry-area.border-less .item-box .single-item:nth-child(2n) {
  border-radius: 5px;
}

.top-entry-area .item-box .single-item:nth-child(2n)::after {
  height: 10%;
  width: 100%;
  left: 0;
  /*top: -25%;*/
  content: "";
  position: absolute;
  background:#311912;
  z-index: -1;
}

.top-entry-area.border-less .item-box .single-item:nth-child(2n)::after {
  border-radius: 5px;
  height: 100%;
  top: 0;
}

.top-entry-area .item-box .single-item:nth-child(2n) i,
.top-entry-area .item-box .single-item:nth-child(2n) h2,
.top-entry-area .item-box .single-item:nth-child(2n) h4,
.top-entry-area .item-box .single-item:nth-child(2n) p {
  color: #ffffff;
}
/* Google Maps */
.maps-area .google-maps {
  width: 100%;
}
.google-maps iframe {
  height: 500px;
  margin-bottom: -10px;
  width: 100%;
}
.maps-area {
  overflow: hidden;
}
/* Google Maps */

/*contact*/
.contact-style-two .default-form .form-group {
    margin-bottom: 30px;
}
.default-form .form-group {
    position: relative;
    margin-bottom: 23px;
}
.default-form .form-group input[type='text'], .default-form .form-group input[type='email'], .default-form .form-group select, .default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 16px;
    color: #8b8e93;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.default-form .form-group textarea {
    height: 150px;
    resize: none;
}
.contact-style-two .default-form .form-group:last-child {
    margin-bottom: 0px;
}
.theme-btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    padding: 14px 36px 15px 36px;
    border-radius: 30px;
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn-one{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 14px 36px 15px 36px;
  border-radius: 30px;
  z-index: 1;
  transition: all 500ms ease;
  border:none;
}

.theme-btn-one:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background: #111111;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn-one:hover:before{
  bottom: -40%;
}
.theme-btn-one {
    background: #b00205;
}
/*contact-form