/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: Regulations
Version:        1.0.0
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
Change Dates
7/25/2023
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	about-section
#0.7	services-section
#0.8	testimonials-section
#0.9	contact-section
#1.0	case-studies-section
#1.1	case-studies-section
#1.2	cta-section
#1.3	recent-blog-section
#1.3	partners-section
#1.4	social-newsletter-section


--------------------------------------------------------------
	Home style 2
---------------------------------------------------------------
#2.1	features-section
#2.2	about-section-s2
#2.3	services-section-s2
#2.4	testimonials-section-2
#2.5	contact-section-s2
#2.6	contact-section-s2


--------------------------------------------------------------
	About page
---------------------------------------------------------------
#3.1	about-section-s3
#3.2	fun-fact-awards-section


--------------------------------------------------------------
	Contact page
---------------------------------------------------------------
#4.1	contact-pg-section


--------------------------------------------------------------
	Contact style 2
---------------------------------------------------------------
#5.1	contact-pg-section-s2


--------------------------------------------------------------
	Team page
---------------------------------------------------------------
#6.1	attorneys-section-s2


--------------------------------------------------------------
	Services page
---------------------------------------------------------------
#7.1	service-pg-service-section
#7.2	pricing-section


--------------------------------------------------------------
	Services style 2
---------------------------------------------------------------
#8.1	services-section-s3


--------------------------------------------------------------
	Services single page
---------------------------------------------------------------
#9.1	service-single-section


--------------------------------------------------------------
	Team single page
---------------------------------------------------------------
#10.1	team-single-section


--------------------------------------------------------------
	Case single page
---------------------------------------------------------------
#11.1	case-single-section


--------------------------------------------------------------
	Blog page
---------------------------------------------------------------
#12.1	blog-pg-section


--------------------------------------------------------------
	Blog single page
---------------------------------------------------------------
#13.1	blog-single-section


--------------------------------------------------------------
	Testimonials page
---------------------------------------------------------------
#13.1	testimonials-pg-section



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Playfair+Display");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}
/* Potential backgrounds
background: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%)!important;
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%)!important;
background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)!important;
background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%)!important;
background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
Grid
background-image: linear-gradient(#fdfbfb 2px, transparent 2px), linear-gradient(to right, #fdfbfb 2px, transparent 2px);
background-size: 32px 32px;
background-color: #f5f5f5;
*/

/* Potential body background */
body {
  /*background-image: linear-gradient(120deg, #EDF7F7 0%, #EDF7F7 100%)!important;*/
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  background: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
    .page-wrapper {
    background: #f9f9f9;
  }
}

p {
  color: #7d7d7d;
  line-height: 1.8em;
}
/* Changed color 282e3f to 000 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #000000;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
a {
  text-decoration: none!important;
  color: rgba(24, 127, 154, 1)!important;
}
a:hover {
  text-decoration: none!important;
  color: rgba(24, 127, 154, 0.985)!important;
}


img {
  max-width: 100%;
}

button,
a:focus {
  outline: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
/* Background site color. Changed f9fcff 0% dee4ea 74% to f9fcff 0% #0b543d24 100% */
background-color: #ffffff; 
background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 74%); 
background-image: linear-gradient(to bottom, #f9fcff 0%, rgba(142,201,201,1) 74%); 
position: relative;  
overflow: hidden; 
/* Background site image */
/* background-image: url(../images/header/header5.gif); */
/* background-repeat: repeat!important; */  
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}
/* 7/25/23 Changed top padding from 100px to 50px */
.section-padding {
  padding: 50px 0;
}
/* 7/25/23 Changed top padding from 90px to 40px */
@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0;
  }
}
/* 7/25/23 Changed top padding from 80px to 30px */
@media (max-width: 767px) {
  .section-padding {
    padding: 30px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  margin-top: 15px;
}

.contact-validation-active label.error {
  color: #d02124;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #c1b696;
}
/* 7/10/24 changed color from fff to 000 */
.contact-validation-active #success,
.contact-validation-active #error {
  width: 90%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #success {
  background-color: #187f9a;
  color: white;
  border-left: 0px solid #187f9a;
  margin-bottom: 5px;
}

.contact-validation-active #error {
  background-color: #d02124;
  color: white;
  border-left: 0px solid #d02124;
}

/*** back to top **/
/* 7/28/23 Changed from 193, 182, 150 0.9 to 144, 0, 24 */
.back-to-top {
  background-color: #d02124;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/* 7/28/23 Changed from c1b696 to 144, 0, 24, 1) */
.back-to-top:hover {
  background-color: #ED2224;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}
/* 9/11/23 Added title spacing above and below title page */
.section-title, .section-title-s2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  .section-title, .section-title-s2 {
    margin-bottom: 45px;
  }
}
/* 10/19/23 Changed color and added font weight */
.section-title > span, .section-title-s2 > span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(76,62,69, 1)!important;
  margin-top: -5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
}

@media (max-width: 767px) {
  .section-title > span, .section-title-s2 > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.section-title h2, .section-title-s2 h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  margin: 0.22em 0 0;
  padding-right: 80px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 38px;
    font-size: 2.375rem;
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding-right: 60px;
  }
}
/* 8/1/23 Removed background fff */
.section-title h2:after, .section-title-s2 h2:after {
  content: "";
  background:    rgba(12, 118, 129);
  width: 55px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 6px;
}

@media (max-width: 991px) {
  .section-title h2:after, .section-title-s2 h2:after {
    width: 45px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .section-title h2:after, .section-title-s2 h2:after {
    width: 35px;
  }
}
/* Changed color 282e3f to 000 */
.section-title-s2 h2 {
  color: #000000;
}
/* Changed color 282e3f to 000 */
.section-title-s2 h2:after {
  background: #000000;
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  background-color: #c1b696;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  padding: 9px 25px;
  border: 2px solid transparent;
  border-radius: 47px;
  text-transform: capitalize;
  display: inline-block;
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn:active, .theme-btn-s2:active, .theme-btn-s3:active, .theme-btn-s4:active {
  background-color: #aea076;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 7px 22px;
  }
}

.theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  padding: 11px 25px;
}

@media (max-width: 991px) {
  .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    padding: 9px 22px;
  }
}

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover, .theme-btn-s2:focus, .theme-btn-s3:focus, .theme-btn-s4:focus, .theme-btn-s2:active, .theme-btn-s3:active, .theme-btn-s4:active {
  background-color: rgba(193, 182, 150, 0.6);
  border-color: #c1b696;
}

.theme-btn-s3 {
  border-radius: 0;
  text-transform: uppercase;
}

.theme-btn-s4:hover {
  background-color: #b2a47c;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #c1b696;
  -webkit-box-shadow: 0 0 5px 0 #d4ccb6;
  -moz-box-shadow: 0 0 5px 0 #d4ccb6;
  -o-box-shadow: 0 0 5px 0 #d4ccb6;
  -ms-box-shadow: 0 0 5px 0 #d4ccb6;
  box-shadow: 0 0 5px 0 #d4ccb6;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #d4ccb6;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #c1b696;
}

.page-title {
rgba(12, 118, 129); 
  height: 400px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}

@media (max-width: 991px) {
  .page-title {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .page-title {
    height: 300px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(25, 25, 25, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  width: 100%;
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title h2 {
  font-size: 60px;
  font-size: 3.75rem;
  margin: 0;
  text-transform: capitalize;
}



@media (max-width: 991px) {
  .page-title h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* 7/25/23 Hide styling where breadcrumb is associated to page title */
/*
.page-title .breadcrumb {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 22px;
  margin: 0;
  border-radius: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    width: 100%;
    padding: 8px 15px;
  }
}

.page-title .breadcrumb li {
  color: #c5c5c5;
}

@media (max-width: 767px) {
  .page-title .breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.page-title .breadcrumb a {
  color: #c1b696;
}
 .page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #c5c5c5;
  margin: 0 5px;
}
*/
.page-loader {
  background-color: #272727;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}
/* 7/31/23 Changed border from c1b696 to badbcc */
.page-loader .page-loader-inner {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 4px solid #0C7681;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
}

/* 7/31/23 Changed background color from c1b696 to d1e7dd */

.page-loader .page-loader-inner .inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #0C7681;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/******************************
	service sidebar
*********************************/
.service-sidebar {
  /*** service list widget ***/
  /*** contact widget ***/
}

@media screen and (min-width: 1200px) {
  .service-sidebar {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .service-sidebar {
    margin-top: 80px;
  }
}
/* 4/20/24 Added border radius 8px */
.service-sidebar .widget {
  background-color: #f8f8f8;
  padding: 40px 35px;
  border-radius:8px
}

@media (max-width: 767px) {
  .service-sidebar .widget {
    padding: 35px 30px;
  }
}

.service-sidebar .widget h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 0 0.9em;
}

.service-sidebar .widget ul,
.service-sidebar .widget p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .service-sidebar .widget ul,
  .service-sidebar .widget p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 40px;
}

.service-sidebar .widget ul li a {
  color: #676767;
  font-weight: normal;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service-sidebar .service-list-widget ul li a {
  display: block;
}

.service-sidebar .service-list-widget ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget ul li a:hover {
  color: #c1b696;
}

.service-sidebar .contact-widget {
  background-color: #e7e3d6;
}

.service-sidebar .contact-widget ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6em;
  color: #616161;
}

.service-sidebar .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 7px;
}

.service-sidebar .contact-widget ul > li + li {
  margin-top: 20px;
}

/*****************************************
	blog sidebar
******************************************/
.blog-sidebar {
  /*** about-widget ***/
  /*** search-widget ***/
  /*** recent-post-widget ***/
  /*** category-widget ***/
  /*** tag-widget ***/
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 90px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 80px;
  }
}

/* Changed background fff to background color light blue */
.blog-sidebar .widget {
  background-color: rgba(130, 161, 181, 0.01);
  padding: 45px 35px;
}

@media (max-width: 767px) {
  .blog-sidebar .widget {
    padding: 35px 25px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 1em;
  padding-right: 2.2em;
  position: relative;
  display: inline-block;
}

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #808080;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 0.7em;
  right: 0;
}

.blog-sidebar > .widget + .widget {
  margin-top: 55px;
}

.blog-sidebar .about-widget {
  text-align: center;
  padding: 45px;
}

@media (max-width: 1199px) {
  .blog-sidebar .about-widget {
    padding: 45px 35px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .about-widget {
    padding: 35px 25px;
  }
}

.blog-sidebar .about-widget .author-pic {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 1.5em;
}

.blog-sidebar .about-widget img {
  border-radius: 50%;
}

.blog-sidebar .about-widget .social {
  display: inline-block;
  overflow: hidden;
}

.blog-sidebar .about-widget .social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}

.blog-sidebar .about-widget .social li a {
  background: #d8d8d8;
  display: block;
  color: #fff;
  border-radius: 50%;
}

.blog-sidebar .about-widget .social li a:hover {
  background: #c1b696;
}

.blog-sidebar .about-widget .social > li + li {
  margin-left: 5px;
}
/* 9/17/23 Removed class .blog-sidebar located just before class widget so
the search widget will show up anywhere instead of just in the sidebar */
.search-widget form div {
  position: relative;
}
/* 9/17/23 Removed class .blog-sidebar located just before class widget so
the search widget will show up anywhere instead of just in the sidebar */
/* 10/24/23 Changed border radius from 50px to 2px */
.search-widget input {
  background-color: #eeeeee;
  height: 38px;
  font-size: 17px;
  font-size: 1.0625rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
/* 9/17/23 Removed class .blog-sidebar located just before class widget so
the search widget will show up anywhere instead of just in the sidebar */
.search-widget input:focus {
  background-color: rgba(193, 182, 150, 0.3);
}
/* 9/17/23 Removed class .blog-sidebar located just before class widget so
the search widget will show up anywhere instead of just in the sidebar */
.search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  color: #c1b696;
  border: 0;
  outline: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 85px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 85px);
  float: left;
  padding-left: 25px;
}

.blog-sidebar .recent-post-widget .post img {
  border-radius: 50%;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #757575;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #c1b696;
}

.blog-sidebar .category-widget ul li {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.blog-sidebar .category-widget ul li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 15px;
}

.blog-sidebar .category-widget ul a {
  color: #666;
}
/* 10/22/23 Changed hover color from c1b696 to current color */
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #0C7681;
}

.blog-sidebar .tag-widget {
  padding-bottom: 37px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  background: rgba(193, 182, 150, 0.7);
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 4px 8px 5px;
  color: #fff;
  border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #c1b696;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 70px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 55px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: #d0c8b0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #b2a47c;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

.theme-accordion-s1, .theme-accordion-s2 {
  margin-bottom: 0;
}

.theme-accordion-s1 .panel-default, .theme-accordion-s2 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading, .theme-accordion-s2 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel, .theme-accordion-s2 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
  background-color: #c1b696;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a, .theme-accordion-s2 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before, .theme-accordion-s2 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus, .theme-accordion-s2 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed, .theme-accordion-s2 .panel-heading .collapsed {
  background-color: #f1f1f1;
  color: #282e3f;
}

.theme-accordion-s1 .panel-heading .collapsed:before, .theme-accordion-s2 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fbfbfb;
  font-size: 18px;
  font-size: 1.125rem;
  border: 0;
  padding: 40px 25px 15px;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p, .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.theme-accordion-s2 .panel-default {
  border: 0;
  position: relative;
}

.theme-accordion-s2 .panel-heading a {
  background-color: #fff;
  font-family: "Playfair Display", serif;
  color: #c1b696;
  display: block;
  padding: 12px 25px;
  border: 1px solid #dde2e8;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s2 .panel-heading a .icon {
  background: #c1b696;
  width: 47px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading a .icon {
    display: none;
  }
}

.theme-accordion-s2 .panel-heading a .icon:before {
  font-family: "FontAwesome";
  content: "\f106";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-accordion-s2 .panel-heading a:before {
  display: none;
}

.theme-accordion-s2 .panel-heading .collapsed {
  color: #1e2331;
}

.theme-accordion-s2 .panel-heading .collapsed .icon:before {
  content: "\f107";
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
  padding-left: 130px;
  min-height: 135px;
  position: relative;
}

@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body {
    padding-left: 15px;
    min-height: auto;
  }
}

.theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
  position: absolute;
  left: 0;
  top: 30px;
}


@media (max-width: 767px) {
  .theme-accordion-s2 .panel-heading + .panel-collapse > .panel-body .img-holder {
    position: static;
    margin-bottom: 15px;
  }
}

@media (max-width: 430px) {
  .img-holder {
    display: none!important;
  }
  .about-text, .col-md-7 {
    left: 0rem!important;
    right: 0rem!important;
    min-width: 100%!important;
    margin-left: 0px;
    padding-left: 0px;
  }
  
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background: #000;
  min-height: 60px;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation .navbar-header .navbar-brand {
  height: auto;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
  /*** mega-menu style ***/
}
/* 7/28/23 Changed color from c1b686 to 104, 109, 146 */
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: rgb(223, 227, 127, 1)!important;
}
/* 11-23-2023 Main navigation hover color for mobile sized screens */
@media screen and (max-width: 992px) {
  .site-header #navbar > ul li a:hover,
  .site-header #navbar > ul li a:focus {
    text-decoration: none;
    color: rgb(223, 227, 127, 1)!important;
    list-style-type: none;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }

  /* 7/28/23 Changed font weight from bold to 600 */
  .site-header #navbar > ul > li > a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 30px 20px;
    text-transform: uppercase;
  }
  .site-header #navbar > ul > li:first-child > a:first-child {
    padding-left: 0;
  }
  /* 9-2-2025: changed sub-menu background color from fff to 222828 */
  .site-header #navbar > ul .sub-menu {
    background-color: #222828;
    width: 220px;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 15px 60px -19px black;
    box-shadow: 0px 15px 60px -19px black;
  }
  .site-header #navbar > ul > li .sub-menu a {
    display: block;
    padding: 10px 20px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
      /* 9/2/2025: changed submenu color from 222828 to fff */
      color: #fff;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative; 
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* 5/5/24 View of mobile navigation drop down (explore link) */
  .dropdown-menu-light {
    margin-top: -12px;
  }

}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #c1b696;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }

  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }

}
/* START RESEARCHING NAVIGATION ISSUE HERE */
@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .navbar {
    min-height: 80px;
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #222828;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: relative;
    float: right!important;
    right: 15px;
    top: 0;
    z-index: 20;
    border-radius: 50%;
  }
  .site-header .navbar-header button span {
    background-color: #6ABCB8;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: rgba(34, 40, 40, 1); /* Changed background from fff to 000 */
    display: block!important;
    width: 280px;
    min-height: 100%!important;
    margin: 0;
    padding: 0;
    border-left: 1px solid rgba(12, 118, 129);
    border-right: 1px solid rgba(12, 118, 129);
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }


  /* 7/27/23 Changed color from 000 to #868aa8 */

  .site-header #navbar ul a {
    color: #eeecec!important;
  }

  /* 7/27/23 Changed from c1b696 to 104, 109, 146 */
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #3eb9b9!important;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: rgba(12, 118, 129);
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid rgba(225,255,255,0.4);
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

  .site-header {background: linear-gradient(100deg,
    #7b8752, 
    rgb(12, 118, 129, 1), 
    rgb(53, 164, 176, 1),  
    rgb(12, 118, 129, 1), 
    rgb(76, 62, 69, 1));
  }

