/*
|----------------------------------------------------------------------------
	Acutip - Responsive Multipurpose Portfolio HTML5 Template main CSS
	Author: MGScoder
	Author URL: https://themeforest.net/user/mgscoder
	Version: 2.2.1
|----------------------------------------------------------------------------
*/

/*
|------------------------------------------------------------------
	[Table of contents]:

	1. FONTS
	2. BODY
	3. COMMON CSS
	4. HEADER / #header
	5. Home Top Banner / .home-top-banner
		5.1 TOP BANNER CONTENT / .maintopbannercontent		
		5.2 CAROUSEL TOP BANNER SLIDER / #home-slider
	6. TITLE / .section-title-block
	7. PORTFOLIO / #portfolio
		7.1. LIGHTBOX
	8. CLIENTS
	9. ABOUT / #about
	10. BREADCRUMB / .breadcrumb
	11. INNER PAGES TOP BANNER / #single-page-banner
	12. SERVICE / #service
	13. Trending Project / #trendingproject
	14. TESTIMONIAL / #testimonials		
		14.1. STAR RATINGS / .rating-wrap
	15. Blog / #blog
	16. Shared Contact + Quote 
        16.1. Contact / #contact
        16.2. Quote / #quote
	17. SINGLE SERVICE / #service-single-content
		17.1. SERVICE LIST / .service-list
		17.2. SERVICE MENU / .service-menu
		17.3. SERVICE BROCHURE / .service-brochure
		17.4. SERVICE FEATURE / .service-features
	18. SINGLE PORTFOLIO / #pfolio-single-content
	19. SINGLE BLOG / #blog-single-content
		19.1. RELATED POST / #related-blog
		19.2. POST COMMENTS LIST / .commentlist
		19.3. COMMENTS FORM / #commentform
		19.4. SIDEBAR / #sidebar
	20. TEAM / .team-wrap
	
	21. Button / .btn-shutter-out-horizontal
	22. SUBSCRIBE / #mc-form
	23. SOCIAL / .social-icon
	24. PAGINATION / .pagenavigation
	25. FAQ / #faq
	26. PRICING / #pricing
	27. Section BANNER / .section-banner
	28. SUCCESS STORY / #success-story
	29. FOOTER / .footer
	30. 404 PAGE / .not-found
	
|-------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	1. FONTS: Google Font
|----------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');

/*
|----------------------------------------------------------------------------
	2. BODY
|----------------------------------------------------------------------------
*/
body {
    color: #000;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.625;
    height: 100%;
}


/*
|----------------------------------------------------------------------------
	3. COMMON CSS
|----------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
	color: #000000;
}
img, iframe, object, embed {
    max-width: 100%;
}
p {
    margin-bottom: 25px;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
    color: #3a0028;
    text-decoration: none;
}
a:focus {
    outline: medium none;
    text-decoration: none;
}

.intro-text {
	color: #000000;
    margin: 0 0 60px 0;
	font-size: 18px;
}

.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.float-right {
    float: right;
}


/*
|----------------------------------------------------------------------------
	4. HEADER / #header
|----------------------------------------------------------------------------
*/
#header {
    background-color: rgba(62, 62, 62, 0.7);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.6);
	height: 80px;
	-webkit-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    z-index: 199;
}

/*************************** Menu Navbar ***************************/
#header nav.navbar.mgsb4navbar {
    background-color: transparent;
    border-bottom: none;
	padding: 0;
}
#header.headerbg-darkcolor {
    background-color: rgba(0, 0, 0, 0.8);
}
#header.headerbg-lightcolor {
    background-color: rgba(255, 255, 255, 1);
}
#header.white-bg {
	background-color: rgba(255, 255, 255, 1);
}
#header.mgsfixed-nav {	
	background-color: rgba(255, 255, 255, 1);
	height: 56px;
}
nav.navbar.mgsb4navbar .navbar-brand {
    height: auto;
	margin: 0;
    padding: 0 50px 0 0;
}
nav.navbar.mgsb4navbar .navbar-brand .logo {
    height: 80px;
	-webkit-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	width: auto;
}
.mgsfixed-nav .navbar.mgsb4navbar .navbar-brand .logo{
    height: 56px;
	width: auto;
}
/*#header nav.navbar.mgsb4navbar .dropdown:hover>.dropdown-menu {display: block;}*/
#header nav.navbar.mgsb4navbar .dropdown:hover>.dropdown-menu {
	margin: 0;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
    color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	padding: 30px 15px;
}
.mgsfixed-nav nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
	padding: 18px 15px;
}
.mgsfixed-nav nav.navbar.mgsb4navbar .navbar-brand > img.logo, .mgsfixed-nav .navbar-brand .logo {
	height: 56px;
}

/*************************** Menu Position ***************************/



/*************************** Responsive Menu Bar ***************************/
.navbar-light .navbar-toggler {
    border-color: #3a0028;
}
.menubar1, .menubar2, .menubar3 {
	display: block;
	width: 30px;
	height: 5px;
	background-color: #3a0028;
	margin: 5px 0;
	transition: 0.3s;
}
.mgschangemenu-bar .menubar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
	background-color: #ff0000;
}
.mgschangemenu-bar .menubar2 {
	opacity: 0;
}
.mgschangemenu-bar .menubar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	background-color: #ff0000;
}

/*************************** Menu hover Animation ***************************/
nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
    text-transform: uppercase;
	position: relative;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 3px;
	content: "";
	background-color: #eed0cd;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link:hover::after, nav.navbar.mgsb4navbar .navbar-nav a.nav-link.active::after {
	width: 100%;
}

/*************************** Dropdown Menu ***************************/
nav.navbar.mgsb4navbar .navbar-nav a.nav-link.dropdown-toggle::after {
	background-color: transparent;
	position: relative;
    border-top: 6px solid;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
	width: auto;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link.dropdown-toggle.active::after {
    width: auto;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link:hover, nav.navbar.mgsb4navbar .navbar-nav a.nav-link.active {
	background-color: #3a0028;
    color: #fff;
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu {
    padding: 3px 0;
	border-top: 3px solid #eed0cd;
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(3, 71, 171, 0.3);
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item.active, nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #3a0028;
}

@media screen and (min-width: 992px) {
	.dropdown .dropdown-menu {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		overflow: hidden;
		transform-origin: top center;
		-webkit-transform: scale(1,0);
		transform: scale(1,0);
		display: block;
	}
	.dropdown:hover .dropdown-menu {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



/*
|----------------------------------------------------------------------------
	5. Home Top Banner / .home-top-banner
|----------------------------------------------------------------------------
*/
.home-top-banner {
	background-attachment: fixed;
    background-color: #949494;
	background-image: url("../images/background/ebm_main-banner.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    height: calc(100vh - 80px);
	overflow: hidden;
    position: relative;
	margin-top: 80px;
    z-index: 1;
}
.home-top-banner.banner-2 {
	background-image: url("../images/background/main-banner-2.jpg");
}
.home-top-banner.banner-3 {
	background-image: url("../images/background/main-banner-3.jpg");
}
.home-top-banner::before {
	background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.background-transparent {
	background-color: transparent;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.banner-content {
    padding: 75px 0;
    position: relative;
}
.banner-content h1, .banner-content h2 {
    color: #c4a7be;
    font-size: 54px;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 15px;
    text-transform: capitalize;
}
#singlesectionbanner .banner-content h1, #singlesectionbanner .banner-content h2 {
    font-size: 48px;
}
.banner-content h3, .banner-content h4 {
    color: #fff;
	font-style: italic;
    text-transform: capitalize;
}
.banner-content h4 {
    font-size: 22px;
	margin-bottom: 5px;
}
.banner-content p {
    color: #ddd;
}
.banner-content p:last-child {
	margin: 0;
}
.banner-content li a {
    color: #fff;
    border-color: #fff;
}

/*
|----------------------------------------------------------------------------
	5.1 TOP BANNER CONTENT / .maintopbannercontent
|----------------------------------------------------------------------------
*/
.maintopbannercontent h2 {
    margin: 10px 0 20px;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: bold;
}
.maintopbannercontent p.sub-title {
	font-size: 22px;
}
.maintopbannercontent .btn-holder {
	margin: 30px 0 20px;
}
.maintopbannercontent .btn-holder .btn {
	font-size: 18px;
	margin-right: 10px;
}
.maintopbannercontent .countoverlay-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transform: skewY(4deg);
	transform-origin: bottom right;
}
.maintopbannercontent .countoverlay-bg.secondary-colorbg {
	background-color: rgba(3, 72, 171, 0.6);
}

@media (min-width: 992px) {
	.maintopbannercontent {
		width: 768px;
		height: 100%;
		min-height: 0;
	}
	.maintopbannercontent .countoverlay-bg {
		min-height: 0;
		transform: skewX(-10deg);
		transform-origin: top right;
	}
	.maintopbannercontent .countoverlay-bg {
		position: absolute;
		width: 60%;
		min-width: 768px;
	}
}

/*
|----------------------------------------------------------------------------
	5.2 CAROUSEL TOP BANNER SLIDER / #home-slider
|----------------------------------------------------------------------------
*/
.home-slider {
	height: calc(100vh - 80px);
    width: 100%;
	margin-top: 80px;
}
.home-slider.image-bg {
    background-image: url("../images/slider/slide-3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home-slider .owl-carousel {
	position: relative;
	height: 100%;
}
#home-slider .owl-carousel .owl-slide::before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home-slider .owl-carousel div:not(.owl-nav) {
	height: 100%;
}
#home-slider .owl-carousel .owl-nav {
	height: 0;
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
}
#home-slider .owl-carousel .owl-nav .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: 0;
	width: 50px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-size: .9em;
	border-radius: 3px;
	color: #FFF;
	background: #000;
	opacity: .6;
	text-transform: capitalize;
}
#home-slider .owl-nav > button {
    background: transparent none repeat scroll 0 0;
    font-size: 50px;
	color: #fff;
}
* {
	box-sizing: border-box;
}

#home-slider .owl-carousel .owl-slide {
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    height: 100%;
}
#home-slider .owl-carousel .owl-slide.slide-1 {
    background-image: url("../images/slider/slide-1.jpg");
}
#home-slider .owl-carousel .owl-slide.slide-2 {
    background-image: url("../images/slider/slide-2.jpg");
}
#home-slider .owl-carousel .owl-slide.slide-3 {
    background-image: url("../images/slider/slide-3.jpg");
}
#home-slider .owl-carousel .slider-content {
	bottom: 0;
    display: table;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
