.crop-image {
        width: 300px;
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

/**/
.dropdown-item {
    font-weight: 600;
    color: #b15b53;
	letter-spacing: 1px;
}

html.sticky-header-active #header .header-body {
    box-shadow: none;
	border: none;
}
#header .header-body {
    display: flex;
    flex-direction: column;
    background: #552723;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #552723;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}
/**/
.custom-dots-style-2 .owl-dots .owl-dot > span {
    background: #552723 !important;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    background-color: #BFA588 !important;
}

/*Sticky services*/
.profile-pic {
	clip-path: circle(50% at 50% 50%);
    border: 4px solid #fff;
    border-radius: 50%;
}

/*
* services page cards
*/
.custom-card-style-1 .custom-read-more svg,
.custom-card-style-2 .custom-read-more svg {
		transition: ease transform 300ms;
}

.custom-card-style-1:hover .custom-read-more svg,
.custom-card-style-2:hover .custom-read-more svg {
		transform: translate3d(7px, 0, 0);
}

.custom-card-style-1 {
		transition: ease transform 300ms;
}

.custom-card-style-1 .card-title {
		transition: ease color 300ms;
}

.custom-card-style-1:hover {
		transform: scale(1.03);
}

/*Divider + Line animation*/
.custom-divider > hr {
	height: 3px !important;
}

@-webkit-keyframes customLineProgressAnim {
		from {
				width: 0;
		}
		to {
				width: 90px;
		}
}

@keyframes customLineProgressAnim {
		from {
				width: 0;
		}
		to {
				width: 90px;
		}
}

.customLineProgressAnim {
		-webkit-animation-name: customLineProgressAnim;
						animation-name: customLineProgressAnim;
}
/**/
@media (max-width: 767px) {
.custom-mobile-remove-divider-left-border {
  border-left: 0 !important;
    border-left-color: currentcolor;
	}
}
/**/
.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 150px 0;
}
.page-header.page-header-modern.page-header-sm h1 {
    font-size: 25px;
}
.page-header h1 {
    color: #ffffff;
    font-weight: 600;
	letter-spacing: 1px;
}.page-header {
    background-color: #EDEDED;
    margin: 0 0 35px 0;
    padding: 10px 0 0 0;
    position: relative;
    text-align: left;
}

/**/
.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-2 .owl-dots .owl-dot.active > span {
    background: #552723 !important;
    width: 18px;
}
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: #552723;
    border-color: #552723 #552723 #552723;
    color: #fff;
}
/**/
@media (min-width: 1200px) {
.custom-big-font-size-1 {
    font-size: 6.0rem !important;
	}
}
/**/
@media (max-width: 991px) {
.custom-dots-style-2 .owl-dots {
    transform: translate3d(0, -10px, 0);
}
}
.owl-carousel.carousel-center-active-item .owl-item.current .card {
    background: #F0E3D8;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box h4 {
  color: #444444;
  font-weight: 700;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.primary {
  border-bottom: 3px solid #604847;
}
.services .service-box.primary .icon {
  color: #604847;
  background: #F0E3D8;
}
.services .service-box.primary .read-more {
  color: #604847;
}
.services .service-box.primary:hover {
  background: #604847;
}
.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}
.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}
.services .service-box.orange .read-more {
  color: #f68c09;
}
.services .service-box.orange:hover {
  background: #f68c09;
}
.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}
.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}
.services .service-box.green .read-more {
  color: #08da4e;
}
.services .service-box.green:hover {
  background: #08da4e;
}
.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}
.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}
.services .service-box.red .read-more {
  color: #e9222c;
}
.services .service-box.red:hover {
  background: #e9222c;
}
.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}
.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}
.services .service-box.purple .read-more {
  color: #b50edf;
}
.services .service-box.purple:hover {
  background: #b50edf;
}
.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}
.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}
.services .service-box.pink .read-more {
  color: #f51f9c;
}
.services .service-box.pink:hover {
  background: #f51f9c;
}
.services .service-box:hover h4, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #fff;
}
.services .service-box:hover .icon {
  background: #fff;
}


/**/
.custom-highlight-text-1:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    border-bottom: 7px solid #094367;
    opacity: 0.2;
    z-index: 0;
}
.red-highlight:before {
    border-bottom: 7px solid #EF6F6C;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
	color: #222222;
}
p {
    color: #262626;
	font-size: 18px;
}
#footer p, #footer li, #footer a:not(.btn):not(.no-footer-css), #footer span {
    color: #262626;
}
body {
	color: #262626;
}
a {
    color: #604847;
}
a:hover {
    color: #604847;
	text-decoration: none !important;
}

@media (min-width: 992px) {


#header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #ffffff;
    font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #5e2e2a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 18px 10px 18px;
    position: relative;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.dropdown-menu {
    background-color: #552723;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #B9A89A;
	padding: 0;
}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a{
		background-color: rgba(0,0,0,0.2);
	}

}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: #342B23;
}

#header .header-btn-collapse-nav {
    background: #c59b64 !important;
}
@media (max-width: 991px) {
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #552723;
	}
}

/**/
html .scroll-to-top {
    bottom: 100px;
    right: 0px;
}
html .scroll-to-top.visible {
    opacity: 0.75;
    transition: 1s;
	-webkit-animation:fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}
a:focus {
    color: #604847;
}