/* 10-02-25 Commented out in order to use Bootstrap 5.3 collapse menu
@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}
  */

/**********************************
	header style 1
***********************************/
.header-style-1, .header-style-2, .header-style-3 {
  /*** navigation ***/
}
/* 7/27/23 Changed background from f8f8f8 to #354e42 */
.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 22px 0;
}

@media (max-width: 767px) {
  .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
    padding: 25px 0;
  }
}

.header-style-1 .topbar .info, .header-style-2 .topbar .info, .header-style-3 .topbar .info {
  float: right;
  margin-top: 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .header-style-1 .topbar .info, .header-style-2 .topbar .info, .header-style-3 .topbar .info {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar .info, .header-style-2 .topbar .info, .header-style-3 .topbar .info {
    float: none;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeecec;
  }
}

.header-style-1 .topbar .info > div, .header-style-2 .topbar .info > div, .header-style-3 .topbar .info > div {
  float: left;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .info > div, .header-style-2 .topbar .info > div, .header-style-3 .topbar .info > div {
    float: none;
  }
}

.header-style-1 .topbar .info > div + div, .header-style-2 .topbar .info > div + div, .header-style-3 .topbar .info > div + div {
  margin-left: 38px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .info > div + div, .header-style-2 .topbar .info > div + div, .header-style-3 .topbar .info > div + div {
    margin: 15px 0 0;
  }
}
/* 8/1/23 Remove color c1b696 */
.header-style-1 .topbar .info span, .header-style-2 .topbar .info span, .header-style-3 .topbar .info span {

  display: inline-block;
  margin-bottom: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .info span, .header-style-2 .topbar .info span, .header-style-3 .topbar .info span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.header-style-1 .topbar .info p, .header-style-2 .topbar .info p, .header-style-3 .topbar .info p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #5d5d5d;
  margin: 0;
}

@media (max-width: 991px) {
  .header-style-1 .topbar .info p, .header-style-2 .topbar .info p, .header-style-3 .topbar .info p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}


@media (max-width: 767px) {
  .header-style-1 .site-logo, .header-style-2 .site-logo, .header-style-3 .site-logo {
    text-align: center;
  }
}

@media screen and (min-width: 992px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    padding: 30px 15px;
  }
}

@media screen and (min-width: 1200px) {
  .header-style-1 #navbar > ul > li > a, .header-style-2 #navbar > ul > li > a, .header-style-3 #navbar > ul > li > a {
    padding: 30px 20px;
  }
}
/* 9/1/2025 Changed color from 4d5058 to fff */
.header-style-1 #navbar > ul > li a, .header-style-2 #navbar > ul > li a, .header-style-3 #navbar > ul > li a {
  color: #fff;
}


.header-style-1 .navigation .search-quote, .header-style-2 .navigation .search-quote, .header-style-3 .navigation .search-quote {
  float: right;
  margin-top: 19px;
}

@media (max-width: 991px) {
  .header-style-1 .navigation .search-quote, .header-style-2 .navigation .search-quote, .header-style-3 .navigation .search-quote {
    width: 200px;
    float: left;
    position: relative;
    margin-top: 20px;
  }
}

.header-style-1 .navigation .search-quote > div, .header-style-2 .navigation .search-quote > div, .header-style-3 .navigation .search-quote > div {
  float: left;
}

.header-style-1 .search-quote .search, .header-style-2 .search-quote .search, .header-style-3 .search-quote .search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 991px) {
  .header-style-1 .search-quote .search, .header-style-2 .search-quote .search, .header-style-3 .search-quote .search {
    right: -20px;
  }
}

.header-style-1 .search-quote .search:before, .header-style-2 .search-quote .search:before, .header-style-3 .search-quote .search:before {
  background: #d9d9d9;
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .header-style-1 .search-quote .search:before, .header-style-2 .search-quote .search:before, .header-style-3 .search-quote .search:before {
    right: -20px;
    left: auto;
  }
}

.header-style-1 .search-quote .search > button, .header-style-2 .search-quote .search > button, .header-style-3 .search-quote .search > button {
  background: transparent;
  border: 0;
  outline: 0;
}

.header-style-1 .search-quote .search > button .fi:before, .header-style-2 .search-quote .search > button .fi:before, .header-style-3 .search-quote .search > button .fi:before {
  color: #b2b2b2;
}

.header-style-1 .search > div, .header-style-2 .search > div, .header-style-3 .search > div {
  background: #f8f8f8;
  width: 250px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 54px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .header-style-1 .search > div, .header-style-2 .search > div, .header-style-3 .search > div {
    right: -35px;
    top: 54px;
  }
}

.header-style-1 .search > div input, .header-style-2 .search > div input, .header-style-3 .search > div input {
  height: 42px;
  border-radius: 0;
  border-color: #e4e4e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-style-1 .search > div button, .header-style-2 .search > div button, .header-style-3 .search > div button {
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-style-1 .search > div .fi:before, .header-style-2 .search > div .fi:before, .header-style-3 .search > div .fi:before {
  font-size: 18px;
  font-size: 1.125rem;
  color: #c1b696;
}

.header-style-1 .search:hover > div, .header-style-2 .search:hover > div, .header-style-3 .search:hover > div {
  opacity: 1;
  visibility: visible;
}

/**********************************
	header style 2
***********************************/
@media screen and (min-width: 992px) {
  .header-style-2 {
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-2 .topbar,
  .header-style-2 .navigation {
    background: transparent;
  }
  .header-style-2 .topbar .info p,
  .header-style-2 #navbar > ul > li > a {
    color: #ebebeb;
  }
  .header-style-2 .navigation > .container:before {
    content: "";
    background: rgba(255, 255, 255, 0.15);
    width: calc(100% - 30px);
    height: 1px;
    position: absolute;
    left: 15px;
    top: 0;
  }
  .header-style-2 .search-quote .search:before {
    background: rgba(255, 255, 255, 0.15);
  }
}

/**********************************
	header style 2
***********************************/

/* 7/27/23 Changed border from 32394a to rgba green tone */
@media (max-width: 767px) {
  .header-style-3 .topbar .info {
    border-top: 1px solid rgba(17, 49, 0, 0.8);
  }
}

.header-style-3 .topbar .info p {
  color: #c1c1c1;
}
/* 7/27/23 Changed background color from #282e3f to 255 */
.header-style-3 .navigation {
  background-color: rgba(255, 255, 255, 1)!important;
}

.header-style-3 #navbar > ul > li > a {
  color: #000;
}

.header-style-3 .search-quote .search:before {
  background: #434b5f;
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
/* Changed height from 700 to 500 */
.hero {
  position: relative;
  height: 500px;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}
/* Changed height from 600 to 500 */
@media (max-width: 991px) {
  .hero {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .hero {
    height: 450px;
  }
}
/* 7/25/23 Changed height from 700 to 500 */
.hero .slide {
  height: 500px;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}
/* 7/25/23 Changed height from 600 to 400 */
@media (max-width: 991px) {
  .hero .slide {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    height: 450px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  width: 55px;
  height: 55px;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
  color: #bfbfbf;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
  color: #bfbfbf;
}
/* 7/29/23 Changed border color from c1b696 to 104 109 146 */
/* 11-12-23 Added transitions */
.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* Changed color from fff to 255*/
.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {

  color: rgba(255,255,255,0.85);
}

.hero .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: #3eb9b9;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}
/* 7/25/23 Changed opacity from 0 to 1 */
.hero .hero-slider .slide-caption > h2,
.hero .hero-slider .slide-caption > p,
.hero .hero-slider .slide-caption > .btns {
  opacity: 1;
}

/* 8/1/23 Removed animations 
.hero .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
  animation: fadeInTopSlow 1.5s 0.8s forwards;
}


.hero .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -o-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInBottomSlow 1.5s 0.8s forwards;
  animation: fadeInBottomSlow 1.5s 0.8s forwards;
}
*/

/******************************
	hero style 1
*******************************/
/* 2/18/24 Changed color from 313132 to e9e9e9 */
/* 2/18/24 Changed font weight from 400 to 300 */
/* 2/18/24 Changed padding left from 100px to 0px */
.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #e9e9e9!important;
  line-height: 0.8em;
  font-weight: 300;
  margin: 0;
  position: relative;
  padding-left: 0px!important;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 0px!important;
  }
}
/* 2/18/24 Changed background (horizontal line) from 313132 to e9e9e9 */
/* 2/18/24 Added display none to hide horizontal rule positioning. */
.hero-style-1 .slide-caption p:after, .hero-style-2 .slide-caption p:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 54%;
  display: none;
}
@media (max-width: 991px) {
  .hero-style-1 .slide-caption p:after, .hero-style-2 .slide-caption p:after {
    width: 50px;
  }
}

/* 2/18/24 Changed color from 313132 to e9e9e9 */
.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
  font-size: 55px;
  font-size: 3.4375rem;
  color: #e9e9e9;
  margin: 0.9em 0 1em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2 {
    font-size: 30px;
    font-size: 1.875rem!important;
  }
}
/* 7/25/23 Changed background opacity from 0.3 to 0 */
.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
  background: rgba(40, 46, 63, 0);
  margin-bottom: 10px;
  padding: 5px 20px 13px;
  display: inline-block;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
    padding: 4px 15px 12px;
  }
}
/* 12/29/23 Added left margin 0 */
@media (max-width: 450px) {
  .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span {
    padding: 4px 10px 12px;
  }
}

/******************************
	hero style 2
*******************************/
.hero-style-2 {
  height: 850px;
}

@media (max-width: 991px) {
  .hero-style-2 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 {
    height: 450px;
  }
}

.hero-style-2 .slide {
  height: 850px;
}