#home-slider .slider-caption {
    display: table-cell;
    vertical-align: middle;
}
#home-slider .owl-carousel .slider-content .slider-caption .caption-container {
	height: auto;
    margin: 30px auto 0;
    max-width: 860px;
    width: 80%;
}
#home-slider .owl-carousel .slider-content h2.banner-title-text {
    color: #fff;
    font-size: 44px;
	line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2px;
	margin: 20px 0;
    text-transform: capitalize;
}
#home-slider .owl-carousel .slider-content h2.banner-title-text span {
    color: #6d3d5f;
}
#home-slider .owl-carousel .slider-content .sub-title {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
}
#home-slider .owl-carousel .slider-content .sub-title.white-text {
    color: #fff;
}
#home-slider .owl-carousel div.slider-caption {
    height: auto;
    margin-top: 10%;
}
#home-slider .btn-shutter-out-horizontal:before {
    background-color: #6d3d5f;
}
#home-slider .btn-shutter-out-horizontal:hover {
    color: #fff;
	border: 1px solid #6d3d5f;
}
#home-slider  .owl-next {
    float: right;
	padding: 4px 11px;
}
#home-slider  .owl-prev {
    float: left;
	padding: 4px 8px;
}
#home-slider  .owl-nav {
	max-width: 1170px;
	margin: 0 auto;
    opacity: 0;
}
#home-slider :hover .owl-nav  {
    opacity: 1;
}
#home-slider .btn.btn-transparent  {    
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.scroll-arrow {
    bottom: 10px;
    color: #fff;
    font-size: 24px;
    height: 24px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    width: 24px;
    z-index: 3;
} 
@keyframes fade-In-Down { 
    0% { 
        opacity: 0; 
        transform: translateY(-40px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fade-In-Down{ 
    opacity: 0; 
    -moz-transform:translateY(-40px);
    -webkit-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    transform:translateY(-40px);
}
.scroll-arrow .animated.infinite {
    animation-iteration-count: infinite;
}
.scroll-arrow .fade-In-Down {
    animation-name: fade-In-Down;
}
.scroll-arrow .animated {
    animation-duration: 1s;
}

.banner-content h4 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.banner-content h2.type-animate {
	margin-top: 10px;
	margin-bottom: 30px;
}
.banner-content h2.type-animate a.typewrite {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
}
.banner-content {
	text-align: center;
	color: #fff;
}
.banner-content > h4, .slider-content h4 {
	color: #fff;
    margin: 30px 0 10px;
}
.maintopbannercontent .banner-content a.btn-more {
    color: #6d3d5f;
}

.video-bg .home-top-banner {
    background-color: transparent;
	background-image: none;
}


/*
|----------------------------------------------------------------------------
	6. TITLE / .section-title-block
|----------------------------------------------------------------------------
*/
.section-title-block {
    margin: 0 0 60px;
}
.section-title-block .section-title {
	font-size: 42px;
    margin: 0 0 0 7px;
	text-transform: capitalize;
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    background-color: #eed0cd;
    color: #000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
}
.section-title-block .section-title::after {
    display: block;
    width: 7px;
    height: 100%;
    position: absolute;
    bottom: 6px;
    left: -7px;
    content: "";
    border: 1px solid #f1dcdf;
    background: #f1dcdf;
    -webkit-transform: skew(0deg,60deg);
    -moz-transform: skew(0deg,60deg);
    -ms-transform: skew(0deg,60deg);
    -o-transform: skew(0deg,60deg);
    transform: skew(0deg,60deg);
}
.section-title-block .section-title strong {
    color: #4d1d49;
	font-weight: bold;
}
section:hover .section-title-block .section-title {
    letter-spacing: 2px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
}
.section-title-block .section-tag {
    margin: 0 0 15px;
	font-size: 16px;
	font-weight: 400;
	color: #999;
	text-transform: capitalize;
}
.sub-title {
    font-size: 28px;
    margin-top: 0;
}
/*title-box*/
.title-box::before {
    background-color: #6d3d5f;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 0 0 -2px;
    position: absolute;
    width: 60px;
}
.title-box {
    border-bottom: 1px solid #6d3d5f;
    margin: 60px 0 40px;
    position: relative;
}
.service-features .title-box .widget-title {
    margin-top: 30px;
}
.intro-title-box {
    margin: 0 0 40px;
}
.inner-title-box {
    margin: 30px 0 40px;
}
.title-box > h3 {
	font-weight: 400;
	margin: 0 0 5px;
	text-transform: capitalize;
}
.title-box > h3 strong {
    color: #3a0028;
}
.post-title {
	margin: 0 0 20px;
}

/*
|----------------------------------------------------------------------------
	7. PORTFOLIO / #portfolio
|----------------------------------------------------------------------------
*/
#portfolio {
	background-color: #fff;
	padding: 75px 0;
}
/* category filter */
.filter-section {
	padding-top:40px;
}
.filter-container {
    margin: 0 0 50px;
    text-align:center;
}
.filter-section h1 {
    text-align:center
}
.filter-section .filter-container .filter > li {
    margin: 0;
    padding: 0 5px 10px;
}
ul.filter > li > a {
	color: #000;
	border: 1px solid;
    border-radius: .25rem;
	display:  block;
	font-weight: 500;
    padding: 6px 20px;
}
ul.filter > li.active a, ul.filter > li > a:hover,ul.filter > li > a:focus {
	background-color: #3a0028;
	color: #fff;
	border-color: #3a0028;
    text-decoration:none;
    outline:none
}


.isotopeContainer.space-style {
    margin: 0 -15px;
}
.isotopeContainer.space-style .isotopeSelector {
    padding-right: 15px;
    padding-left: 15px;
}
.portfolio-wrapper {
    cursor: pointer;
	margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.portfolio-wrapper > img {
	width: 100%;
}
.portfolio-overlay-inner {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.portfolio-overlay-content {
    display: table-cell;
    vertical-align: middle;
}
.portfolio-link {
    margin: .5rem 0 10px;
}
.portfolio-caption {
	padding: 0 10px;
	margin: 0 0 .5rem;
}
.portfolio-caption h3 {
	line-height: 1.48;
	font-size: 16px;
	margin-bottom: 0;
}
.portfolio-caption a {
	color: #fff;
    font-size: 16px;
}
.portfolio-link a {
	color: #6d3d5f;
    font-size: 16px;
	display: inline-block;
    margin: 5px;
    padding: 6px 10px;
    border: 1px solid #6d3d5f;
	border-radius: 5px;
}
.portfolio-link a:hover {
    color: #fff;
	background-color: #6d3d5f;
}
.portfolio-caption a:hover {
	color: #6d3d5f;
	text-decoration: none;
}
.no-space, .no-space .portfolio-wrapper{
    margin: 0;
    padding: 0;
}

.portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;	
    opacity: 0;
	padding: 10%;
    position: absolute;
    text-align: center;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.portfolio-overlay p, .portfolio-overlay a {
    position: relative;
    z-index: 4;
}
.portfolio-overlay::before {
    border-width: 0;
    content: "";
    height: 0;
    left: 10%;
    position: absolute;
    top: 10%;
	-webkit-transition: height 0.5s ease 0.15s;
    -moz-transition: height 0.5s ease 0.15s;
    -ms-transition: height 0.5s ease 0.15s;
    -o-transition: height 0.5s ease 0.15s;
    transition: height 0.5s ease 0.15s;
    width: 0;
    z-index: 3;
}
.portfolio-overlay::after {
    border-width: 0;
    bottom: 10%;
    content: "";
    height: 0;
    position: absolute;
    right: 10%;	
	-webkit-transition: width 0.1s ease 0.2s;
    -moz-transition: width 0.1s ease 0.2s;
    -ms-transition: width 0.1s ease 0.2s;
    -o-transition: width 0.1s ease 0.2s;
    transition: width 0.1s ease 0.2s;
    width: 0;
    z-index: 3;
}
.portfolio-wrapper:hover .portfolio-overlay::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 80%;	
	-webkit-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -moz-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -ms-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -o-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
	transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    width: 80%;
}
.portfolio-wrapper:hover .portfolio-overlay::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 80%;
	-webkit-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -moz-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -ms-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -o-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
	transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    width: 80%;
}
.portfolio-wrapper:hover .portfolio-overlay {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#singlesectionbanner.singlesectionportfoliobanner {
	background-image: url(../images/background/sectionbanner.jpg);
}


/*
|----------------------------------------------------------------------------
	7.1. LIGHTBOX
|----------------------------------------------------------------------------
*/
.lightbox .lb-image {
    border: 10px solid #fff;
    border-radius: 15px;
}
.lb-data .lb-details {
    width: 90%;
    line-height: 1.48;
    margin: 10px 0;
}
.lb-data .lb-caption {
    font-size: 16px;
	line-height: 1.48;
	border-left: 5px solid #6d3d5f;
	border-radius: 2px;
	padding: 5px 0 5px 10px;
}
.lb-data .lb-number {
    padding-top: 8px;
    font-size: 14px;
}
.lb-data {
    color: #fff;
}


/*
|----------------------------------------------------------------------------
	8. CLIENTS
|----------------------------------------------------------------------------
*/	
#clients {
	padding: 100px 0;
}
.client-item-wrap img{
	max-width: 200px;
}

/* CAROUSEL CONTROL */
.owl-theme .owl-nav{
	margin-top: 10px;
}
.owl-carousel.owl-theme .owl-dots, .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
	border: 2px solid #6d3d5f;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #6d3d5f;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-theme .owl-nav [class*="owl-"] {
    color: #3a0028;
	padding: 0 10px !important;
	margin: 0 5px !important;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
	color: #6d3d5f;
}


