body {
  background: #fff;
  color: #444;
  font-family: 'Montserrat', sans-serif;
  color: #111;
 }

a {
  color: #060448;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}	

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #50d8af;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #71dfbe;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #111;

	/*
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding: 0;
	height: 40px;
	*/
	padding: 0px;
	letter-spacing: 1px;
	font-size: .75em;
	margin:0px;
	
	
}

#topbar .contact-info i {
  font-style: normal;
  color: #b99671;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #b99671;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  color: #c4a17d;
  letter-spacing: 1px;
}

#topbar .contact-info i a:hover {
  color: #fff;
}

#topbar .social-links a {
  color: #fff;
  padding: 15px;
  display: inline-block;
  line-height: 1px;
  /* border-left: 1px solid #e9e9e9;*/
}

#topbar .social-links a:hover {
  color: #000;
  background-color:#fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*height: 80px;*/
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  padding:5px 0px;
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
   font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
  /*
  width:55%;
  margin:15px 0px;
  */
  width: 80%;
  margin: 5px 0px;
  
}

@media (max-width: 768px) {
	#header {
		height: 60px;
	}

	#header #logo h1 {
		font-size: 34px;
	}

	#header #logo img {
		/*max-height: 50px;*/
		margin:0px 0px;
		padding:0px;
		text-align:center;
		width:40%;
	}

	#header #logo  {
		padding: 0;
		width:100%;
		margin:20px 0px;
		max-height: 80px;
		text-align:center;
	}

}


@media (max-width: 768px) {
	#header {
		height: 100px;
		text-align:center;
		margin:auto;
	}

	#header #logo h1 {
		font-size: 34px;
	}

	#header #logo img {
		/*max-height: 50px;*/
		margin:auto;
		padding:0px;
		text-align:center;
				
	}

	#header #logo  {
		padding: 0;
		width:50%;
		margin:20px 0px;
		
		text-align:center;
	}

}

#menu {
  /*height: 80px;*/
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  background-color:#b99671;
/* background: linear-gradient(90deg,#dd8fd0,#621755);*/
}

#menu #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#menu #logo h1 a {
  color: #0c2e8a;
}

#menu #logo h1 a span {
  color: #50d8af;
}

#menu #logo img {
  padding: 0;
  margin: 0;
  width:55%;
}

@media (max-width: 768px) {
  #menu {
    /*height: 60px;*/
	height: 45px;
  }

  #menu #logo h1 {
    font-size: 34px;
  }

  #menu #logo img {
    max-height: 40px;
  }
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  /*
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #fff;
  
  white-space: nowrap;
  transition: 0.3s;
   font-weight: bold;
  */
  
  
  font-size: .9em;
  color: #fff;
  padding: 8px 80px 8px 0px;
  display: block;
  position: relative;
  text-decoration: none;
  letter-spacing:.4px;
  
  font-size: .9em;
  color: #fff;
  padding: 8px 30px 8px 30px;
  display: block;
  position: relative;
  text-decoration: none;
  letter-spacing: .4px;
 
  
  
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
 /* padding: 10px 0;*/
  padding: 0px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
 /* padding: 10px 20px;*/
  padding: 8px 16px;
  font-size: .75em;
  color:#fff;
  background-color:#4e3bbb;
}

.navbar .dropdown ul a i {
   font-size: .75em;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #50d8af;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  /*color: #0c2e8a;*/
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #000;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(8, 30, 91, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #4e3bff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  /*
  padding: 10px 20px;
  font-size: 15px;
  color: #0c2e8a;
  */
  padding: 8px 20px;
  font-size: .75em;
  
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 4px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: ##4e3bff;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #50d8af;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  position: relative;
/*  background: url("../img/hero-carousel/1.jpg") no-repeat;
  background-size: cover;
  */
  padding: 0;
}

#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .hero-content h2 {
  /*
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
  */
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  
}

#hero .hero-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {

	#hero .hero-slider {
	  z-index: 8;
	  height: 30vh;
	
	}
	
	#hero .hero-slider img{
		 width:40%;
	}
	
}