@media (max-width: 991px) {
  .hero-style-2 .slide {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide {
    height: 450px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slide-caption {
    margin-top: 175px;
  }
}

.hero-style-2 .slide-caption h2 {
  margin: 0.6em 0 0.7em;
  line-height: 1.3em;
}

.hero-style-2 .slide-caption h2 span {
  background: transparent;
  padding: 0;
  display: inline-block;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slick-prev,
  .hero-style-2 .slick-next {
    top: 60%;
  }
}
/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
/* 7/25/23 Changed background color from 222528 to rgba green tone */
.site-footer {
  
  background: #1B1B1B;
  background: linear-gradient(to bottom, #1B1B1B 0%, #0C0C0C 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1B1B1B), color-stop(100%, #0C0C0C));
  background: -webkit-linear-gradient(top, #1B1B1B 0%, #0C0C0C 100%);
  background: -moz-linear-gradient(top, #1B1B1B 0%, #0C0C0C 100%);
  background: -o-linear-gradient(top, #1B1B1B 0%, #0C0C0C 100%);
  background: -ms-linear-gradient(top, #1B1B1B 0%, #0C0C0C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B1B1B', endColorstr='#0C0C0C', GradientType=0); 
  /*** about-widget ***/
  /*** link-widget ***/
  /*** recent-post-widget ***/
  /*** contact-widget ***/
  /*** lower-footer ***/
}

.site-footer p,
.site-footer li {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #a0a0a0;
}

.site-footer .upper-footer {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 90px 0 20px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 10px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .col {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .col {
    margin-bottom: 60px;
  }
}

.site-footer .widget-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 25px;
  }
}

.site-footer .widget-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin: -0.13em 0 0;
}

@media (max-width: 767px) {
  .site-footer .widget-title h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .site-footer .about-widget .logo {
    max-width: 90%;
  }
}

.site-footer .about-widget p {
  margin-bottom: 1.6em;
}

.site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}

.site-footer .link-widget ul li {
  position: relative;
  padding-left: 15px;
  position: relative;
}

.site-footer .link-widget ul li:before {
  content: "-";
  color: #c1b696;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .link-widget ul a {
  color: #c1b696;
}

.site-footer .link-widget ul a:hover {
  color: #d4ccb6;
}

.site-footer .link-widget ul > li + li {
  margin-top: 15px;
}

@media screen and (min-width: 1200px) {
  .site-footer .recent-post-widget {
    padding: 0 20px;
  }
}

.site-footer .recent-post-widget .posts > div + div {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #3c3c3c;
}

.site-footer .recent-post-widget .post h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  margin: 0 0 0.7em;
}

@media (max-width: 767px) {
  .site-footer .recent-post-widget .post h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.site-footer .recent-post-widget .post h4 a {
  color: #bbbbbb;
}

.site-footer .recent-post-widget .post h4 a:hover {
  color: #c1b696;
}

.site-footer .recent-post-widget .post .date {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  color: #777;
}

.site-footer .contact-widget li span {
  color: #c1b696;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .contact-widget ul li {
  line-height: 1.9em;
}

@media (max-width: 767px) {
  .site-footer .contact-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.site-footer .contact-widget ul > li + li {
  margin-top: 15px;
}
/* 7/25/23 Added lower footer background to darken color of site footer background */
.site-footer .lower-footer {
/*  background: url('assets/images/header/footer.gif');*/
  text-align: center;
}

.site-footer .lower-footer .row {
  padding: 35px 15px;
  position: relative;
}

.site-footer .lower-footer .row .separator {
  background-color: rgba(76,62,69, 1)!important;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  left: 15px;
  top: 0;
}

.site-footer .lower-footer .copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgba(212, 214, 149, 0.883);
}

.site-footer .lower-footer ul {
  display: inline-block;
  overflow: hidden;
}

.site-footer .lower-footer ul li {
  font-size: 15px;
  font-size: 0.9375em;
  float: left;
}

@media (max-width: 767px) {
  .site-footer .lower-footer ul li {
    font-size: 14px;
    font-size: 0.875em;
  }
}

.site-footer .lower-footer ul > li + li {
  margin-left: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .lower-footer ul > li + li {
    margin-left: 20px;
  }
}

.site-footer .lower-footer ul > li + li:before {
  content: "/";
  position: absolute;
  left: -20px;
  top: 0;
  color: rgb(124, 146, 146)!important;
}

@media (max-width: 767px) {
  .site-footer .lower-footer ul > li + li:before {
    display: none;
  }
}

.site-footer .lower-footer ul a {
  color: #f9f9f9  !important;
}

/* 11-12-23 Added transitions */
.site-footer .lower-footer ul a:hover {
  color: rgb(226, 228, 161, 1)!important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.site-header .sticky-header {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .header-style-2 .sticky-header {
    background-color: #272a2d;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header-style-3 .sticky-header {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
#0.6	about-section
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .about-section {
    padding-bottom: 120px;
  }
}

.about-section .about-title {
  position: relative;
}

.about-section .img-holder {
  position: relative;
  max-width: 457px;
}

.about-section .img-holder:before {
  content: "";
  background-color: #c1b696;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 20px;
}

@media (max-width: 1199px) {
  .about-section .img-holder:before {
    left: 20px;
  }
}

@media (max-width: 991px) {
  .about-section .img-holder:before {
    left: 8px;
  }
}

.about-section .img-holder img {
  position: relative;
  z-index: 10;
}

.about-section, .title-text {
  width: 100%;

  line-height: 1.8em!important;
}

@media (max-width: 1199px) {
  .about-section .title-text {
    width: 100%;

    line-height: 1.8em!important;
  }
}

@media (max-width: 767px) {
  .about-section .title-text {
  width: 100%;

  line-height: 1.8em!important;
  }
}

.about-section .title-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .about-section .title-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-section .title-text h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.about-section .title-text h2:first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #c1b696;
  float: left;
  margin-right: 10px;
  line-height: 0.5em;
}

@media (max-width: 1199px) {
  .about-section .title-text h2:first-letter {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {
  .about-section .title-text h2:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }
}

.about-section .title-text p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #c1b696;
  letter-spacing: 6px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section .title-text p {
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .about-section .title-text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 992px) {
  .about-section .about-text {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section .about-text {
    padding-left: 45px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .about-section .about-text {
    padding-top: 70px;
  }
}

.about-section .about-text h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.67em;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .about-section .about-text h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.about-section .about-text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .about-section .about-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-section .theme-btn-s2, .about-section .theme-btn-s3, .about-section .theme-btn-s4 {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-section .theme-btn-s2, .about-section .theme-btn-s3, .about-section .theme-btn-s4 {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
#0.7	services-section
--------------------------------------------------------------*/
.services-section, .services-section-s2, .services-section-s3 {
  background: url("../images/services-bg.jpg") center center/cover no-repeat fixed;
  position: relative;
}

.services-section:before, .services-section-s2:before, .services-section-s3:before {
  content: "";
  background-color: rgba(40, 46, 63, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-section .service-grids .grid, .services-section-s2 .service-grids .grid, .services-section-s3 .service-grids .grid {
  background: rgba(40, 46, 63, 0.9);
  padding: 60px 45px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .services-section .service-grids .grid, .services-section-s2 .service-grids .grid, .services-section-s3 .service-grids .grid {
    padding: 50px 35px;
  }
}

@media (max-width: 767px) {
  .services-section .service-grids .grid, .services-section-s2 .service-grids .grid, .services-section-s3 .service-grids .grid {
    padding: 40px 20px;
  }
}

.services-section .grid .icon, .services-section-s2 .grid .icon, .services-section-s3 .grid .icon {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .services-section .grid .icon, .services-section-s2 .grid .icon, .services-section-s3 .grid .icon {
    margin-bottom: 15px;
  }
}

.services-section .grid .fi:before, .services-section-s2 .grid .fi:before, .services-section-s3 .grid .fi:before {
  font-size: 50px;
  font-size: 3.125rem;
  color: #c1b696;
}

@media (max-width: 991px) {
  .services-section .grid .fi:before, .services-section-s2 .grid .fi:before, .services-section-s3 .grid .fi:before {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.services-section .grid h4, .services-section-s2 .grid h4, .services-section-s3 .grid h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 0.75em;
}

@media (max-width: 991px) {
  .services-section .grid h4, .services-section-s2 .grid h4, .services-section-s3 .grid h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.services-section .grid h4 a, .services-section-s2 .grid h4 a, .services-section-s3 .grid h4 a {
  color: #fff;
}

.services-section .grid h4 a:hover, .services-section-s2 .grid h4 a:hover, .services-section-s3 .grid h4 a:hover {
  color: #c1b696;
}

.services-section .grid p, .services-section-s2 .grid p, .services-section-s3 .grid p {
  color: #a7a6a6;
  margin: 0;
}

.services-section .owl-controls, .services-section-s2 .owl-controls, .services-section-s3 .owl-controls {
  margin: 0;
  position: absolute;
  right: 0;
  top: -100px;
}

@media (max-width: 767px) {
  .services-section .owl-controls, .services-section-s2 .owl-controls, .services-section-s3 .owl-controls {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    text-align: left;
    margin-top: 40px;
  }
}

.services-section .owl-controls .owl-nav .owl-prev, .services-section-s2 .owl-controls .owl-nav .owl-prev, .services-section-s3 .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next,
.services-section-s2 .owl-controls .owl-nav .owl-next,
.services-section-s3 .owl-controls .owl-nav .owl-next {
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 2px solid #c1b696;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 991px) {
  .services-section .owl-controls .owl-nav .owl-prev, .services-section-s2 .owl-controls .owl-nav .owl-prev, .services-section-s3 .owl-controls .owl-nav .owl-prev,
  .services-section .owl-controls .owl-nav .owl-next,
  .services-section-s2 .owl-controls .owl-nav .owl-next,
  .services-section-s3 .owl-controls .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.services-section .owl-controls .owl-nav .owl-prev i, .services-section-s2 .owl-controls .owl-nav .owl-prev i, .services-section-s3 .owl-controls .owl-nav .owl-prev i,
.services-section .owl-controls .owl-nav .owl-next i,
.services-section-s2 .owl-controls .owl-nav .owl-next i,
.services-section-s3 .owl-controls .owl-nav .owl-next i {
  font-size: 22px;
  font-size: 1.375rem;
  color: #c1b696;
}

@media (max-width: 991px) {
  .services-section .owl-controls .owl-nav .owl-prev i, .services-section-s2 .owl-controls .owl-nav .owl-prev i, .services-section-s3 .owl-controls .owl-nav .owl-prev i,
  .services-section .owl-controls .owl-nav .owl-next i,
  .services-section-s2 .owl-controls .owl-nav .owl-next i,
  .services-section-s3 .owl-controls .owl-nav .owl-next i {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.services-section .owl-controls .owl-nav .owl-prev:hover, .services-section-s2 .owl-controls .owl-nav .owl-prev:hover, .services-section-s3 .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover,
.services-section-s3 .owl-controls .owl-nav .owl-next:hover {
  background-color: #c1b696;
}

.services-section .owl-controls .owl-nav .owl-prev:hover i, .services-section-s2 .owl-controls .owl-nav .owl-prev:hover i, .services-section-s3 .owl-controls .owl-nav .owl-prev:hover i,
.services-section .owl-controls .owl-nav .owl-next:hover i,
.services-section-s2 .owl-controls .owl-nav .owl-next:hover i,
.services-section-s3 .owl-controls .owl-nav .owl-next:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
#0.8	testimonials-section
--------------------------------------------------------------*/
.testimonials-section, .testimonials-section-2, .testimonials-section-3, .testimonials-pg-section {
  background-color: #f8f8f8;
}

.testimonials-section .testimonial-grids .grid, .testimonials-section-2 .testimonial-grids .grid, .testimonials-section-3 .testimonial-grids .grid, .testimonials-pg-section .testimonial-grids .grid {
  overflow: hidden;
}

.testimonials-section .testimonial-grids .grid:focus, .testimonials-section-2 .testimonial-grids .grid:focus, .testimonials-section-3 .testimonial-grids .grid:focus, .testimonials-pg-section .testimonial-grids .grid:focus {
  outline: none;
}

.testimonials-section .grid .client-pic, .testimonials-section-2 .grid .client-pic, .testimonials-section-3 .grid .client-pic, .testimonials-pg-section .grid .client-pic {
  width: 348px;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section .grid .client-pic, .testimonials-section-2 .grid .client-pic, .testimonials-section-3 .grid .client-pic, .testimonials-pg-section .grid .client-pic {
    max-width: 288px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .client-pic, .testimonials-section-2 .grid .client-pic, .testimonials-section-3 .grid .client-pic, .testimonials-pg-section .grid .client-pic {
    float: none;
  }
}

.testimonials-section .grid .client-pic:before, .testimonials-section-2 .grid .client-pic:before, .testimonials-section-3 .grid .client-pic:before, .testimonials-pg-section .grid .client-pic:before {
  content: "";
  background: url("../images/testimonials/quote.png") center center/cover no-repeat local;
  width: 220px;
  height: 162px;
  position: absolute;
  right: -100px;
  top: 0;
}

@media (max-width: 991px) {
  .testimonials-section .grid .client-pic:before, .testimonials-section-2 .grid .client-pic:before, .testimonials-section-3 .grid .client-pic:before, .testimonials-pg-section .grid .client-pic:before {
    width: 150px;
    height: 112px;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .client-pic:before, .testimonials-section-2 .grid .client-pic:before, .testimonials-section-3 .grid .client-pic:before, .testimonials-pg-section .grid .client-pic:before {
    display: none;
  }
}

.testimonials-section .grid .details, .testimonials-section-2 .grid .details, .testimonials-section-3 .grid .details, .testimonials-pg-section .grid .details {
  width: calc(100% - 348px);
  min-height: 370px;
  float: right;
  padding-left: 100px;
  padding-top: 43px;
}

@media (max-width: 1199px) {
  .testimonials-section .grid .details, .testimonials-section-2 .grid .details, .testimonials-section-3 .grid .details, .testimonials-pg-section .grid .details {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .testimonials-section .grid .details, .testimonials-section-2 .grid .details, .testimonials-section-3 .grid .details, .testimonials-pg-section .grid .details {
    width: calc(100% - 300px);
    padding-left: 55px;
    min-height: 300px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .details, .testimonials-section-2 .grid .details, .testimonials-section-3 .grid .details, .testimonials-pg-section .grid .details {
    width: 100%;
    min-height: auto;
    float: none;
    padding: 40px 0 0 0;
  }
}

.testimonials-section .grid .details p, .testimonials-section-2 .grid .details p, .testimonials-section-3 .grid .details p, .testimonials-pg-section .grid .details p {
  font-size: 26px;
  font-size: 1.625rem;
  font-style: italic;
  color: #282e3f;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .testimonials-section .grid .details p, .testimonials-section-2 .grid .details p, .testimonials-section-3 .grid .details p, .testimonials-pg-section .grid .details p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 991px) {
  .testimonials-section .grid .details p, .testimonials-section-2 .grid .details p, .testimonials-section-3 .grid .details p, .testimonials-pg-section .grid .details p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section .grid .details p, .testimonials-section-2 .grid .details p, .testimonials-section-3 .grid .details p, .testimonials-pg-section .grid .details p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.testimonials-section .grid .client-info h4, .testimonials-section-2 .grid .client-info h4, .testimonials-section-3 .grid .client-info h4, .testimonials-pg-section .grid .client-info h4 {
  font-family: "Lato", sans-serif;
  color: #9a9a9a;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .testimonials-section .grid .client-info h4, .testimonials-section-2 .grid .client-info h4, .testimonials-section-3 .grid .client-info h4, .testimonials-pg-section .grid .client-info h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.testimonials-section .grid .client-info > span, .testimonials-section-2 .grid .client-info > span, .testimonials-section-3 .grid .client-info > span, .testimonials-pg-section .grid .client-info > span {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .testimonials-section .grid .client-info > span, .testimonials-section-2 .grid .client-info > span, .testimonials-section-3 .grid .client-info > span, .testimonials-pg-section .grid .client-info > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/*--------------------------------------------------------------
#0.9	contact-section
--------------------------------------------------------------*/
.contact-section, .contact-section-s2 {
  background: url("../images/contact-bg.jpg") center center/cover no-repeat local;
  position: relative;
  padding-bottom: 55px;
}

@media (max-width: 991px) {
  .contact-section, .contact-section-s2 {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .contact-section, .contact-section-s2 {
    padding-bottom: 35px;
  }
}

.contact-section:before, .contact-section-s2:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section .contact-content .text, .contact-section-s2 .contact-content .text {
  margin-bottom: 50px;
  padding-top: 5px;
}

.contact-section .contact-content h2, .contact-section-s2 .contact-content h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.2em;
  margin: 0 0 0.7em;
  text-transform: capitalize;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .contact-section .contact-content h2, .contact-section-s2 .contact-content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-content h2, .contact-section-s2 .contact-content h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.contact-section .contact-content h2:first-letter, .contact-section-s2 .contact-content h2:first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #c1b696;
  float: left;
  margin-right: 10px;
  line-height: 0.5em;
}

@media (max-width: 1199px) {
  .contact-section .contact-content h2:first-letter, .contact-section-s2 .contact-content h2:first-letter {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-content h2:first-letter, .contact-section-s2 .contact-content h2:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }
}

.contact-section .contact-content p, .contact-section-s2 .contact-content p {
  font-size: 22px;
  font-size: 1.375rem;
  color: #c1b696;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-section .contact-content p, .contact-section-s2 .contact-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-content p, .contact-section-s2 .contact-content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.contact-section form, .contact-section-s2 form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .contact-section form, .contact-section-s2 form {
    margin: 0 0 0 -15px;
  }
}

.contact-section form .half-col, .contact-section-s2 form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .contact-section form .half-col, .contact-section-s2 form .half-col {
    width: 100%;
    float: left;
  }
}

.contact-section form div, .contact-section-s2 form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .contact-section form div, .contact-section-s2 form div {
    padding: 0 0 15px 15px;
  }
}

.contact-section form .submit-btn-wrapper, .contact-section-s2 form .submit-btn-wrapper {
  padding-bottom: 0;
}

.contact-section form input, .contact-section-s2 form input,
.contact-section form textarea,
.contact-section-s2 form textarea {
  background-color: rgba(40, 46, 63, 0.7);
  height: 40px;
  padding: 6px 15px;
  color: #fff;
  border: 2px solid #ced4da!important;
  border-radius: .375rem!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-section form input, .contact-section-s2 form input,
  .contact-section form textarea,
  .contact-section-s2 form textarea {
    height: 45px;
  }
}

.contact-section form input:focus, .contact-section-s2 form input:focus,
.contact-section form textarea:focus,
.contact-section-s2 form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #454545;
}


.contact-section form textarea,
.contact-section-s2 form textarea {
  height: 150px!important;
  padding: 15px;
}

/*--------------------------------------------------------------
#1.0	case-studies-section
--------------------------------------------------------------*/
.case-studies-section .recent-cases-thumbs-outer {
  overflow: hidden;
}

.case-studies-section .recent-cases-thumbs-outer .recent-case-thumb {
  width: 50%;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 500px) {
  .case-studies-section .recent-cases-thumbs-outer .recent-case-thumb {
    width: 100%;
    float: none;
  }
}

.case-studies-section .recent-case-thumb .overlay-text {
  background: rgba(40, 46, 63, 0.9);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: -30%;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.case-studies-section .active-thumb .overlay-text {
  opacity: 1;
  visibility: visible;
  left: 6px;
}

.case-studies-section .overlay-text .text-inner {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-studies-section .overlay-text .text-inner .cat {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #c1b696;
  text-transform: uppercase;
  margin: 0;
}

.case-studies-section .overlay-text .text-inner h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  margin: 0.4em 0 0;
}

@media (max-width: 767px) {
  .case-studies-section .overlay-text .text-inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.case-studies-section .recent-cases-content-outer {
  border: 10px solid rgba(193, 182, 150, 0.5);
  padding: 43px 35px;
}

@media (max-width: 1199px) {
  .case-studies-section .recent-cases-content-outer {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 991px) {
  .case-studies-section .recent-cases-content-outer {
    border: 8px solid rgba(193, 182, 150, 0.5);
    padding: 30px 25px;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .case-studies-section .recent-cases-content-outer {
    border: 0;
    padding: 0;
    margin-top: 50px;
  }
}

.case-studies-section .recent-cases-content-outer .recent-case-data {
  display: none;
}

.case-studies-section .recent-cases-content-outer .active-case-data {
  display: block;
}

.case-studies-section .recent-cases-content-outer .date {
  background-color: #ececec;
  width: 95px;
  height: 95px;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 35px;
}

.case-studies-section .recent-cases-content-outer .date h5 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #aea076;
  margin: 0;
}

.case-studies-section .recent-cases-content-outer .date span {
  font-size: 23px;
  font-size: 1.4375rem;
  display: block;
  margin-top: 5px;
}

.case-studies-section .recent-case-data h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7em;
  margin: 0 0 1em;
}

.case-studies-section .recent-case-data h3 a {
  color: #282e3f;
}

.case-studies-section .recent-case-data h3 a:hover {
  color: #c1b696;
}

.case-studies-section .recent-case-data p {
  margin-bottom: 2.2em;
}

/*--------------------------------------------------------------
#1.1	case-studies-section
--------------------------------------------------------------*/
.attorneys-section, .attorneys-section-s2 {
  background-color: #f8f8f8;
}

.attorneys-section .container, .attorneys-section-s2 .container {
  position: relative;
}

.attorneys-section .attorneys-grids, .attorneys-section-s2 .attorneys-grids {
  overflow: hidden;
}

.attorneys-section .attorneys-grids .grid, .attorneys-section-s2 .attorneys-grids .grid {
  width: 25%;
  float: left;
  position: relative;
  border-right: 1px solid #f8f8f8;
}

@media (max-width: 991px) {
  .attorneys-section .attorneys-grids .grid, .attorneys-section-s2 .attorneys-grids .grid {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .attorneys-section .attorneys-grids .grid, .attorneys-section-s2 .attorneys-grids .grid {
    width: 100%;
    float: none;
  }
}

.attorneys-section .attorneys-grids .details, .attorneys-section-s2 .attorneys-grids .details {
  width: 100%;
  background-color: #fff;
  padding: 20px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.attorneys-section .attorneys-grids .grid:hover .details, .attorneys-section-s2 .attorneys-grids .grid:hover .details {
  background-color: rgba(193, 182, 150, 0.3);
}

.attorneys-section .attorneys-grids .details h3, .attorneys-section-s2 .attorneys-grids .details h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .attorneys-section .attorneys-grids .details h3, .attorneys-section-s2 .attorneys-grids .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.attorneys-section .attorneys-grids .details h3 a, .attorneys-section-s2 .attorneys-grids .details h3 a {
  color: #282e3f;
}

.attorneys-section .attorneys-grids .details p, .attorneys-section-s2 .attorneys-grids .details p {
  color: #877950;
  margin: 0;
}

.attorneys-section .all-attorney, .attorneys-section-s2 .all-attorney {
  position: absolute;
  right: 15px;
  top: 40px;
}

@media (max-width: 991px) {
  .attorneys-section .all-attorney, .attorneys-section-s2 .all-attorney {
    position: static;
  }
}

/*--------------------------------------------------------------
#1.2	cta-section
--------------------------------------------------------------*/
.cta-section {
  background: url("../images/cta-bg.jpg") center top/cover no-repeat fixed;
  position: relative;
}

.cta-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .container {
  position: relative;
}

.cta-section h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.6em;
  margin: -0.45em 0 1em;
}

@media (max-width: 1199px) {
  .cta-section h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .cta-section h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.cta-section p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #c1b696;
  margin: 0 0 2em;
}

@media (max-width: 767px) {
  .cta-section p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cta-section .info-box {
  background: rgba(193, 182, 150, 0.6);
  padding: 20px 30px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .cta-section .info-box {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    margin-top: 50px;
  }
}

.cta-section .info-box p {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: normal;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .cta-section .info-box p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*--------------------------------------------------------------
#1.3	recent-blog-section
--------------------------------------------------------------*/
.recent-blog-section {
  background-color: #f8f8f8;
}

@media (max-width: 991px) {
  .recent-blog-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .recent-blog-section {
    padding-bottom: 30px;
  }
}

.recent-blog-section .blog-grids .grid {
  width: 33.33%;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .recent-blog-section .blog-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .recent-blog-section .blog-grids .grid {
    width: 100%;
    float: none;
  }
}

.recent-blog-section .blog-grids .details {
  background-color: #fff;
  padding: 35px 30px;
  -webkit-box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 8px 48.38px 10.62px rgba(0, 0, 0, 0.03);
}

@media (max-width: 767px) {
  .recent-blog-section .blog-grids .details {
    padding: 25px 20px;
  }
}

.recent-blog-section .blog-grids .date {
  background-color: rgba(193, 182, 150, 0.6);
  padding: 15px 25px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 30px;
}

@media (max-width: 767px) {
  .recent-blog-section .blog-grids .date {
    padding: 10px 20px;
    right: 20px;
    top: 20px;
  }
}

.recent-blog-section .blog-grids .date p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  margin: 0;
}

.recent-blog-section .blog-grids .date p span {
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}

.recent-blog-section .blog-grids .details h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 0.5em;
  line-height: 1.5em;
}

@media (max-width: 991px) {
  .recent-blog-section .blog-grids .details h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.recent-blog-section .blog-grids .details h3 a {
  color: #282e3f;
}

.recent-blog-section .blog-grids .details h3 a:hover {
  color: #c1b696;
}

.recent-blog-section .meta ul {
  overflow: hidden;
}

.recent-blog-section .meta ul li {
  color: #afafaf;
  float: left;
}

.recent-blog-section .meta li a {
  font-weight: normal;
  color: #696969;
}

.recent-blog-section .meta li a:hover {
  color: #c1b696;
}

.recent-blog-section .meta ul > li + li {
  margin-left: 30px;
  position: relative;
}

.recent-blog-section .meta ul > li + li:before {
  content: "|";
  position: absolute;
  left: -15px;
  top: 0;
}

/*--------------------------------------------------------------
#1.3	partners-section
--------------------------------------------------------------*/
.partners-section {
  padding: 50px 0 38px;
}

.partners-section .grid {
  border: 1px solid #e8e8e8;
}

.partners-section .grid img {
  width: auto;
}

/*--------------------------------------------------------------
#1.4	social-newsletter-section
--------------------------------------------------------------*/
.social-newsletter-section {
  background-color: #272a2d;
  padding: 90px 0;
  /*** social ***/
  /*** newsletter ***/
}

@media (max-width: 767px) {
  .social-newsletter-section {
    padding: 80px 0;
  }
}

.social-newsletter-section .social-holder {
  overflow: hidden;
  padding-bottom: 85px;
}

@media (max-width: 991px) {
  .social-newsletter-section .social-holder {
    padding-bottom: 60px;
  }
}

.social-newsletter-section .social-holder > div {
  width: 20%;
  float: left;
  text-align: center;
  padding: 30px 10px;
  border: 1px solid #474a4c;
  margin-left: -1px;
}

@media (max-width: 1199px) {
  .social-newsletter-section .social-holder > div {
    padding: 20px 10px;
  }
}

.social-newsletter-section .social-holder > div:first-child {
  margin-left: 0;
}

.social-newsletter-section .social-holder a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #cacaca;
}

@media (max-width: 1199px) {
  .social-newsletter-section .social-holder a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .social-newsletter-section .social-holder a span {
    display: none;
  }
}

.social-newsletter-section .social-holder a:hover {
  color: #c1b696;
}

.social-newsletter-section .social-holder a i {
  display: inline-block;
  padding-right: 5px;
}

.social-newsletter-section .newsletter {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .social-newsletter-section .newsletter {
    max-width: 400px;
  }
}

.social-newsletter-section .newsletter h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 0 1.2em;
}

.social-newsletter-section .newsletter form {
  position: relative;
}

.social-newsletter-section .newsletter input {
  background-color: #3a3f42;
  height: 60px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  padding: 6px 80px 6px 30px;
  border: 0;
  border-radius: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .social-newsletter-section .newsletter input {
    height: 55px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.social-newsletter-section .newsletter button {
  background: transparent;
  border: 0;
  outline: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-newsletter-section .newsletter button i {
  color: #c1b696;
}

/*--------------------------------------------------------------
	#home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	features-section
--------------------------------------------------------------*/
.features-section, .features-section-s2 {
  background-color: #f8f8f8;
}

.features-section .feature-grids, .features-section-s2 .feature-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.features-section .feature-grids .grid, .features-section-s2 .feature-grids .grid {
  background: #f8f8f8;
  width: 33.33%;
  float: left;
  padding: 60px 35px 58px 100px;
  position: relative;
}

@media (max-width: 1199px) {
  .features-section .feature-grids .grid, .features-section-s2 .feature-grids .grid {
    padding: 60px 30px 58px 85px;
  }
}

@media (max-width: 991px) {
  .features-section .feature-grids .grid, .features-section-s2 .feature-grids .grid {
    width: 100%;
    padding: 40px 30px 38px 95px;
    float: none;
  }
}

@media (max-width: 991px) {
  .features-section .feature-grids > .grid + .grid, .features-section-s2 .feature-grids > .grid + .grid {
    border-top: 1px solid #e6e6e6;
  }
}

.features-section .feature-grids > .grid:nth-child(2), .features-section-s2 .feature-grids > .grid:nth-child(2) {
  background: #f1f1f1;
}

@media (max-width: 991px) {
  .features-section .feature-grids > .grid:nth-child(2), .features-section-s2 .feature-grids > .grid:nth-child(2) {
    background: #f8f8f8;
  }
}

.features-section .grid .icon, .features-section-s2 .grid .icon {
  position: absolute;
  left: 30px;
  top: 55px;
}

@media (max-width: 1199px) {
  .features-section .grid .icon, .features-section-s2 .grid .icon {
    left: 25px;
  }
}

@media (max-width: 991px) {
  .features-section .grid .icon, .features-section-s2 .grid .icon {
    top: 35px;
  }
}

.features-section .grid .icon i:before, .features-section-s2 .grid .icon i:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #c1b696;
}

.features-section .grid h3, .features-section-s2 .grid h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3em;
  margin: 0 0 0.6em;
}

@media (max-width: 1199px) {
  .features-section .grid h3, .features-section-s2 .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .features-section .grid h3, .features-section-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.features-section .grid p, .features-section-s2 .grid p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .features-section .grid p, .features-section-s2 .grid p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
#2.2	about-section-s2
--------------------------------------------------------------*/
.about-section-s2 .title-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin: 5px 0 0.6em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .about-section-s2 .title-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .title-text h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.about-section-s2 .title-text h2:first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #c1b696;
  float: left;
  margin-right: 10px;
  line-height: 0.5em;
}

@media (max-width: 1199px) {
  .about-section-s2 .title-text h2:first-letter {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .title-text h2:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }
}

.about-section-s2 .title-text p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #c1b696;
  letter-spacing: 6px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section-s2 .title-text p {
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .title-text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.about-section-s2 .about-title > p {
  font-size: 22px;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.67em;
  margin: 2em 0 1.2em;
}

@media (max-width: 991px) {
  .about-section-s2 .about-title > p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.about-section-s2 .about-text {
  position: relative;
  padding: 0 0 0 100px;
}

@media (max-width: 1199px) {
  .about-section-s2 .about-text {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 991px) {
  .about-section-s2 .about-text {
    padding: 10px 0 0;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .about-text {
    padding: 0;
  }
}

.about-section-s2 .about-text .content {
  position: relative;
  z-index: 10;
}

.about-section-s2 .about-text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .about-section-s2 .about-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-section-s2 .theme-btn-s2, .about-section-s2 .theme-btn-s3, .about-section-s2 .theme-btn-s4 {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-section-s2 .theme-btn-s2, .about-section-s2 .theme-btn-s3, .about-section-s2 .theme-btn-s4 {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
#2.3	services-section-s2
--------------------------------------------------------------*/
.services-section-s2, .services-section-s3 {
  padding-bottom: 85px;
}

@media (max-width: 991px) {
  .services-section-s2, .services-section-s3 {
    padding-bottom: 75px;
  }
}

.services-section-s2:before, .services-section-s3:before {
  display: none;
}

.services-section-s2 .service-grids, .services-section-s3 .service-grids {
  overflow: hidden;
  margin: -15px;
}

.services-section-s2 .service-grids .grid, .services-section-s3 .service-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .services-section-s2 .service-grids .grid, .services-section-s3 .service-grids .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .services-section-s2 .service-grids .grid, .services-section-s3 .service-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.services-section-s2 .service-grids .grid:hover, .services-section-s3 .service-grids .grid:hover {
  background-color: #282e3f;
}

/*--------------------------------------------------------------
#2.4	testimonials-section-2
--------------------------------------------------------------*/
.testimonials-section-2 .grid .details, .testimonials-section-3 .grid .details, .testimonials-pg-section .grid .details {
  width: calc(100% - 348px);
  min-height: auto;
  float: right;
  padding-left: 100px;
  padding-top: 29px;
}

@media (max-width: 1199px) {
  .testimonials-section-2 .grid .details, .testimonials-section-3 .grid .details, .testimonials-pg-section .grid .details {
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .testimonials-section-2 .grid .details, .testimonials-section-3 .grid .details, .testimonials-pg-section .grid .details {
    width: calc(100% - 300px);
    padding-left: 55px;
    min-height: auto;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .testimonials-section-2 .grid .details, .testimonials-section-3 .grid .details, .testimonials-pg-section .grid .details {
    width: 100%;
    min-height: auto;
    float: none;
    padding: 40px 0 0 0;
  }
}

.testimonials-section-2 .client-pic img, .testimonials-section-3 .client-pic img, .testimonials-pg-section .client-pic img {
  border-radius: 50%;
}

@media (max-width: 767px) {
  .testimonials-section-2 .client-pic, .testimonials-section-3 .client-pic, .testimonials-pg-section .client-pic {
    margin: 0 auto;
  }
}

.testimonials-section-2 .client-pic:before, .testimonials-section-3 .client-pic:before, .testimonials-pg-section .client-pic:before {
  display: none;
}

@media (max-width: 767px) {
  .testimonials-section-2, .testimonials-section-3, .testimonials-pg-section {
    text-align: center;
  }
}

/*--------------------------------------------------------------
#2.5	contact-section-s2
--------------------------------------------------------------*/
.contact-section-s2 {
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .contact-section-s2 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 {
    padding-bottom: 80px;
  }
}

.contact-section-s2 .contact-content {
  background-color: rgba(40, 46, 63, 0.9);
  padding: 80px 80px 35px;
}

@media (max-width: 991px) {
  .contact-section-s2 .contact-content {
    padding: 50px 50px 5px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 .contact-content {
    padding: 40px 30px 10px;
  }
}

.contact-section-s2 .contact-content .text {
  padding-right: 200px;
}

@media (max-width: 1199px) {
  .contact-section-s2 .contact-content .text {
    padding-right: 150px;
  }
}

@media (max-width: 767px) {
  .contact-section-s2 .contact-content .text {
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
#2.6	contact-section-s2
--------------------------------------------------------------*/
.case-studies-section-s2 .recent-cases-thumbs-outer {
  overflow: hidden;
}

.case-studies-section-s2 .recent-case-thumb {
  width: 33.33%;
  float: left;
  position: relative;
}

@media (max-width: 991px) {
  .case-studies-section-s2 .recent-case-thumb {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .case-studies-section-s2 .recent-case-thumb {
    width: 100%;
    float: none;
  }
}

.case-studies-section-s2 .recent-case-thumb .overlay-text {
  background: rgba(40, 46, 63, 0.9);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  position: absolute;
  left: -30%;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.case-studies-section-s2 .recent-case-thumb:hover .overlay-text {
  opacity: 1;
  visibility: visible;
  left: 6px;
}

.case-studies-section-s2 .overlay-text .text-inner {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-studies-section-s2 .overlay-text .text-inner .cat {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #c1b696;
  text-transform: uppercase;
  margin: 0;
}

.case-studies-section-s2 .overlay-text .text-inner h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0.4em 0 0;
}

@media (max-width: 767px) {
  .case-studies-section-s2 .overlay-text .text-inner h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.case-studies-section-s2 .overlay-text .text-inner h3 a {
  color: #fff;
}

.case-studies-section-s2 .overlay-text .text-inner h3 a:hover {
  color: #c1b696;
}

/*--------------------------------------------------------------
	#about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	about-section-s3
--------------------------------------------------------------*/
.about-section-s3 .img-holder {
  position: relative;
  max-width: 457px;
}

.about-section-s3 .img-holder:before {
  content: "";
  background-color: #c1b696;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 8px;
  top: 20px;
}

@media (max-width: 1199px) {
  .about-section-s3 .img-holder:before {
    left: 20px;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .img-holder:before {
    left: 8px;
  }
}

.about-section-s3 .img-holder img {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 992px) {
  .about-section-s3 .about-text {
    padding-left: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s3 .about-text {
    padding-left: 45px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .about-text {
    padding-top: 70px;
  }
}

.about-section-s3 .about-text h4 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.67em;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .about-section-s3 .about-text h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.about-section-s3 .about-text p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.5em;
}

@media (max-width: 1199px) {
  .about-section-s3 .about-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-section-s3 .about-text > p:last-child {
  margin-bottom: 0;
}

.about-section-s3 .title-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2em;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .about-section-s3 .title-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title-text h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.about-section-s3 .title-text h2:first-letter {
  font-size: 120px;
  font-size: 7.5rem;
  color: #c1b696;
  float: left;
  margin-right: 10px;
  line-height: 0.5em;
}

@media (max-width: 1199px) {
  .about-section-s3 .title-text h2:first-letter {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title-text h2:first-letter {
    font-size: 80px;
    font-size: 5rem;
  }
}

.about-section-s3 .title-text p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #c1b696;
  letter-spacing: 6px;
  margin: 0 0 3em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .about-section-s3 .title-text p {
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .title-text p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.about-section-s3 .video-holder {
  background: url("../images/about-video-bg.jpg") center center/cover no-repeat local;
  height: 550px;
  text-align: center;
  position: relative;
  margin-top: 118px;
}

@media (max-width: 1199px) {
  .about-section-s3 .video-holder {
    margin-top: 95px;
  }
}

@media (max-width: 991px) {
  .about-section-s3 .video-holder {
    height: 450px;
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .about-section-s3 .video-holder {
    height: 350px;
    margin-top: 70px;
  }
}

.about-section-s3 .video-holder a {
  width: 88px;
  height: 88px;
  line-height: 88px;
  border: 3px solid rgba(12, 118, 129, 0.85);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-section-s3 .video-holder .fi {
  padding-left: 8px;
}

.about-section-s3 .video-holder .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}

/*--------------------------------------------------------------
#3.2	fun-fact-awards-section
--------------------------------------------------------------*/
.fun-fact-awards-section {
  background-color: #121317;
  /*** funfact ***/
  /*** awards ***/
}

.fun-fact-awards-section .funfact-grids {
  overflow: hidden;
  padding: 150px 0 50px;
  position: relative;
}

@media (max-width: 991px) {
  .fun-fact-awards-section .funfact-grids {
    padding: 100px 0 40px;
    text-align: center;
  }
}

.fun-fact-awards-section .funfact-grids:before {
  content: "";
  background-color: #2c2c2c;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.fun-fact-awards-section .funfact-grids:after {
  content: "";
  background-color: #2c2c2c;
  width: 1px;
  height: 60%;
  position: absolute;
  left: 40%;
  top: 20%;
}

@media (max-width: 991px) {
  .fun-fact-awards-section .funfact-grids:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fun-fact-awards-section .funfact-grids .grid {
  width: 50%;
  float: left;
  padding: 0 0 100px;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .funfact-grids .grid {
    padding: 0 0 60px;
  }
}

.fun-fact-awards-section .funfact-grids .grid h2 {
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  color: #c1b696;
  margin: 0;
  line-height: 10px;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .funfact-grids .grid h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: normal;
  }
}

.fun-fact-awards-section .funfact-grids .grid p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #fff;
  margin: 0.5em 0 0;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .funfact-grids .grid p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.fun-fact-awards-section .odometer.odometer-auto-theme,
.fun-fact-awards-section .odometer.odometer-theme-default {
  line-height: 0.8em;
}

.fun-fact-awards-section .award-grids-outer {
  background: rgba(40, 46, 63, 0.8);
  padding: 60px 60px 35px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .fun-fact-awards-section .award-grids-outer {
    padding: 100px 60px 75px;
  }
}

@media (max-width: 991px) {
  .fun-fact-awards-section .award-grids-outer {
    padding: 80px 60px 50px;
  }
}

@media (max-width: 767px) {
  .fun-fact-awards-section .award-grids-outer {
    padding: 60px 30px 50px;
  }
}

.fun-fact-awards-section .award-grids-outer h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .award-grids-outer h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.fun-fact-awards-section .award-grids-outer .award-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .fun-fact-awards-section .award-grids-outer .award-grids {
    margin: 0 -7.5px;
  }
}

.fun-fact-awards-section .award-grids-outer .grid {
  width: 50%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 420px) {
  .fun-fact-awards-section .award-grids-outer .grid {
    width: 100%;
    float: none;
  }
  .fun-fact-awards-section .award-grids-outer .grid img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .fun-fact-awards-section .award-grids-outer .grid {
    padding: 0 7.5px 15px;
  }
}

.features-section-s2 {
  background-color: transparent;
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .features-section-s2 {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .features-section-s2 {
    margin-bottom: 80px;
  }
}

.testimonials-section-3 {
  background-color: #fff;
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	contact-pg-section
--------------------------------------------------------------*/
.contact-pg-section form, .contact-pg-section-s2 form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .contact-pg-section form, .contact-pg-section-s2 form {
    margin: 0 0 0 -15px;
  }
}

.contact-pg-section form .half-col, .contact-pg-section-s2 form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .contact-pg-section form .half-col, .contact-pg-section-s2 form .half-col {
    width: 100%;
    float: left;
  }
}

.contact-pg-section form div, .contact-pg-section-s2 form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .contact-pg-section form div, .contact-pg-section-s2 form div {
    padding: 0 0 15px 15px;
  }
}

.contact-pg-section form .submit-btn-wrapper, .contact-pg-section-s2 form .submit-btn-wrapper {
  padding-bottom: 0;
}

.contact-pg-section form input, .contact-pg-section-s2 form input,
.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
  background-color: #f8f8f8;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .contact-pg-section form input, .contact-pg-section-s2 form input,
  .contact-pg-section form textarea,
  .contact-pg-section-s2 form textarea {
    height: 45px;
  }
}

.contact-pg-section form input:focus, .contact-pg-section-s2 form input:focus,
.contact-pg-section form textarea:focus,
.contact-pg-section-s2 form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: rgba(106, 188, 184, 1);
}


.contact-pg-section form textarea,
.contact-pg-section-s2 form textarea {
  height: 200px;
  padding: 15px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    padding-left: 30px;
  }
}

@media (max-width: 1199px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 53px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 43px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .info-box-outer, .contact-pg-section-s2 .info-box-outer {
    margin-top: 45px;
  }
}

.contact-pg-section .info-box, .contact-pg-section-s2 .info-box {
  border: 1px solid #efeeee;
}

.contact-pg-section .info-box .grid, .contact-pg-section-s2 .info-box .grid {
  padding: 30px 38px;
}

@media (max-width: 991px) {
  .contact-pg-section .info-box .grid, .contact-pg-section-s2 .info-box .grid {
    padding: 25px 20px;
  }
}

.contact-pg-section .info-box > .grid:last-child, .contact-pg-section-s2 .info-box > .grid:last-child {
  padding: 15px 38px;
}

@media (max-width: 767px) {
  .contact-pg-section .info-box > .grid:last-child, .contact-pg-section-s2 .info-box > .grid:last-child {
    padding: 15px 20px;
  }
}

.contact-pg-section .info-box > .grid + .grid, .contact-pg-section-s2 .info-box > .grid + .grid {
  border-top: 1px solid #efeeee;
}

.contact-pg-section .info-box h3, .contact-pg-section-s2 .info-box h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 0.35em;
}

@media (max-width: 991px) {
  .contact-pg-section .info-box h3, .contact-pg-section-s2 .info-box h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.contact-pg-section .info-box p, .contact-pg-section-s2 .info-box p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

.contact-pg-section .info-box .social, .contact-pg-section-s2 .info-box .social {
  overflow: hidden;
}

.contact-pg-section .info-box .social li, .contact-pg-section-s2 .info-box .social li {
  float: left;
}

.contact-pg-section .info-box .social > li + li, .contact-pg-section-s2 .info-box .social > li + li {
  margin-left: 20px;
}

.contact-pg-section .info-box .social a, .contact-pg-section-s2 .info-box .social a {
  font-size: 20px;
  font-size: clac-rem-value(20);
  color: #a0a0a0;
}

.contact-pg-section .info-box .social a:hover, .contact-pg-section-s2 .info-box .social a:hover {
  color: #c1b696;
}

.contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
  height: 450px;
  margin-top: 100px;
}

@media screen and (min-width: 1200px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    margin-top: 58px;
  }
}

@media (max-width: 991px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section .contact-map, .contact-pg-section-s2 .contact-map {
    height: 350px;
    margin-top: 80px;
  }
}

.contact-pg-section .contact-map iframe, .contact-pg-section-s2 .contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

/*--------------------------------------------------------------
	#contact s2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	contact-pg-section-s2
--------------------------------------------------------------*/
.contact-pg-section-s2 .info-box-outer {
  padding-left: 0;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .contact-pg-section-s2 .info-box-outer {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section-s2 .info-box-outer {
    margin-top: 55px;
  }
}

.contact-pg-section-s2 .contact-map {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .contact-pg-section-s2 .contact-map {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .contact-pg-section-s2 .contact-map {
    height: 350px;
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
	#team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	attorneys-section-s2
--------------------------------------------------------------*/
.attorneys-section-s2 {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .attorneys-section-s2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .attorneys-section-s2 {
    padding-bottom: 20px;
  }
}

.attorneys-section-s2 .attorneys-grids .grid {
  width: 33.33%;
  margin: 0 0 60px;
}

@media (max-width: 991px) {
  .attorneys-section-s2 .attorneys-grids .grid {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .attorneys-section-s2 .attorneys-grids .grid {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
	#services page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	service-pg-service-section
--------------------------------------------------------------*/
.service-pg-service-section {
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .service-pg-service-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .service-pg-service-section {
    padding-bottom: 50px;
  }
}

.service-pg-service-section .service-grids {
  margin: 0 -15px;
}

.service-pg-service-section .service-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 1199px) {
  .service-pg-service-section .service-grids .grid {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .service-pg-service-section .service-grids .grid {
    width: 100%;
    float: none;
  }
}

.service-pg-service-section .grid h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.3em;
  margin: 0 0 0.4em;
}

@media (max-width: 991px) {
  .service-pg-service-section .grid h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.service-pg-service-section .grid h3 a {
  color: #282e3f;
}

.service-pg-service-section .grid h3 a:hover {
  color: #c1b696;
}

.service-pg-service-section .grid .details {
  background-color: #fff;
  padding: 32px 30px 35px;
  -webkit-box-shadow: 0px 2px 38px 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 38px 4px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
  .service-pg-service-section .grid .details {
    padding: 25px 20px;
  }
}

.service-pg-service-section .grid p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin: 0 0 1em;
}

.service-pg-service-section .grid .read-more {
  color: rgb(24, 127, 154, 0.8);
  font-weight: bold;
  text-transform: uppercase;
}

.service-pg-service-section .grid .read-more:hover {
  color: rgb(24, 127, 154, 1);
}

/*--------------------------------------------------------------
#7.2	pricing-section
--------------------------------------------------------------*/
/* 8/1/23 Changed background from f8f8f8 to transparent */
.pricing-section {
  background-color: transparent;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .pricing-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .pricing-section {
    padding-bottom: 50px;
  }
}

.pricing-section .pricing-grids {
  margin: 0 -15px;
}

.pricing-section .pricing-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .pricing-section .pricing-grids .grid {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .pricing-section .pricing-grids .grid {
    width: 100%;
    float: none;
  }
}

.pricing-section .pricing-header {
  background-color: #2b2b2b;
  padding: 55px 25px 40px;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header {
    padding: 45px 15px 30px;
  }
}

.pricing-section .pricing-header .circuler-price {
  background-color: #fff;
  width: 130px;
  height: 130px;
  display: table;
  border-radius: 50%;
  margin: 0 auto 20px;
  border: 5px solid rgba(214, 214, 214, 0.8);
  -webkit-box-shadow: 0 0 0 5px rgba(214, 214, 214, 0.5);
  box-shadow: 0 0 0 5px rgba(214, 214, 214, 0.5);
}

@media (max-width: 991px) {
  .pricing-section .pricing-header .circuler-price {
    width: 110px;
    height: 110px;
  }
}

.pricing-section .pricing-header h2 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.pricing-section .pricing-header h2 sup {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .pricing-section .pricing-header h2 sup {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.pricing-section .pricing-header p {
  font-weight: normal;
  color: #fff;
  margin: 0;
}

.pricing-section .pricing-body {
  background-color: #fff;
  padding: 40px 50px 50px;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-body {
    padding: 40px 20px 50px;
  }
}

.pricing-section .pricing-body h3 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .pricing-section .pricing-body h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.pricing-section .pricing-body p {
  line-height: 2em;
  margin-bottom: 2em;
  color: #8a8888;
}

/*--------------------------------------------------------------
	#services s2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	services-section-s3
--------------------------------------------------------------*/
.services-section-s3 {
  background: #fff;
  padding-top: 117px;
}

@media (max-width: 991px) {
  .services-section-s3 {
    padding-top: 107px;
  }
}

@media (max-width: 767px) {
  .services-section-s3 {
    padding-top: 97px;
  }
}

.services-section-s3 .service-grids {
  overflow: visible;
}

.services-section-s3 .service-grids .grid {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 32.68px 5.32px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 32.68px 5.32px rgba(0, 0, 0, 0.05);
}

.services-section-s3 .grid h4 a {
  color: #282e3f;
}

.services-section-s3 .grid p {
  color: #616161;
}

.services-section-s3 .grid:hover h4 a,
.services-section-s3 .grid:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
	#services single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	service-single-section
--------------------------------------------------------------*/
.service-single-section {
  padding-bottom: 85px;
}

@media (max-width: 991px) {
  .service-single-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .service-single-section {
    padding-bottom: 80px;
  }
}

.service-single-section .service-pic {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .service-single-section .service-pic {
    margin-bottom: 40px;
  }
}

.service-single-section .service-single-content h2 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.service-single-section .service-single-content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.service-single-section .service-single-content blockquote {
  font-style: italic;
  padding: 0;
  border: 0;
}

.service-single-section .service-single-content blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
}

.service-single-section .service-single-content h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.service-single-section .service-single-content ol {
  padding-left: 0;
  list-style-position: inside;
}

.service-single-section .service-single-content ol li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
/* 9/15/23 Added list style position */
@media (max-width: 991px) {
  .service-single-section .service-single-content ol li {
    font-size: 17px;
    font-size: 1.0625rem;
    list-style-position: inside;
  }
}

.service-single-section .service-single-content ol > li + li {
  margin-top: 15px;
}



/*--------------------------------------------------------------
	#team single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1	team-single-section
--------------------------------------------------------------*/
.team-single-section {
  /*** participate-case ***/
  /*** contact-me ***/
}

.team-single-section .team-single-content p,
.team-single-section .team-single-content ul {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .team-single-section .team-single-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .team-single-section .team-single-content {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .team-single-section .team-single-content {
    margin-bottom: 80px;
  }
}

.team-single-section .member-pic-info {
  position: relative;
  overflow: hidden;
}

.team-single-section .member-pic {
  width: 400px;
  float: left;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .team-single-section .member-pic {
    width: auto;
    max-width: 400px;
    float: none;
  }
}

.team-single-section .member-pic h2 {
  background: rgba(193, 182, 150, 0.9);
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 15px 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .team-single-section .member-pic h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.team-single-section .info-outer {
  width: calc(100% - 400px);
  height: 100%;
  float: left;
  padding: 35px 35px;
  position: absolute;
  right: 0;
  border: 1px solid #e8e8e8;
}

@media (max-width: 991px) {
  .team-single-section .info-outer {
    width: 100%;
    float: none;
    position: static;
    border: 0;
    padding: 40px 0 0;
  }
}

.team-single-section .info-outer .info {
  margin-bottom: 40px;
}

.team-single-section .info-outer .info li {
  color: #848484;
  line-height: 1.7em;
}

.team-single-section .info-outer .info > li + li {
  margin-top: 15px;
}

.team-single-section .info-outer .info span {
  font-family: "Playfair Display", serif;
  color: #282e3f;
}

.team-single-section .info-outer .social {
  overflow: hidden;
}

.team-single-section .info-outer .social li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}

.team-single-section .info-outer .social li a {
  background: #d8d8d8;
  display: block;
  color: #fff;
}

.team-single-section .info-outer .social li a:hover {
  background: #c1b696;
}

.team-single-section .info-outer .social > li + li {
  margin-left: 5px;
}

.team-single-section .member-details {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .team-single-section .member-details {
    padding-top: 25px;
  }
}

.team-single-section .member-details p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .team-single-section .member-details p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.team-single-section .member-details blockquote {
  font-style: italic;
  padding: 0;
  border: 0;
}

.team-single-section .member-details blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
}

.team-single-section .member-details h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {
  .team-single-section .member-details h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .team-single-section .member-details h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.team-single-section .member-details ol {
  padding-left: 0;
  list-style-position: inside;
}

.team-single-section .member-details ol li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .team-single-section .member-details ol li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.team-single-section .member-details ol > li + li {
  margin-top: 15px;
}

.team-single-section .participated-case h3,
.team-single-section .contact-me h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 1.3em 0 0.7em;
}

@media (max-width: 991px) {
  .team-single-section .participated-case h3,
  .team-single-section .contact-me h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .team-single-section .participated-case h3,
  .team-single-section .contact-me h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.team-single-section .recent-cases-thumbs-outer {
  margin-top: 45px;
}

.team-single-section .recent-cases-thumbs-outer .recent-case-thumb {
  width: 50%;
}

@media (max-width: 500px) {
  .team-single-section .recent-cases-thumbs-outer .recent-case-thumb {
    width: 100%;
  }
}

.team-single-section .contact-me {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .team-single-section .contact-me {
    padding-top: 20px;
  }
}

.team-single-section .contact-me form {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .team-single-section .contact-me form {
    margin: 0 0 0 -15px;
  }
}

.team-single-section .contact-me form .half-col {
  width: 50%;
  float: left;
}

@media (max-width: 600px) {
  .team-single-section .contact-me form .half-col {
    width: 100%;
    float: left;
  }
}

.team-single-section .contact-me form div {
  padding: 0 15px 30px;
}

@media (max-width: 767px) {
  .team-single-section .contact-me form div {
    padding: 0 0 15px 15px;
  }
}

.team-single-section .contact-me form .submit-btn-wrapper {
  padding-bottom: 0;
}

.team-single-section .contact-me form input,
.team-single-section .contact-me form textarea {
  background-color: #f8f8f8;
  height: 55px;
  padding: 6px 15px;
  border: 2px solid #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .team-single-section .contact-me form input,
  .team-single-section .contact-me form textarea {
    height: 45px;
  }
}

.team-single-section .contact-me form input:focus,
.team-single-section .contact-me form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c1b696;
}

.team-single-section .contact-me form textarea {
  height: 200px;
  padding: 15px;
}

.team-single-section .contact-me .theme-btn-s3 {
  width: 100%;
}

/*--------------------------------------------------------------
	#case single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1	case-single-section
--------------------------------------------------------------*/
.case-single-section {
  padding-bottom: 88px;
}

.case-single-section .case-pic {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .case-single-section .case-pic {
    margin-bottom: 40px;
  }
}

.case-single-section .case-single-content h2 {
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.5em;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .case-single-section .case-single-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .case-single-section .case-single-content h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.case-single-section .case-single-content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .case-single-section .case-single-content p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.case-single-section .case-single-content blockquote {
  font-style: italic;
  padding: 0;
  border: 0;
}

.case-single-section .case-single-content blockquote p {
  font-size: 22px;
  font-size: 1.375rem;
}

.case-single-section .case-single-content h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .case-single-section .case-single-content h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .case-single-section .case-single-content h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.case-single-section .case-single-content ol {
  padding-left: 0;
  list-style-position: inside;
}

.case-single-section .case-single-content ol li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

@media (max-width: 991px) {
  .case-single-section .case-single-content ol li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.case-single-section .case-single-content ol > li + li {
  margin-top: 15px;
}

.case-single-section .case-single-tab {
  margin-top: 60px;
}

.case-single-section .case-single-tab .nav {
  overflow: hidden;
}

.case-single-section .case-single-tab .nav li {
  float: left;
}

.case-single-section .case-single-tab .nav > li + li {
  margin-left: 5px;
}

.case-single-section .case-single-tab .nav a {
  background-color: #f8f8f8;
  font-weight: 600;
  color: #1e2331;
  padding: 15px 45px;
  font-size: 20px;
  fonts-size: 1.25rem;
}

@media (max-width: 991px) {
  .case-single-section .case-single-tab .nav a {
    font-size: 18px;
    fonts-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .case-single-section .case-single-tab .nav a {
    padding: 12px 17px;
    font-size: 17px;
    fonts-size: 1.0625rem;
  }
}

.case-single-section .case-single-tab .nav a:hover {
  background: none;
}

.case-single-section .case-single-tab .nav .active a,
.case-single-section .case-single-tab .nav a:hover {
  background: #c1b696;
  color: #fff;
}

.case-single-section .tab-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .case-single-section .tab-content {
    padding-top: 25px;
  }
}

.case-single-section .tab-content .tab-pane p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .case-single-section .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.case-single-section .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.case-single-section .tab-details {
  margin-top: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .case-single-section .tab-details {
    margin-top: 30px;
  }
}

.case-single-section .tab-details .img-holder {
  width: 43%;
  float: left;
}

@media (max-width: 767px) {
  .case-single-section .tab-details .img-holder {
    width: 100%;
    float: none;
  }
}

.case-single-section .tab-details .info {
  width: 57%;
  float: right;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .case-single-section .tab-details .info {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 25px;
  }
}

.case-single-section .tab-details ul li {
  font-weight: 500;
  line-height: 1.6em;
  color: #7d7d7d;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .case-single-section .tab-details ul li {
    margin-bottom: 15px;
  }
}

.case-single-section .tab-details ul li:last-child {
  margin-bottom: 0;
}

.case-single-section .tab-details ul li i {
  position: absolute;
  left: 0;
  top: 6px;
}

/*--------------------------------------------------------------
	#blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section .post {
  position: relative;
}

.blog-pg-section .blog-content > .post + .post {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content > .post + .post {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content > .post + .post {
    margin-top: 60px;
  }
}

.blog-pg-section .post .entry-media {
  margin-bottom: 35px;
}

.blog-pg-section .post h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-pg-section .post h3 a {
  color: #282e3f;
  display: inline-block;
}

.blog-pg-section .post h3 a:hover {
  color: #c1b696;
}

.blog-pg-section .post .meta {
  background-color: #f8f8f8;
  display: inline-block;
  padding: 5px 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-pg-section .post .meta {
    background: transparent;
    padding: 0;
  }
}

.blog-pg-section .post .meta li {
  float: left;
  color: #838383;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .post .meta li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-pg-section .post .meta > li + li {
  padding-left: 15px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .blog-pg-section .post .meta > li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.blog-pg-section .post .meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}

.blog-pg-section .post .meta a {
  color: #282e3f;
  font-weight: normal;
}

.blog-pg-section .post .meta a:hover {
  color: #c1b696;
}

.blog-pg-section .entry-details {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details {
    margin-top: 20px;
  }
}
/* 7/8/24 Changed color from #838383 to 0,0,0 */
.blog-pg-section .entry-details p {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 1)
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.blog-pg-section .entry-details .read-more {
  font-weight: bold;
  color: #c1b696;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .blog-pg-section .entry-details .read-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.blog-pg-section .post-slider {
  position: relative;
}

.blog-pg-section .post-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav [class*=owl-] {
  background: rgba(193, 182, 150, 0.8);
  width: 30px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev,
.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.blog-pg-section .post-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

.blog-pg-section .video-post .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .video-post .video-holder:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .video-post .video-holder:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* 7/11/24 Changed background color  from 193, 182, 150, 0.8 to 12, 118, 129, 0.8 */
/* 7/11/24 Changed border from c1b696 to 12, 118, 129, 0.5 */
.blog-pg-section .video-post .video-holder a {
  background-color: rgba(12, 118, 129, 0.8);
  width: 88px;
  height: 88px;
  line-height: 88px;
  border: 3px solid rgba(12, 118, 129, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 7/11/24 Changed border from c1b696 */
@media (max-width: 767px) {
  .blog-pg-section .video-post .video-holder a {
    width: 68px;
    height: 68px;
    line-height: 68px;
    border: 2px solid rgba(12, 118, 129, 0.5);
  }
}
/* 7/11/24 Changed background color from cb1696 */
.blog-pg-section .video-post .video-holder a:hover {
  background: rgba(12, 118, 129, 0.8);
}

.blog-pg-section .video-post .video-holder .fi {
  padding-left: 8px;
}

.blog-pg-section .video-post .video-holder .fi:before {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .video-post .video-holder .fi:before {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.blog-pg-section .quote-post {
  background-color: #f1f1f1;
  padding: 45px;
}

@media (max-width: 767px) {
  .blog-pg-section .quote-post {
    padding: 35px 25px;
  }
}

.blog-pg-section .quote-post .quote-icon {
  position: absolute;
  right: 25px;
  top: 25px;
}

.blog-pg-section .quote-post .fi:before {
  font-size: 45px;
  font-size: 2.8125rem;
  color: rgba(193, 182, 150, 0.5);
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.blog-single-section .post {
  position: relative;
}

.blog-single-section .post .entry-media {
  margin-bottom: 35px;
}

.blog-single-section .post h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.blog-single-section .post h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.5em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .blog-single-section .post h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.blog-single-section .post .meta {
  background-color: #f8f8f8;
  display: inline-block;
  padding: 5px 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-single-section .post .meta {
    background: transparent;
    padding: 0;
  }
}
/* 9/12/2025 Changed color from 838383 to 333 */
.blog-single-section .post .meta li {
  float: left;
  color: #333;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .post .meta li {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-single-section .post .meta > li + li {
  padding-left: 15px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .blog-single-section .post .meta > li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.blog-single-section .post .meta > li + li:before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
}

.blog-single-section .post .meta a {
  color: #282e3f;
  font-weight: normal;
}

.blog-single-section .post .meta a:hover {
  color: #c1b696;
}

.blog-single-section .entry-details {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .blog-single-section .entry-details {
    margin-top: 20px;
  }
}
/* 7-8-24 Changed color from 838383 to 0,0,0 */
.blog-single-section .entry-details p {
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(0, 0, 0, 1)
  line-height: 1.9em;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .entry-details p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.blog-single-section .entry-details blockquote {
  background-color: #faf9f6;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  color: #838383;
  line-height: 1.9em;
  padding: 30px 25px;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .blog-single-section .entry-details blockquote {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 25px 20px;
  }
}

.blog-single-section .tag-share {
  min-height: 60px;
  border-top: 1px solid #ebebf1;
  border-bottom: 1px solid #ebebf1;
  margin: 60px 0 70px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share {
    border-right: 1px solid #ebebf1;
  }
}

.blog-single-section .tag-share .tag,
.blog-single-section .tag-share .share {
  min-height: 60px;
  line-height: 60px;
  display: inline-block;
  padding-left: 80px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag,
  .blog-single-section .tag-share .share {
    display: block;
  }
}

.blog-single-section .tag-share .tag > i,
.blog-single-section .tag-share .share > i {
  background: #ebebf1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-single-section .tag-share .tag {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .tag {
    float: none;
  }
}

.blog-single-section .tag-share .tag a {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #848484;
}

.blog-single-section .tag-share .tag a:hover {
  color: #c1b696;
}

.blog-single-section .tag-share .tag ul li {
  padding-right: 5px;
  position: relative;
}

.blog-single-section .tag-share .tag ul li:after {
  content: ",";
  position: absolute;
  right: 0;
  bottom: 0;
}

.blog-single-section .tag-share .tag ul li:last-child:after {
  display: none;
}

.blog-single-section .tag-share .tag ul > li + li {
  margin-left: 10px;
}

.blog-single-section .tag-share .share {
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .tag-share .share {
    float: none;
    border-top: 1px solid #ebebf1;
    margin-top: 1px;
  }
}

.blog-single-section .tag-share .share ul > li + li {
  margin-left: 15px;
}

.blog-single-section .tag-share .share a {
  color: #848484;
}

.blog-single-section .tag-share .share a:hover {
  color: #c1b696;
}

.blog-single-section .tag-share ul {
  overflow: hidden;
}

.blog-single-section .tag-share ul li {
  float: left;
}

.blog-single-section .author-box {
  background-color: #f1f1f1;
  padding: 45px 50px;
  margin: 70px 0;
}

@media (max-width: 991px) {
  .blog-single-section .author-box {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .blog-single-section .author-box {
    padding: 25px;
  }
}

.blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.blog-single-section .author-box .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.blog-single-section .author-box .author-content p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 10px;
  color: #282e3f;
}

@media (max-width: 991px) {
  .blog-single-section .author-box .author-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-single-section .author-box .social-lnk {
  display: inline-block;
}

.blog-single-section .author-box .social-lnk li {
  float: left;
  margin-right: 15px;
}

.blog-single-section .author-box .social-lnk a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #777;
}

.blog-single-section .author-box .social-lnk a:hover {
  color: #c1b696;
}

.blog-single-section .more-posts {
  overflow: hidden;
  border-top: 1px solid #ebebf1;
  border-bottom: 1px solid #ebebf1;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts {
    border-left: 1px solid #ebebf1;
    border-right: 1px solid #ebebf1;
  }
}

.blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.blog-single-section .more-posts > div > a {
  display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .previous-post,
  .blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #e8e8e8;
  }
}

.blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
  display: block;
}
/* changed color from a7a7a7 to 12, 118, 129 */
.blog-single-section .more-posts .post-control-link {
  color: rgba(12, 118, 129, 1);
}

.blog-single-section .more-posts .post-name {
  font-size: 20px;
  font-size: 1.25rem;
  color: #282e3f;
  margin: 0.5em 0 0;
}

@media (max-width: 991px) {
  .blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* 7/8/24 Changed color from c1b696 to 12, 118, 129, 0.7 */
.blog-single-section .more-posts a:hover .post-control-link {
  color: rgba(12, 118, 129, 0.7);;
}

.blog-single-section .comments-area {
  margin-top: 70px;
}

.blog-single-section .comments-area .comments {
  border: 1px solid #ebebf1;
  border-bottom: 0;
}

.blog-single-section .comments-area li > div {
  border-bottom: 1px solid #ebebf1;
  padding: 35px 25px;
}

.blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.blog-single-section .comments-area ol ul {
  padding-left: 30px;
}

.blog-single-section .comments-area .comments-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-single-section .comments-area li > div {
  position: relative;
}

.blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 25px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.blog-single-section .comments-area .comment-theme img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6d6d6d;
  font-weight: bold;
  margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  color: #949494;
  text-transform: none;
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
  font-size: 1rem;
}

.blog-single-section .comments-area .comment-reply-link {
  background: #c1b696;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

.blog-single-section .comments-area .comment-reply-link:hover {
  background-color: #aea076;
}

.blog-single-section .comment-respond {
  margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 1.5em;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
  background-color: #f8f8f8;
  width: 100%;
  height: 50px;
  border: 1px solid #f8f8f8;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #c1b696;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form input,
  .blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
    width: 100%;
    float: none;
  }
}

.blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #d4ccb6;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
}

.blog-single-section .comment-respond .form-submit input:hover {
  background-color: #c1b696;
}

/*--------------------------------------------------------------
	#testimonials page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.1	testimonials-pg-section
--------------------------------------------------------------*/
.testimonials-pg-section {
  background-color: #fff;
  padding: 100px 0;
}

@media (max-width: 991px) {
  .testimonials-pg-section {
    padding: 90px 0;
  }
}

.testimonials-pg-section .testimonial-grids > .grid + .grid {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}

@media (max-width: 767px) {
  .testimonials-pg-section .testimonial-grids > .grid + .grid {
    margin-top: 50px;
    padding-top: 50px;
  }
}

/*# sourceMappingURL=style.css.map */


html {scroll-behavior: smooth;}
/* Custom navigation */

/* Fade in text feature */
/* keyframes accompanies the fade in navigation animation */
.fade-in-navigation {
  animation: fadeIn 0.75s;
  -webkit-animation: fadeIn 0.75s;
  -moz-animation: fadeIn 0.75s;
  -o-animation: fadeIn 0.75s;
  -ms-animation: fadeIn 0.75s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.nav-item a {font-weight: 400; visibility:visible!important;}

 /* Margins and padding are applied to the dropdown style */
.dropdown-menu {
  width: 100%!important;
  left: 0!important;
  right: 0!important;
  padding: 0rem!important;
  margin: 0rem 0rem 0.5rem 0rem!important;
  background-color: #f9f9f9;  
  border-top: 4px #3eb9b9 solid;
  border-bottom: 4px #3eb9b9 solid;
  white-space: nowrap!important;
}

/* Margins below are applied to the position of the dropdown menu */
.navbar .megamenu{ padding: 0rem 1rem 1rem 1rem; }
.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{
  left: 0; 
  right: 0; 
  margin-top: 0px!important;
  width:100%!important;  
  border-radius: 0px;
  
}	

/* Dot pattern is used on the navigation bar */
.dot-pattern {
  --color-1: rgb(53, 164, 176);
  --color-2: rgba(0,0,0,0);
  background-image: radial-gradient(circle at 3px 3px, var(--color-1) 1px, var(--color-2) 0);
  background-size: 20px 20px; margin-top: 15px;
}

/* Main navigation bar */
.navbar-expand-lg {
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  padding: 0px; 
  border-radius: 0px; 
  background: transparent; /* allows visibility of site header gradient */
}

/* Padding is applied to spaces between main navigation link spacing */
.nav, .navbar-nav {
  padding-right: 1rem!important; 
  padding-left: 3rem!important;

}

/* Main navigation color and spacing */
/* 7/28/23 Changed navigation color to #868aa8 */
/* 9/21/25 Changed navigation color to important */
.site-header #navbar > ul > li > a {
 margin: 0; 
 padding: 1rem 3rem 1rem 0rem; 
 text-align: left!important; 
 color: #f9f9f9!important;
}

/* 11-13-23 Main navigation color for mobile sized screens */
/* 5/5/24 using 6px as padding for each link in mobile view */
@media (max-width: 854px) {
  .site-header #navbar > ul > li > a {
    margin: 0; 
    padding: 6px 3rem 6px 0rem; 
    text-align: left!important; 
    color: #eeecec;
   }
  }


/* 7/29/23 FOR DROPDOWNS OTHER THAN MAIN NAV */
.dropdown-menu-other {
  min-width: 200px!important;
  margin-top: 1.2rem!important;
  background-color: #fff; 
  border-radius: 0px;  
  border: 0.5px #ddd solid;
 }
 .dropdown-menu {
  min-width: 200px!important;
  margin-top: 1.2rem!important;
  background-color: #222828!important; 
  border: 0px; 
  border-right: 0px transparent solid!important;
  border-left: 0px transparent solid!important;
 }
 /* 11-13-23 Mobile navigation style */
@media (max-width: 767px) {
 .dropdown-menu, ul.list-unstyled li a {
  background-color: transparent!important; 
 }
}

ul.list-unstyled li a {
  text-decoration: none!important;
  font-weight: 400;
  font-size: inherit;
  white-space: normal!important;
  line-height: 1;
  color: #eeecec!important;
  padding: 0 0 0 2rem;
 }


 /* 7/29/23 Explore menu position on click */
.dropdown-small-menu {
 margin-top: 0rem!important;
 background-color: #f5f5f5;  
 width: 250px!important;
 white-space: nowrap!important;
 border-radius: 0px!important; 
 padding: 0.5rem 0rem 0.5rem!important;
}

.dropdown,
.dropdown-menu-light>.dropdown-item a {
 padding-left: 0rem!important; 
 text-decoration: none;
}

/* 7/29/23 Changed background color to 75 79 105 */
.dropdown-item.active, .dropdown-item:active {
 color: #3eb9b9;
 text-decoration: none;
 background-color: transparent!important;
}

/* 7/29/23 Changed background color to 75 79 105 */
.dropdown-item.hover, .dropdown-item:hover {
  color: #3eb9b9;
  text-decoration: none;
  background-color: transparent!important;
 }
 
 
 ul.list-unstyled li a {
 text-decoration: none!important;
 font-weight: 400;
 font-size: inherit;
 white-space: normal!important;
 line-height: 1;
 color: #f9f9f9!important;
 padding: 0 0 0 2rem;
}
 /* 11-13-23 Mobile navigation style */
 @media (max-width: 747px) {
ul.list-unstyled li a {
  list-style-type: none;
  background: transparent!important;
  color: #000!important;
  padding: 0 0 0 0rem;
  }
.sub-menu {
  visibility: invisible;
}
 }

/* Position of 'more' button located at bottom of megamenus */
 .divButton {margin: 0.5rem 25px 18px 3rem;}
 h2.title-flowers::after {content: "Flowers"; margin-left: 1rem; padding: 0 0 0 2rem; color: rgb(226, 228, 161);}
 h2.title-herbs::after {content: "Herbs"; margin-left: 1rem; padding: 0 0 0 2rem;color: rgb(226, 228, 161);}
 h2.title-trees::after {content: "Trees"; margin-left: 1rem; padding: 0 0 0 2rem;color: rgb(226, 228, 161);}
 h2.title-vegetables::after {content: "Vegetables"; margin-left: 1rem; padding: 0 0 0 2rem;color: rgb(226, 228, 161);}
 
 /* Custom button for success */
 .btn-success:hover,
 .btn-success:active,
 .btn-success:focus {
  background-color: rgb(24, 127, 154, 1) !important; 
  border: 1px rgb(24, 127, 154, 1) solid!important;
  border-radius: 4px;
  }
 .btn-success {
  background-color: rgb(24, 127, 154, 0.85)!important; 
  border: 1px #187f9a solid; 
  color: #ffffff!important;
  border-radius: 4px;
  }

 /* Detail recipe links */
 .link-success { 
  color: #0C7681!important;
  font-weight: 500;
}
.link-success:hover { 
  color: #308f8f!important;
}
.recipe-img {
  width: 166px!important;
  height: 166px!important;
  border-radius: 4px;
  filter: none;
  -webkit-filter: grayscale(0);.
  -webkit-transform: scale(1.01);
  }

.recipe-img:hover {
  /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all .8s ease-in-out;  
  }


.cardimage {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.cardcontainer:hover .cardimage {
  opacity: 0.8;
  background-color: rgba(0,0,0,1;)
}

 .btn-outline-success { 
  outline: none!important; 
  background-color: #fff;
  border: 1px #3eb9b9 solid!important; 
  color: rgb(53, 164, 176, 1)!important;
}
.btn-outline-success:focus {
  outline: none!important; 
  background: #3eb9b9!important;
  color: #ffffff!important; 
}
 .btn-outline-success:hover {
  outline: none!important; 
  background: #3eb9b9!important;
  color: #ffffff!important; 
}
.btn-outline-success:active {
  outline: none!important; 
  background: #3eb9b9!important;
  color: #ffffff!important; 
}
.more { 
  outline: none!important; 
  border: 1px #3eb9b9 solid!important; 
  color: #000;
}
.more:focus {
  outline: none!important; 

  color: #0C7681!important;
}
 .more:hover {
  outline: none!important; 

  color: #03aaaa!important;
}

.more:active {
  outline: none!important; 

  color: #03aaaa!important;
}

/* Solid danger button */
.btn-danger { 
  outline: none!important; 
  background-color: #d02124;
  border: 1px #ED2224 solid!important; 
  color: #ffffff!important;
}
 .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  outline: none!important; 
  background: #ED2224!important;
  color: #ffffff!important; 
}
/* Border danger button */
.btn-outline-danger { 
  outline: none!important; 
  background-color: #ffffff;
  border: 1px #ED2224 solid!important; 
  color: #000000!important;
}
 .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
  outline: none!important; 
  background: #ED2224!important;
  color: #ffffff!important; 
}

/* ============ desktop view .end ============== */

/*******************************/
/*   Custom page title images  */
/*******************************/
.page-title-books {background: url("../images/slider/slide-99.jpg") 			center center/cover no-repeat local;}
.page-title-contact {background: url("../images/contact/contact.jpg") 			center bottom/cover no-repeat local;}
.page-title-food {background: url("../images/slider/food-bank-update.jpg") 		center bottom/cover no-repeat local;}
.page-title-food-update {background: url("../images/slider/food-bank-update.jpg") 	center bottom/cover no-repeat local;}
.page-title-garden {background: url("../images/garden/radish.jpg") 			center bottom/cover no-repeat local;}
.page-title-headlines {background: url("../images/slider/news-dark.jpg") 		center right/cover  no-repeat local;}
.page-title-health {background: url("../images/slider/health.jpg")                      center right/cover  no-repeat local;}
.page-title-herbs {background: url("../images/herbs/herbs_banner.jpg") 		center center/cover no-repeat local;}
.page-title-heart {background: url("../images/slider/inspiration.jpg") 			center right/cover  no-repeat local;}
.page-title-jobs {background: url("../images/slider/slide-11.png") 			center right/cover  no-repeat local;}
.page-title-pod {background: url("../images/slider/newsh.jpg") 				center right/cover  no-repeat local;}
.page-title-recipes {background: url("../../recipes/images/menu3.jpg") 			center bottom/cover  no-repeat local;}
.page-title-ref {background: url("../images/slider/ref.jpg") 				center right/cover  no-repeat local;}
.page-title-videos  {background: url("../images/slider/videos.jpg") 			center center/cover no-repeat local;}
/* 8/3/23 Added image for broccoli */
.page-title-broccoli {background: url("../images/card_art/veg/broccoli_belstar_title.jpg") 			center center/cover no-repeat local;}

/* 7/26/23 Repositioned breadcrumb by changing page-title to navigation */
/* 7/26/23 Changed background color from 255 255 255 0.1 to transparent */
/* 7/26/23 Added position of breadcrumb to top left */

.navigation .breadcrumb {

  background-color: transparent;
  padding: 10px 22px;
  margin: 0;
  border-radius: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 767px) {
.breadcrumb {
    width: 100%;
    padding: 8px 0px;
  }
}
/* 7/26/23 Changed color from c5c5c5 to 000; */
.breadcrumb li {
  color: #000000;
}

@media (max-width: 767px) {
.breadcrumb li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .breadcrumb li a {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
/* 7/26/23 Changed color to color from c5c5c5 to 75 79 105; */
.breadcrumb a {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}

.breadcrumb a:hover {color: #3eb9b9!important;}
/* 7/26/23 Changed content to →. Changed color from c5c5c5 to 75 79 105 */
/* 7/26/23 Added font size */

.breadcrumb > li + li:before {
  font-family: "FontAwesome";
  font-size: 70%;
  content: "\f105";
  color: rgba(0, 0, 0, 1);
  margin: 0 0.5rem;
}

/* Features section */
h3.feature-title {
	padding-left: 0px!important;
	font-family: "Lato", serif!important;
	color: #313132!important;
}

h3.feature-title:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: #3eb9b9!important;
}

.capitalize {
text-transform: capitalize;
}
/*********************** New Top Style ***********************/

/* ============= end single header bar navigation ============ */
body.off-white {background-color: #e8e8e8!important;}



/* 7/26/23 Added zones-section */

.zones-section {
body {background-color: transparent;}
.zone-col-count {column-count: 2!important; height: 350px!important;}
/* Create a div withh this class to center tab navigation when nav tabs are not justified */
}

/* 7/26/23 Adjust slide margin and use h1 instead of h2 */
/* 2/18/24 Changed color from f9f9f9 to 393939 */
.pad-left {padding-left: 2rem; }
.slide-caption p {color: #e9e9e9;}
.slide h1 {color: hsl(0, 0%, 98%); font-size: 375%; }

/* 7/30/23 Removed overlay features position absolute and z-index 100 */
#overlay-message {
  margin: 24px 0px 0px 0px;

}
/* 8/3/23 Custom tabs on detail page */
.nav-pills-custom .nav-link {
    color: #222828; 
    background: #fff;
    position: relative;
    margin-bottom: 1rem;  
}

/* Change background color of buttons on hover */
.nav-pills button:hover {
  color: #f9f9f9!important;
  background: #222828!important;
}

.nav-pills-custom .nav-link.active {
    color: #fff!important;
    background: #222828;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #222828, #222828);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #222828, #222828); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/* 2/18/24 Added padding left 0 to hero text for mobile screens */
@media (max-width: 991px) {
  .pad-left {
    padding-left: 0rem;
    font-size: 1rem;
   }
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #222828;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

/* 8/4/23 Border image not currently used in this project */
  .with-border-image {
    border-style: solid;
    border-width: 20px;
    border-image: url(../images/card_art/veg/broccoli_belstar.png) 60 30;
  }
  .with-radial-gradient {
    border-style: solid;
    border-width: 10px;
    border-image: radial-gradient(#222828, #222828;) 1;
  }

p {color: #000;!important;}

/* Potential backgrounds 
background: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%)!important;
background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%)!important;
background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)!important;
background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%)!important;
background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
*/
.baseline
{
  height: 100%;
  background:
  linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%), url('../images/card_art/veg/artichoke-p.png') center center no-repeat;
  background-size: cover;
}

.bg-gradient-panel  {
    background-image: linear-gradient(
      135deg,
        rgba(130, 234, 234),
        rgba(130, 234, 234),
        rgba(130, 234, 234),
        rgba(130, 234, 234)
      ),
      url("../images/card_art/veg/artichoke-p.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top right;
  }
 
.content-heading {
  font-weight: 900;  
  font-size: 150%;
  font-family: "Playfair Display", serif;
  margin-bottom: 0.5rem!important;
}

/* 9/11/23 added padding top and margin top */
.pricing-section .pricing-header {
    padding-top: 0px; margin-top: 0px;
    background-color: #fff!important;
  }

  /* Recipe classes */
  /* Recipe header - might use this later */
  #recipe-header {
    background: url(../images/card_art/recipes/header.jpg) top center / cover no-repeat ;
  }

/* Card hover */
/* .card { */
/*   filter: brightness(0.95); */
/* } */
/* .card:hover  { */
/*   filter: brightness(1); */
/*     -webkit-transition: all 0.5s ease-out; */
/*   -moz-transition: all 0.5s ease-out; */
/*   -o-transition: all 0.5s ease-out; */
/*   transition: all 0.5s ease-out; */
/* } */

  /* 11/19/23 Added width auto to correct mobile card placement */
/*.card {
  width: 14em;
  height: 280.117px;
  background-color: #f8f8f8!important;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  padding: 0;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  }*/
.card-img-top {
  padding-top: 0rem;
  }
/*.card-title {
  text-align: center; 
  vertical-align: middle!important;
  padding-top: 0.5em;
}*/
.card-image {
  height: 30vh!important;
  width: auto!important; 
  object-fit: cover;
  }
/*.card-title h3 {
  font-weight: 500;
  font-family: lato; 
  font-size: 110%!important;
  white-space: nowrap!important;
  overflow: hidden;
  text-overflow: ellipsis!important;
  padding-left: 0.5em;
  padding-right: 0.5em;
  }
  h5.card-title {
    font-weight: 500;
    font-family: lato; 
    font-size: 100%!important;
    text-align: center;
    width: auto;
    height: auto;
    white-space: nowrap!important;
    overflow: hidden;
    text-overflow: ellipsis!important;
    padding: 0 1rem;
    }
.card-footer {
  text-align: center;
  white-space: nowrap; 
  }*/

h3.detail {
  padding-top: 1rem;
  font-weight: bold!important;
  font-family: "Lato", serif; 
  font-size: 28px;
}
div.detail {
  padding-top: 1.5rem;

  min-width: 100%!important;
  font-size: 16px;
  line-height: 1.6em;
}
div.detail {
  padding-top: 1rem;
  min-width: 100%!important;
  font-size: 16px;
  line-height: 1.6em;
}
p.detail {
  padding-top: 1rem;
  padding-bottom: 0px;
  min-width: 100%!important;
  font-size: 16px;
  line-height: 1.6em;
}
@media (max-width: 991px) {
}
.bottom-buttons {
  text-align: left!important;
  margin-top: 2rem;
  padding: 1rem 0rem;
  display: inline;
  border-top: 1px #ccc solid;
  width: 100%;
}
.bottom-buttons a {
  background-color: rgba(24, 127, 154, 0.9);
  color: #fff!important;
}
a.bottom-buttons:hover {
  background-color: rgba(24, 127, 154, 1);
  color: #fff!important;
}
.btn-width {
  text-align: center!important;
  white-space: wrap;
  margin: 3px;
  min-width: 5rem;
  display: inline-block;
  }
  .fooddirectory-label h3 {
  border: 0.25px solid #0c4351;
  font-weight: 500;
  width: auto;
  padding: 0.5rem 1rem;
  background-color: #187f9a;
  vertical-align: middle; 
  color: #fff; 
  font-family: 'lato', serif;
  text-align: left;
  display: flex;
  }
/* 1/29/24 Set button width for mobile screens. */
@media screen and (min-width: 992px) {
.bottom-buttons {
  text-align: left!important;
  margin-top: 2rem;
  padding: 1rem;
  display: inline;
  border-top: 1px #ccc solid;
  width: 100%;
  }
.btn-width {
  max-width: 10rem;
  display: inline-block;
  }
  .fooddirectory-label h3 {
    border: 0.25px solid #0c4351;
  font-weight: 500;
  width: auto;
  padding: 0.5rem 1rem;
  background-color: #187f9a;
  vertical-align: middle; 
  color: #fff; 
  font-family: 'lato', serif;
  text-align: left;
  display: inline-block;
  }
}

/* Nav pills style below is used for plant hardiness zone buttons */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #ffffff!important; 
  outline: none!important; 
  background: #222828!important;
}

.focus-ring {outline: none!important;}

.focus-ring {outline: none!important;}

.btn-outline-secondary {
  border: 1px solid #dcdcdc!important;
  color: #000000!important;
}

.btn-outline-secondary:hover {
  background: #eee!important;
  color: #000000!important;
}



.section-breadcrumb { padding-top: 1rem!important; }

.nutrition ul {padding-left: 1rem!important;}

.steps {border-top: 0.5px #000 solid; width: 100%; margin-top: 4rem;}

.print-page {width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid #ddd; alt="Print"}

.print-page:hover {background: #ddd;}

/* Print */
@media print {
body {background: #ffffff!important;}
ul {list-style-type: none!important;}
#header, #footer {display:none!important;}
}
.checkbox-check{
  background-color: transparent !important;
  fill: white !important;
  border-color: #444 !important;
}

.zone-col-count {column-count: 2!important; height: 350px!important;}

/* Position website title in top bar */
.heading {
  padding: 1.50% 0;
  text-align: center;
  white-space: nowrap;
  font-family: lato, serif; 
  font-size: 175%; 
  font-weight: bold;
  
    white-space: nowrap;
}

.outline {
  font-weight: bold;
  color: #caa9a2!important;
  -webkit-text-fill-color: #B4B766; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #4C3E3B;
}
.tagline {
  color: #caa9a2!important;
  -webkit-text-fill-color: #B4B766; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #4C3E3B;
  text-align:center;
  margin-top: -1rem!important;
  font-family: lato, serif; 
  font-size: 87%;
  font-weight: bold;
  text-shadow: 0px 0px 40px black,0px 0px 40px black,0px 0px 40px black,0px 0px 20px black,0px 0px 20px black;
  white-space: nowrap;
}

.ultra-expanded {font-stretch: ultra-expanded!important;}

div .signature {
  font-family: 'great vibes', lato, serif;
  font-size: 2.4375rem!important;
  padding: 18px 0 0;
}

/* 2/18/24 Hide this class for mobile screens */
@media screen and (max-width: 747px) {
div .signature {
  display: none;
  }
}

.art-detail {
  width: 10rem; 
  height: 10rem; 
  float: right; 
  position: relative; 
  z-index: 10; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 0px!important;
  margin: 0px!important;
}

/* Admin and search box styles */
/* 11-13-23 Show admin and show search features */
@media screen and (min-width: 992px) {
  .admin-icon-button {
  visibility: visible;
  right: 24px;
  }
  .search-layout {
  display: block;
  }
}

/* Icon access */
.admin-top-row {
  float: right; 
  right: 0;
  top: 0!important;
  bottom: 0px!important;
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  background-color: transparent!important;
  position: absolute;
  display: block!important;
  visibility: visible;
}

.admin-dropdown-menu  {
  padding: 0.5rem!important;
  margin: 0px 0px 0px -45px!important;
  position: relative;
  display: block;
  z-index: 9999;
  max-width: 2rem!important;
  background: #f9f9f9;
  text-align: left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.admin-dropdown-menu ul li {
  font-family: lato, 'sans-serif';
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  text-align: left!important;
  display: block;
}

.admin-icon-button {
  background: rgba(34, 40, 40, 0.9);
  padding: .5rem;
  font-weight: bold; 
  font-style: normal;
  color: rgba(12, 118, 129, 0.85);
  border-radius: 50%;
  margin-right: 18px;
  position: absolute; 
  display: block;
  float: right!important; 
  top: 6px; 
  z-index: 1; 
}


.admin-icon-button:hover {
  color: rgba(249, 249, 249, 0.8)!important;
  background: rgba(12, 118, 129, 0.85);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-layout {
  display: none!important;
}

/* Login page */
.admin-form {
  background: transparent!important;
  border: none!important;
}

.admin-input {
  background: transparent!important;
  color: #f9f9f9!important;
  border: none!important;
  font-weight: 500;
}
.admin-input:hover {
  color: #ddd!important;
  font-weight: 500;
}

.admin-label {
  font-size: .75rem;
  font-weight: 550;
  font-family: lato, 'sans-serif';
  background: transparent!important;
}

.tbody-admin {
  white-space: nowrap!important; 
  font-size: 1rem!important;
}

.admin-nav  {
  list-style-type: none!important; 
  padding: 0!important; 
  margin: 0 auto; 
  justify-content: center!important;
}

.admin-nav a {text-transform: uppercase;
  color: #f9f9f9;
  font-family: 'lato', 'sans-serif';
  font-size: 0.875rem;
  font-weight: 550;
  padding-left: 0.75rem; 
  padding-right: 0.75rem;
}
.admin-nav:active {
  color: rgb(226, 228, 161)!important;
}
.admin-nav a:hover {
  color: rgb(226, 228, 161)!important;
}
.admin-nav:focus {
  color: rgb(226, 228, 161)!important;
}
.admin-col-count {column-count: 2!important; height: auto!important;}

.admin-nav a:focus {
  color: #3eb9b9!important;
}

.admin-delete {
  text-transform: uppercase; 
  font-weight: 600; 
  color: #E94C59!important;
}
/* New login form */
* {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
}

.login {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
}
.login h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}
.login form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.login form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #3eb9b9;
  color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #3eb9b9;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: rgba(12, 118, 129);
  transition: background-color 0.2s;
}


/* 10-7-23 Long description textareas need some height */
/* 11-06-23 text indent removes indent that I could not eliminate any other way */
.long-description {
  height: 50rem;
  text-indent: 0rem!important;
}

.long-description-cal {
  height: 15rem;
  text-indent: 0rem!important;
}
.journal-description {
  height: 10rem;
  text-indent: 0rem!important;
}
.checklists {
/*  list-style-position: outside!important; */
  text-align: left;
  list-style: none;
  list-position: inside; 
  font-size: 16px;
  line-height: 1.6em;
}

h5  {
  padding-top: 1rem;
}
/* 10-7-23 Some padding is needed between each textarea */
.long-div {
  padding-bottom: 1rem;
}
input:required:invalid {
  background-image: url(../assets/images/icons/invalid.png);
  background-position: right;
  background-repeat: no-repeat;
  }input:required:valid {
  background-image:url(../assets/images/icons/valid.png);
  background-position: right;
  background-repeat: no-repeat;
  }

  input:focus::placeholder {
    color: transparent;
  }

  /* Admin search form */
  .admin {
    margin: 1rem 0 1rem 0;
    background: #f9f9f9;
    color: #000;
    outline: none;
    border: 0.5px #aaa solid;
  }

  .admin:hover {
    background-color: #eee;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

/* 10/19/23 Add content link and hover colors */
.crud-link {
  text-decoration: none;
  color: #03aaaa!important;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.crud-link:hover {
  text-decoration: none;
  color: #029999!important;
}
.ajax-alert {
  font-style: normal;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  background-color: rgba(255,255,255,1);
}
.alert-text {
    color: rgb(208, 33, 36)!important;
  }


.alert-info, border-info {

  background-color: rgba(62, 185, 185, 0.15) !important; border: 1px rgba(62, 185, 185, 1) solid!important;
}
.fade-in-image {
  animation: fadeIn 2s;
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 52s;
  -o-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#detail ul {
  font-size: 16px;
}
ul.line-spacing {
width: 100%!important;
list-style-type: disc;
list-style-position: outside!important;
font-size: 16px;
text-align: left;
padding-left: 24px;
}
ul,
ol,
dl,
div,
table,
tr,
td,
p {
  font-size: 16px;
  line-height: 1.6em;
  position: relative;
}

.fancy-image {
  background:
#fff;
}
/* Make text and images unselectable */
/*.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #cc0000;
}*/
.bottom {
  position: absolute;

  height: calc(100% - 100px);

        }

        .photos {

          background-color: rgba(62, 185, 185, 0.15) !important; border: 1px rgba(62, 185, 185, 1) solid!important;
        }
        .fade-in-image {
          animation: fadeIn 2s;
          -webkit-animation: fadeIn 2s;
          -moz-animation: fadeIn 52s;
          -o-animation: fadeIn 2s;
          -ms-animation: fadeIn 2s;
        }
        
        @keyframes fadeIn {
          0% { opacity: 0; }
          100% { opacity: 1; }
        }
        
        @-moz-keyframes fadeIn {
          0% { opacity: 0; }
          100% { opacity: 1; }
        }
        
        @-webkit-keyframes fadeIn {
          0% { opacity: 0; }
          100% { opacity: 1; }
        }
        
        @-o-keyframes fadeIn {
          0% { opacity: 0; }
          100% { opacity: 1; }
        }
        
        @-ms-keyframes fadeIn {
          0% { opacity: 0; }
          100% { opacity: 1; }
        }
        .centered {
          margin: 0 auto;
          text-align: center;
        }   
        
/* 11/26/23 Class footer-rule is used to cite sources within the garden "uses" tab. */
.footer-rule {
  border-top: 1px #ddd solid;
  width: 100%;
}

.references {
  padding: 10px;
}
/* The container */
.abt-bibliography {
  padding: 10px;
  border-radius: 2px;
  background: #00274C;
  color: white;
}

/* The heading */
.abt-bibliography__heading {
  color: #FFCB05;
  text-shadow: 1px 1px 1px #444
}

/* The links */
.abt-bibliography a {
  color: #FFCB05;
}
.abt-bibliography a:hover {
  color: yellow;
}

/* The ordered list numbers */
.csl-left-margin {
  color: #FFCB05;
}

/* Image opacity without hover */
.overlay {
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 1);
}
/* Image opacity with hover */
.overlay:hover  {
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0);
}

h3.skip-print {width: auto;}

.display-status {
  display: inline;
}

/* 7/11/24 Using this style for blog videos */
video {
  height: 100vh;
  width: 100%;
  object-fit: fill; /* use "cover" to avoid distortion */
  position: relative;
}

.outline-none {outline: none!important;}

.badge {
  background-color: #d02124;
  color: white;
  padding: 3px 7px 6px 7px;
  text-align: center;
  border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  font-weight: 600;
  background: #ffffff!important;
  border: 1px #ffffff solid!important;
  color: rgba(51,72,72,1)!important;
}
.btn-secondary {
  font-weight: 600;
  border-radius: 0px;
  color: rgba(51,72,72,1);
  background-color: rgba(142,201,201,1);
  border: 1px rgba(142,201,201,1) solid!important;
}
.contentarea {
  background: #fff;
  padding: 0.75em;
}

.paddingtopbottom {
  padding-top: 1em;
  padding-bottom: 1em;
}
.notoppadding {
  padding-top: 0px;
}
.nobottompadding {
  padding-bottom: 0px;
}
.mediatoppadding {
  padding-top: 0.75em;
}

.paddingfooter {
  padding-bottom: 2em;
}
/* Used for glossary alignment or any content area that needs padding */
.paddingall {
  padding: 3em 5em 5em 5em;
}
.easeload {
    opacity: 1;
    -webkit-transition: all 2s ease; 
    -moz-transition: all 2s ease; 
    -ms-transition: all 2s ease; 
    -o-transition: all 2s ease; 
}
.dottedborder {
  border: #dbac3a; 
  border-style: dotted;
}

/* Bootstrap 5 slider for articles will have a dark background with light text */

.slide-label-background {
  background: rgba(0, 0, 0, 0.5); 
  width: 100%!important; left: 0!important; 
  bottom: 0!important;
}
h5.slide-label-font {
  color: #f8f8f8;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2em;
}

.slide-label-font {
  color: #f8f8f8;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1em;
}
/* Set bootstrap 5 slider chevron to white by changing fill %230000 to $23ffffff */
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.heading-background {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: rgba(24, 127, 154, 0.985);
  color: #fff;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5em;

}
.nav-font {
  font-family: -apple-system, BlinkMacSystemFont, 'segoe ui', roboto, oxygen, ubuntu, 
  cantarell, 'fira sans', 'droid sans', 'helvetica neue', Arial, sans-serif;
  font-size: 15px;
}

.centerImage {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.mylinks ul li a {
  color: rgba(24, 127, 154, 1)!important;
  font-weight: normal;
  text-decoration: none;
}
.my-panel-styles .text-muted {color:#777;}
.my-panel-styles .text-primary {color:#337ab7;}
.my-panel-styles .text-success {color:#d44950;}
.my-panel-styles .text-info {color:#31708f;}
.my-panel-styles .text-warning {color:#8a6d3b;}
.my-panel-styles .text-danger {color:#a94442;}

.privacykeyinfo {
  border: 1px solid black; 
  margin: 0rem 0rem 2rem 0rem!important;
}
.red {
  color: #d02124;
}
.quoteauthor {
  font-style: italic;
  color: rgb(108, 117, 125);
  overflow-wrap: break-word;
  margin-top: -1em;
}
.quotetitle {
  padding-left: 0px!important;
  margin-left: 0px!important;
}
.quotebody {
  line-height: 25.6px;
  font-size: 16px;
  color: #000;
}
.quotetext {
  text-align: left!important;
}
.quoteborder {
  border-top: 0.75em solid #fff; 
  border-right: 0.75em solid #fff; 
  border-bottom: 0.75em solid #fff; 
  border-left: 0;
}
.cardsmall {
  width: 100%; 
  background:#ddd; 
  color: #222828;
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
}
.nav-recipes {
  left: 0px;
  padding-left: 0rem!important; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 2fr));
  gap: 0rem; justify-content: center;"
}
h2.recipeDirections {
  font-weight: 600; 
  padding: 1rem 0px;
}
ol.recipeDirections {
  line-height: 1.5; 
  list-style-type: decimal; 
  list-style-position: outside!important; 
  width: 100%!important; 
  padding-left: 26px; 
  margin-left: 0rem!important;
}
h2.recipeGarnish {
  font-weight: 600; 
  padding: 1rem 0px;
}
.recipeDetails {
  text-align: left!important; 
  margin-left: 0px!important;
}
h2.recipeIngredients {
  font-weight: 600; 
  padding: 1rem 0px;
}
img.recipeImage {
  width: 100%; 
  height: auto; 
  border: 1px #ddd solid; 
  justify: center;
}
.recipePic {
  text-align: center;
  padding-top: 0.5rem;
}
.recipeAuthorPic {
  width: 100%; height: auto; 
  margin-top: 1em;
}
.recipeWidget {
  background-color: #fff; 
  margin-top: 1.5em; 
  padding-bottom: 2rem;
}
h1.articleTitle {
  font-weight: 600; 
  color: rgba(12, 118, 129, 1);
}
.nav-link-color {
  color: #eeecec!important;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
}
.nav-link-color:hover {
  text-decoration: none;
  color: rgba(223, 227, 127, 1)!important;
}