/*
|----------------------------------------------------------------------------
	9. ABOUT / #about
|----------------------------------------------------------------------------
*/
#about, #aboutvision {
	padding: 75px 0;
}
#about .about-text .title-box {
    margin: 0 0 40px;
}
#about .title-box, #aboutvision .title-box {
    margin: 0 0 40px;
}
.about-text p {
    margin: 0 0 30px;
    padding: 0;
}
#about .button-holder, #aboutvision .button-holder {
    margin: 30px 0 0;
}

#about .about-text-block {
    padding-left: 40px;
}
#aboutvision .about-text-block {
    padding-right: 40px;
}
.about-wrap .icon-holder {
    float: left;
	margin-top: 5px;
    text-align: center;
}
.about-wrap .icon-holder i {
    background-color: #ddd;
	border: 1px solid #ddd;
    border-radius: 50%;
    color: #d81e1e;
	height: 40px;
	font-size: 24px;
    line-height: 40px;
    width: 40px;
}
.about-wrap:hover .icon-holder i {
    background-color: #d81e1e;
	border-color: #d81e1e;
    color: #000;
}
.about-wrap li::before {
	color: #000;
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    padding-right: 8px;
}
.about-wrap li {
    padding: 0 0 5px;
}
.about-box > p:last-child, .about-box .list-unstyled {
    margin: 0;
}


/*
|----------------------------------------------------------------------------
	10. BREADCRUMB / .breadcrumb
|----------------------------------------------------------------------------
*/
.breadcrumb {
    background-color: transparent;
	margin-bottom: 0;
	padding: 15px 0 0;
}
.breadcrumb li i {
	padding: 0 10px;
}
.breadcrumb, .breadcrumb a {
	color: #fff;
}
.breadcrumb > .active, .breadcrumb a:hover {
    color: #fff;
	text-decoration: none;
}

/*
|----------------------------------------------------------------------------
	11. INNER PAGES TOP BANNER / #single-page-banner
|----------------------------------------------------------------------------
*/
#single-page-banner {
    margin-top: 80px;
    padding: 100px 0;
    position: relative;
    width: 100%;
}
#single-page-banner.single-page-banner::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#single-page-banner .container {
    position: relative;
}
#single-page-banner.single-page-banner {
	background-attachment: fixed;
	background-color: #b5b5b5;
	background-repeat: no-repeat;
    background-position: 50% 0;
	background-size: cover;
}
#single-page-banner.single-page-banner.about-page-top-banner {
    background-image: url("../images/background/banner_image.png");
}
#single-page-banner.single-page-banner.services-page-top-banner {
    background-image: url("../images/background/banner_image.png");
}
#single-page-banner.single-page-banner.blog-page-top-banner {
    background-image: url("../images/background/banner_image.png");
}
#single-page-banner.single-page-banner.portfolio-page-top-banner {
    background-image: url("../images/background/banner_image.png");
}
#single-page-banner.single-page-banner.contact-page-top-banner {
    background-image: url("../images/background/banner_image.png");
}
#single-page-banner.single-page-banner h3 {
    color: #fff;
    font-size: 34px;
	font-weight: bold;
	margin: 0;
}


/*
|----------------------------------------------------------------------------
	12. SERVICE / #service
|----------------------------------------------------------------------------
*/
#service {
	padding: 100px 0;
}
.service-item-block {
	margin: 60px 0 0;
}
.service-item-block:first-child {
    margin: 0;
}
.service-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 0 0 30px;
    padding: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-wrap:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.service-item-block.service-grid-style {
    margin-top: -30px;
}
.service-item-block.service-grid-style .service-wrap {
    margin: 30px 0 0;
}
.service-box {
    display: table;
    width: 100%;
}
.service-icon-box {
    text-align: center;
}
.service-icon-box i {
    background-color: #fff;
    border: 1px solid #6d3d5f;
    border-radius: 10px;
    color: #6d3d5f;
	height: 244px;
	font-size: 160px;
	line-height: 244px;
	text-align: center;
	width: 244px;
}
.service-item-block:hover .service-icon-box i {
    color: #3a0028;
    border-color: #3a0028;
}
.service-item-block:hover .service-wrap {
    background-color: #f9f9f9;
}
.service-item-block.service-grid-style:hover .service-wrap {
    background-color: transparent;
}
.service-item-block.service-grid-style:hover .service-icon-box i {
    color: #6d3d5f;
    border-color: #6d3d5f;
}
.service-item-block.service-grid-style .service-wrap:hover .service-icon-box i {
    color: #3a0028;
    border-color: #3a0028;
}
.service-item-block .service-wrap:hover .service-icon-box h3 a {
    color: #3a0028;
}
.service-icon-box h3 {
    font-weight: bold;
	margin: 20px 0 0;
	color: #3a0028;
}
.service-item-block.service-grid-style .service-icon-box h3 {
    margin: 20px 0 30px;
}
.service-wrap p:last-child {
	margin-bottom: 0;
}
ul.service-list {
	margin: 0;
}
ul.service-list li::before {
	color: #3a0028;
	content: "\f14a";
	font-family: "Font Awesome 6 Free";
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	left: 0;
	position: absolute;
	top: 4px;
}
ul.service-list li {
	color: #333;
	font-weight: 600;
	padding: 0 0 10px 30px;
	position: relative;
}
ul.service-list li:last-child {
    padding-bottom: 0;
}
.service-box .title-box {
    margin-top: 0;
}


/*
|----------------------------------------------------------------------------
	13. Trending Project / #trendingproject
|----------------------------------------------------------------------------
*/
#trendingproject {
	padding: 100px 0;
}
.trendingproject-item-block {
	margin: 60px 0 0;
}
.trendingproject-item-block:first-child {
    margin: 0;
}
.trendingproject-item-block .portfolio-wrapper {
    margin-bottom: 0;
	border-radius: 10px;
}
.trendingproject-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin: 0 0 30px;
    padding: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.trendingproject-wrap:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.trendingproject-wrap h3 {
    color: #000;
    font-weight: bold;
}
.trendingproject-box {
    display: table;
    width: 100%;
}
.trendingproject-wrap p:last-child {
	margin-bottom: 0;
}
ul.trendingproject-list {
	margin: 0 0 0 20px;
}

ul.portfolio-info {
    margin-bottom: 0;
}
ul.portfolio-info li {
    padding: 0 0 10px 0;
}
ul.portfolio-info li:last-child {
    padding-bottom: 0;
}
ul.portfolio-info li span {
    font-weight: bold;
    padding-right: 10px;
}
ul.portfolio-info li i {
	color: #3a0028;
    font-weight: bold;
    padding-right: 0;
}
ul.portfolio-info li .info-right {
    color: #333;
	padding-left: 30px;
}
.trendingproject-box .title-box {
    margin-top: 0;
}


/*
|----------------------------------------------------------------------------
	14. TESTIMONIAL / #testimonials
|----------------------------------------------------------------------------
*/
#testimonials {
	padding: 100px 0;
}
.testimonial-item {
	position: relative;
}
.testimonial-content .blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 600;
    margin: 0 0 30px;
	padding-top: 50px;
	position: relative;
}
.testimonial-content .blockquote::before {
    color: #3a0028;
    content: "“";
    font-family: 'Times New Roman';
    font-size: 5em;
	line-height: 1;
    left: -10px;
    position: absolute;
    top: 0px;
}
.testimonial-author {
    text-align: center;
}
.testimonial-author > img {
	border-radius: 50%;
	margin: 0 auto;
	max-width: 150px;
}
.testimonial-author h4 {
	font-weight: 500;
	color: #3a0028;
	margin: 20px 0 10px;
}
.testimonial-author > p {
	color: #333;
    margin: 0;
	font-size: 13px;
	font-style: italic;
}
/* CAROUSEL CONTROL FOR TESTIMONIAL */
a.carousel-hash-nav-image {
	display: block;
    max-width: 120px;
    margin: 10px 0;
}
a.carousel-hash-nav-image img {
	border:3px solid transparent;
    border-radius: 10px;
	opacity: 0.8;
}
a.carousel-hash-nav-image:hover img, a.carousel-hash-nav-image:focus img, a.carousel-hash-nav-image:active img {
    opacity: 1;
	border-color: #6d3d5f;
}

.testimonials .owl-carousel {
	position: relative;
}
.testimonials .owl-nav .owl-prev {
	left: 0;
}
.testimonials .owl-nav .owl-next {
	right: 0;
}