#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
  /*font-family: "Raleway", sans-serif;*/
   font-family: 'Montserrat', sans-serif;
   
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#hero .hero-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#hero .hero-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#hero .hero-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#hero .hero-slider {
  z-index: 8;
  height: 60vh;
}

#hero .hero-slider::before {
  content: "";
 /* background-color: rgba(255, 255, 255, 0.7);*/
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 10px;
  /*text-align:center;*/
}

.section-header h1 {

	font-size: 1.6em;
	color: #000;
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
	text-align: center;

}

.section-header h1::before {
  /*
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
  */
}


.section-header h2 {
	font-size: 1.4em;
	color: #333;
	font-weight: 500;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	letter-spacing: 1px;
}

.section-header h2::before {
  /*
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
  */
}

.section-header h3 {
	font-size: 1.2em;
	color: #000;
	position: relative;
	/*padding-bottom: 20px;*/
	padding-bottom:10px;
}

.section-header h3::before {
	/*
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
  */
 
}

.section-header p {
  padding: 0;
  margin: 0;
  text-align:justify;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  
  padding: 40px 0;
  background-color: #f5f5ef;
  /*
  background: linear-gradient(90deg,#fff4ba,#8953ff);
background: linear-gradient(90deg,#eaeaea,#dbcece);
*/
  
}

.breadcrumbs h1 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  color: #393939;
  letter-spacing: 1px;
  
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
  
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #393939;
  letter-spacing: 1px;
  
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
  
  .breadcrumbs h1 {
    margin: 0 0 10px 0;
  }
  
  .breadcrumbs {
  
  padding: 20px 0;
  background-color: #baf7b1;
  /*background: linear-gradient(90deg,#fff4ba,#8953ff);*/
  text-align:center;
  
}


}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .9em;
  color:#333;
}

.breadcrumbs ol a{
	color:#8a5e5b;
}

.breadcrumbs ol a:hover{
	color:#333;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.page-header h2 {
font-size: 1.2em;
  color: #333;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 1px;
  margin: 0px 0px 10px 10px;
}
@media (max-width: 768px) {
	
	.page-header h2 {
		font-size: 1em;
		color: #333;
		font-weight: 500;
		position: relative;
		padding-bottom: 5px;
		letter-spacing: 1px;
		margin: 0px 0px 10px 10px;
		text-align:center;
	}
}



/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
  /*background-color: #dfd98d;*/
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  
	margin-left: -15px;
	max-width: 95%;
	border: 1px solid #d7d6d6;
	padding: 5px;

}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
/* 
 color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  */

	font-size: 1.8em;
	color: #3c3002;
	font-weight: 500;


}

#about .content h3 {
/* 
 color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  */
	color: #686456;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	font-style: italic;

}

#about .content p {
 /* line-height: 26px;*/

	line-height: 24px;
	font-size: .95em;

}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #6c733c;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
 padding: 40px 0;
/*  background-color: #ffe0ca;*/
  min-height: 450px;
  color: #333;
}

#services .box {
  padding: 10px 0px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #dbdbdb;
  transition: 0.4s;
  height: 100%;
 
  letter-spacing: 1px;
  
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h3 {
	/*
margin-left: 10px;
  margin-bottom: 10px;
  */
 font-size: .825em;
  text-align: center;
  margin:0px;
}

#services .box h3 a {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: .95em;
	color: #3e1212;
}

#services .box h4 {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-align:center;
}

#services .box h4 a {
	letter-spacing: 2px;
	font-weight: 400;
	font-size: .95em;
	color: #3e1212;
	margin: 16px 0 15px;
}

#services .box p {
	font-size: .9em;
	margin-bottom: 0;
	line-height: 22px;
	text-align: justify;
	color: #393939;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }

  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #services .box h4,
  #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #50d8af;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #50d8af;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

.portfolio-details .portfolio-info {
  padding: 25px 20px;
  box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
  background-color: #caffc3;
  margin-left: 15px;

}