/*
|----------------------------------------------------------------------------
	14.1. STAR RATINGS / .rating-wrap
|----------------------------------------------------------------------------
*/
.rating-wrap {
	text-align: right;
}
.rating-wrap .rating {
    color: #6d3d5f;
    display: inline-block;
    position: relative;
    text-align: left;
}
.rating-wrap .rating::before {
    content: "\f005\f005\f005\f005\f005";
    font: 18px/1.2em "Font Awesome 6 Free";
    letter-spacing: 2px;
}
.rating-wrap .rating .stars {
    color: #6d3d5f;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rating-wrap .rating .stars::before {
    color: inherit;
    font: 18px/1.2em "Font Awesome 6 Free";
    letter-spacing: 2px;
}
.rating-wrap .rating .stars.one::before {
    content: "\f005";
	font-weight: 900;
}
.rating-wrap .rating .stars.two::before {
    content: "\f005\f005";
	font-weight: 900;
}
.rating-wrap .rating .stars.three::before {
    content: "\f005\f005\f005";
	font-weight: 900;
}
.rating-wrap .rating .stars.four::before {
    content: "\f005\f005\f005\f005";
	font-weight: 900;
}
.rating-wrap .rating .stars.five::before {
    content: "\f005\f005\f005\f005\f005";
	font-weight: 900;
}


/*
|----------------------------------------------------------------------------
	15. Blog / #blog
|----------------------------------------------------------------------------
*/
#blog {
	padding: 100px 0;
}
.blog-item-block, .blog-grid-style .blog-item-block {
	margin: 60px 0 0;
}
.blog-item-block:first-child {
    margin: 0;
}
.blog-grid-style .blog-item-block:first-child {
    margin: 60px 0 0;
}
.blog-grid-style .grid-blog-multirow {
    margin-top: -60px;
}
.blog-item-block .blog-wrapper {
    margin-bottom: 0;
	border-radius: 10px;
}
.post-wrap {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-wrap:hover {
    -webkit-box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.post-wrap h3 {
    color: #000;
    font-weight: bold;
}
.post-wrap p:last-child {
	margin-bottom: 0;
}

.post-meta {
    font-size: 13px;
    font-style: italic;
}
.post-meta a {
    color: #676767;
}
.post-meta a:hover {
    color: #3a0028;
}
.post-meta span:last-child {
    padding: 0;
}
.post-meta i {
    padding: 0 10px 0 0;
}
.post-meta span {
    padding: 5px 15px 5px 0;
	display: inline-block;
}
#blog.blog-page .post-wrap {
    margin-bottom: 30px;
}
.post-thumb > img {
    width: 100%;
}
#blog .post-title > h3 {
	font-weight: bold;
    margin: 0 0 15px;
}
#blog .post-title a {
	text-decoration: none;
}
#blog .post-excerpt {
    margin-bottom: 20px;
}
#blog .post-excerpt > p {
    margin: 0;
}
a.btn-more {
	display: inline;
	font-weight: bold;
}
a.btn-more:hover i {
    margin-left: 2px;
}

.blog-wrapper {
    cursor: pointer;
	margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.blog-wrapper > img {
	width: 100%;
}
.blog-overlay-inner {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.blog-overlay-content {
    display: table-cell;
    vertical-align: middle;
}
.blog-link {
    margin: .5rem 0 15px;
}
.blog-link a {
	color: #6d3d5f;
	display: inline-block;
    margin: 5px;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #6d3d5f;
	border-radius: 5px;
}
.blog-link a:hover {
    color: #fff;
	background-color: #6d3d5f;
}

.blog-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;	
    opacity: 0;
	padding: 10%;
    position: absolute;
    text-align: center;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.blog-overlay p, .blog-overlay a {
    position: relative;
    z-index: 4;
}
.blog-overlay::before {
    border-width: 0;
    content: "";
    height: 0;
    left: 10%;
    position: absolute;
    top: 10%;
	-webkit-transition: height 0.5s ease 0.15s;
    -moz-transition: height 0.5s ease 0.15s;
    -ms-transition: height 0.5s ease 0.15s;
    -o-transition: height 0.5s ease 0.15s;
    transition: height 0.5s ease 0.15s;
    width: 0;
    z-index: 3;
}
.blog-overlay::after {
    border-width: 0;
    bottom: 10%;
    content: "";
    height: 0;
    position: absolute;
    right: 10%;	
	-webkit-transition: width 0.1s ease 0.2s;
    -moz-transition: width 0.1s ease 0.2s;
    -ms-transition: width 0.1s ease 0.2s;
    -o-transition: width 0.1s ease 0.2s;
    transition: width 0.1s ease 0.2s;
    width: 0;
    z-index: 3;
}
.blog-wrapper:hover .blog-overlay::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 80%;	
	-webkit-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -moz-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -ms-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    -o-transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    transition: width 0.1s ease 0.5s, height 0.1s ease 0.6s;
    width: 80%;
}
.blog-wrapper:hover .blog-overlay::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 80%;
	-webkit-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -moz-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -ms-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    -o-transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    transition: width 0.1s ease 0.7s, height 0.1s ease 0.8s;
    width: 80%;
}
.blog-wrapper:hover .blog-overlay {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*************************** Post meta floating ***************************/
.blog-text-block.floatingmeta {
    margin-bottom: 25px;
}
.blog-text-block.floatingmeta .post-meta {
    background-color: #3a0028;
    color: #fff;
    padding: 12px 15px;
    position: absolute;
    bottom: -26px;
    width: calc(100% - 60px);	
    text-align: center;
}
.blog-text-block.floatingmeta .post-meta a {
    color: #fff;
}

/*************************** trendingblog ***************************/
#trendingblog {
	padding: 100px 0;
}
.trendingblog .blog-item-block .blog-wrapper {
	border-radius: 10px 10px 0 0;
}
.trendingblog .post-wrap {
	border-radius: 0 0 10px 10px;
}
.trendingblog .post-wrap h3 {
    font-size: 18px;
	margin-bottom: 25px;
}
.trendingblog .blog-text-block.floatingmeta {
	margin-bottom: 0;
}
.trendingblog .blog-text-block.floatingmeta .post-meta {
	background-color: #3a0028;
	position: relative;
	bottom: inherit;
	width: auto;
	text-align: left;
}


/* =========================================================
    16. Shared Contact + Quote 
   ========================================================= */
:root{
  --brand-ink:   #3a0028;  /* label text */
  --field-border:#6d3d5f;  /* inputs, selects, textareas, fieldsets, rails */
  --placeholder: #6c757d;  /* unified placeholder */
}

/* Labels (global across both forms) */
#contact .form-label,
#quote   .form-label,
#contact label,
#quote   label{
  color: var(--brand-ink);
  font-weight: 600;
  font-size: .9rem;
}

/* All form controls share the same border look */
#contact .form-control,
#quote   .form-control,
#contact .form-select,
#quote   .form-select,
#contact select.form-control,
#quote   select.form-control,
#contact textarea.form-control,
#quote   textarea.form-control{
  border: 1px solid var(--field-border);
  background: #fff;
  color: #000;
}

/* Placeholder color (consistent across browsers) */
#contact ::placeholder,
#quote   ::placeholder{ color: var(--placeholder); opacity: 1; }

/* Submit buttons – remove sweep animation and keep simple hover */
#contact .btn.btn-shutter-out-horizontal,
#quote   .btn.btn-shutter-out-horizontal{
  position: relative;
  overflow: visible;
  border: none;
  padding: .9rem 1.25rem;
  border-radius: .8rem;
  background: var(--field-border);
  color: #fff;
  transition: background .15s ease;
}
#contact .btn.btn-shutter-out-horizontal:hover,
#quote   .btn.btn-shutter-out-horizontal:hover{
  background: #5c314f;
}
#contact .btn.btn-shutter-out-horizontal::before,
#quote   .btn.btn-shutter-out-horizontal::before{ content: none; }

/* Optional: hide stray slider dots inside forms (if any global slider CSS exists) */
#contact .owl-dots, #contact .owl-nav,
#quote   .owl-dots, #quote   .owl-nav{ display: none !important; }


/* ================================
   16.1 Contact / #contact — FULL
   ================================ */
#contact{
  padding: 60px 0;
  background: #fff;
}

/* Contact info blocks (if used) */
#contact .contact-item{ margin: 40px 0 0; }
#contact .contact-left{ overflow: hidden; }
#contact .contact-right{ margin-left: 80px; overflow-wrap: break-word; }
#contact .contact-left i{
  border: 1px solid var(--brand-ink);
  border-radius: 50%;
  color: var(--brand-ink);
  height: 64px; width: 64px; line-height: 64px; text-align: center; font-size: 32px;
}
#contact .contact-item:hover .contact-left i{ background: var(--brand-ink); color:#fff; }

/* Map (optional) */
#contact #map{
  border: 1px solid rgba(252,213,153,.8);
  border-radius: 4px; height: 374px; overflow: hidden; position: relative; width: 100%;
}

/* Inputs with left icon rail (seamless) */
#contact .contact-form .form-group{
  display: flex; align-items: stretch; min-height: 44px; width: 100%;
  margin-bottom: 30px;
}
#contact .contact-form .form-group:last-child{ margin-bottom: 0; }