.portfolio-details .portfolio-info h3 {
  
  font-size: 1em;
  /*font-weight: 500;*/
  margin-bottom: 20px;
  color:#114d04;
  padding-bottom: 8px;
  border-bottom: 1px solid #114d04;
  
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  
  font-size: .95em;
  
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  
	padding: 25px 20px;
	box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
	font-size: .9em;

	background-color: #ffdfff;
	margin-left: 15px;
	margin-top: 20px;

}

.portfolio-details .portfolio-description h2 {
	/* 
		font-size: 26px;
		font-weight: 700;
		margin-bottom: 20px;
	*/ 
	font-size: 1.2em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	
	/*border-bottom: 1px solid #eee;*/

}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
  background-color:e4ffff;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

#testimonials .testimonial-item {
	box-sizing: content-box;
	padding: 30px;
	margin: 30px 15px;
	text-align: center;
	/*  min-height: 350px;*/
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	background-color: #d3ffd3;

}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 1em;
  /*font-weight: bold;*/
  margin: 10px 0 5px 0;
  color: #464545;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #666;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px auto;
	color: #555;
	font-size: .85em;
	letter-spacing: 1px;
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #e3f2e0;
  background:#9eea89;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #644646;
  font-size: 28px;
  /*font-weight: 700;*/
}

#call-to-action .cta-text {
 /* color: #fff;*/
     color: #333;
    font-size: .85em;
    line-height: 20px;
	
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
	
	/*
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	*/
	
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #000;
	color: #fff;
	background-color: black;

}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

/* Our Team Section
--------------------------------*/
#team {
 /* background: #fff;*/
  padding: 30px 0 0 0;
}

#team .member {
  /*text-align: center;*/
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
 /* background: #50d8af;*/
 font-family: 'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #bfbfbf;
  padding: 15px 0px;
  border-radius: 0 0 3px 3px;
  letter-spacing:1px;
  
}

.details p {
	font-family: 'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: .8em;
	letter-spacing:1px;
	margin-bottom:2.5px;
	padding-bottom:4px;
	
}

.details a{
	color:#a2a2a2;
}
.details a:hover{
	color:#fd65e5;
}



#team .member h4 {
	/* 
		margin-bottom: 2px;
		font-size: 1.2em;
		color:yellow;

	font-weight: 500;
	margin-bottom: 24x;
	font-size: 1.25em;
	color: yellow;
	*/
	
	color: #a2a2a2;
	/*font-family: 'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	 font-family: 'Montserrat', sans-serif;
	 
	letter-spacing: 2px;
	border-bottom: 1px dotted #f0f0f0;
	font-size: .9em;
	padding: 0 0 20px;

  
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team p {
	/*font-family: 'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	 font-family: 'Montserrat', sans-serif;
	 
	font-size: .8em;
	letter-spacing:.1em;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #bfbfbf;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  /*
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #50d8af;
  */
  
  font-size: 42px;
  display: inline-block;
  margin-bottom: 10px;
  color: #1a4818;
  
}

#contact .contact-info address,
#contact .contact-info p {
  
  margin-bottom: 0;
  color: #4d4848;
  font-size: .9em;
  
}

#contact .contact-info h3 {
  font-size: 16px;
  margin-bottom: 15px;
  /*
  font-weight: bold;
  text-transform: uppercase;
  */
  color: #1a4818;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #50d8af;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
  background-color:#a5df9c;
  text-align:center;
  padding: 20px 0;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #333;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #50d8af;
}

#contact .php-email-form button[type=submit] {
  background: #50d8af;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  background-color: #222;
}

#contact .php-email-form button[type=submit]:hover {
  background: #2dc899;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  
  background: #111;
  padding: 0 0 30px 0;
  font-size: 14px;
  
  font-size: .9em;
  letter-spacing: .1px;
  /*font-family: 'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
   font-family: 'Montserrat', sans-serif;
  
}

#footer .copyright {
	text-align: left;
	padding-top: 30px;
	color: #bfbfbf;
	font-size: .85em;
	letter-spacing:1px;

}

#footer .credits {
  /*
  text-align: right;
  font-size: 13px;
  color: #fff;
  */
  text-align: right;
  font-size: .85em;
  color: #bfbfbf;
  padding-top: 30px;
  font-size: 1em;
}