#contact .contact-form .input-group-icon{
  flex: 0 0 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--field-border); color: #fff;
  border: 1px solid var(--field-border); border-right: 0;
  border-radius: 8px 0 0 8px; align-self: stretch; height: auto; padding: 0 12px;
}
#contact .contact-form .form-control,
#contact .contact-form .form-select,
#contact .contact-form select.form-control,
#contact .contact-form textarea.form-control{
  flex: 1;
  border: 1px solid var(--field-border); border-left: 0;
  border-radius: 0 8px 8px 0; padding: 10px 12px; min-height: 44px;
}
#contact .contact-form .form-select,
#contact .contact-form select.form-control{
  -webkit-appearance:none; -moz-appearance:none; appearance:none;
  background-repeat:no-repeat; background-position:right 12px center;
  background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236d3d5f' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  padding-right: 32px;
}
#contact .contact-form .form-control:focus,
#contact .contact-form .form-select:focus,
#contact .contact-form select.form-control:focus,
#contact .contact-form textarea.form-control:focus{
  outline: 0; border-color: var(--field-border);
  box-shadow: 0 1px 5px 0 rgba(252,213,153,.075) inset, 0 0 6px 0 var(--field-border);
}

/* Utility spacing for stacked fields */
#contact .col-12.mb-3{ margin-bottom: 20px !important; }


/* ================================
   16.2 Quote / #quote  (FULL)
   ================================ */

#quote{
  padding: 60px 0;
  background: #fff;
}

#quote .quote-form{
  max-width: 800px;
  margin: 0;             /* no auto centering */
  margin-right: auto;    /* keep responsive; pushes form to the left */
  padding: 0 12px;
}


/* ---------- Labels (uniform) ---------- */
#quote .form-label{
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3a0028;
}

/* Placeholder color */
#quote ::placeholder{ color: rgba(0,0,0,.55); }

/* ---------- Input + left icon tile pattern ---------- */
#quote .q-inputgroup{
  display: flex;
  align-items: stretch;              /* icon and control same height */
}

#quote .q-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;                    /* tile width */
  background: #6d3d5f;
  color: #fff;
  border: 1px solid #6d3d5f;
  border-right: 0;                   /* seamless join */
  border-radius: 8px 0 0 8px;
  font-size: 16px;
}

/* Shared chrome for inputs/selects/textareas inside q-inputgroup */
#quote .q-inputgroup .form-control,
#quote .q-inputgroup .form-select,
#quote .q-inputgroup textarea.form-control{
  flex: 1 1 auto;
  min-height: 44px;
  border: 1px solid #6d3d5f;
  border-left: 0;                    /* remove seam next to icon */
  border-radius: 0 8px 8px 0;
  padding: 10px 12px;
  color: #000;
  background: #fff;
}

/* Focus ring */
#quote .q-inputgroup .form-control:focus,
#quote .q-inputgroup .form-select:focus,
#quote .q-inputgroup textarea.form-control:focus{
  outline: 0;
  border-color: #6d3d5f;
  box-shadow: 0 1px 5px 0 rgba(252,213,153,.075) inset, 0 0 6px 0 #6d3d5f;
}

/* Select chevron (optional) */
#quote .q-inputgroup .form-select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
}

/* Textarea sizing */
#quote .q-inputgroup textarea.form-control{ min-height: 120px; }

/* File input alignment */
#quote .q-inputgroup.q-file .form-control{
  padding-top: 9px;
  padding-bottom: 9px;
  min-height: 44px;
}

/* ---------- Fieldsets (Services / Document) with left rail ---------- */
#quote .checkset{
  position: relative;
  border: 1px solid #6d3d5f;               /* same as inputs */
  border-radius: 10px;
  background: #fff;
  padding: 16px 16px 14px 72px;            /* space for rail + icon */
  overflow: visible;                       /* don't clip icon */
}

#quote .checkset::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 44px;
  background: #6d3d5f;
  border-radius: 10px 0 0 10px;
}

#quote .checkset legend{
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #3a0028;
}

#quote .checkset .icon-tile{
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center; justify-content: center;
  background: transparent;   
  color: #fff;              
  box-shadow: none; 
  border-radius: 6px;
  font-size: .9rem;
  z-index: 1;
  pointer-events: none;
}

/* Two-column options grid */
#quote .checkbox-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr)); 
  column-gap: 40px;                                    
  row-gap: 14px;
}
@media (max-width: 640px){
  #quote .checkbox-grid{ grid-template-columns: 1fr; }
}

/* Clickable rows */
#quote .form-check{
   display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 8px;
}
#quote .form-check:hover{ background: rgba(109,61,95,.05); }

/* Larger, darker checkboxes */
#quote .form-check-input{
  width: 20px; height: 20px; margin: 0; flex: 0 0 auto;
  accent-color: #6d3d5f;                  /* modern browsers */
  border: 1.6px solid #6d3d5f;            /* fallback */
  border-radius: 4px;
}
#quote .form-check-input:checked{
  background-color: #6d3d5f;
  border-color: #6d3d5f;
}

#quote .form-check-label{
  font-weight: 600;
  line-height: 1.35;
  color: #000;
}

/* ---------- “Notice” block styled like inputs (with exclamation icon) ---------- */
#quote .q-inputgroup.q-note .q-note-body{
  border: 1px solid #6d3d5f;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  padding: 12px 14px;
  width: 800px;
  background: #fff;
  color: #000;
}

#quote .q-inputgroup.q-note .q-note-list{
  list-style: none;
  margin: 0;
  padding: 0;          /* no left indent */
}
#quote .q-inputgroup.q-note .q-note-list li{
  margin: 6px 0;
  padding: 0;
}


/* ---------- Buttons (no animation) ---------- */
#quote .btn.btn-shutter-out-horizontal{
  border: none;
  padding: 0.9rem 1.25rem;
  border-radius: 0.8rem;
  background: #6d3d5f;
  color: #fff;
  transition: transform .15s ease, filter .15s ease;
}
#quote .btn.btn-shutter-out-horizontal:hover{
  transform: translateY(-1px);
  filter: brightness(1.03);
}



/*
|----------------------------------------------------------------------------
	17. SINGLE SERVICE / #service-single-content
|----------------------------------------------------------------------------
*/
#service-single-content {
    padding: 100px 0;
}
#service-single-content .post-image, #service-single-content .inner-image-box {
    margin: 0 0 30px;
}
#service-single-content .post-title {
	font-weight: bold;
	margin: 0 0 30px;
}
#service-single-content p:last-child {
    margin: 0;
}
.panel-group .panel.panel-default {
    border: 1px solid #3a0028;
	border-radius: 3px;
}
.panel-group .panel-heading {
    padding: 10px 15px;
	width: 100%;
	text-align: left;
	border: none;
    font-size: 16px;
	font-weight: bold;
}
.panel-group .panel-default > .panel-heading {
    cursor: pointer;
}
.panel-group .panel-title .indicator {
    margin-top: 5px;
}
.panel-group .panel-title a:hover, .panel-default > .panel-heading:hover a, .panel-default > .panel-heading:hover .indicator {
    color: #fff;
}
.panel-group .panel-body {
	background-color: #fff;
    padding: 15px 15px;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.panel-default > .panel-heading.highlight, .panel-default > .panel-heading:hover {
	background-color: #c6cbdc;
    background-image: -moz-linear-gradient(to right, #3a0028 0px, #968aff 100%);
    background-image: -webkit-linear-gradient(to right, #3a0028 0px, #968aff 100%);
    background-image: -o-linear-gradient(to right, #3a0028 0px, #968aff 100%);
    background-image: -ms-linear-gradient(to right, #3a0028 0px, #968aff 100%);
    background-image: linear-gradient(to right, #3a0028 0px, #968aff 100%);
	color: #fff;
	border-radius: 2px 2px 0 0;
}
.panel-default > .panel-heading.highlight .indicator {
	color: #fff;
}
.panel-default > .panel-heading.highlight a {
	color: #3a0028;
}
.panel-group .highlight.default-color .panel-title .indicator, .panel-default > .panel-heading.highlight.default-color a {
	color: #fff;
}
.panel-default > .panel-heading, .panel-default > .panel-heading.default-color {
	background-color: #3a0028;
	background-image: -moz-linear-gradient(to bottom, #3a0028 0px, #3a0028 100%);
	background-image: -webkit-linear-gradient(to bottom, #3a0028 0px, #3a0028 100%);
	background-image: -o-linear-gradient(to bottom, #3a0028 0px, #3a0028 100%);
	background-image: -ms-linear-gradient(to bottom, #3a0028 0px, #3a0028 100%);
	background-image: linear-gradient(to bottom, #3a0028 0px, #3a0028 100%);
	color: #fff;
}

#singlesectionbanner {
	padding:  100px 0;
}
#singlesectionbanner::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#singlesectionbanner {
	background-attachment: fixed;
	background-size:  cover;
	background-image: url(../images/background/sectionbanner.jpg);
	background-repeat:  no-repeat;
    background-position: 50% 0;
	position: relative;
	color: #fff;
}
#singlesectionbanner.singlesectionservicebanner {
	background-image: url(../images/background/sectionbanner.jpg);
}
#singlesectionbanner .banner-content {
    margin-top: 0;
	padding: 0;
}
#singlesectionbanner .banner-content p:last-child {
    margin-bottom: 0;
}


/*
|----------------------------------------------------------------------------
	17.1. SERVICE LIST / .service-list
|----------------------------------------------------------------------------
*/
#service-single-content .service-list .inner-title-box {
    margin: 0 0 40px;
}
#service-single-content .service-list ul {
    margin: 0;
    padding: 0 0 30px;
}
.service-list ul li {
	color: #333;
    font-weight: 600;
    padding: 0 0 10px 30px;
    position: relative;
}
.service-list ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.service-list ul li::before {
    color: #3a0028;
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
	line-height: 1;
	font-weight: 500;
    left: 0;
    position: absolute;
    top: 4px;
}

/*
|----------------------------------------------------------------------------
	17.2. SERVICE MENU / .service-menu
|----------------------------------------------------------------------------
*/
#service-single-content .service-list-menu {
    margin: 0 0 60px;
}
.service-menu li {
    margin: 0 0 15px;
}
.service-menu li:last-child {
	padding: 0;
}
.service-menu a {
    background-color: #3a0028;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
}
.service-menu a i {
    padding: 0 10px 0 0;
	color: #6d3d5f;
}
.service-menu a:hover, .service-menu a.active {
    background-color: #6d3d5f;
    color: #3a0028;
}
.service-menu a:hover i, .service-menu a.active i {
    color: #fff;
}

/*
|----------------------------------------------------------------------------
	17.3. SERVICE BROCHURE / .service-brochure
|----------------------------------------------------------------------------
*/
.service-brochure {
    background-color: #c6cbdc;
	border: 1px solid #c6cbdc;
    border-radius: 10px;
    margin: 60px 0 0;
    padding: 30px 15px;
}
.service-brochure:hover {
    background-color: #fff;
    border-color: #e5e5e5;
}
ul.brochure-menu {
    margin-bottom: 0;
}
.brochure-menu li {
    border-bottom: 1px dotted #f7f7f7;
    padding: 10px 0;
}
.service-brochure:hover .brochure-menu li {
    border-color: #c6cbdc;
}
.brochure-menu li:first-child {
    padding: 5px 0 10px;
}
.brochure-menu li:last-child {
    border-bottom: none;
	padding: 10px 0 0;
}
.brochure-menu li a {
    font-weight: bold;
}
.brochure-menu a i {
    float: right;
	padding: 6px 0;
}

/*
|----------------------------------------------------------------------------
	17.4. SERVICE FEATURE / .service-features
|----------------------------------------------------------------------------
*/
#service-single-content .service-features {
    margin: 60px 0 0;
}


/*
|----------------------------------------------------------------------------
	18. SINGLE PORTFOLIO / #pfolio-single-content
|----------------------------------------------------------------------------
*/
#pfolio-single-content {
    margin: 75px 0;
}
#pfolio-single-content aside#sidebar .title-box:first-child {
    margin-top: 0;
}
#pfolio-single-content .post-title h1 {
    margin: 0 0 30px;
}
#pfolio-single-content .post-image {
    margin: 30px 0;
}
#pfolio-single-content #sidebar .portfolio-link {
    margin: 0;
}
#pfolio-single-content #sidebar .portfolio-link a {
    margin: 0;
}
#pfolio-single-content ul.portfolio-info {
    background-color: #c6cbdc;
	border: 1px solid #c6cbdc;
    border-radius: 10px;
	margin: 40px 0;
    padding: 15px 20px;
}
#pfolio-single-content ul.portfolio-info:hover {
    background-color: #fff;
    border-color: #e5e5e5;
}
#pfolio-single-content ul.portfolio-info li {
    border-bottom: 1px dotted #f7f7f7;
    padding: 10px 0;
}
#pfolio-single-content ul.portfolio-info:hover li {
    border-color: #c6cbdc;
}
#pfolio-single-content ul.portfolio-info li:last-child {
    border: 0 none;
}
#pfolio-single-content ul.portfolio-info li span, #pfolio-single-content ul.portfolio-info li i {
    font-weight: bold;
}
#related-portfolio {
	clear: both;
}
#related-portfolio .title-box {
	margin: 60px 0 0;
}
.pfolio-single-content .btn.btn-project {
    margin: 0 0 30px;
}

#pfolio-single-content #sidebar .portfolio-link a {
    border: none;
}
#pfolio-single-content #related-portfolio .portfolio-wrapper {
	margin-top: 30px;
    margin-bottom: 0;
}
.post-navigation a {
	padding: 6px 20px;
	border: 1px solid;
}
.post-navigation .post-navbtn {
    display: inline-block;
	margin-top: 10px;
}
.post-navigation .post-navbtn a.btn-transparent {
    background-color: transparent;
    color: #000;
}
.post-navigation .post-navbtn a.btn-shutter-out-horizontal::before {
    background-color: #3a0028;
}
.post-navigation .post-navbtn a.btn-transparent:hover {
    background-color: transparent;
    color: #fff;
}


/*
|----------------------------------------------------------------------------
	19. SINGLE BLOG / #blog-single-content
|----------------------------------------------------------------------------
*/
#blog-single-content {
    margin: 100px 0;
}
#single-post-content .post-title {
    margin: 30px 0 25px;
}
.post-title h1 {
    font-weight: bold;
    margin: 0 0 15px;
}
#single-post-content .post-meta {
	margin: 0 0 30px;
	background-color: #c6cbdc;
	padding: 5px 15px;
	border-radius: 3px;
}
#blog-single-content .post-meta i {
    color: #3a0028;
}

.post-meta i {
    color: #6d3d5f;
}
#single-post-content .post-body {
    margin: 0 0 30px;
}
blockquote {
	font-size: 18px;
    font-weight: 500;
    color: #000;
    border-left: 5px solid #3a0028;
    margin: 20px 30px;
	padding: 10px 20px;
}
.post-navigation {
    border-top: 1px solid #eee;
    padding-top: 30px;
	margin: 40px 0 50px;
}
.post .share-icon {
    margin: 0 0 30px;
}
.share-icon .list-inline.list-social {
    margin: 0;
}
.share-icon .list-inline.list-social li {
    margin: 10px 0 0;
}
.share-icon > span {
    color: #3a0028;
    font-weight: bold;
}

/*
|----------------------------------------------------------------------------
	19.1. RELATED POST / #related-blog
|----------------------------------------------------------------------------
*/
#related-blog {
    clear: both;
}
#related-blog .blog-wrap {
	background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin: 0 auto 50px;
}
#related-blog .blog-wrap:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#related-blog .blog-thumb img, .post .post-image img, .post-thumbnail img  {
	width: 100%;
}
#related-blog .blog-title h3 {
    font-size: 18px;
    margin: 20px 0;
}
#related-blog .blog-title h3 a {
	text-decoration: none;
}
#related-blog .blog-wrap:hover .blog-thumb::before {
    content: none;
}
.blog-thumb > a, .post-thumbnail a {
    display: block;
}

/*
|----------------------------------------------------------------------------
	19.2. POST COMMENTS LIST / .commentlist
|----------------------------------------------------------------------------
*/
#comments {
    position: relative;
}
#comments .title-box {
    margin: 10px 0 40px;
}
/*commentlist*/
#comments .commentlist {
    margin-left: 32px;
    list-style: outside none none;
}
.commentlist li {
    margin: 0 0 30px;
    position: relative;
}
#comments .commentlist li.comment div.comment-wrap {
    background-color: #c6cbdc;
}
.commentlist li ul.children {
	margin: 30px 0;
}
.comment-wrap {
    border: 1px solid #c6cbdc;
    border-radius: 5px;
    padding: 30px 50px;
    position: relative;
}
.comment-wrap h4 {
    margin: 0 0 10px;
}
.comment-author-avatar {
    background-color: #c6cbdc;
    border: 1px solid #c6cbdc;
    border-radius: 10px;
    left: -34px;
    padding: 4px;
    position: absolute;
    top: 30px;
}
.children .comment-author-avatar {
    left: -25px;
}
.comment-author-avatar img {
    border-radius: 10px;
    display: block;
}
.commentlist li .children {
	list-style: outside none none;
    margin-top: 0;
}
.comment-content .comment-meta {
	margin: 0 0 25px;
}
.comment-content .comment-meta h4 a {
	color: #222;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	border: none;
	padding-left: 0;
}
.comment-content .comment-meta a {
	color: #3a0028;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
	border-left: 4px solid #3a0028;
	padding-left: 10px;
}
.comment-content a {
	text-decoration: none;
}
.commentlist li .comment-content p {
    color: #505050;
    margin: 0 0 25px;
}
.commentlist li .comment-content a.comment-reply-link {
    margin-top: 25px;
	font-weight: bold;
}

/*
|----------------------------------------------------------------------------
	19.3. COMMENTS FORM / #commentform
|----------------------------------------------------------------------------
*/
#respond .title-box {
    margin: 60px 0 40px;
}
form label {
    font-weight: bold;
}
#commentform .comment-notes {
    font-weight: 500;
    color: #fff;
    background-color: #3a0028;
    padding: 10px 15px;
	border-radius: 6px;
    text-align: center;
}
#commentform .required {
    font-weight: bold;
    color: #ce0606;
}
#commentform .form-control {
    padding-left: 10px;
}