#footer .credits a {
	color: #bfbfbf;
	letter-spacing: 1px;
	 font-size: .85em;
}

#footer .credits a:hover {
	color: #fff;
}

/* Our Team Section
--------------------------------*/

#footer_div {
	font-size:.85em;
	padding: 30px 0 0 0;
	background-color:#222;
}

#footer_div p{
	font-size:.85em;
}

#footer_div .member {
  text-align: center;
  margin-bottom: 20px;
}

#footer_div .member .pic {
  overflow: hidden;
  text-align: center;
}

#footer_div .member .pic img {
  max-width: 100%;
}

#footer_div .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#footer_div .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#footer_div .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#footer_div .details .social {
  
	margin-top: 5px;
	/*font-family: 'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	 font-family: 'Montserrat', sans-serif;
	 
	letter-spacing: 1px;
	font-size:.85em;

}


#footer_div .social a {
  color: #9999;
}

#footer_div .details .social i {
  font-size: 16px;
  margin: 0 2px;
  margin-left:10px;
}

.social-links a {
	padding: 0 15px;
	display: inline-block;
	line-height: 1px;
	/* border-left: 1px solid #e9e9e9;*/
	color: #000;
}

#footer_div .details .social-links a:hover {
  color: #50d8af;
}

#footer_div .social-links a:first-child {
  border-left: 0;
}


.list-group-item {
	
	background-color:#111;
	border:0px;
	color:#bfbfbf;
	padding:4px 0px;
	font-family: 'Segoe UI',SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	text-align: left;
	font-size:.8em;

}

.list-group-item a{
	text-align:left;
}



/* Call To Action Section
--------------------------------*/
#appointment {
  background: #e3f2e0;
  background-size: cover;
  padding: 40px 0;
}

#appointment .cta-title {
	/* 
	color: #644646;
	font-size: 28px;
	*/  
	color: #000;
	font-size: 1em;
	letter-spacing: 1px;
	

}

#appointment .cta-text {
 /* color: #fff;*/
     color: #333;
    font-size: .85em;
    line-height: 20px;
	
}

@media (min-width: 769px) {
  #appointment .cta-btn-container {
    display: flex;
    /*align-items: center;*/
    justify-content: flex-end;
  }
}

#appointment .cta-btn {
	
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 26px;
	border-radius: 3px;
	transition: 0.5s;
	margin: 10px;
	border: 3px solid #fff;
	color: #000;
	color: #fff;
	background-color: black;

}

#appointment .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}


.btn_top {
	padding:10px;
	border-radius:10px;
	background-color:#b99671;
	color:#fff;
}

.btn_top a{
	color: #fff;
}

.btn_top a:hover{
	background-color:green;
}

#topbar p {
	color: #eeeacc;
	font-size: .9em;
	padding: 0px;
	margin: 0px;
}



@media (max-width: 768px) {
  #topbar {
    padding:6px 0px;
  }
}

.form-control-input{
  display: block;
  width: 100%;
  padding: .1em;
  font-size: .8em;
  
  padding:4px 10px;
  margin-bottom:10px;
  
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
  display: block;
  width: 100%;
  /*
  padding: .375rem .75rem;
  */
  
font-size: 1.25em;
  padding: 10px;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 0px solid #eee;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #dde5ec;
}

.page_heading{
	font-size: 1.1em;
	color: #000;
	position: relative;
	padding-bottom: 10px;
	
}
.page_heading h3{
	font-size: 1.2em;
	color: #26262d;
	position: relative;
	padding-bottom: 4px;
}

.page_paragraph p{
  font-size: .9em;
  color: #000;
  position: relative;
  padding: 2px 0px;	
}

.page_paragraph img{
border:1px solid #eee;
padding:4px 0px;
margin:2.5px 2.5px 2.5px 0px;	
}

.page_paragraph h3{
	font-size: 1.2em;
	color: #000;
	position: relative;
	padding-bottom: 4px;
}

@media (max-width: 768px) {
  #topbar {
    padding:6px 0px;
  }


}

.tags_cs{
margin:2px 1px;	
padding:4px 6px;
 }
 