/*
|----------------------------------------------------------------------------
	19.4. SIDEBAR / #sidebar
|----------------------------------------------------------------------------
*/
/*Search*/
.search-input-group .form-control{
	border-color: #6d3d5f;
	border-right: 0;
	padding-left: 10px;
}
.search-input-group .form-control:focus, .search-input-group .form-control:focus + .input-group-addon{
	border-color: #6d3d5f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.075) inset, 0 0 6px 0 #6d3d5f;
}
.search-input-group .input-group-addon {
    background-color: #6d3d5f;
    border-color: #6d3d5f;
	border-radius: 0 5px 5px 0;
}
.search-input-group .input-group-addon button{
    border: none;
    background: transparent;
	cursor: pointer;
}
.search-input-group .input-group-addon i {
    color: #fff;
	padding: 11px 15px 9px;
}
.widget-area ul {
    list-style: outside none none;
    padding: 0;
	margin-bottom: 0;
}
.widget-area ul li::before {
    color: #3a0028;
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    padding-right: 10px;
}
.recent-comments li::before{
    content: "\f4ad";
	margin-left: -25px;
}
.widget-area .recent-comments ul li {
    padding-left: 25px;
    color: #222;
	font-weight: 500;
}
.widget-area ul li {
	color: #505050;
    border-bottom: 1px solid #f5f5f5;
    margin: 20px 0;
    padding: 0 0 20px;
}
.widget-area ul li h3 {
    font-size: 18px;
	margin: 0 0 10px;
}
.widget-area .post-thumbnail, .footer .post-thumbnail {
    float: left;
    height: 80px;
    margin-right: 15px;
	margin-top: 5px;
    overflow: hidden;
    position: relative;
    width: 80px;
}
.widget-area .post-content, .footer  .post-content {
    margin-left: 95px;
}
#sidebar .widget .post-meta {
    border-left: 4px solid #6d3d5f;
    padding-left: 10px;
}

.tags a {
    background-color: #c6cbdc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 8px 5px;
    padding: 6px 12px;
}
.tags a:hover {
    background-color: #3a0028;
    color: #fff;
}


/*
|----------------------------------------------------------------------------
	20. TEAM / .team-wrap
|----------------------------------------------------------------------------
*/
#team {
	padding: 100px 0;
}
.team-wrap {
	background-color: #f9f9f9;
    border-radius: 10px;
    max-width: 300px;
	margin: 0 auto;
    position: relative;
    text-align: center;
}
.team-row-mt-30 {
    margin-top: 30px;
}
.team-thumb, .team-thumb img {
	border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.team-details {
    background-color: #3a0028;
	border-radius: 0 0 10px 10px;
    bottom: 0;
    color: #fff;
    left: 0;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
	z-index: 2;
}
.team-title h4 {
    display: block;
	color: #fff;
	line-height: 1.48;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.team-title h5 {
	color: #6d3d5f;
    font-size: 14px;
	line-height: 1.48;
	font-style: italic;
    display: block;
    margin: 0;
}
.team-social {
    padding: 50px 0 10px;
	border: 1px solid transparent;
}
.team-wrap .social-icon {
    display: inline-block;
}
.team-wrap .social-icon.social-icon-small i {
	background-color: transparent;
}
.team-wrap:hover img {
    transform: rotate(10deg);
}
.team-wrap:hover .team-details {
    border-radius: 0;
    bottom: 60px;
}
.team-wrap:hover .team-social {
    border: 1px solid;
    border-radius: 0 0 10px 10px;
}

.post-author .team-wrap {
    background-color: transparent;
}


/**************************** TEAM STYLE 2 / .team-style-2 ****************************/
.team-style-2 .team-wrap .team-thumb {
    top: -40px;
    position: relative;
    margin-top: 40px;
}
.team-style-2 .team-wrap .team-thumb img {
    max-width: 160px;
	margin: 0 auto;
}
.team-style-2 .team-wrap .team-details {
    border-radius: 0;
    bottom: 60px;
}
.team-style-2 .team-wrap .team-social {
    border: 1px solid;
    border-radius: 0 0 10px 10px;
}
.team-style-2 .team-wrap:hover .team-thumb img {
    transform: rotate(0deg);
}
.team-style-2 .team-wrap:hover .team-details {
    bottom: 0;
}
.team-style-2 .team-wrap:hover .team-social {
    top: -85px;
    position: relative;
    border: none;
}
.team-style-2 .team-wrap:hover .team-social .social-icon {
    background-color: #6d3d5f;
}


/*
|----------------------------------------------------------------------------
	21. Button / .btn-shutter-out-horizontal
|----------------------------------------------------------------------------
*/
.btn {
	overflow: hidden;
	padding: 6px 20px;
}
.btn-shutter-out-horizontal {
    background-color: #3a0028;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
	color: #fff;
    display: inline-block;
    position: relative;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.btn-shutter-out-horizontal::before {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -o-transform:scaleX(0);
    -ms-transform:scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
    z-index: -1;
}
.btn-shutter-out-horizontal:hover, .btn-shutter-out-horizontal:focus, .btn-shutter-out-horizontal:active {
    color: #000;
	box-shadow: none;
}
.btn-shutter-out-horizontal:hover::before, .btn-shutter-out-horizontal:focus::before, .btn-shutter-out-horizontal:active::before {
    -moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.btn-transparent {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-shutter-out-horizontal.disabled {
    opacity: 1;
}

/*
|----------------------------------------------------------------------------
	22. SUBSCRIBE / #mc-form
|----------------------------------------------------------------------------
*/
.mc-form-holder {
    max-width: 360px;
	position: relative;
}
#mc-form .form-control {
    background-color: transparent;
    color: #fff;
	font-size: 13px;
    border: 1px solid #f7f7f7;
    border-radius: 4px 0 0 4px;
    display: inline;
    height: 34px;
    padding: 3px 10px 5px;
    vertical-align: top;
	width: 79%;
}
#mc-form .form-control:focus { 
    box-shadow: 0 1px 1px rgba(75, 169, 25, 0.075) inset, 0 0 8px rgba(75, 169, 25, 0.6);
    outline: 0 none;
}
#mc-form .btn {
    background-color: #f7f7f7;
    border: medium none;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    font-size: 18px;
    height: 34px;
    margin: 0 0 0 -6px;
	padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 20%;
}
#mc-form .btn i {
    color: #3a0028;
}
#mc-form .btn:hover i {
    color: #6d3d5f;
}
#mc-form label {
	color: #fff;
    font-size: 16px;
    font-weight: normal;
	line-height: 1.2;
    left: 0;
    position: absolute;
    top: 40px;
}
#mc-form .error {
    color: #e91313;
}
#mc-form .valid {
    color: #37a000;
}


/*
|----------------------------------------------------------------------------
	23. SOCIAL / .social-icon
|----------------------------------------------------------------------------
*/
.list-inline.list-social {
    margin: 0 0 30px;
    padding: 0;
}
.list-social.list-inline > li {
    padding: 0;
}
.list-social.list-inline > li.list-inline-item:not(:last-child) {
    margin-right: 0;
}
.social-icon {
    border-radius: 50%;
    color: #3a0028;
    display: block;
    height: 32px;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    width: 32px;
}
.social-icon-rounded {
    border-radius: 50%;
}
.social-icon-dark, .social-icon-light {
    border-color: transparent;
}
.social-icon-dark {
    background-color: #444;
    color: #fff;
}
.social-icon-light, .footer .social-icon-light {
    background-color: #b5b5b5;
    color: #666;
}
.social-icon-colored, .share-icon .social-icon-colored {
    border-color: transparent;
}
.social-icon.social-icon-large {
    height: 44px;
    margin: 0 10px 10px 0;
    width: 44px;
}
.social-icon.social-icon-small {
    height: 24px;
    width: 24px;
}
.social-icon i {
    display: block;
	font-size: 22px;
    line-height: 32px;
    position: relative;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.social-icon.social-icon-small i {
    font-size: 16px;
    line-height: 24px;
}
.social-icon.social-icon-large i {
    font-size: 34px;
    line-height: 44px;
}
.social-icon.social-icon-large:hover i:first-child {
    margin-top: -44px;
}
.social-icon.social-icon-small:hover i:first-child {
    margin-top: -24px;
}
.social-icon:hover i:first-child {
    margin-top: -32px;
}

.social-icon:hover {
	text-decoration: none;
}
.social-icon-colored.social-icon, .social-icon:hover {
    border-color: transparent;
}
.social-icon-colored.social-icon-facebook, .social-icon-facebook:hover {
    background-color: #3b5998;
}
.social-icon-colored.social-icon-twitter, .social-icon-twitter:hover {
    background-color: #00acee;
}
.social-icon-colored.social-icon-gplus, .social-icon-gplus:hover {
    background-color: #dd4b39;
}
.social-icon-colored.social-icon-linkedin, .social-icon-linkedin:hover {
    background-color: #0077b5;
}
.social-icon-colored.social-icon-vimeo, .social-icon-vimeo:hover {
    background-color: #1ca7cc;
}
.social-icon-colored.social-icon-pinterest, .social-icon-pinterest:hover {
    background-color: #cb2027;
}
.social-icon-colored.social-icon-dribbble, .social-icon-dribbble:hover {
    background-color: #ec4a89;
}
.social-icon-colored.social-icon-rss, .social-icon-rss:hover {
    background-color: #fb9f3c;
}
.social-icon-colored.social-icon-flickr, .social-icon-flickr:hover {
    background-color: #ff0084;
}
.social-icon-colored.social-icon-instagram, .social-icon-instagram:hover {
    background-color: #bc2a8d;
}
.social-icon-colored.social-icon-youtube, .social-icon-youtube:hover {
    background-color: #bb0000;
}
.social-icon-colored.social-icon-skype, .social-icon-skype:hover {
    background-color: #12a5f4;
}
.social-icon-colored.social-icon-yahoo, .footer .social-icon-yahoo:hover {
    background-color: #7B0099;
}
.social-icon-colored.social-icon-tumblr, .social-icon-tumblr:hover {
    background-color: #32506d;
}
.social-icon i:last-child {
    color: #fff;
}
.social-icon-colored i {
    color: #fff;
}


/*
|----------------------------------------------------------------------------
	24. PAGINATION / .pagenavigation
|----------------------------------------------------------------------------
*/
.pagenavigation .pagination {
    margin: 40px 0 0;
}
.pagenavigation .pagination > li {
	display: inline-block;
	margin: 10px 0 0;
}
.pagenavigation .pagination > li > a, .pagenavigation .pagination > li > span {
    border: 1px solid #d5d5d5;
    color: #222;
	padding: .5rem .75rem;
}
.pagenavigation .pagination > li > span {
	margin-left: -1px;
	border: none;
	font-weight: bold;
}
.pagenavigation .pagination > .active > a, 
.pagenavigation .pagination > .active > a:focus, 
.pagenavigation .pagination > .active > a:hover, 
.pagenavigation .pagination > .active > span, 
.pagenavigation .pagination > .active > span:focus, 
.pagenavigation .pagination > .active > span:hover {
    background-color: #6d3d5f;
    border-color: #6d3d5f;
	color: #fff;
	box-shadow: none;
}
.pagenavigation .pagination > li > a:focus, .pagenavigation .pagination > li > a:hover, .pagenavigation .pagination > li > span:focus, .pagenavigation .pagination > li > span:hover {
    background-color: #3a0028;
    border-color: #3a0028;
	color: #fff;
}
.pagenavigation .pagination > li > a.pageindex {
    background-color: #3a0028;
    border-color: #3a0028;
	color: #fff;
}
.pagenavigation .pagination > li > a.pagegapdot {
    background-color: transparent;
    border-color: #d5d5d5;
	color: #222;
}


/*
|----------------------------------------------------------------------------
	25. FAQ / #faq
|----------------------------------------------------------------------------
*/
#faq {
    padding: 75px 0;
}