/* ----------------------- */

.popup{
    background-color: #f4f4f4;
    width: 650px;
    padding: 30px 40px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
	
	 z-index: 999999;
}
.popup button{
    
	display: block;
	margin:  0 0 20px auto;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #222;
	margin: 2px 0px 20px 0px;
	font-size: .9em;
	width: 100%;
}

.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
   /* line-height: 25px;*/
	 z-index: -1;
	 float:justify;
}

.popup h2{
font-size: 1.2em;
  color: #1a401a;
	margin:2px 0px 10px 0px;
	margin-bottom:20px;
	padding:10px;
	width:100%;
}

.popup_ul {

	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	text-align: justify;
	 font-size: 14px;

}
/* -----------------------------*/

#practices .box {
  padding: 10px 0px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #ffa1a1;
  transition: 0.4s;
  height: 100%;
  
}

#practices .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#practices .box .icon {
  float: left;
}

#practices .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#practices .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#practices .box h3 {
	/*
margin-left: 10px;
  margin-bottom: 10px;
  */
  font-size: 1em;
  text-align: center;
  margin:0px;
}

#practices .box h3 a {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: .85em;
	color: #3e1212;
}

#practices .box h4 {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-align:center;
}

#practices .box h4 a {
	letter-spacing: 2px;
	font-weight: 400;
	font-size: .95em;
	color: #3e1212;
	margin: 16px 0 15px;
}

#practices .box p {
	font-size: .9em;
	margin-bottom: 0;
	line-height: 22px;
	text-align: justify;
	color: #393939;
}

@media (max-width: 767px) {
  #practices .box .box {
    margin-bottom: 20px;
  }

  #practices .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #practices .box h4,
  #practices .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* --------------------------------------- */

#partners{
  margin: 20px 0px;
  
}


#partners .box {
  padding: 10px 0px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #ffa1a1;
  transition: 0.4s;
  height: 100%;
}

#partners .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#partners .box .icon {
  float: left;
}

#partners .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#partners .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#partners .box h3 {
  font-size: 1em;
  text-align: center;
  margin:0px;
}

#partners .box h3 a {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: .85em;
	color: #3e1212;
}

#partners .box h4 {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-align:center;
}

#partners .box h4 a {
	letter-spacing: 2px;
	font-weight: 400;
	font-size: .95em;
	color: #3e1212;
	margin: 16px 0 15px;
}

#partners .box p {
	font-size: .9em;
	margin-bottom: 0;
	line-height: 22px;
	text-align: justify;
	color: #393939;
}

@media (max-width: 767px) {
  #partners .box .box {
    margin-bottom: 20px;
  }

  #partners .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #partners .box h4,
  #partners .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* <!-----------------------!> */


#profile{
  margin: 20px 0px;
  min-height:400px;
  
}


#profile .box {
  padding: 10px 0px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #ffa1a1;
  transition: 0.4s;
  height: 100%;
}

#profile .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#profile .box .icon {
  float: left;
}

#profile .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#profile .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#profile .box h3 {
  font-size: 1em;
  text-align: center;
  margin:0px;
}

#profile .box h3 a {
	letter-spacing: 1px;
	font-weight: 400;
	font-size: .85em;
	color: #3e1212;
}

#profile .box h4 {
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	text-align:center;
}

#profile .box h4 a {
	letter-spacing: 2px;
	font-weight: 400;
	font-size: .95em;
	color: #3e1212;
	margin: 16px 0 15px;
}

#profile .box p {
	font-size: .9em;
	margin-bottom: 0;
	line-height: 22px;
	text-align: justify;
	color: #393939;
}


#profile img {
	padding:2px;
	border:1px solid #eded;
}


@media (max-width: 767px) {
  #profile .box .box {
    margin-bottom: 20px;
  }

  #profile .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #profile .box h4,
  #profile .box p {
    margin-left: 0;
    text-align: center;
  }
}

.table-responsive{
	font-size:.8em;
}

.table-responsive table{
	border:0px;
	text-align:center;
	
}


.table-responsive tr td{
	border:0px;
	width:50%;
	font-size:.8em;
}