/*
|----------------------------------------------------------------------------
	26. PRICING / #pricing
|----------------------------------------------------------------------------
*/
#pricing {
    padding: 100px 0;
}
.pricing-plan-wrapper-box {
	margin-top: -30px;
}
.pricing-plan-item-wrap {
	margin: 30px 0 0;
}
.pricing .price-wrap {
    background-image: url(../images/pricing.png);
    background-position: center bottom;
    background-size: cover;
	margin-left: -15px;
	margin-right: -15px;
	min-height: 120px;
	border-radius: 6px 6px 0 0;
}
.pricing-plan-title-style1 h3 {
	background-color: #3a0028;
	margin-left: 20px;
	margin-right: 20px;	
	border-radius: 10px 10px 0 0;
	padding: 15px 0 14px;
	height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 28px;
    font-weight: bold;
}
.pricing .pricing-wrap {
	color: #000;
}
.pricing .active .pricing-wrap {
	color: #fff;
}
.pricing .pricing-wrap:hover {
	color: #fff;
}
.pricing .pricing-wrap p.dolar {
	color: #3a0028;
}
.pricing {
	padding: 120px 0 70px;
	background-color: #fff;
}
.pricing .pricing-wrap {
	background-color: #ddd;
	border-radius: 6px;
    text-align: center;
	border: none;
	padding: 0 15px 30px;
}
.pricing .pricing-wrap:hover {
	background-color: #6d3d5f;
}
.pricing .pricing-wrap a.btn {
    margin: 30px 0 0;
	text-transform: capitalize;
}
.pricing .price-wrap p {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    padding: 20px 15px;
	margin-bottom: 0;
}
.pricing .pricing-wrap p sub {
	bottom: 0;
	font-size: 15px;
}
.pricing .pricing-wrap .btn-link {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #222;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 6px 20px;
    text-decoration: none;
}
.btn.btn-link.change-plan:hover {
    background-color: transparent;
    border-color: #000;
}
.pricing .price-wrap sup {
    font-size: 60%;
    top: -0.75em;
}
.pricing .price {
	margin: 0;
}
.pricing .price > li {
    padding: 10px;
}
.pricing .col-md-3.col-xs-6.active .pricing-wrap .price > li  {
    border-color: #fff;
}

.pricing .professional {
	background-color: #6d3d5f;
}

/*
|----------------------------------------------------------------------------
	27. Section BANNER / .section-banner
|----------------------------------------------------------------------------
*/
.section-banner {
    padding: 100px 0;
    position: relative;
    width: 100%;
}
.section-banner::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.section-banner {
	background-attachment: fixed;
	background-color: #b5b5b5;
	background-repeat: no-repeat;
    background-position: 50% 0;
	background-size: cover;
}
.section-banner.contact-top-banner {
    background-image: url("../images/background/about-banner.jpg");
}
.section-banner h3 {
    color: #fff;
    font-size: 34px;
	font-weight: bold;
	margin: 0;
}

/*
|----------------------------------------------------------------------------
	28. SUCCESS STORY / #success-story
|----------------------------------------------------------------------------
*/
#success-story {
    padding: 100px 0 50px;
}
.success-story .icon {
    color: #6d3d5f;
	margin: 0 0 20px;
}
.success-story .icon i {
    font-size: 48px;
}
.counter-wrap {
    font-weight: 700;
    margin: 0 0 50px;
}
.counter-wrap > p {
	color: #555;
    margin: 10px 0 0;
    font-size: 20px;
	font-weight: 500;
}
.counter {
    font-size: 42px;
	color: #3a0028;
	line-height: 1;
    font-weight: 700;
    text-align: center;
}

/*
|----------------------------------------------------------------------------
	29. FOOTER / .footer
|----------------------------------------------------------------------------
*/
.footer {
    background-color: #222;
    color: #fff;
}
.footer-widget-area {
	padding: 100px 0;
}
.footer, .footer a, .footer p, .footer li  {
    color: rgba(238, 238, 238, 0.7);
	font-size: 13px;
	line-height: 1.48;
}
.footer p {
	line-height: 1.625;
}
.footer a:hover  {
    color: #6d3d5f;
}
.footer .copyright {
    margin: 0 0 15px;
}
.footer h4.widget-title {
	color: #bbb;
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 40px;
	padding-bottom: 5px;
    position: relative;
	text-transform: capitalize;
}
.footer h4.widget-title::before {
    background-color: #ddd;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 0 -2px;
    position: absolute;
    width: 40px;
}
.footer h4.widget-title span {
	font-weight: bold;
	color: #ddd;
}
.footer p strong {
    font-weight: normal;
}

.footer .footerwidget-wrap .portfolio-wrapper {
	margin-bottom: 0;
}
.footer .widget-area ul.useful-links li {
	color: #f5f5f5;
    border-bottom: none;
    padding: 0;
	margin: 10px 0 0;
}
.footer .widget-area ul.useful-links li:first-child {
	margin: 0;
}
.footer .widget-area ul.useful-links li a::before {
	color: #f5f5f5;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
	font-weight: 700;
    padding-right: 8px;
}
.footer ul li a:hover, .footer ul.list-unstyled li a:hover  {
	color: #6d3d5f;
	text-decoration: none;
}
.footer .portfolio-link {
    margin: 0;
}
.footer .portfolio-link a {
	color: #6d3d5f;
	margin: 2px;
	padding: 5px 7px;
}
.footer .portfolio-link a:hover {
    color: #fff;
}
#footer .list-inline.list-social {
    margin: 1rem 0 0;
	line-height: 1;
}
#footer .list-inline.list-social a.social-icon {
    border: none;
    color: #f5f5f5;
	margin-top: 5px;
}
#footer .list-inline.list-social a.social-icon i {
    line-height: 1.48;
}
#footer .list-inline.list-social a.social-icon:hover {
    border: none;
}
#footer .contact-info.list-unstyled > li {
    margin: 10px 0 0;
	padding-left: 30px;
}
#footer .contact-info.list-unstyled > li:first-child {
    margin: 0;
}
#footer .contact-info.list-unstyled > li i {
	color: #f5f5f5;
    padding: 0 10px 0 0;
	margin-left: -30px;
}
/*Footer Copyright*/
.footer hr {
    border-color: #f5f5f5;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-logo {
    float: left;
    height: 16px;
    margin: 5px 20px 0 0;
    width: auto;
}
.footer .copyright, .footer .copyright a.footer-site-link {
    font-size: 13px;
}
a.footer-site-link {
    color: #f5f5f5;
}

.scrollup {
    bottom: 80px;
	color: #6d3d5f;
    display: none;
    font-size: 42px;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
	z-index: 999;
}

/*
|----------------------------------------------------------------------------
	30. 404 PAGE / .not-found
|----------------------------------------------------------------------------
*/
.not-found {
    background-attachment: fixed;
    background-image: url("../images/background/not-found.jpg");
    background-position: center center;
    background-size: cover;
}
.not-found .msg-box {
    display: table;
	float: right;
	height: 100vh;
}
.not-found .msg-box-inner {
    background-color: rgba(0, 0, 0, 0.9);
    display: table-cell;
    padding: 60px 30px;
    vertical-align: middle;
	text-align: center;
}
.not-found .msg-box-inner .msg-404 h2 {
    font-size: 64px;
	font-weight: bold;
	color: #3a0028;
}
.not-found .msg-box-inner .msg-404 h3 {
    font-size: 32px;
	font-weight: bold;
	color: #fd5308;
	margin: 10px 0 30px;
}
.not-found .msg-box-inner h4 {
    font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.not-found .msg-box-inner .msg p {
	color: #6d3d5f;
	margin: 10px 0;
}
.not-found .msg-box-inner .msg span {
	color: #fff;
	font-weight: bold;
}
.not-found .msg-box-inner .msg {
	margin: 0 0 30px;
}
.not-found .msg-box-inner .btn-holder {
    margin: 30px 0 0;
}
.not-found .msg-box-inner .btn-holder .btn {
    margin: 5px;
}

