/* Investing HTML Template */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Header Style One / Header Style Two
5. Main Slider
6. Main Footer
7. Services Section
8. Fullwidth Section
9. Counter Section
10. Work Section
11. News Section
12. Call To Action Section
13. Consult Section
14. Clients Section
15. Testimonial Section
16. Page Title
17. Fact Counter / Style Two
18. Team Section
19. Services Single Section
20. Project Section
21. Project Single Section
22. Blog Section
23. Contact Section
24. Contact Form
26. Map Section

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,700');

/*font-family: 'PT Sans', sans-serif;
font-family: 'Open Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('imagehover-extended.css');
@import url('pricing.css');
@import url('nouislider.css');
@import url('jquery.bootstrap-touchspin.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:14px;
	color:#666666;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ff214f;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
	font-family: 'PT Sans', sans-serif;
}

.no-padding{
	padding:0px !important;
}

input,button,select,textarea{
	font-family: 'PT Sans', sans-serif;
}

p,
.text{
	position:relative;
	line-height:1.8em;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.row-10 {
	margin: 0 -10px;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	max-width:780px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.grey-bg{
	background-color:#f9fafb;
}

.theme-bg {
	background-color:#ff214f;
}

.centered{
	text-align:center;	
}

.sp-one {
	padding: 80px 0;
}
.sp-two {
	padding: 80px 0 50px;
}
.sp-three {
	padding: 80px 0 30px;
}
.sp-four {
	padding: 80px 0 0;
}
.sp-five {
	padding: 0px 0 80px;
}


/*owl-control*/
.owl-controls {
  text-align: center;
  display: block;
  position: relative;
  bottom: 0px;
}

/*owl dots*/

.owl-dots-none .owl-dots {
	display: none;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  display: block;
  height: 10px;
  background: #e9e9e9;
  width: 10px;
  margin: 0px 5px;
  transition: .5s ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background-color: #ff214f;
  transition: .5s ease;
}
/*owl nav*/
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-nav-none .owl-nav {
	display: none;
}

.owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -100px;
    right: 0;
    margin: 0;
}

.owl-nav [class*=owl-] {
    color: #bdbdbd;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 45px;
    width: 45px;
    border: 1px solid #f0f0f0;
    line-height: 42px;
    text-align: center;
    margin-top: 23px;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.owl-nav [class*=owl-]:hover {
    color: #ff214f;
    border: 1px solid #ff214f;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.display-block-image img {
	display: block;
}

/*Sec Title*/

.sec-title{
	position:relative;
	margin-bottom:55px;
	margin-top: -9px;
}

.sec-title h2{
	position:relative;
	color:#000000;
	font-size:38px;
	font-weight:600;
	padding-bottom: 25px;
	line-height:1.2em;
	margin-bottom:10px;
}

.sec-title.light h2 {
	color: #fff;
}

.sec-title .text{
	position:relative;
	font-size:18px;
	color:rgba(0,0,0,0.80);
}

.sec-title.centered{
	text-align:center;
}

.sec-title h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 144px;
  height: 4px;
  background-image: url(../images/icons/separator.png);
}

.sec-title.centered h2:after {
  left: 50%;
  margin-left: -72px;
}

/*List Style Cantact*/

.list-style-contact{
	position:relative;
	margin-bottom:26px;
}

.list-style-contact li{
	position:relative;
	font-size:16px;
	font-weight:400;
	padding-left:40px;
	margin-bottom:18px;
}

.list-style-contact li:first-child .icon{
	top:0px;
}

.list-style-contact li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ff214f;
	font-size:25px;
	font-weight:400;
	line-height:1em;
}

/*List Style One*/

.list-style-one{
	position:relative;
	margin-bottom:26px;
}

.list-style-one li{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#e4e6eb;
	padding-left:40px;
	margin-bottom:18px;
}

.list-style-one li:first-child .icon{
	top:6px;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:4px;
	color:#e4e6eb;
	font-size:20px;
	font-weight:400;
	line-height:1em;
}

/*List Style Two*/

.list-style-two{
	position:relative;
	margin-bottom:26px;
}

.list-style-two li{
	position:relative;
	font-size:15px;
	font-weight:400;
	padding-left:60px;
	margin-bottom:25px;
	color:rgba(0,0,0,0.70);
}

.list-style-two li strong{
	color:#222222;
	font-size:18px;
	font-weight:600;
	display:block;
}

.list-style-two li:before{
	position:absolute;
	content:'\f00c';
	left:0px;
	top:6px;
	width:40px;
	height:40px;
	color:#ff214f;
	font-size:20px;
	text-align:center;
	line-height:38px;
	border-radius:50%;
	border:2px solid #f1f1f1;
	font-family: 'FontAwesome';
}

/* list-style-theree */

.list-style-three{
  position:relative;
  margin-bottom:15px;
}

.list-style-three li{
  position:relative;
  margin-bottom: 10px;
  padding-left:25px;
  color: #666;
  font-weight: 400;
  font-size: 16px;
}

.list-style-three li:before{
  position:absolute;
  content: "\f0a4";
  left:0px;
  top:0px;
  color: #ff214f;
  font-family: 'FontAwesome';
}




/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:600;
	background:#ff214f;
	letter-spacing:1px;
	border-radius:0px;
	border:2px solid #ff214f;
	text-transform:uppercase;
}

.btn-style-one:hover{
	color:#ff214f;
	background:none;
	border-color:#ff214f;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	color:#000000;
	text-align:center;
	font-size:14px;
	font-weight:600;
	background:none;
	text-transform:uppercase;
	letter-spacing:1px;
	border:2px solid #eaeaea;
	border-radius:0px;
}

.btn-style-two:hover{
	color:#ff214f;
	border-color:#ff214f;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:12px 30px;
	line-height:24px;
	color:#ffffff;
	text-align:center;
	font-size:18px;
	font-weight:400;
	background:none;
	letter-spacing:1px;
	border-radius:0px;
	border:2px solid #ffffff;
	text-transform:capitalize;
}

.btn-style-three:hover{
	color:#ffffff;
	border-color:#ff214f;
	background:#ff214f;
}
/*Btn Style four*/

.btn-style-four{
	position:relative;
	padding:12px 30px;
	line-height:24px;
	color:#ff214f;
	text-align:center;
	font-size:18px;
	font-weight:400;
	background:none;
	letter-spacing:1px;
	border-radius:26px;
	border:2px solid #ff214f;
	text-transform:capitalize;
}

.btn-style-four:hover{
	color:#ffffff;
	background:#ff214f;
}

/*Btn Style five*/

.btn-style-five{
	position:relative;
	padding:11px 35px;
	line-height:24px;
	color:#000000;
	text-align:center;
	font-size:14px;
	font-weight:600;
	background:none;
	text-transform:uppercase;
	letter-spacing:1px;
	border:2px solid #eaeaea;
	border-radius:25px;
}

.btn-style-five:hover{
	color:#ff214f;
	border-color:#ff214f;
}

.theme_color{
	color:#ff214f;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right: 2px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:36px;
	height:36px;
	color:#71737b;
	font-size:16px;
	line-height:32px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	border:2px solid rgba(255,255,255,0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-one li a:hover{
	color:#ffffff;
	border-color:#ff214f;
	background-color:#ff214f;
}

/*Social Icon Two*/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:35px;
	height:35px;
	color: #878787;
	font-size:16px;
	line-height:32px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	/* border:1px solid #cfd1d9; */
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-two li a:hover{
	color:#ffffff;
	border-color:#ff214f;
	background-color:#ff214f;
}

/*Social Icon Three*/

.social-icon-three{
	position:relative;
}

.social-icon-three .share{
	position:relative;
	color:#000000;
	font-size:16px;
	font-weight:500;
	display:inline-block;
	font-family: 'Open Sans', sans-serif;
}

.social-icon-three a{
	position:relative;
	color:#d9d9d9;
	font-size:16px;
	text-align:center;
	margin-left:10px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.social-icon-three a:hover{
	color:#ff214f;
}

img{
	display:inline-block;
	max-width:100%;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:42px;
	height:44px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:44px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:3px;
	background:#1c1c1c;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ff214f;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow: 1px 5px 16px rgba(0, 0, 0, 0.03);
}

.sticky-header .logo{
	padding: 9px 0px;
}

.sticky-header .logo img {
	position: relative;
	top: 0;
	width:auto;
	max-height:44px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-top{
	position:relative;
	background-color:#ff214f;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:10px 0px;	
}

.main-header .header-top .top-left ul > li{
	position:relative;
	margin-right:20px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	display:inline-block;
	color:rgba(255,255,255,1);	
}

.main-header .header-top .top-left ul > li > .fa{
	padding-right:6px;
	color:#ffffff;
	font-size:16px;	
}

.main-header .header-top .top-right .social-links a:hover{
	color:#ffffff;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding:0px;	
}

.main-header .header-top .top-right ul > li{
	position:relative;
	display:inline-block;
	margin-left:20px;
	line-height:30px;
	color:rgba(255,255,255,0.50);	
}

.main-header .header-top .top-right ul > li > a{
	position:relative;
	/*line-height:30px;
	color:rgba(255,255,255,0.50);*/
}

.main-header .header-top .top-right .social-links{
	padding:10px 0px;
	padding-right:10px;	
}

.main-header .header-top .top-right .social-links a{
	display:inline-block;
	margin-left:16px;
	line-height:30px;
	color: rgba(255, 254, 254, 0.81);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-top .login-link{
	display:block;
	font-size:15px;
	line-height:31px;
	padding:10px 32px;
	background:#ff214f;
	letter-spacing:1px;
	font-weight:500;
	text-transform:uppercase;	
	color:#ffffff;
}

.main-header .header-upper{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.header-style-two .header-upper{
	position:relative;
	background:none;
	border-bottom:  1px solid #f0f0f0;
}

.main-header .logo-outer{
	position:relative;
	float:left;
	z-index:25;
	padding: 13px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
	top: 0;
	width:auto;
	max-height:58px;
}

.main-header .header-upper .upper-right{
	position:relative;
	float:right;
}

.main-header .header-upper .nav-outer{
	position:relative;
	float:right;
}

.main-header .nav-outer .more-options{
	position:relative;
	right:0px;
	top:50%;
	width:35px;
	float:right;
	margin: 40px 0px 39px;
	margin-left:30px;
	border-left:1px solid #d6d6d6;
}

/*Search Box*/

.main-header .nav-outer .dropdown-outer{
	position:relative;
	font-size:14px;
	left:20px;
	top:0px;
	line-height:20px;
	color:#ffffff;
}

.main-header .nav-outer .dropdown-outer .search-box-btn{
	position:relative;
	font-size:16px;
	right:0px;
	top:0px;
	line-height:20px;
	color:#777777;
	cursor:pointer;
	background:none;
}

.main-header .nav-outer .dropdown-outer .dropdown-menu{
	top: 58px;
	padding:0px;
	width:250px;
	border-radius:0px;
	border-top:2px solid #ff214f;
}

.main-header .search-panel .form-container{
	padding:20px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	color:#000000;
	line-height:24px;
	padding:7px 40px 7px 15px;
	height:40px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#ff214f;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:pointer;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-right:30px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li{
	padding:0px;
	margin-right:0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding: 35px 0px;
	font-size: 15px;
	color:#000000;
	line-height:30px;
	font-weight: 700;
	opacity:1;
	text-transform: uppercase;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown a{
	padding-right:15px;
}

.header-style-two .main-menu .navigation > li > a{
}

.main-header .main-menu .navigation > li.dropdown > a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 30px;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 30px;
}

.sticky-header .main-menu .navigation > li.dropdown > a {
	padding-right: 30px;
}

.sticky-header .main-menu .navigation > li > a{
	padding: 22px 15px;
	color:#333333;
	font-size: 15px;
	font-weight: 700;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
	display:none;
}

.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a{
	color: #ff214f;
	opacity:1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	color: #ff214f !important;
	background: #ffffff;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width: 250px;
	z-index:100;
	display:none;
	padding: 16px 0px;
	background: #252525;
	border-top: 1px solid #ff214f;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding: 8px 20px;
	line-height:22px;
	font-weight: 700;
	font-size:14px;
	color: #aeaeae;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #ffffff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:12px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left: 100%;
	top:20px;
	width:240px;
	padding: 16px 0;
	z-index:100;
	display:none;
	background: #252525;
	border-top: 0px solid #ff214f;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding: 8px 20px;
	line-height:22px;
	font-weight: 700;
	font-size:14px;
	color: #aeaeae;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ffffff;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.header-style-two .header-upper .upper-right{
	padding-top: 40px;
}

.header-style-two .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:40px;
	font-size:13px;
	color:#777777;
	text-align:left;
	text-transform:uppercase;
	padding: 0px 0px 40px 52px;
}

.header-style-two .info-box:last-child{
	padding-left:0px;
}

.header-style-two .info-box .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	color:#ff214f;
	font-size:38px;
	text-align:left;
	line-height:1em;
	border-radius:50%;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-style-two .info-box li{
	position:relative;
	line-height:20px;
	font-size:16px;
	margin-bottom:6px;
	font-weight:400;
	text-transform:capitalize;
	color:rgba(0,0,0,0.60);
}

.header-style-two .info-box strong{
	font-weight:500;
	color:#000000;
	font-size:20px;
}

/*Search Form*/

.header-style-two .search-form{
	position:relative;
	width:270px;
}

.header-style-two .search-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	max-width:300px;
}

.header-style-two .search-form .form-group input[type="text"],
.header-style-two .search-form .form-group input[type="search"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 10px 10px 20px;
	height:50px;
	font-size:14px;
	background:none;
	border:2px solid #f2f2f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header.header-style-two .logo-outer {
	padding: 40px 0px 0px;
}

.header-style-two .search-form .form-group input[type="search"]:focus{
	border-color:#ff214f;
}

.header-style-two .search-form .form-group input[type="submit"],
.header-style-two .search-form button{
	position:absolute;
	right:0px;
	top:-2px;
	width:50px;
	height:50px;
	line-height:52px;
	color:#b8b8b8;
	font-size:16px;
	background:none;
}

.header-style-two .header-lower{
	position:relative;
}

.header-style-two .main-menu .navigation > li{
	padding:0px;
	margin-right:0px;
	border-left:1px solid rgba(255,255,255,0.10);
}

.header-style-two .main-menu .navigation > li:last-child{
	border-right:1px solid rgba(255,255,255,0.10);
}

.header-style-two .main-menu .navigation > li > a{
	font-weight:700;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
}

.header-style-two .navigation > li.dropdown a{
	padding-right:38px;
}

.header-style-two .main-menu .navigation > li.dropdown > a:before{
	right:22px;
}

.header-style-two .nav-outer{
	position:relative;
}

.header-style-two .btn-box{
	position:absolute;
	right:0px;
	top:0px;
}

.header-style-two .btn-box .appoint-btn{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	padding:22px 37px;
	line-height:26px;
	text-transform:uppercase;
	background-color:#ff214f;
	display:inline-block;
}


/*header style four*/
.header-style-four .header-upper .upper-right{
	padding-top: 40px;
}

.header-style-four .info-box{
	position:relative;
	float:left;
	min-height:56px;
	margin-left:40px;
	font-size:13px;
	color:#777777;
	text-align:left;
	text-transform:uppercase;
	padding: 0px 0px 40px 52px;
}

.header-style-four .info-box:last-child{
	padding-left:0px;
}

.header-style-four .info-box .icon-box{
	position:absolute;
	left:0px;
	top:4px;
	color:#ff214f;
	font-size:38px;
	text-align:left;
	line-height:1em;
	border-radius:50%;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.header-style-four .info-box li{
	position:relative;
	line-height:20px;
	font-size:16px;
	margin-bottom:6px;
	font-weight:400;
	text-transform:capitalize;
	color:rgba(0,0,0,0.60);
}

.header-style-four .info-box strong{
	font-weight:500;
	color:#000000;
	font-size:20px;
}

/*Search Form*/

.header-style-four .search-form{
	position:relative;
	width:270px;
}

.header-style-four .search-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	max-width:300px;
}

.header-style-four .search-form .form-group input[type="text"],
.header-style-four .search-form .form-group input[type="search"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 10px 10px 20px;
	height:50px;
	font-size:14px;
	background:none;
	border:2px solid #f2f2f2;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header.header-style-four .logo-outer {
	padding: 40px 0px 0px;
}

.header-style-four .search-form .form-group input[type="search"]:focus{
	border-color:#ff214f;
}

.header-style-four .search-form .form-group input[type="submit"],
.header-style-four .search-form button{
	position:absolute;
	right:0px;
	top:-2px;
	width:50px;
	height:50px;
	line-height:52px;
	color:#b8b8b8;
	font-size:16px;
	background:none;
}

.header-style-four .header-lower{
	position:relative;
	background-color:#ff214f;
}

.header-style-four .main-menu .navigation > li{
	padding:0px;
	margin-right:0px;
	border-left:1px solid rgba(255,255,255,0.10);
}

.header-style-four .main-menu .navigation > li:last-child{
	border-right:1px solid rgba(255,255,255,0.10);
}

.header-style-four .main-menu .navigation > li > a{
	font-weight:700;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	padding-right:20px;
	color: #fff;
}

.header-style-four.fixed-header .sticky-header .main-menu .navigation > li > a {
	color: #222;
}

.header-style-four .navigation > li.dropdown a{
	padding-right:38px;
}

.header-style-four .main-menu .navigation > li.dropdown > a:before{
	right:22px;
}

.header-style-four .nav-outer{
	position:relative;
}

.header-style-four .btn-box{
	position:absolute;
	right:0px;
	top:0px;
}

.header-style-four .btn-box .appoint-btn{
	position:relative;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	padding:22px 37px;
	line-height:26px;
	text-transform:uppercase;
	background-color:#ec113e;
	display:inline-block;
}

.main-header.header-style-four .header-top {
    background: #f7f7f7;
}

.main-header.header-style-four .header-top .top-left ul > li {
    color: #222;
}

.main-header.header-style-four .header-top .top-left ul > li > .fa {
    color: #ff214f;
}

.main-header.header-style-four .header-top .top-right .social-links a {
    color: #222;
}

/*** 

====================================================================
	Main Slider One
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	overflow:hidden;
}

.main-slider .btn-style-two {
	color: #fff;
}

.main-slider .tp-caption{
	z-index:5;	
}

.main-slider h2{
	font-size:52px;
	color:#fff;
	font-weight:700;
	line-height:1.2em;
}

.main-slider .text{
	font-weight:400;
	line-height:1.8em;
	color:#fff;
	font-size:18px;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	overflow:hidden;
	height:90px;
}

.main-slider.alternate .tparrows.preview3{
	margin-top:30px !important;
	height:50px;	
}

.main-slider .tparrows.preview3::after{
	top:0px;
	color:#101010;
	font-size:26px;
	padding:0px;
	background:rgba(255,255,255,0.70);
	font-weight:400;
	width:36px;
	height:90px;
	line-height:90px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3:hover::after{
	background:rgba(255,255,255,1);
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:0px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:-36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;	
}

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/


.welcome-section .big-title{
	position:relative;
	color:#000000;
	font-size:36px;
	font-weight:300;
	text-align:center;
	line-height:1.4em;
	margin-bottom:70px;
}

.services-section .owl-dots,
.services-section .owl-nav{
	display:none;
}

.services-block{
	position:relative;
	margin-bottom:40px;
}

.services-block .inner-box{
	position:relative;
	text-align:center;
}

.services-block .inner-box .icon-box{
	position:relative;
	color:#ff214f;
	font-size:60px;
	line-height:1em;
	margin-bottom:28px;
}

.services-block .inner-box h3{
	position:relative;
	font-size:22px;
	font-weight:500;
	text-transform:capitalize;
}

.services-block .inner-box h3 a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box h3 a:hover{
	color:#ff214f;
}

.services-block .inner-box .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-top:12px;
	color:rgba(0,0,0,0.80);
}

/*Services Block Two*/

.services-block-two{
	position:relative;
}

.services-block-two .inner-box{
	position:relative;
	overflow:hidden;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	background-color:rgba(17,42,92,0.70);
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.services-block-two .inner-box .image .content{
    position: absolute;
    left: 0px;
	bottom:0px;
	z-index:1;
	padding: 0px 15px 45px 50px;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.services-block-two .inner-box .image .content h3{
	position:relative;
	font-weight:500;
	font-size:24px;
	color:#ffffff;
	text-transform:capitalize;
}

.services-block-two .inner-box:hover .content,
.services-block-two .inner-box:hover .image:before{
	opacity:0;
}

.services-block-two .inner-box:hover .image .overlay-box{
	opacity:1;
}

.services-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	opacity:0;
	background-color:rgba(25,85,164,0.95);
	transition:all 0.3s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
	padding-left:50px;
	padding-right:15px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content h3{
	position:relative;
	font-size:24px;
	font-weight:500;
	margin-bottom:20px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content h3 a{
	color:#ffffff;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content .read-more{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	display:inline-block;
	text-transform:capitalize;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content .read-more .icon{
	font-size:12px;
	margin-left:4px;
}

/*Services Block Three*/

.services-block-three{
	position:relative;
	margin-bottom:30px;
}

.services-block-three .inner-box{
	position:relative;
}

.services-block-three .inner-box .image{
	position:relative;
	border-bottom: 2px solid #ff214f;
}

.services-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-three .wrt-home-entry-image-link {
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.services-block-three .wrt-home-entry-image {
	margin: 0;
	overflow: hidden;
	border-bottom-color: #8a2b1f;
	background: #f7f3ec;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.services-block-three .wrt-home-entry-image img {
	transition: filter 0.18s ease;
}

.services-block-three .inner-box:hover .wrt-home-entry-image,
.services-block-three .wrt-home-entry-image-link:focus .wrt-home-entry-image {
	border-bottom-color: #6f2117;
	box-shadow: 0 8px 20px rgba(57, 39, 24, 0.12);
	filter: brightness(1.03);
}

.services-block-three .wrt-home-entry-image-link:active .wrt-home-entry-image {
	box-shadow: 0 3px 10px rgba(57, 39, 24, 0.12);
	filter: brightness(0.98);
}

.imghvr-strip-vert-bottom-right:before,
.imghvr-strip-vert-bottom-right:after,
.imghvr-strip-vert-bottom-right figcaption:before,
.imghvr-strip-vert-bottom-right figcaption:after {
  background: rgba(0, 0, 0, 0.8);
  width: 25%;
}


.services-block-three .inner-box:hover .imghvr-strip-vert-bottom-right:before,
.services-block-three .inner-box:hover .imghvr-strip-vert-bottom-right:after,
.services-block-three .inner-box:hover .imghvr-strip-vert-bottom-right figcaption:before,
.services-block-three .inner-box:hover .imghvr-strip-vert-bottom-right figcaption:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.services-block-three .inner-box .imghvr-strip-vert-bottom-right {
	display: block;
}

.services-block-three .inner-box .imghvr-strip-vert-bottom-right a {
	color: #fff;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
}

.services-block-three .inner-box .imghvr-strip-vert-bottom-right figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-block-three .inner-box:hover .imghvr-strip-vert-bottom-right figcaption * {
	opacity: 1;
	transition-delay: 0.5s;
}


.services-block-three .inner-box .content {
	position: relative;
	padding: 54px 20px 25px;
	border: 1px solid #f2f2f2;
	text-align: center;
}

.services-block-three .inner-box .content .icon-box {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -31px;
	font-size: 30px;
	color: #ffffff;
	background: #ff214f;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	transform: rotate(-45deg);
}

.services-block-three .inner-box .content .icon-box .icon {
	transform: rotate(45deg);
	display: block;
}

.services-block-three .inner-box h3{
	position:relative;
	font-weight:500;
	font-size:22px;
	margin-bottom: 10px;
	padding-left: 0;
}

.services-block-three .inner-box h3 a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box h3 a:hover{
	color:#ff214f;
}

.services-block-three .inner-box .text{
	position:relative;
	color:#000000;
	font-size:15px;
	line-height:1.7em;
}

/*** 

====================================================================
	FullWidth Services Section
====================================================================

***/

.fullwidth-services{
	position:relative;
	min-height:400px;
}

.fullwidth-services .title-column{
    position: absolute;
    width: 40%;
    float: left;
    height: 100%;
	background-size: cover;
}

.fullwidth-services .title-column:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: rgba(14, 14, 14, 0.86);
}

.fullwidth-services .title-column .title-inner{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    padding: 10px 90px 10px 60px;
	vertical-align: middle;
}

.fullwidth-services .title-column .title-inner .title{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.fullwidth-services .title-column .title-inner .title h2{
	position:relative;
	font-size:36px;
	font-weight:500;
	color:#ffffff;
	margin-bottom:15px;
	line-height:1.2em;
}

.fullwidth-services .title-column .title-inner .title .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:30px;
}

.fullwidth-services .title-column .title-inner .title .learn-more{
	position:relative;
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	padding:8px 28px;
	display:inline-block;
	border:2px solid #ffffff;
	text-transform:uppercase;
}

.fullwidth-services .outer-box .content-column{
	position: relative;
    float: right;
    width: 60%;
    right: 0px;
    top: 0px;
    height: 100%;
	background-size:cover;
}

.fullwidth-services .outer-box .content-column .content-inner{
	position:relative;
	padding:120px 0px;
}

.fullwidth-services .outer-box .content-column .content-inner .content{
	position:relative;
	right:80px;
	padding:60px 40px 10px;
	background-color:#ffffff;
}

/*Services Block Four*/

.services-block-four{
	position:relative;
	margin-bottom:30px;
}

.services-block-four .inner-box{
	position:relative;
	text-align: center;
	border: 1px solid #f1f1f1;
	padding: 30px 20px;
}

.services-block-four .inner-box .icon-box{
	/* position:absolute; */
	left:0px;
	top:0px;
	color:#ff214f;
	font-size:52px;
	line-height:1em;
	margin-bottom:15px;
}

.services-block-four .inner-box .number{
	position:absolute;
	left:0px;
	top:60px;
	color:#f3f3f3;
	font-size:50px;
	line-height:1em;
	font-weight:300;
}

.services-block-four .inner-box h3{
	position:relative;
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	text-transform:capitalize;
}

.services-block-four .inner-box h3 a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-four .inner-box h3 a:hover{
	color:#ff214f;
}

.services-block-four .inner-box .text{
	position:relative;
	font-size: 16px;
	line-height:1.6em;
	color:rgba(0,0,0,0.75);
	font-family: 'Open Sans', sans-serif;
}

/*Signature Section*/

.signature-section{
	position:relative;
	padding: 0px 0px 80px;
}

.signature-section.style-two{
	padding-top:110px;
	padding-bottom:0px;
}

.signature-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.signature-section .image-column .image{
	position:relative;
}

.signature-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.signature-section .content-column{
	position:relative;
}

.signature-section .content-column .content-inner{
	position:relative;
	padding-left:40px;
}

.signature-section .content-column .content-inner h2{
	position:relative;
	color:#17181a;
	font-size:32px;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:30px;
}

.signature-section .content-column .content-inner .text{
	position:relative;
	margin-bottom:35px;
}

.signature-section .content-column .content-inner .text p{
	position:relative;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:20px;
	color:rgba(0,0,0,0.75);
}

.signature-section .content-column .content-inner .text p:last-child{
	margin-bottom:0px;
}

.signature-section .content-column .content-inner .author-info{
	position:relative;
	padding-left:110px;
	padding-top:6px;
	margin-bottom:20px;
	min-height:76px;
}

.signature-section .content-column .content-inner .author-info .signature{
	margin-bottom:20px;
}

.signature-section .content-column .content-inner .author-info .img-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:76px;
	height:76px;
	border-radius:50%;
	overflow:hidden;
}

.signature-section .content-column .content-inner .author-info h4{
	position:relative;
	color:#17181a;
	font-size:20px;
	font-weight:500;
}

.signature-section .content-column .content-inner .author-info .designation{
	position:relative;
	color:#919191;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section{
	position:relative;
	background-attachment: fixed;
	background-size: cover;
}

.fact-counter-section:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.0);
}
.fact-counter{
	position:relative;
	color:#103d68;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	top:0;
	text-align:center;
	padding:30px 0px 30px;
	border:1px solid #eeeeee;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size: 50px;
	line-height:1em;
	font-weight:500;
	margin:0px 0px;
}

.fact-counter .count-outer .plus-icon{
	position:relative;
	font-weight:500;
	color: #ffffff;
	font-size:36px;
	display:inline-block;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight: 700;
	color: #ffffff;
	font-family: 'PT Sans', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:400;
	color: #ffffff;
	margin-top:10px;
}

.fact-counter.style-two .column .inner{
	border:0px;
	padding:0px;
}

.fact-counter.style-two .count-outer .count-text,
.fact-counter.style-two .count-outer .plus-icon,
.fact-counter.style-two .column .counter-title{
	color:#ffffff;
}

/*Fullwidth Section*/

.fullwidth-section{
	position:relative;
}

.fullwidth-section .outer-box{
	position:relative;
	background-color:#f9fafb;
}

.fullwidth-section .outer-box .background-image{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.fullwidth-section .outer-box .background-image:before{
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(30, 35, 50);
}

.fullwidth-section .image-column .image{
	position:relative;
	display:none;
}

.fullwidth-section .outer-box .testimonial-column{
	position:relative;
}

.fullwidth-section .outer-box .testimonial-column .inner{
	position:relative;
	max-width:550px;
	float:right;
	width:100%;
	padding:80px 60px 70px 15px;
}

.fullwidth-section .outer-box .testimonial-column .inner h2{
	position:relative;
	color:#ffffff;
	font-size:38px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:35px;
}

.fullwidth-section .outer-box .testimonial-column .inner .quote-icon{
	position:relative;
	color:#ffffff;
	font-size:52px;
	line-height:1em;
	margin-bottom:30px;
}

.fullwidth-section.style-two .outer-box .background-image:before{
	display:none;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding-bottom:10px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:30px;
	font-family: 'Open Sans', sans-serif;
}

.testimonial-block .inner-box .author-box{
	position:relative;
	padding-top:40px;
	border-top:1px solid rgba(255,255,255,0.20);
}

.testimonial-block .inner-box .author-box .author-inner{
	position:relative;
	padding-left:105px;
	padding-top:10px;
}

.testimonial-block .inner-box .author-box .author-inner .author-img{
	position:absolute;
	left:5px;
	top:0px;
	width:70px;
	border-radius:50%;
	border:5px solid #296abf;
}

.testimonial-block .inner-box .author-box .author-inner .author-img:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	z-index:10;
	border-radius:50%;
	border:5px solid rgba(255,255,255,0.05);
}

.testimonial-block .inner-box .author-box .author-inner .author-img img{
	border-radius:50%;
}

.testimonial-block .inner-box .author-box .author-inner h3{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#ffffff;
}

.testimonial-block .inner-box .author-box .author-inner .designation{
	position:relative;
	font-size:16px;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
}

.fullwidth-section .testimonial-column .owl-nav{
	display:none;
}

.fullwidth-section .testimonial-column .owl-dots{
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.fullwidth-section .testimonial-column .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0px 4px;	
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fullwidth-section .testimonial-column .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:12px;
	height:12px;
	margin:0px;
	border-radius:50%;
	background:none;
	border:2px solid #ffffff;
	transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fullwidth-section .testimonial-column .owl-dots .owl-dot.active span,
.fullwidth-section .testimonial-column .owl-dots .owl-dot:hover span{
	background:#ffffff;
	border-radius:50%;
	border-color:#ffffff;
}


.fullwidth-section .outer-box .content-column{
	position:relative;
}

.fullwidth-section .outer-box .content-column .inner{
	position:relative;
	padding:80px 15px 70px 60px;
}

.fullwidth-section .outer-box .content-column h2{
	position:relative;
	color:#000000;
	font-size:38px;
	font-weight:600;
	margin-bottom:42px;
}




/*Services Block Five*/

.featured-block{
	position:relative;
	margin-bottom:50px;
}

.featured-block .inner-box{
	position:relative;
	min-height:100px;
	padding-left:125px;
}

.featured-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:100px;
	font-size:40px;
	line-height:80px;
	text-align:center;
	border-radius:50%;
	background-color:#f9fafb;
	border:8px solid #f1f5fa;
}

.featured-block .inner-box .icon-box .icon{
	position:relative;
	color:#ff214f;
}

.featured-block .inner-box .icon-box:after{
	position:absolute;
	content:'';
	left:50%;
	top:100%;
	width:2px;
	height:100px;
	margin-left:-1px;
	background-color:#ebf0f7;
}

.featured-block:last-child .inner-box .icon-box:after{
	display:none;
}

.featured-block .inner-box h3{
	position:relative;
	font-size:22px;
	font-weight:500;
	line-height:1em;
	margin-bottom:15px;
}

.featured-block .inner-box h3 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.featured-block .inner-box h3 a:hover{
	color:#185098;
}

.featured-block .inner-box .text{
	position:relative;
	color:#6b7382;
	font-size:15px;
	line-height:1.8em;
}

/*Work Section*/

.work-section{
	position:relative;
}

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
}

.gallery-item .inner-box .image{
	position:relative;
	display: block;
}

.project-details .gallery-item .inner-box .image {
	display: block;
}

.gallery-item .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:  flex;
	justify-content:  center;
	align-items:  center;
	opacity:0;
	text-align:center;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.gallery-item .inner-box .image .overlay-box .content{
	position:relative;
}

.gallery-item .inner-box .image .overlay-box .content a{
	position:relative;
}

.gallery-item .inner-box .image .overlay-box .content a .icon{
	position:relative;
	width:40px;
	height:40px;
	color:#8d8d8d;
	font-size:15px;
	border-radius:50%;
	line-height:40px;
	margin:0px 4px;
	display:inline-block;
	background-color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.gallery-item .inner-box .image .overlay-box .content .icon:hover{
	color:#ffffff;
	background-color:#ff214f;
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
}

.gallery-item .lower-content {
	padding: 15px 20px 15px;
	margin-top: -7px;
	border: 1px solid #f4f4f4;
}

.gallery-item .lower-content h3 {
	color: #222;
}

/* project-block-two */

.project-block-two {
    overflow: hidden;
    position:relative;
    margin-bottom:30px;
}

.project-block-two  .inner-box{
    position:relative;
    width:100%;
    overflow:hidden;
    display:block;
}

.project-tab .project-block-two  .inner-box{
    -webkit-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -o-transform:scale(0,1);
    -moz-transform:scale(0,1);
    transform:scale(0,1);
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
}

.project-tab .active-tab .project-block-two  .inner-box{
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    -moz-transform:scale(1,1);
    transform:scale(1,1);
}

.project-block-two  .image-box{
    position:relative;
    display:block;  
}

.project-block-two  .image-box img{
    position:relative;
    display:block;
    width:100%;
}

.project-block-two  .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    color:#ffffff;
    text-align:center;
    background: rgb(255, 33, 79);
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    transition:all 700ms ease;
    -webkit-transform:translate(-100%,0%);
    -ms-transform:translate(-100%,0%);
    -o-transform:translate(-100%,0%);
    -moz-transform:translate(-100%,0%);
    transform:translate(-100%,0%);
}

.project-block-two  .inner-box:hover .overlay-box{
    opacity:1;
    -webkit-transform:translate(0%);
    -ms-transform:translate(0%);
    -o-transform:translate(0%);
    -moz-transform:translate(0%);
    transform:translate(0%);
}

.project-block-two  .overlay-inner{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:table;
    vertical-align:middle;
    padding:10px 0px;
}

.project-block-two  .overlay-inner .content{
    position:relative;
    display:table-cell;
    vertical-align:middle;
}

.project-block-two  .overlay-inner .image-link{
    position:relative;
    display:inline-block;
    font-size:16px;
    color:#ffffff;
    width:42px;
    height:42px;
    margin:0px 5px;
    line-height:38px;
    border-radius:50%;
    border:2px solid #ffffff;
    transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.project-block-two  .overlay-inner .image-link .icon{
    position:relative;
}

.project-block-two  .overlay-inner .image-link:hover{
    color:#666666;
    background-color:rgba(255,255,255,1);
}


.project-tab{
    position:relative;  
}

.project-tab .project-carousel .owl-nav,
.project-tab .project-carousel .owl-dots{
    display:none;
}

.project-tab .tabs-header{
    position:relative;
    margin-bottom:30px; 
}

.project-tab .product-tab-btns{
    position:relative;
    text-align:right;
    padding-top:25px;
}

.project-tab .product-tab-btns .p-tab-btn{
    position:relative;
    line-height:24px;
    padding:0px 0px;
    cursor:pointer;
    color: #ffffff;
    font-weight:500;
    font-size:15px;
    display:inline-block;
    margin-bottom:10px;
    margin-left:20px;
    text-transform:uppercase;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.project-tab .product-tab-btns .p-tab-btn.active-btn{
    color: #ff214f;
}

.project-tab .p-tabs-content{
    position:relative;
    display:block;  
}

.project-tab .p-tab{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:auto;
    visibility:hidden;  
}

.project-tab .p-tab.active-tab{
    position:relative;
    visibility:visible;
    z-index:5;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .image .post-date{
	position:absolute;
	right:0px;
	top:0px;
	font-size:15px;
	color:#ffffff;
	font-weight:400;
	padding:5px 20px;
	display:inline-block;
	background-color:#ff214f;
}

.news-block .inner-box .lower-content{
	position:relative;
	padding:20px 22px;
	border:1px solid #f5f6f7;
	background-color:#ffffff;
}

.news-block .inner-box .lower-content .author{
	position:relative;
	color:rgba(0, 0, 0, 0.75);
	font-weight:500;
	font-size:16px;
}

.news-block .inner-box .lower-content .author span{
	color:#ff214f;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	margin-top:10px;
	margin-bottom:10px;
}

.news-block .inner-box .lower-content h3 a{
	color:#1c1c1c;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:#ff214f;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:10px;
	color:rgba(0,0,0,0.75);
}

.news-block .inner-box .lower-content .detail{
	position:relative;
	color:#afafaf;
	font-size:16px;
	font-weight:500;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'PT Sans', sans-serif;
}

.news-block .inner-box .lower-content .detail .arrow{
	position:relative;
	margin-left:4px;
	
	font-size:12px;
}

.news-block .inner-box .lower-content .detail:hover{
	color:#ff214f;
}

.news-section .row.clearfix {
	display: flex;
	flex-wrap: wrap;
}

.news-section .news-block {
	display: flex;
}

.news-section .news-block .inner-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.news-section .news-block .inner-box .image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f7f3ec;
}

.news-section .news-block .inner-box .image a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-section .news-block .inner-box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news-section .news-block .inner-box .lower-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 285px;
}

.news-section .news-block .inner-box .lower-content h3 {
	min-height: 54px;
	margin-bottom: 8px;
	font-size: 19px;
	line-height: 1.4;
}

.news-section .news-block .inner-box .lower-content h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-section .news-block .inner-box .lower-content .text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 108px;
	margin-bottom: 14px;
	line-height: 1.8;
}

.news-section .news-block .inner-box .lower-content .detail {
	margin-top: auto;
}

.sidebar-page-container .wrt-category-list {
	display: flex;
	flex-wrap: wrap;
}

.sidebar-page-container .wrt-category-list .news-block {
	display: flex;
	margin-bottom: 34px;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #ffffff;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box .image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f7f3ec;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box .image a {
	display: block;
	width: 100%;
	height: 100%;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box .lower-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 285px;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box .lower-content h3 {
	min-height: 54px;
	margin-bottom: 8px;
	font-size: 19px;
	line-height: 1.4;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box .lower-content h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box .lower-content .text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 108px;
	margin-bottom: 14px;
	line-height: 1.8;
}

.sidebar-page-container .wrt-category-list .news-block .inner-box .lower-content .detail {
	margin-top: auto;
}

/* news block two */

.news-block-two{
  position:relative;
  margin-bottom:40px;
}

.news-block-two .inner-box{
  position:relative;
}

.news-block-two .inner-box .image-box{
  position:relative;
}

.news-block-two .inner-box .image-box img{
  position:relative;
  width:100%;
  display:block;
}

.news-block-two .inner-box .lower-content{
  position:relative;
  padding-top:30px;
  border: 1px solid #f4f4f4;
  padding: 20px 20px;
}

.news-block-two .inner-box .lower-content .post-date{
  position:relative;
  font-weight:600;
  color: #ff214f;
  font-size:14px;
  margin-bottom: 10px;
}

.news-block-two .inner-box .lower-content h3{
  position:relative;
  font-size:24px;
  font-weight:700;
}

.news-block-two .inner-box .lower-content h3 a{
  color:#2f2f2f;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.news-block-two .inner-box .lower-content h3 a:hover{
  color: #ff214f;
}

.news-block-two .inner-box .lower-content .text{
  position:relative;
  color:#444444;
  font-size:15px;
  line-height:1.8em;
  margin-bottom:25px;
  margin-top:10px;
}

.news-block-two .inner-box .lower-content .lower-box{
  position:relative;
  padding-top:15px;
  border-top:1px solid #eeeeee;
}

.news-block-two .inner-box .lower-content .lower-box .read-more{
  position:relative;
  color:#2f2f2f;
  font-size:14px;
  font-weight:700;
}

.news-block-two .inner-box .lower-content .lower-box .post-meta{
  position:relative;
}

.news-block-two .inner-box .lower-content .lower-box .post-meta li{
  position:relative;
}

.news-block-two .inner-box .lower-content .lower-box .post-meta li a{
  position:relative;
  color:#2f2f2f;
  font-size:14px;
  font-weight:600;
}

.news-block-two .inner-box .lower-content .lower-box .post-meta li a .icon{
  color: #ff214f;
  font-size:14px;
  margin-right:3px;
}

/* news block three */
.news-block-three .lower-content{
  position:relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.news-block-three .lower-content .upper-box{
  position:relative;
}

.news-block-three .lower-content .upper-box .inner{
  position:relative;
  padding-left: 85px;
}

.news-block-three .upper-box .news-title{
  position:relative;
  margin-bottom:25px;
}

.news-block-three .upper-box .news-title h2{
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
}

.news-block-three .upper-box .news-title h2 a{
  color: #333333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-three .upper-box .news-title h2 a:hover{
  color: #ff214f;
}

.news-block-three .list-style-five{
  position:relative;
  margin-top:-10px;
}

.news-block-three .list-style-five li{
  position:relative;
  color:#777777;
  font-size:13px;
  font-weight:400;
  margin-right:25px;
  display:inline-block;
}

.news-block-three .list-style-five li:after{
  position:absolute;
  content:'/';
  color:#777777;
  font-size:14px;
  right:-15px;
  top:2px;
}

.news-block-three .list-style-five li:last-child{
  margin-right:0px;
}

.news-block-three .list-style-five li:last-child::after{
  display:none;
}

.news-block-three .list-style-five li .icon{
  position:relative;
  color: #ff214f;
  font-size:14px;
  margin-right:2px;
}


.news-block-three .lower-content .upper-box .inner .date{
  position:absolute;
  width: 60px;
  left:0px;
  top:0px;
  color:#ffffff;
  font-size:25px;
  font-weight:700;
  display:block;
  text-align:center;
  padding: 8px 0px 3px;
  background-color: #ff214f;
}

.news-block-three .lower-content .upper-box .inner .date span{
  position:relative;
  top:-5px;
  font-weight:500;
  font-size: 15px;
  line-height:1em;
}

.news-block-three .lower-content .text{
  position:relative;
  color:#777777;
  font-size:16px;
  margin-top:15px;
  line-height:1.8em;
  margin-bottom:20px;
}

.news-block-three .lower-content .text p{
  position:relative;
  color:#777777;
  font-size:16px;
  margin-top:15px;
  line-height:1.6em;
  margin-bottom:20px;
  font-weight:400;
}

.news-block-three .lower-content .btn-default {
	position: relative;
	font-weight: 600;
	color: #222;
	background: transparent;
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	padding:60px 0px 30px;
	background: #ff214f;
}

.call-to-action .column{
	position:relative;
	margin-bottom:25px;
}

.call-to-action .column .text{
	position:relative;
	color:#ffffff;
	font-size:28px;
	font-weight:300;
	line-height:1.4em;
	margin-top:0px;
}

/* call-to-action-two */

.call-to-action-two {
  position:relative;
  text-align:center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.call-to-action-two:before {
  position:absolute;
  content:'';
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color: rgba(110, 110, 110, 0.95);
}

.call-to-action-two h2{
  position:relative;
  color:#ffffff;
  font-size:26px;
  line-height: 36px;
  font-weight: 500;
  text-align:center;
  text-transform:uppercase;
}

.call-to-action-two .theme-btn{
  margin-top:30px;
  color: #fff;
  border-color: #fff;
}

.call-to-action-two .theme-btn:hover{
  color: #ff214f;
  background-color:#ffffff;
}



/*Default Form*/

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select,
.default-form .form-group textarea{
	display:block;
	width:100%;
	height:50px;
	font-size:15px;
	color:#848484;
	line-height:24px;
	padding:12px 15px;
	font-weight:400;
	background-color:#ffffff;
	border:1px solid #e5e5e5;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Open Sans', sans-serif;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group textarea:focus{
	border-color:#ff214f;
}

.default-form .form-group textarea{
	height:210px;
	resize:none;
}

.default-form button{
	width:100%;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#f06529;	
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:50px;
	padding:10px 20px;
	line-height:30px;
	color:#333333;
	border-radius:0px;
	border:1px solid #e5e5e5;
	background-color:#ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#333333;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#ff214f;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#ff214f;
}


/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
}

.clients-section .owl-nav,
.clients-section .owl-dots{
	display:none;
}

.clients-section .image-box{
	text-align:center;
	border:1px solid rgba(255,255,255,0.10);
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.clients-section .image-box img{
	position: relative;
	padding:8px 20px;
    width: auto;
    max-width: 100%;
	display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.clients-section .image-box:hover{
	border-color:rgba(255,255,255,0.60);
}

/*Subscribe Section*/

.subscribe-section{
	position:relative;
	text-align:center;
}

.subscribe-section h2{
	position:relative;
	font-size:38px;
	color:#000000;
	font-weight:700;
}

.subscribe-section .text{
	position:relative;
	font-size:18px;
	margin-top:10px;
	margin-bottom:40px;
	color:rgba(0,0,0,0.76);
}

.subscribe-section .subscribe-form{
	position:relative;
	max-width:580px;
	margin:0 auto;
}

.subscribe-section .subscribe-form .form-group{
    position: relative;
    display: block;
    margin-bottom: 0px;
	z-index:1;
}

.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 15px 16px;
    height: 60px;
    font-size: 16px;
    background: #ffffff;
	border:1px solid #f5f3f3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-section .subscribe-form .form-group input[type="text"]:focus,
.subscribe-section .subscribe-form .form-group input[type="email"]:focus{
	border-color: #ff214f;
}

.subscribe-section .subscribe-form .form-group input[type="submit"],
.subscribe-section .subscribe-form .form-group button {
	position: absolute;
	top: 0;
	right: 0;
	width:68px;
	height:60px;
	line-height:58px;
	color: #ffffff;
	font-size:28px;
	text-align:center;
	background-color: #ff214f;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding:70px 0px 0px;
	background-color: #1c1c1c;
}

.main-footer .footer-column{
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom:40px;
}

.main-footer .footer-widget h2{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:500;
	margin-bottom:15px;
	text-transform:capitalize;
}

.wrt-site-footer .footer-widget h2{
	font-size:20px;
	margin-bottom:32px;
	padding-bottom:18px;
}

.wrt-site-footer .footer-widget h2:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:40px;
	height:3px;
	background:#ff214f;
}

.main-footer .logo-widget .footer-logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer .logo-widget .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:30px;
	color:rgba(255,255,255,0.55);
}

.main-footer .logo-widget .form-group{
	position:relative;
	display:block;
	margin:0px;
	max-width:300px;
}

.main-footer .logo-widget .form-group input[type="text"],
.main-footer .logo-widget .form-group input[type="tel"],
.main-footer .logo-widget .form-group input[type="email"],
.main-footer .logo-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	height:55px;
	font-size:14px;
	padding:10px 50px 10px 15px;
	background:rgba(255,255,255,1);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .logo-widget .form-group input[type="submit"],
.main-footer .logo-widget button{
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	height:55px;
	line-height:40px;
	color:#ffffff;
	font-size:32px;
	text-align:center;
	background:#ff214f;
}

.main-footer .links-widget .list{
	position:relative;
}

.main-footer .links-widget .list li{
	position:relative;
	margin-bottom:8px;
}

.wrt-site-footer .links-widget .list{
	columns:2;
	column-gap:42px;
}

.wrt-site-footer .links-widget .list li{
	break-inside:avoid;
	margin-bottom:12px;
}

.wrt-site-footer .links-widget .list li a:before{
	content:"\f105";
	display:inline-block;
	margin-right:9px;
	color:#ff214f;
	font-family:FontAwesome;
}

.main-footer .links-widget .list li a{
	position:relative;
	font-size:15px;
	color:rgba(255,255,255,0.45);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-footer .links-widget .list li a:hover{
	color:rgba(255,255,255,0.85);
}

.main-footer .footer-bottom{
	position:relative;
	padding:18px 0px;
	margin-top:40px;
	background-color: #000000;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	font-size:16px;
}

.main-footer .footer-bottom .copyright a{
	color:#ff214f;
}

.wrt-site-footer .wrt-contact-list{
	margin:0;
}

.wrt-site-footer .wrt-contact-list li{
	color:#ffffff;
	font-size:15px;
	line-height:1.9em;
	margin-bottom:10px;
	padding-left:30px;
}

.wrt-site-footer .wrt-contact-list li .icon{
	color:#ff214f;
	font-size:16px;
	top:4px;
}

.wrt-site-footer .wrt-follow-empty{
	min-height:118px;
}

.main-footer .footer-nav{
	position:relative;
	text-align:right;
}

.main-footer .footer-nav li{
	position:relative;
	padding-right:10px;
	margin-right:10px;
	line-height:1em;
	display:inline-block;
	border-right:1px solid #636876;
}

.main-footer .footer-nav li:last-child{
	border:0px;
	margin-right:0px;
	padding-right:0px;
}

.main-footer .footer-nav li a{
	position:relative;
	color: #979797;
	font-size:16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.main-footer .footer-nav li a:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/
.testimonial-section {
	display: block;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.6em;
	max-width:880px;
	margin:0 auto;
}

.testimonial-block-two .inner-box .author-info{
	position:relative;
	display:inline-block;
	padding:20px 50px 0px;
	margin-top:40px;
	border-top:1px solid rgba(255,255,255,0.20);
}

.testimonial-block-two .inner-box .author-info h3{
	position:relative;
	color:#ffffff;
	font-size:24px;
}

.testimonial-block-two .inner-box .author-info .designation{
	position:relative;
	font-size:18px;
	color:rgba(255,255,255,0.40);
}

/* testimonial block three */


.testimonial-block-three {
	position: relative;
	background: #fff;
	padding: 50px;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.04);
	margin: 10px 10px 30px;
}

.testimonial-block-three .author {
	position: relative;
	padding-left: 80px;
	padding-top: 10px;
}

.testimonial-block-three .author .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-three .author .image {

}

.testimonial-block-three .quote-icon {
	color: #ff241f;
}

.testimonial-block-three .text {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 30px;
}

/*testimonial block four*/

.testimonial-block-four{
	position:relative;
	margin-bottom: 30px;
}

.testimonial-block-four .inner-box{
	position:relative;
	padding:30px 45px 35px;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(244,244,244,1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(244,244,244,1);
	box-shadow: 0px 0px 20px 0px rgba(244,244,244,1);
}

.testimonial-block-four .inner-box .text{
	position:relative;
	color:#000000;
	font-size:20px;
	margin-bottom:25px;
	line-height:1.6em;
	font-weight:300;
}

.testimonial-block-four .inner-box .user-info{
	position:relative;
}

.testimonial-block-four .inner-box .user-info .inner{
	position:relative;
	padding-left:80px;
	min-height:60px;
}

.testimonial-block-four .inner-box .user-info .inner .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block-four .inner-box .user-info .inner .author-image img{
	border-radius:50%;
}

.testimonial-block-four .inner-box .user-info .inner h3{
	position:relative;
	font-size:16px;
	font-weight:600;
	color:#000000;
	display:inline-block;
	text-transform:uppercase;
}

.testimonial-block-four .inner-box .user-info .inner .designation{
	color:#b6b6b6;
	font-size:17px;
	font-weight:300;
	margin-top:5px;
}

.testimonial-block-four .inner-box .user-info .inner .quote{
	position:absolute;
	right:0px;
	top:0px;
	color:#f2f2f2;
	font-size:50px;
	line-height:1em;
}

/* testimonials block five */

.testimonial-block-five .img-box{
  position: absolute;
  left: 0px;
  top: 2px;
}
.testimonial-block-five .top-content{
  position: relative;
  padding: 0px 0px 0px 105px;
  margin-bottom: 43px;
}
.testimonial-block-five .top-content .text{
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: #242424;
}
.testimonial-block-five .author-info{
  position: relative;
  text-align: right;
  float: right;
  padding: 0px 95px 0px 0px;
}
.testimonial-block-five .author-info:before{
  position: absolute;
  content: '';
  background: url(../images/icons/quote.png);
  width: 43px;
  height: 33px;
  top: 8px;
  right: 30px;
}
.testimonial-block-five .author-info .author-rating li {
	display: inline-block;
}
.testimonial-block-five .author-info .text{
  position: relative;
  font-weight: 700;
  color: #242424;
  margin-bottom: -4px;
}
.testimonial-block-five .author-info .text:before{
  position: absolute;
  content: '';
  background: #cccccc;
  width: 30px;
  height: 1px;
  top: 12px;
  left: -43px;
}
.testimonial-block-five .author-info .text span{
  font-weight: 400;
}
.testimonial-block-five .author-info .author-rating li{
  color: #ff214f;
}



/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position:relative;
	text-align:center;
	background-color:#f6f8fb;
	padding: 150px 0px 150px 0px;
	background-image:  url(../images/slider/zmt-fishmaw-quality-banner.jpg);
	background-attachment:  fixed;
	background-repeat:  no-repeat;
}

.page-title h1,
.page-title .page-title-heading{
	position:relative;
	font-size:48px;
	font-weight:700;
	color: #ffffff;
	line-height:1.5em;
	text-transform:capitalize;
}

.page-info{
	position:relative;
	color:#272727;
	border-bottom:1px solid #f2f2f2;
}

.page-info h2{
	font-size:16px;
	color:#272727;
	line-height:24px;
	font-weight:700;	
}

.page-info .bread-crumb{
	position:relative;
	font-size:15px;
	padding:18px 0px 17px;
}

.page-info .bread-crumb li{
	position:relative;
	display:inline-block;
	font-size:16px;
	margin-right:24px;
	color:#ff214f;
	font-weight:600;
	line-height:24px;
	text-transform:capitalize;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'\f105';
	font-family: 'FontAwesome';
	position:absolute;
	right:-21px;
	width:10px;
	line-height:24px;
	font-size:16px;
	color:#777777;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#1a1a1a;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-info .bread-crumb li a:hover{
	color:#ff214f;	
}

.page-info .share-icon{
	position:relative;
	font-size:15px;
	font-weight:500;
	padding:17px 30px 15px;
	text-transform:uppercase;
	border-right:1px solid #f2f2f2;
	border-left:1px solid #f2f2f2;

}

.page-info .share-icon a{
	color:#222328;
}

.page-info .share-icon .icon{
	color:#fe204e;
	margin-right:5px;
	font-size:12px;
}

.page-info .share-icon a{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-info .share-icon a:hover{
	color:#ff214f;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:80px 0px 60px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(22,32,53,0.96);
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-member{
	position:relative;
	margin-bottom:40px;
}

.team-member .inner-box{
	position:relative;
}

.team-member .inner-box .image{
	position:relative;
	border-radius:4px;
	overflow:hidden;
}

.team-member .inner-box .image img{
	position:relative;
	width:100%;
}

.team-member .inner-box .lower-box{
	position:relative;
	padding-top:32px;
	text-align:center;
	padding-bottom:0px;
	min-height:146px;
}

.team-member .inner-box .lower-box h3{
	position:relative;
	color:#222222;
	font-size: 20px;
	font-weight:600;
	margin-bottom:5px;
	line-height:1em;
	text-transform:capitalize;
}

.team-member .inner-box .lower-box h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-member .inner-box .lower-box h3 a:hover{
	color:#fa2964;
}

.team-member .inner-box .lower-box .designation{
	position:relative;
	color:#888888;
	font-size:14px;
	padding-bottom:15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Hind', sans-serif;
}

.team-member .inner-box .lower-box .designation:after{
	position:absolute;
	width:40px;
	content:'';
	left:50%;
	height:1px;
	bottom:0px;
	background-color: #ff214f;
	margin-left:-20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-member .inner-box .lower-box .social-icon-one{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
}

.team-member .inner-box:hover .lower-box .social-icon-one{
}

.team-member .inner-box:hover .lower-box .social-icon-one{
	margin-top:0px;
}

.team-member .inner-box:hover .lower-box .designation:after{
}

/* team-member-two */

.team-member-two {
	position: relative;
	margin-bottom: 30px;
}

.team-member-two .image {
	margin-bottom: -6px;
}

.team-member-two .image img {
	width: 100%;
}

.team-member-two .lower-content {
	border:  1px solid #f4f4f4;
	background: #fff;
	border-top: 0px;
	padding: 20px 20px 20px;
	text-align:  center;
}

.team-member-two h3 a {
	color: #222;
}

.team-member-two .designation {
	color: #ff214f;
	margin: 5px 0 8px;
}

.team-member-two .text {
	
margin-bottom: 10px;
}


/*** 

====================================================================
	Services Page Section
====================================================================

***/

.service-page-section{
	position:relative;
	padding:80px 0px 80px;
}

.services-block-five{
	position:relative;
	margin-bottom:50px;
}

.services-block-five .inner-box{
	position:relative;
}

.services-block-five .inner-box .image{
	position:relative;
	border-bottom:3px solid #ff214f;
}

.services-block-five .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-five .inner-box .lower-content{
	position:relative;
	padding:25px 30px;
	border:1px solid #f0f2f4;
}

.services-block-five .inner-box .lower-content:before{
	position:absolute;
	content:'';
    right: -1px;
    bottom: -1px;
    width: 30px;
    height: 30px;
	background-color:#ffffff;
}

.services-block-five .inner-box .lower-content:after{
	position:absolute;
	content:'';
	right:-1px;
	bottom:-1px;
	border-top: 30px solid #ff214f;
	border-right: 30px solid transparent;
}

.services-block-five .inner-box .lower-content h3{
	position:relative;
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
}

.services-block-five .inner-box .lower-content h3 a{
	color:#17181a;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-five .inner-box .lower-content h3 a:hover{
	color:#ff214f;
}

.services-block-five .inner-box .lower-content .text{
	position:relative;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:15px;
	color:rgba(0,0,0,0.75);
}

.services-block-five .inner-box .lower-content .detail{
	position:relative;
	color:#ff214f;
	font-size:16px;
}

.services-block-five .inner-box .lower-content .detail .arrow{
	font-size:14px;
	font-weight:700;
	margin-left:5px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:80px 0px 40px;
}


.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

/*List Widget*/

.sidebar .sidebar-category .list{
	position:relative;
	border:1px solid #ededed;
}

.sidebar .sidebar-category .list li{
	position:relative;
	line-height:24px;
	border-bottom:1px solid #ededed;
}

.sidebar .sidebar-category .list li:last-child{
	border-bottom:0px;
}

.sidebar .sidebar-category .list li a{
	position:relative;
	display:block;
	color:#212121;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	background:#ffffff;
	padding:18px 20px 18px 40px;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.sidebar .sidebar-category .list li a:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-size: 6px;
    left:18px;
	color:#dfdfdf;
    line-height:22px;
    position: absolute;
}

.sidebar .sidebar-category .list li a:hover,
.sidebar .sidebar-category .list li.current a{
	color:#ffffff;
	background-color:#ff214f;
}

.sidebar .sidebar-category .list li.current a:before,
.sidebar .sidebar-category .list li a:hover::before{
	color:#ffffff;
}

/*List*/
.sidebar .list{
	position:relative;
}

.sidebar .list li{
	position:relative;
	line-height:24px;
}

.sidebar .list li a{
	position:relative;
	display:block;
	color:#777777;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	padding:4px 0px 4px 20px;
	transition:all 500ms ease;
}

.sidebar .list li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size:14px;
    left: 0;
	width:20px;
    line-height: 24px;
    position: absolute;
	color:#777777;
}

.sidebar .list li a:hover{
	color:#ff214f;	
}


/*sidebar testimonial*/

.sidebar-testimonial{
	padding:25px 24px 20px;
	border:1px solid #f0f0f0;
}

/*testimonial slide*/

.testimonial-slide{
	position:relative;
}

.testimonial-slide .inner{
	position:relative;
}

.testimonial-slide .inner .author-info{
	position:relative;
	padding-left:70px;
}

.testimonial-slide .inner .author-info .image{
	position:absolute;
	left:0px;
	top:0px;
	width:55px;
	height:55px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-slide .inner .author-info h3{
	position:relative;
	color:#000000;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
}

.testimonial-slide .inner .author-info .designation{
	color:rgba(0,0,0,0.40);
	font-size:15px;
}

.testimonial-slide .inner .text{
	position:relative;
	font-size:15px;
	font-weight:400;
	margin-top:15px;
	color:rgba(0,0,0,0.75);
}

.sidebar-testimonial .owl-nav{
	display:none;
}

.sidebar-testimonial .owl-dots{
	position:relative;
	padding:0px 0px 0px;
	text-align:right;
}

.sidebar-testimonial .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0px 3px;	
}

.sidebar-testimonial .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:8px;
	height:8px;
	margin:0px;
	background:#e9e9e9;
	border-radius:50%;
	transition:all 500ms ease;
}

.sidebar-testimonial .owl-dots .owl-dot.active span,
.sidebar-testimonial .owl-dots .owl-dot:hover span{
	background:#ff214f;
}

/*Info Widget*/

.info-widget{
	position:relative;
}

.info-widget .inner{
	position:relative;
	text-align:center;
	padding:25px 25px 30px;
	background-color:#ff214f;
}

.info-widget .inner h3{
	position:relative;
	font-size:18px;
	font-weight:300;
	line-height:1.6em;
	color:#ffffff;
}

.info-widget .inner h2{
	font-size:22px;
	color:#ffffff;
	font-weight:400;
	margin:5px 0px 5px;
	font-family: 'Open Sans', sans-serif;
}

.info-widget .inner .more-detail{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	 text-transform:uppercase;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

/*Broucher Widget*/

.sidebar-brochure .brochure{
	padding:16px 20px;
	display:block;
	color:#000000;
	font-size:16px;
	line-height:28px;
	font-weight:500;
	border:1px solid #ebebeb;
	transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.sidebar-brochure .brochure .icon{
	font-size:18px;
	margin-right:8px;
}

.sidebar-brochure .brochure:hover{
	color:#ffffff;
	border-color:#ff214f;
	background-color:#ff214f;
}

.services-single{
	position:relative;
}

.services-single .inner-box{
	position:relative;
}

.services-single .inner-box .image{
	position:relative;
	margin-bottom:40px;
}

.services-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-single .inner-box .lower-content{
	position:relative;
}

.services-single .inner-box .lower-content h3{
	position:relative;
	color:#000000;
	font-size:32px;
	font-weight:600;
	margin-bottom:12px;
}

.services-single .inner-box .lower-content .dark-text{
	position:relative;
	color:#222222;
	font-size:18px;
	margin-bottom:40px;
	font-family: 'Open Sans', sans-serif;
}

.services-single .inner-box .lower-content .two-column{
	position:relative;
	margin-bottom:30px;
}

.services-single .inner-box .lower-content .two-column .inner-column{
	position:relative;
}

.services-single .inner-box .lower-content .two-column .inner-column .text{
	position:relative;
	margin-bottom:30px;
}

.services-single .inner-box .lower-content .two-column .inner-column .text p{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:25px;
	color:rgba(0,0,0,0.70);
}

.services-single .inner-box .lower-content .two-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.services-single .inner-box .lower-content .services-text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:30px;
	color:rgba(0,0,0,0.70);
}

/*Services Block Six*/

.services-block-six{
	position:relative;
	margin-bottom:50px;
}

.services-block-six .inner-box{
	position:relative;
	padding-left:100px;
}

.services-block-six .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:75px;
	height:75px;
	color:#ff214f;
	font-size:42px;
	line-height:75px;
	text-align:center;
	border:1px solid #ececec;
}

.services-block-six .inner-box h4{
	position:relative;
	font-size:20px;
	font-weight:500;
	line-height:1.2em;
	margin-bottom:5px;
}

.services-block-six .inner-box h4 a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-six .inner-box h4 a:hover{
	color:#ff214f;
}

.services-block-six .inner-box .text{
	position:relative;
	font-size:15px;
	color:rgba(0,0,0,0.70);
}


/*Services Block Four*/

.services-block-seven{
	position:relative;
	margin-bottom: 60px;
}

.services-block-seven .inner-box{
	position:relative;
}

.services-block-seven .inner-box .icon-box{
	position:absolute;
	left:0px;
	top: -9px;
	color:#ff214f;
	font-size: 40px;
	line-height:1em;
}

.services-block-seven .inner-box .number{
	position:absolute;
	left:0px;
	top:60px;
	color:#f3f3f3;
	font-size:50px;
	line-height:1em;
	font-weight:300;
}

.services-block-seven .inner-box h3{
	position:relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 60px;
	text-transform:capitalize;
	font-family: 'Open Sans', sans-serif;
}

.services-block-seven .inner-box h3 a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-seven .inner-box h3 a:hover{
	color:#ff214f;
}

.services-block-seven .inner-box .text{
	position:relative;
	font-size: 16px;
	line-height:1.6em;
	color:rgba(0,0,0,0.75);
	font-family: 'Open Sans', sans-serif;
}

/* services block eight*/

.services-block-eight {
	position: relative;
	padding:  0;
}

.services-block-eight .inner-box {
	position: relative;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 50px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.services-block-eight .inner-box:before {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    height: 1px;
    bottom: -10px;
}

.services-block-eight .inner-box:after {
    position: absolute;
    content: '';
    left: 40px;
    right: 40px;
    height: 1px;
    bottom: -20px;
}

.services-block-eight:before {
	transition: .5s ease;
}

.services-block-eight:hover:before {
	top: 1px;
	transition: .5s ease;
}

.services-block-eight .icon-box {
	position: relative;
	font-size: 40px;
	color: #ffffff;
	background: #ff214f;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	margin: 0 auto;
}

.services-block-eight h4 {
	font-weight: 700;
	font-size: 18px;
	color: #222;
	margin: 20px 0 10px;
}


/* services-block-nine */

.services-block-nine{
    position:relative;
    margin-bottom: 30px;
}

.services-block-nine .inner-box{
    position:relative;
}

.services-block-nine .inner-box .image{
    position:relative;
}

.services-block-nine .inner-box .image .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    opacity:0;
    width:100%;
    height:100%;
    display: grid;
    align-items: center;
    justify-content: center;
    text-align:center;
    background-color:rgba(28, 29, 33, 0.9);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block-nine .inner-box .image .overlay-box .icon-box{
    position:relative;
    background: #ff214f;
    width: 55px;
    height: 55px;
    text-align: center;
    display: inline-block;
    line-height: 55px;
    border-radius: 50%;
    color:#ffffff;
    font-size:24px;
}

.services-block-nine .inner-box .image img{
    position:relative;
    width:100%;
    display:block;
}

.services-block-nine .inner-box .lower-content{
    position:relative;
    padding-top:25px;
    padding-bottom:20px;
    border: 1px solid #f4f4f4;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block-nine .inner-box .lower-content .content{
    position:relative;
    padding-left: 29px;
    padding-right: 29px;
}

.services-block-nine .inner-box .lower-content .content .icon-box{
    position:absolute;
    right: 25px;
    top: -60px;
    width: 70px;
    height: 70px;
    color: #ff214f;
    line-height: 70px;
    font-size: 36px;
    text-align:center;
    border: 1px solid #f4f4f4;
    background: #fff;
    border-radius: 50%;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block-nine .inner-box .lower-content .content h3{
    position:relative;
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
}

.services-block-nine .inner-box .lower-content .content h3 a{
    color:#222222;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block-nine .inner-box .lower-content .content h3 a:hover{
    color: #ff214f;
}

.services-block-nine .inner-box .lower-content .content .text{
    position:relative;
    color:#848484;
    font-size: 15px;
    font-weight:300;
    line-height:26px;
    margin-bottom:10px;
}

.services-block-nine .inner-box .lower-content .content .read-more{
    color:#222;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.services-block-nine .inner-box .lower-content .content .read-more:hover{
    color: #ff214f;
}

.services-block-nine .inner-box:hover .lower-content{
    border-color: #ff214f;
}

.services-block-nine .inner-box:hover .lower-content .icon-box{
    color:#ffffff !important;
    border-color: #ff214f;
    background-color: #ff214f;
}

.services-block-nine .inner-box:hover .image .overlay-box{
    opacity:1;
}


/* services-block-ten */

.services-block-ten {
  position: relative;
}

.services-block-ten .inner-box {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}

.services-block-ten .icon-box {
  position: relative;
  font-size: 40px;
  color: #ff214f;
  border: 1px dashed #ff214f;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

.services-block-ten h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 20px;
  color: #222;
}


/* services-block-eleven */

.services-block-eleven {
  position: relative;
}

.services-block-eleven .inner-box {
  position: relative;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 40px;
}

.services-block-eleven:before {
  position: absolute;
  content: '';
  background: #f7f7f7;
  left: 15px;
  bottom: 42px;
  right: 15px;
  top: 100%;
  transition: .5s ease;
}

.services-block-eleven:hover:before {
  top: 1px;
  transition: .5s ease;
}

.services-block-eleven .icon-box {
  position: relative;
  font-size: 40px;
  color: #fff;
  background: #ff214f;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}

.services-block-eleven h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 20px;
  color: #222;
}

/* services-block-twelve */
.services-block-twelve {
  position: relative;
}
.services-block-twelve .inner-box {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 40px 30px 35px 105px;
  position: relative;
  margin-bottom: 30px;
}
.services-block-twelve .inner-box:hover {
  box-shadow: 0px 0px 30px 0px rgba(88, 88, 88, 0.10);
  border-color: #fff;
}
.services-block-twelve h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}

.services-block-twelve h2 {
  font-size: 45px;
  font-weight: 900;
  color: #f6f6f6;
  position: absolute;
  left:35px;
  bottom: 40px;
}

.services-block-twelve .icon-box {
  position: absolute;
  left: 35px;
  top: 54px;
  font-size: 50px;
  color: #ff214f;
}
/*
=============================================
  about-faq
=============================================
*/
.about-faq{
  position: relative;
}

.about-faq .about-info h3{
  font-size: 28px;
  color:  #222;
}
.about-faq .about-info .text p{
  color:#848484;
}

/*
==============================================
  accordion-box 
==============================================
*/
.accordion-box {
}

.accordion {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #f6f6f6;
    border-top:  0px;
    border-radius: 28px;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.04);
}

.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center; 
}
.accordion .acc-btn.active .left-icon {
    color: #fff;
}

.accordion .left-icon span {
    position: relative;
    top: 18px;  
}

.accordion .acc-btn {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0px 14px;
    margin: 0 30px;
    padding-right: 50px;
}
.accordion .acc-btn p {
    color: #222;
    font-size: 16px;
    font-weight: 500;

}
.accordion .acc-btn.active p {
    color: #ff214f;
}

.accordion .acc-btn.pr {
    position: relative;
}

.accordion .acc-btn .img-box {
    display: none;
}
.accordion .acc-btn.active .img-box {
    display: block;
}


.accordion .acc-btn .toggle-icon {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: -5px;
    width: 24px;
}
.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}
.accordion .acc-btn .toggle-icon .plus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #222;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}


.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    color: #ff214f;
    width: 100%;
}
.accordion-box .accordion .acc-btn .toggle-icon .minus{
    opacity: 0;
}
.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}

.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    display: none;
    padding: 0px 0px 25px;
    margin: 0 30px;
}

.accordion-box .accordion .acc-content.collapsed {
    display: block;
}

.accordion-box .accordion .acc-content p {
    margin: 0;
}


.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
  color: #121d2f;
}


/*Default Gallery Item*/

.default-gallery-item{
	position:relative;
	margin-bottom:30px;
}

.default-gallery-item .inner-box{
	position:relative;
}

.default-gallery-item .inner-box .image-box{
	position:relative;
}

.default-gallery-item .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.default-gallery-item .inner-box .overlay-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}

.default-gallery-item .inner-box .overlay-box .overlay-inner{
	position:relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(23,81,157,0.92);
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content .category{
	position:relative;
	font-size:16px;
	text-transform:capitalize;
	color:rgba(255,255,255,0.80);
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content h4{
	position:relative;
	font-size:24px;
	font-weight:500;
	margin-bottom:10px;
	text-transform:capitalize;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content h4 a{
	color:#ffffff;
}

.default-gallery-item .inner-box .overlay-box .overlay-inner .content .option-btn{
	position:relative;
	color:#ffffff;
	font-size:24px;
}

.default-gallery-item .inner-box:hover .overlay-box{
	top: 0px;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.project-section .styled-pagination{
	position:relative;
	margin-top:48px;
}

.styled-pagination {
	margin-bottom: 30px;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;	
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:18px;
	padding:9px 5px;
	height:40px;
	font-size:18px;
	min-width:40px;
	color:#000000;
	font-weight:500;
	text-align:center;
	background:none;
	border:2px solid #ededed;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next{
	color:#1f1f1f;
	font-weight:600;
	padding:8px 20px;
	line-height:20px;
	text-transform:uppercase;
	border:2px solid #ededed;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#fe204e;
	background-color:#fe204e;
}

/*** 

====================================================================
	Project Single Section
====================================================================

***/

.project-single-section{
	position:relative;
}

.project-single-section .inner-container{
	position:relative;
}

.project-single-section .inner-container .images-gallery{
	position:relative;
}

.project-single-section .inner-container .images-gallery .image-column{
	position:relative;
	margin-bottom:30px;
}

.project-single-section .inner-container .images-gallery .image-column .image{
	position:relative;
}

.project-single-section .inner-container .images-gallery .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-single-section .lower-container{
	position:relative;
}

.project-single-section .lower-container h3{
	position:relative;
	color:#000000;
	font-size:28px;
	font-weight:500;
	margin-bottom:8px;
}

.project-single-section .lower-container .dark-text{
	position:relative;
	font-size:18px;
	padding-bottom:25px;
	margin-bottom:25px;
	color:rgba(0,0,0,0.90);
	border-bottom:1px solid #f0f0f0;
}

.project-single-section .lower-container .text{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:30px;
	color:rgba(0,0,0,0.70);
}

.project-single-section .lower-container h4{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#000000;
	margin-bottom:15px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs{
	position:relative;
	margin-bottom:40px;
}

.prod-tabs{
	position:relative;
}

.prod-tabs .tab-btns{
	position:relative;
	border-bottom:1px solid #f0f0f0;
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size:16px;
	color:#000000;
	font-weight:500;
	padding:12px 30px;
	margin:0px 0px 0px;
	line-height:24px;
	cursor:pointer;
	border-radius:2px;
	border:1px solid #eeeeee;
	border-right:0px;
	border-bottom:0px;
	text-transform:capitalize;
}

.prod-tabs .tab-btns .tab-btn:last-child{
	border-right:1px solid #eeeeee;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
	color:#ffffff;
	background-color:#ff214f;
}

.prod-tabs .tabs-container{
	position:relative;
	border:1px solid #f0f0f0;
	border-top:0px;
	padding:35px 30px;
}

.prod-tabs .tabs-container .tab{
	position:relative;
	display:none;
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block !important;	
}

/*list box*/

.list-box{
	position:relative;
}

.list-box li{
	position:relative;
	color:#7c7c7c;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
	padding-left:22px;
	margin-bottom:25px;
}

.list-box li:last-child{
	margin-bottom:0px;
}

.list-box li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#ff214f;
}

.list-box li span{
	color:#000000;
	font-size:16px;
	font-weight:600;
}

/*Project Info*/

.project-info{
	position:relative;
}

.project-info li{
	position:relative;
	color:#888888;
	font-size:17px;
	margin-bottom:10px;
}

.project-info li span{
	color:#000000;
	margin-right:5px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:26px;
	padding:10px 50px 10px 20px;
	border:1px solid #eaeaea;
	background:none;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#ff214f;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	font-size:16px;
	color:#ffffff;
	line-height:100%;
	background:#ff214f;
	font-weight:normal;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:22px;
}

.sidebar-title h2{
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
}

/*Blog Category*/

.blog-cat{
	position:relative;
}

.blog-cat li{
	position:relative;
	margin-bottom:15px;
}

.blog-cat li a{
	position:relative;
	font-size:16px;
	font-weight:400;
	display:block;
	padding-bottom:15px;
	color:rgba(0,0,0,0.60);
	border-bottom:1px solid #eaeaea;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.blog-cat li a span{
	float:right;
}

.blog-cat li a:hover{
	color:#ff214f;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;
	min-height:75px;
	margin-bottom:22px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:80px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:18px;
	margin:0px 0px 0px;
	font-weight:500;
	color:#000000;
	line-height:1.4em;
	text-transform:capitalize;
	font-family: 'PT Sans', sans-serif;
}

.sidebar .popular-posts .post .text a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#ff214f;	
}

.sidebar .popular-posts .post-info{
	font-size:15px;
	color:rgba(0,0,0,0.60);
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 18px 6px;
	margin:0px 6px 10px 0px;
	color:#929292;
	text-align:center;
	font-size:15px;
	text-transform:capitalize;
	border:1px solid #ececec;
	background:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'PT Sans', sans-serif;
}

.sidebar .popular-tags a:hover{
	border-color:#ff214f;
	background-color:#ff214f;
	color:#ffffff;	
}

.our-blog .news-block{
	margin-bottom:60px;
}

.blog-classic .news-block .inner-box h3{
	font-size:28px;
}

/*** 

====================================================================
	Gallery Widget
====================================================================

***/

.sidebar .gallery-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 10px 10px 0px;	
}

.sidebar .gallery-widget .image img{
	position:relative;
	display:block;
	width:100%;
}



/*** 

====================================================================
	Blog Single
====================================================================

***/

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image-box{
	position:relative;
}

.blog-single .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding-top:30px;
	padding-bottom:15px;
	border-bottom:1px solid #e7e7e7;
}

.blog-single .inner-box .lower-content .posted-by{
    position: relative;
    color: #cbcbcb;
    font-weight: 500;
    font-size: 16px;
}

.blog-single .inner-box .lower-content .posted-by span{
	color: #000000;
}

.blog-single .inner-box .lower-content h3{
	position:relative;
	color:#000000;
	font-size:28px;
	font-weight:500;
	margin-top:5px;
	margin-bottom:5px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:25px;
	color:rgba(0,0,0,0.60);
}

.blog-single .inner-box .lower-content .text blockquote{
	position:relative;
	font-size:28px;
	font-weight:300;
	color:#000000;
	line-height:1.2em;
	padding: 35px;
	background:  #ddd;
	border-left: 4px solid #ff214f;
	margin-top:40px;
	margin-bottom:40px;
}

/*post share options*/

.blog-single .inner-box .lower-content .post-share-options{
	position:relative;
	padding:10px 0px 0px;
}

.blog-single .inner-box .lower-content .post-share-options .tags span{
	color:#000000;
	font-weight:600;
}

.blog-single .inner-box .lower-content .post-share-options .tags a{
	position:relative;
	color:#b7b7b7;
	font-size:16px;
	font-weight:400;
}

.blog-single .inner-box .lower-content .post-share-options .tags{
	position:relative;
	color:#b7b7b7;
	font-size:16px;
	margin-bottom:8px;
}

.wrt-article-page {
	position: relative;
	padding: 70px 0 90px;
	background: #fff;
}

.wrt-article-shell {
	max-width: 860px;
	margin: 0 auto;
}

.wrt-article-header {
	margin-bottom: 30px;
	text-align: left;
}

.wrt-article-kicker {
	margin-bottom: 12px;
	color: #8a2b1f;
	font-size: 15px;
	font-weight: 600;
}

.wrt-article-header h1 {
	margin: 0 0 16px;
	color: #1f1d1a;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.35;
}

.wrt-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	color: #777;
	font-size: 15px;
}

.wrt-article-excerpt {
	margin: 22px 0 0;
	padding: 18px 22px;
	color: #5f554a;
	font-size: 17px;
	line-height: 1.8;
	background: #f8f3eb;
	border-left: 4px solid #8a2b1f;
}

.wrt-article-cover {
	margin: 0 0 28px;
	overflow: hidden;
	background: #f7f3ec;
}

.wrt-article-cover img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	display: block;
}

.wrt-article-note {
	margin: 0 0 32px;
	padding: 15px 18px;
	color: #6f5b45;
	font-size: 15px;
	line-height: 1.8;
	background: #fff8ec;
	border: 1px solid #ead9bd;
}

.wrt-article-content {
	color: #2f2b26;
	font-size: 17px;
	line-height: 1.95;
}

.wrt-article-content p {
	margin-bottom: 20px;
	color: #2f2b26;
	font-size: 17px;
	line-height: 1.95;
}

.wrt-article-content h2,
.wrt-article-content h3,
.wrt-article-content h4 {
	color: #1f1d1a;
	font-weight: 700;
	line-height: 1.45;
}

.wrt-article-content h2 {
	margin: 42px 0 18px;
	padding-left: 14px;
	font-size: 27px;
	border-left: 4px solid #8a2b1f;
}

.wrt-article-content h3 {
	margin: 30px 0 14px;
	font-size: 23px;
}

.wrt-article-content h4 {
	margin: 24px 0 12px;
	font-size: 20px;
}

.wrt-article-content ul,
.wrt-article-content ol {
	margin: 0 0 22px 22px;
}

.wrt-article-content li {
	margin-bottom: 8px;
	line-height: 1.9;
}

.wrt-article-content img {
	height: auto;
	margin: 18px 0;
}

.zmt-article-inline-image {
	margin: 28px 0 32px;
	overflow: hidden;
	background: #f7f3ec;
}

.zmt-article-inline-image img {
	display: block;
	width: 100%;
	max-height: 430px;
	margin: 0;
	object-fit: cover;
	object-position: center;
}

.zmt-facts-page {
	color: #2f2b26;
	font-size: 17px;
	line-height: 1.9;
}

.zmt-facts-lead {
	margin-bottom: 28px;
	padding: 20px 24px;
	color: #47392d;
	background: #fff8ec;
	border-left: 4px solid #8a2b1f;
}

.zmt-facts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 24px 0 32px;
}

.zmt-fact-card {
	padding: 22px 24px;
	background: #faf7f2;
	border: 1px solid #eee3d4;
}

.zmt-fact-card h2,
.zmt-fact-card h3 {
	margin-top: 0;
	color: #1f1d1a;
}

.zmt-facts-timeline,
.zmt-facts-citation {
	margin: 0 0 32px 20px;
}

.zmt-facts-timeline li,
.zmt-facts-citation li {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.zmt-facts-grid {
		grid-template-columns: 1fr;
	}
}

.wrt-article-content blockquote {
	margin: 28px 0;
	padding: 18px 24px;
	color: #5f554a;
	font-size: 18px;
	line-height: 1.8;
	background: #f8f3eb;
	border-left: 4px solid #8a2b1f;
}

.wrt-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 40px 0 0;
	padding-top: 24px;
	border-top: 1px solid #eee6dc;
}

.wrt-post-nav-item {
	min-width: 0;
}

.wrt-post-nav a,
.wrt-post-nav-empty {
	display: flex;
	min-height: 92px;
	padding: 18px 22px;
	flex-direction: column;
	justify-content: center;
	color: #1f1d1a;
	background: #faf7f2;
	border: 1px solid #eee3d4;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wrt-post-nav a:hover {
	border-color: #b98a58;
	box-shadow: 0 10px 24px rgba(94, 55, 25, .08);
	transform: translateY(-2px);
}

.wrt-post-nav-next {
	text-align: right;
}

.wrt-post-nav span {
	display: block;
	margin-bottom: 8px;
	color: #8a2b1f;
	font-size: 14px;
	font-weight: 600;
}

.wrt-post-nav strong {
	display: block;
	font-size: 17px;
	line-height: 1.45;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wrt-post-nav-empty {
	color: #9b9286;
	background: #f6f1e9;
}

.wrt-related-articles {
	margin-top: 76px;
}

.wrt-related-row {
	display: flex;
	flex-wrap: wrap;
}

.wrt-related-row .news-block {
	display: flex;
}

.wrt-related-row .news-block .inner-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.wrt-related-row .news-block .image {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f7f3ec;
}

.wrt-related-row .news-block .image a {
	display: block;
	width: 100%;
	height: 100%;
}

.wrt-related-row .news-block .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wrt-related-row .news-block .lower-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 285px;
}

.wrt-related-row .news-block .lower-content h3 {
	min-height: 54px;
	font-size: 19px;
	line-height: 1.4;
}

.wrt-related-row .news-block .lower-content h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wrt-related-row .news-block .lower-content .text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 108px;
}

.wrt-related-row .news-block .lower-content .detail {
	margin-top: auto;
}

@media only screen and (max-width: 767px) {
	.wrt-article-page {
		padding: 44px 0 60px;
	}

	.wrt-article-header h1 {
		font-size: 28px;
	}

	.wrt-article-content,
	.wrt-article-content p {
		font-size: 16px;
		line-height: 1.9;
	}

	.wrt-article-content h2 {
		font-size: 23px;
	}

	.wrt-post-nav {
		grid-template-columns: 1fr;
	}

	.wrt-post-nav-next {
		text-align: left;
	}
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:70px;
	margin-bottom:50px;
	border-bottom:1px solid #eeeeee;
}

.sidebar-page-container .comments-area .group-title{
	position:relative;
	margin-bottom:20px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:36px;
	color:#000000;
	font-weight:600;
	padding-bottom:0px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:25px 0px 0px 110px;
	border-top:1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:0px;
	top:10px;
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:25px;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:80px;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:20px;
	font-weight:600;
	color:#000000;
	line-height:16px;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:rgba(0,0,0,0.60);
	font-size:15px;
    margin-top:8px;
	margin-bottom:0px;
    line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:15px;
	color:#999999;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	margin-top:10px;
}

.comment-form .row{
	margin:0px -8px;
}

.comment-form .group-sub-title{
	position:relative;
	font-size:20px;
	font-weight:300;
	margin-top:5px;
	margin-bottom:30px;
	color:rgba(0,0,0,0.60);
}

.comment-form .form-group{
	position:relative;
	margin-bottom:18px;
	padding:0px 8px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:15px;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
	border-color:#ff214f;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:20px 20px;
	color:#a5a5a5;
	height:180px;
	font-size:15px;
	resize:none;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	margin-top:10px;
	padding:11px 31px;
	border-color:#ff214f;
	background-color:#ff214f;
	text-transform:uppercase;
}

/*** 

====================================================================
	Error Section Style
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:80px 0px 80px;
}

.error-section .error-big-text{
	position: relative;
	font-size:140px;
	color:#000000;
	font-weight:800;
	letter-spacing:5px;
	margin-bottom:10px;
	line-height:1em;
}

.error-section h2{
	position:relative;
	color:#26292d;
	font-weight:400;
	font-size:38px;
	line-height:1.3em;
	margin-bottom:30px;
}

.error-section .text{
	font-size:20px;
	font-weight:400;
	margin-bottom:30px;
	color:rgba(0,0,0,0.60);
}

.error-section .error-options{
	position:relative;
}

.error-section .error-options .or{
	position:relative;
	color:#2f2f2f;
	font-size:18px;
	margin:0px 25px;
	font-weight:500;
}

.error-section .btn-style-three{
	padding:12px 25px;
	border-radius:3px;
}

.error-search-box{
	position:relative;
	margin-top:12px;
	width:320px;
	display:inline-block;
}

.error-search-box .form-group{
	position:relative;
	margin:0px;	
}

.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"]{
	position:relative;
	line-height:32px;
	padding:10px 50px 10px 20px;
	border:1px solid #e0e0e0;
	display:block;
	font-size:14px;
	width:100%;
	height:55px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-search-box .form-group input:focus{
	border-color:#ff214f;	
}

.error-search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:55px;
	width:50px;
	line-height:52px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#c0c0c0;
	background:none;
	border-radius:0px 3px 3px 0px;
	font-weight:normal;
}

.error-search-box .form-group input:focus + button,
.error-search-box .form-group button:hover{
	color:#ff214f;
}

/*** 

====================================================================
	Faq Section
====================================================================

 ***/

.faq-section{
	position:relative;
	overflow:hidden;
}

.faq-section .faq-column{
	position:relative;
	margin-bottom: 30px;
}

.faq-section .faq-column .faq-title{
	position:relative;
}

.faq-section .faq-column .faq-title h2{
	position:relative;
	color:#000000;
	font-size:28px;
	font-weight:500;
	margin-bottom:8px;
	line-height:1.2em;
}

.faq-section .faq-column .faq-title .title-text{
	position:relative;
	font-size:16px;
	color:rgba(0,0,0,0.60);
}

/*Form Column*/

.faq-section .form-column{
	position:relative;
	margin-bottom: 22px;
}

.faq-section .form-column .form-inner{
	position:relative;
}

.faq-section .form-column .form-inner h2{
	position:relative;
	color:#000000;
	font-size:28px;
	font-weight:500;
	line-height:1.4em;
	margin-bottom:25px;
}

/*Sidebar Search Form*/

.faq-section .faq-search-box{
	position:relative;
	margin-top:30px;
	width: 100%;
	margin-bottom: 40px;
}

.faq-section .faq-search-box .form-group{
	position:relative;
	margin:0px;	
}

.faq-section .faq-search-box .form-group input[type="text"],
.faq-section .faq-search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	color:#222222;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	padding:15px 15px 15px 20px;
	border:1px solid #ededed;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-section .faq-search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:65px;
	height:60px;
	line-height:58px;
	text-align:center;
	display:block;
	font-size: 18px;
	color: #313131;
	background:none;
	font-weight:normal;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-section .faq-search-box .form-group input:focus{
	border-color:#ff214f;	
}

.faq-form .form-group{
	position:relative;
	margin-bottom:28px;
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="password"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:15px 20px;
	height:60px;
	font-size:16px;
	border:1px solid #ededed;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="password"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus{
	border-color:#ff214f;
}

.faq-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:32px;
	padding:12px 20px;
	height:200px;
	resize:none;
	font-size:16px;
	border:1px solid #ededed;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form button{
	position:relative;
	font-weight:500;
	margin-top:0px;
	padding:13px 44px;
	font-size:15px;
	width:100%;
	display:inline-block;
	font-family: 'PT Sans', sans-serif;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:80px 0px 50px;
}

.contact-section .form-column .inner-column{
	padding-left:40px;
}

.contact-section .map-column{
	position:relative;
	margin-bottom:60px;
}

.contact-section h2{
	position:relative;
	color:#212121;
	font-size:36px;
	font-weight:600;
	margin-bottom:30px;
}

.contact-section .title-text{
	position:relative;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:40px;
	color:rgba(0,0,0,0.70);
}

/*Contact Info*/

.contact-info{
	position:relative;
	margin-bottom:30px;
	min-height:245px;
}

.contact-info .inner{
	position:relative;
	padding:35px 20px;
	text-align:center;
	min-height:230px;
	border:1px solid #ececec;
}

.contact-info .inner .icon-box{
	position:relative;
	color:#ff214f;
	font-size:42px;
	line-height:1em;
}

.contact-info .inner h3{
	position:relative;
	font-size:24px;
	font-weight:500;
	color:#212121;
	margin:12px 0px;
	text-transform:capitalize;
}

.contact-info .inner .text{
	margin-bottom:10px;
	font-size:15px;
	color:rgba(0,0,0,0.60);
}

.contact-info .inner .social-icon-three a{
	font-size:22px;
	margin:0px 8px;
}

/*Contact Form*/

.contact-form .row{
	margin:0px -13px;
}

.contact-form .form-group{
    position: relative;
    margin-bottom: 21px;
	padding:0px 13px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	line-height:29px;
	height:55px;
	font-size:14px;
	padding:12px 20px;	
	background:none;
	color:#333333;
	border:1px solid #e9e9e9;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#ff214f;
	background:none;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

.contact-form textarea{
	height:180px;
	resize:none;
	padding:10px 20px;	
}

.contact-form button{
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:400px;
}


/*** 

====================================================================
	pricing Section Style
====================================================================

***/


.pricing-section {
    background: #173d50;
}


.newsletter {
    background: linear-gradient(to top, #3aa0d1, #3ad2d1);
    padding-top: 30px;
    display: none;
}

/* get in touch */

.getintouch {
	position: relative;
}

.getintouch .default-form .form-group .group-inner input {
	border: 0px;
	border-bottom: 2px solid #f1f1f1;
	padding-left: 0px;
}

.getintouch .default-form .form-group .group-inner input:focus {
    border-color: #ff214f;
}

.getintouch .default-form {
	padding: 10px 30px 15px;
	box-shadow: 0px 0px 24px 0px rgba(69, 69, 69, 0.07);
}

.getintouch .default-form .form-group .group-inner textarea {
	height: 110px;
	border: 0px;
	border-bottom: 2px solid #f1f1f1;
	padding-left: 0px;
}

.getintouch .default-form .form-group .group-inner textarea:focus {
    border-color: #ff214f;
}

.getintouch .contact-form button {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    color: #ff214f;
    border: 0px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 25px;
}

.getintouch .contact-form button:hover {
	border-color: #ff214f;
}



/* feature-block-two */

.feature-block-two {
	position: relative;
	padding-left: 20px;
}

.feature-block-two h2 {
	margin-bottom: 25px;
	font-size: 32px;
	color: #222;
}

.feature-block-two h4 {
	color: #373737;
	font-size: 20px;
	margin-bottom: 18px;
}

.feature-block-two .text {
	margin-bottom: 25px;
}


/* video-image-box */

.video-image-box .image {
  position: relative;
}

.video-image-box img {
  display: block;
  width: 100%;
}

.video-image-box .image .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	display: flex;
	height: 100%;
	font-size: 50px;
	align-items: center;
	justify-content: center;
	color: #24a0de;
	text-align: center;
	background: rgba(0, 0, 0, 0.10);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	}

.video-image-box .image .overlay-link:hover {
  background: rgba(0, 0, 0, 0.30);
}

.video-image-box .image .overlay-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 60px;
  color: #ffffff;
  border-radius: 50%;
}

.video-image-box .image .overlay-link .icon:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    left: 15px;
    top: 15px;
    border-radius: 50%;
    z-index: 0;
}

.video-image-box .image .overlay-link .icon:before {
	position: relative;
	z-index: 99;
	left: 2px;
}



/*** 

====================================================================
	Default Section Style
====================================================================

***/


.default-section {
	position: relative;
	padding: 80px 0 30px;
}

.feature-text-one {
	position: relative;
	margin-bottom: 50px;
}

.feature-text-one h2 {
	color: #222;
	font-weight: 700;
	margin-bottom: 30px;
}

.feature-text-one .text {
	margin-bottom: 30px;
}



/* about-style-two */

.about-style-two {
	position: relative;
	margin-bottom: 50px;
}

.about-style-two h2 {
	position: relative;
	margin-bottom: 20px;
	color: #222;
	font-weight: 700;
}

.about-style-two h4 {
	position: relative;
	margin-bottom: 15px;
	font-size: 22px;
	color: #444;
}

.about-style-two p {
	position: relative;
	margin-bottom: 23px;
}



/*** 

====================================================================
	Progress Levels Style
====================================================================

 ***/

.progress-levels{
	position:relative;
	margin-bottom: 40px;
}

.progress-levels .progress-box{
	position:relative;
	margin-bottom: 27px;
	padding-bottom:3px;
	overflow:hidden;
}

.content-section .progress-levels .progress-box{
	margin-bottom:15px;	
}

.progress-levels .progress-box:last-child{
	margin-bottom:0px;	
}

.progress-levels .progress-box .box-title{
	position:relative;
	font-size: 16px;
	color: #222;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:400;
	line-height: 30px;
}

.content-section .progress-levels .progress-box .box-title{
	font-size:13px;
	line-height:30px;
}

.progress-levels .progress-box .box-title .icon{
	position:relative;
	top:6px;
	padding-right:20px;
	display:inline-block;
	font-size:32px;
	line-height:1em;
	color:#5a5a5a;	
}

.content-section .progress-levels .progress-box .icon{
	top:3px;
	font-size:20px;
	padding-right:10px;
}

.progress-levels .progress-box .bar{
	 position:relative;
	 height:8px;	
}

.progress-levels .progress-box .bar .bar-innner{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height: 7px;
	border: 3px solid #f0f0f0;
	background:#f0f0f0;
}

.progress-levels .progress-box .bar .bar-fill{
	position:absolute;
	left:-100%;
	top:0px;
	width:0px;
	height:2px;
	background:#ff214f;
	border-radius:2px;
	-moz-transition:all 2000ms ease 300ms;
	-webkit-transition:all 2000ms ease 300ms;
	-ms-transition:all 2000ms ease 300ms;
	-o-transition:all 2000ms ease 300ms;
	transition:all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-fill:after{
	content:'';
	position:absolute;
	right:0px;
	top:-5px;
	height:12px;
	border-right:2px solid #ff214f;	
}

.progress-levels .progress-box.animated .bar .bar-fill{
	left:0px;	
}



/*** 

====================================================================
	Products Section style
====================================================================

***/

.products-section {
	position: relative;
	background: #ffffff;
	padding: 5px 0px 0px;
}

.products-section .row {
	margin: 0px -10px;
}

.products-section .shop-upper-box {
	position: relative;
	margin-bottom: 50px;
	color: #272727;
}

.products-section .shop-upper-box .items-label {
	position: relative;
	padding: 6px 0px;
	line-height: 30px;
	color: #1c1c1c;
}

.products-section .shop-upper-box .sort-by select {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	line-height: 24px;
	padding: 8px 20px;
	height: 50px;
	width: 260px;
	color: #777777;
	cursor: pointer;
	border: 1px solid #f8f8f8;
	background: #f8f8f8 url(../images/icons/icon-select.png) right center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}

.products-section .shop-upper-box .sort-by select option {
	text-indent: 10px;
}

.rangeslider-widget .val-box {
	position: relative;
	display: inline-block;
	margin: 7px 5px 7px 0px;
	line-height: 24px;
	font-size: 14px;
	border: 1px solid #dadada;
	padding: 8px 10px;
	width: 70px;
	text-align: center;
}

.rangeslider-widget button {
	position: relative;
	display: inline-block;
	line-height: 24px;
	border: 1px solid #fe204e;
	padding: 8px 25px;
	background: #fe204e;
	color: #ffffff;
	font-weight: 800;
	border-radius: 3px;
	margin-top: 5px;
	float: right;
}

.rangeslider-widget .noUi-connect {
	background: #909090 !important;
}

.rangeslider-widget .noUi-background {
	background: #f8f8f8 !important;
	border: 0px;
}

.rangeslider-widget .noUi-handle {
	background: #ffffff !important;
	border-radius: 50% !important;
	box-shadow: none;
	border: 4px solid #fe204e;
	cursor: pointer;
}

.rangeslider-widget .form-group {
	margin-bottom: 0px;
}

.sidebar .best-sellers .item {
	position: relative;
	font-size: 16px;
	margin-bottom: 20px;
	min-height: 88px;
	padding: 7px 0px 12px 120px;
	color: #cccccc;
}

.sidebar .best-sellers .item .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 88px;
	height: 88px;
}

.sidebar .best-sellers .item .post-thumb img {
	width: 100%;
	display: block;
}

.sidebar .best-sellers .item h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 0px 0px 4px;
	line-height: 1.4em;
	color: #1c1c1c;
}

.sidebar .best-sellers .item h4 a {
	color: #272727;
}

.sidebar .best-sellers .item a:hover,
.sidebar .best-sellers .item a:hover {
	color: #fe204e;
}

.sidebar .best-sellers .item .rating {
	font-size: 12px;
	color: #fe204e;
	letter-spacing: 0px;
}

.sidebar .best-sellers .item .item-price {
	font-size: 16px;
	font-weight: 700;
	color: #777777;
}

.sidebar .best-sellers .item .item-price .strike-through {
	color: #9e9e9e;
	padding-left: 10px;
}


/*default-shop-item*/

.default-shop-item {
	position: relative;
	margin-bottom: 40px;
	padding: 0px 10px;
}

.default-shop-item .inner-box {
	position: relative;
}

.default-shop-item .inner-box .image-box img {
	width: 100%;
	display: block;
}

.default-shop-item .inner-box .image-box .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.default-shop-item .inner-box:hover .image-box .overlay-box {
	opacity: 1;
}

.default-shop-item .inner-box .image-box .overlay-box .cart-btn {
	position: relative;
	margin-top: 50%;
	padding: 10px 22px;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	border-radius: 2px;
	background-color: #fe204e;
	text-transform: uppercase;
	font-weight: 800;
}

.default-shop-item .inner-box .image-box .item-sale-tag {
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 18px;
	padding: 4px 10px 2px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background: #fe204e;
	min-width: 50px;
}

.default-shop-item .inner-box .lower-content {
	position: relative;
	padding-top: 15px;
	text-align: left;
	border-top: 1px solid #f4f4f4;
}

.default-shop-item .inner-box .lower-content h3 {
	position: relative;
	color: #1c1c1c;
	font-size: 14px;
	font-weight: 700;
}

.default-shop-item .inner-box .lower-content h3 a {
	position: relative;
	color: #1c1c1c;
}

.default-shop-item .inner-box .lower-content .rating {
	position: relative;
	margin-top: 2px;
}

.default-shop-item .inner-box .lower-content h3 a:hover {
	color: #fe204e;
}

.default-shop-item .inner-box .lower-content .rating .fa {
	position: relative;
	color: #fe204e;
	display: inline-block;
	margin-right: 1px;
	font-size: 13px;
}

.default-shop-item .inner-box .lower-content .price {
	color: #777777;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-top: 6px;
}


/*** 

====================================================================
	Products Details style
====================================================================

***/

.shop-single {
	position: relative;
}

.product-details .basic-details {
	position: relative;
	margin-bottom: 50px;
}

.product-details .image-column,
.product-details .info-column {
	margin-bottom: 20px;
}

.product-details .image-column .image-box {
	background: #ffffff;
}

.product-details .image-column .image-box img {
	position: relative;
	display: block;
	width: 100%;
}

.product-details .basic-details .details-header {
	position: relative;
	margin-bottom: 25px;
}

.product-details .basic-details .details-header h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0px 0px;
	line-height: 1.4em;
	color: #222222;
	margin-bottom: 5px;
}

.product-details .basic-details .details-header h4 a {
	color: #333333;
}

.product-details .basic-details .details-header .item-price {
	font-size: 18px;
	font-weight: 700;
	color: #fe204e;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 16px;
}

.product-details .basic-details .prod-info {
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 13px;
}

.product-details .basic-details .prod-info strong {
	font-weight: 700;
	color: #111111;
}

.product-details .basic-details .text {
	margin-bottom: 20px;
	color: #777777;
	font-size: 14px;
	line-height: 1.8em;
}

.product-details .basic-details .stock {
	color: #1c1c1c;
	font-size: 14px;
	margin-bottom: 13px;
}

.product-details .basic-details .item-meta {
	margin: 0px 0px 0px;
}

.product-details .basic-details .item-meta li {
	margin-bottom: 0px;
	line-height: 24px;
	font-weight: 400;
	color: #1c1c1c;
	font-size: 14px;
}

.product-details .basic-details .item-meta a {
	position: relative;
	color: #fe204e;
	line-height: 24px;
}

.product-details .basic-details .availablity {
	position: relative;
	float: left;
	padding-right: 40px;
	line-height: 32px;
	margin-bottom: 27px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #777777;
}

.product-details .basic-details .availablity strong {
	font-size: 14px;
	letter-spacing: 2px;
	color: #f7542b;
	font-weight: 600;
	text-transform: uppercase;
}

.product-details .basic-details .item-quantity {
	position: relative;
	float: left;
	width: 70px;
	margin-bottom: 25px;
	margin-right: 40px;
}

.product-details .basic-details .item-quantity .field-label {
	float: left;
	font-weight: 700;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding-right: 20px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner,
.checkout-page input.quantity-spinner {
	line-height: 24px;
	padding: 10px 15px !important;
	height: 50px !important;
	box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn,
.checkout-page .bootstrap-touchspin .input-group-btn-vertical>.btn {
	padding: 12px 10px;
	background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i,
.checkout-page .bootstrap-touchspin .input-group-btn-vertical i {
	top: 6px;
}


/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.product-info-tabs {
	position: relative;
	margin-bottom: 32px;
}

.prod-tabs {
	position: relative;
}

.prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #dddddd;
}

.prod-tabs .tab-btns .tab-btn {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #1c1c1c;
	font-weight: 700;
	padding: 10px 30px;
	line-height: 24px;
	margin-right: 10px;
	text-transform: uppercase;
}

.prod-tabs .tab-btns .tab-btn.active-btn {
	color: #ffffff;
	top: 1px;
	border-bottom: 1px solid #fe204e;
}

.prod-tabs .tabs-container {
	position: relative;
	padding-bottom: 18px;
	border-bottom: 1px solid #dddddd;
}

.prod-tabs .tabs-container .tab {
	position: relative;
	padding: 22px 0px 0px;
	display: none;
}

.prod-tabs .tabs-container .tab.active-tab {
	display: block;
}

.prod-tabs .tabs-container .tab .content p {
	color: #777777;
	font-size: 14px;
	margin-bottom: 20px;
}

.prod-tabs .tabs-container .tab .content p:last-child {
	margin-bottom: 0px;
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6 {
	margin-bottom: 15px;
}

.prod-tabs .tabs-container .tab h3 {
	font-size: 16px;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.prod-tabs .tabs-container .tab h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 15px;
}

.prod-tabs .reviews-container {
	position: relative;
}

.prod-tabs .reviews-container .review-box {
	position: relative;
	margin-bottom: 30px;
	padding-left: 100px;
	min-height: 100px;
}

.prod-tabs .reviews-container .rev-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 82px;
	height: 82px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
	border-radius: 3px;
}

.prod-tabs .reviews-container .rev-thumb img {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 3px;
}

.prod-tabs .reviews-container .rev-content {
	position: relative;
	padding: 15px;
	border: 1px solid #e0e0e0;
	background: #ffffff;
}

.prod-tabs .reviews-container .rating {
	color: #fe204e;
	font-size: 13px;
}

.prod-tabs .reviews-container .rating .fa {
	margin-right: 1px;
}

.prod-tabs .reviews-container .rev-info {
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.prod-tabs .reviews-container .rev-text {
	font-size: 14px;
}

.prod-tabs .add-review {
	position: relative;
	margin: 30px 0px 20px;
	font-size: 14px;
}

.prod-tabs .add-review .rating {
	position: relative;
}

.prod-tabs .add-review .rating .rate-box {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 14px;
	color: #5a5a5a;
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active {
	color: #fe204e;
}

.prod-tabs .add-review label {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
	color: #303030;
}

.prod-tabs .add-review h3 {
	margin-bottom: 20px;
}

.prod-tabs .add-review .form-group {
	position: relative;
	margin-bottom: 20px;
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 9px 15px;
	color: #222222;
	border: 1px solid #e0e0e0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.prod-tabs .add-review .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 22px;
	padding: 8px 15px;
	color: #222222;
	border: 1px solid #e0e0e0;
	height: 200px;
	resize: none;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.prod-tabs .add-review button {
	padding: 10px 45px;
}


/*** 

====================================================================
	Related Products Style
====================================================================

***/

.related-products {
	position: relative;
}

.related-products .row {
	margin: 0px -10px;
}

.related-products .normal-title {
	margin-bottom: 32px;
}

.related-products .normal-title h3 {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;
}


/*** 

====================================================================
	Cart Section style
====================================================================

***/

.cart-section {
	position: relative;
	padding: 80px 0px 30px;
}

.cart-outer {
	position: relative;
}

.checkout-page .cart-outer {
	margin-bottom: 30px;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
	background-color: #fafafa;
}

.cart-outer .cart-table {
	width: 100%;
	min-width: 900px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	text-transform: capitalize;
	font-size: 16px;
	border-radius: 7px;
	background: #fafafa;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}

.cart-table thead tr th {
	line-height: 24px;
	padding: 25px 10px;
	min-width: 120px;
	font-weight: 400;
}

.cart-table thead tr th .fa {
	font-size: 18px;
	padding: 0px 20px 0px 20px;
}

.cart-table thead tr th.prod-column {
	text-align: left;
}

.cart-table tbody tr td {
	line-height: 24px;
	padding: 30px 10px 20px;
	min-width: 100px;
}

.cart-table tbody tr .qty {
	width: 200px;
	padding-right: 80px;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 100px;
	padding-top: 35px;
	text-align: left;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	width: 100px;
	left: 0px;
	top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 5px;
}

.cart-table tbody tr .sub-total {
	font-weight: 400;
	color: #000000;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 100px;
	float: left;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
	position: relative;
	padding: 0px 20px;
	font-size: 14px;
	line-height: 30px;
}

.cart-table tbody tr .remove-btn:hover {
	color: #fe204e;
}

.cart-table tbody tr {
	border-bottom: 1px solid #e9e9e9;
}

.cart-table tbody tr td {
	vertical-align: middle;
}

.cart-table tbody tr td .quantity-spinner {
	padding: 5px 0px 5px 20px;
	line-height: 24px;
	height: 34px;
	display: block;
	width: 100%;
	position: relative;
}

.cart-table tbody .available-info {
	position: relative;
	padding-left: 50px;
}

.cart-table tbody .available-info .icon {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #223555;
	border-radius: 50%;
}

.cart-options {
	position: relative;
	padding: 28px 20px 0px;
	margin-bottom: 50px;
	background-color: #fafafa;
}

.apply-coupon {
	position: relative;
}

.apply-coupon .form-group {
	position: relative;
	float: left;
}

.cart-options button {
	margin-left: 15px;
	margin-bottom: 15px;
}

.apply-coupon .form-group input[type="text"] {
	display: block;
	line-height: 30px;
	padding: 9px 10px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	width: 360px;
	background: #f4f4f4;
}

.cart-section h3 {
	font-size: 18px;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 14px;
}

.cart-section .totals-table {
	position: relative;
	margin-bottom: 20px;
}

.cart-section .totals-table li {
	line-height: 24px;
	padding: 12px 0px;
	border-bottom: 1px solid #eeeeee;
}

.cart-section .totals-table li.title .col {
	color: #777777;
	font-size: 14px;
}

.cart-section .totals-table li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.cart-section .totals-table .col {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	width: 50%;
	color: #1c1c1c;
	font-weight: 500;
}

.cart-section .proceed-btn {
	display: block;
	width: 100%;
}


/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page {
	position: relative;
	padding: 80px 0px;
}

.checkout-page .default-links {
	position: relative;
	margin-bottom: 30px;
}

.checkout-page .default-links li {
	margin-bottom: 15px;
	line-height: 24px;
	padding: 15px 20px;
	background: #f7f7f7;
	color: #1c1c1c;
	font-size: 14px;
}

.checkout-page .default-links li a {
	color: #ff214f;
}

.checkout-page .billing-details {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page .check-box {
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

.checkout-page .check-box label {
	position: relative;
	top: -1px;
	font-weight: normal;
	padding: 0px;
	font-size: 14px;
	cursor: pointer;
	color: #222222;
}

.checkout-page .place-order {
	position: relative;
	padding: 0px;
}

.checkout-page .payment-options {
	position: relative;
	margin-bottom: 30px;
}

.checkout-page .payment-options li {
	position: relative;
	margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
	position: relative;
}

.checkout-page .payment-options li .radio-option label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	font-weight: 400 !important;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #222222;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
}

.checkout-page .payment-options li .radio-option label strong {
	font-weight: 600;
}

.checkout-page .payment-options li .radio-option input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 3px;
}

.checkout-page .payment-options li .radio-option label .small-text {
	display: block;
	padding-top: 5px;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	color: #777777;
	line-height: 20px;
}

.checkout-page .payment-options li .radio-option label img {
	position: relative;
	top: -3px;
	display: inline-block;
	max-width: 100%;
	padding-left: 30px;
}

.checkout-page .place-order .theme-btn {
	padding: 11px 38px;
}

.default-title {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 14px;
}

.default-title h2 {
	font-size: 16px;
	font-weight: 700;
	color: #1c1c1c;
	text-transform: uppercase;
}

.shop-form {
	position: relative;
}

.shop-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.billing-details .shop-form .form-group {
	margin-bottom: 22px;
}

.shop-form .form-group .field-label {
	display: block;
	line-height: 24px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #222222;
}

.shop-form .form-group .field-label sup {
	color: #ff0000;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
	position: relative;
	display: block;
	width: 100%;
	background: #fafafa;
	line-height: 26px;
	padding: 11px 15px;
	height: 50px;
	border: 1px solid #eeeeee;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.shop-form select {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	background: #fafafa url(../images/icons/icon-select.png) right center no-repeat;
	cursor: pointer;
}

.shop-form select option {
	text-indent: 15px;
}

.shop-form textarea {
	resize: none;
	height: 140px !important;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
	border-color: #fe204e;
}

/*practice-area*/

.practice-column{
    position: relative;
    margin-bottom: 30px;
}
.over-layer{
    background-size: cover;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform-origin: 50% 100% 0;
    transition: all 1s ease 0s;
    z-index: 1;
}
.practice-column:hover .over-layer{
    transform: perspective(400px) rotateX(-180deg) rotateY(0deg) rotateZ(0deg);
    transform-origin: 50% 100% 0;
}
.over-layer:after{
    content: "";
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0.2s;
}
.practice-column:hover .over-layer:after{
    background: #ff214f;
}
.practice-column img{
    width: 100%;
    height: auto;
}
.box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 20px;
    text-align: center;
    color:#fff;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;
    transition: all 0.3s ease 0.2s;
}
.practice-column:hover .box-content{
    visibility: visible;
}
.box-content:before{
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    transition: all 0.3s ease 0.2s;
}
.practice-column:hover .box-content:before{
    background: #ff214f;
}
.box-content .box-title{
    transform: scale(0);
    transition:all 1s ease 0s;
}
.practice-column:hover .box-title{
    transform: scale(1);
}
.box-content .description{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    opacity: 0;
    transition:all 1s ease 0s;
}
.practice-column:hover .description{
    opacity: 1;
}
.first .over-layer{
    background-image: url("../images/resource/practice-1.jpg");
}
.second .over-layer{
    background-image: url("../images/resource/practice-2.jpg");
}
.third .over-layer{
    background-image: url("../images/resource/practice-3.jpg");
}
@media only screen and (max-width: 990px){
    .practice-column{
        margin-bottom:20px;
    }
}

.practice-column .lower-content h4 {
	font: 18px;
	color: #222;
	padding-top: 10px;
}

.practice-column a {
	color: #fff;
}

.why-choose-text {
  position: relative;
  margin-bottom: 30px;
}

.why-choose-text .title h2 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.why-choose-text .title h2 span {
  color: #ff214f;
}

.why-choose-text .text {
  margin-bottom: 25px;
}


/*** 

====================================================================
  Consulting Section
====================================================================

***/

.consulting-section{
  position:relative;
  background: #252525;
}


.consulting-section .title-column .text{
  position:relative;
  text-align:right;
  color: #ffffff;
  font-size:36px;
  font-weight:600;
  line-height:1.3em;
  margin-top:56px;
  margin-right:60px;
}

.consulting-section .form-column{
  position:relative;
}

.consulting-section .form-column .inner-column{
  position:relative;
  margin-right:30px;
  margin-left:25px;
}

.consulting-section .form-column .text{
  position:relative;
  color: #ffffff;
  font-weight:600;
  font-size:16px;
  margin-bottom:30px;
}

/*Consult Form*/

.consult-form .row{
  margin:0px -12px;
}

.consult-form .form-group{
    position: relative;
    margin-bottom: 20px;
    padding:0px 12px;
}

.consult-form .form-group span {
  position: absolute;
  left: 30px;
  top: 10px;
  color: #ffb41b;
  font-size: 22px;
}

.consult-form input[type="text"],
.consult-form input[type="email"],
.consult-form input[type="password"],
.consult-form select,
.consult-form textarea{
  display:block;
  width:100%;
  line-height:30px;
  height:50px;
  border-radius: 25px;
  font-size:14px;
  padding:10px 20px;
  border: 1px solid #f0f0f0;
  background:#ffffff;
  color:#333333;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.consult-form input:focus,
.consult-form select:focus,
.consult-form textarea:focus{
  
}

.consult-form textarea{
  height:150px;
  resize:none;
  padding:10px 20px;
}

.consult-form button.thm-btn {
  border-radius: 25px;
}

/* conut-down timer */

.countdown-timer {
    position: relative;
    text-align: center;
}

.countdown-timer .countdown {
    margin: 0 85px;
    text-align: center;
}

.countdown-timer li {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    width: 25%;
    text-align: center;
    margin: 24px -2px;
    border-right: 1px dashed #fff;
}


.countdown-timer li:last-child {
    border-right: 0px;
    
}


.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
    font-size: 70px;
    color: #ff214f;
    display: block;
    font-weight: 700;
    line-height: 70px;
}

.countdown-timer li span.timeRef {
    position: relative;
    font-size: 17px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
}

.default-coundown {
	max-width: 900px;
	margin: 0 auto;
}


.countdown-timer form {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 34px;
}

.countdown-timer form button {
	position: absolute;
	right: 0;
	top:  0;
	background: #222;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 15px 20px;
}

.countdown-timer input[type="text"] {
    position: relative;
    line-height: 32px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #e0e0e0;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}









/* 斋名堂产品展示 */
.wrt-light-slider h2 {
    color: #1f1814 !important;
    text-shadow: none;
}

.wrt-light-slider .text {
    color: #3c3029 !important;
    text-shadow: none;
    font-weight: 500;
}

.wrt-light-slider .theme-btn.btn-style-one {
    box-shadow: 0 12px 30px rgba(166, 89, 71, 0.18);
}

.wrt-product-section .gallery-item {
    margin-bottom: 34px;
}

.wrt-product-card-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.wrt-product-card-link:hover,
.wrt-product-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.wrt-product-section .wrt-product-card {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(118, 76, 45, 0.14);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(57, 39, 24, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.wrt-product-card-link:hover .wrt-product-card,
.wrt-product-card-link:focus .wrt-product-card {
    transform: translateY(-4px);
    border-color: rgba(138, 43, 31, 0.26);
    box-shadow: 0 18px 38px rgba(57, 39, 24, 0.14);
}

.wrt-product-section .wrt-product-card .image {
    margin: 0;
    background: linear-gradient(180deg, #fbf5e8 0%, #f1e3cf 100%);
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.wrt-product-section .wrt-product-card .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: transform 0.35s ease;
}

.wrt-product-card-link:hover .image img,
.wrt-product-card-link:focus .image img {
    transform: scale(1.035);
}

.wrt-product-summary {
    padding: 20px 20px 22px;
    min-height: 178px;
    text-align: left;
}

.wrt-product-summary h3 {
    margin: 0 0 10px;
    color: #1f1d1a;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
}

.wrt-product-summary p {
    margin: 0 0 15px;
    color: #625b53;
    font-size: 15px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrt-product-more {
    display: inline-flex;
    align-items: center;
    color: #8a2b1f;
    font-size: 14px;
    font-weight: 600;
}

.wrt-product-more:after {
    content: "\f105";
    margin-left: 8px;
    font-family: FontAwesome;
}

.wrt-product-detail {
    color: #333;
    font-size: 16px;
    line-height: 1.9;
}

.wrt-product-detail .lead {
    font-size: 19px;
    line-height: 1.8;
    color: #2b2721;
    margin-bottom: 26px;
}

.wrt-product-detail h4 {
    margin: 30px 0 14px;
    color: #1f1d1a;
    font-size: 22px;
    font-weight: 600;
}

.wrt-product-detail ul {
    margin: 0 0 8px 0;
    padding-left: 20px;
}

.wrt-product-detail li {
    margin-bottom: 8px;
}

.wrt-product-detail .wrt-product-note {
    margin-top: 28px;
    padding: 16px 18px;
    background: #f7f3ec;
    color: #6b5a3f;
    border-left: 4px solid #bb9556;
}

.wrt-product-detail-v2 .wrt-product-hero-block {
    display: grid;
    grid-template-columns: minmax(280px, 42%) 1fr;
    gap: 36px;
    align-items: center;
    margin-bottom: 36px;
    padding: 30px;
    background: #fffaf3;
    border: 1px solid #eadbc8;
}

.wrt-product-page {
    padding: 70px 0 80px;
}

.wrt-product-shell {
    max-width: 1120px;
    margin: 0 auto;
}

.wrt-product-page .wrt-product-detail {
    max-width: none;
    color: #2b2520;
}

.wrt-product-page .wrt-product-detail h4 {
    margin: 42px 0 18px;
    padding-left: 12px;
    border-left: 4px solid #8b2f1b;
    color: #1f1d1a;
    font-size: 24px;
}

.wrt-product-detail-v2 .wrt-product-hero-text-only {
    grid-template-columns: 1fr;
}

.wrt-product-detail-v2 .wrt-product-hero-image {
    background: #fff;
    border: 1px solid #f0e2d0;
}

.wrt-product-detail-v2 .wrt-product-hero-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 18px;
}

.wrt-product-detail-v2 .wrt-product-kicker {
    margin: 0 0 8px;
    color: #8b2f1b;
    font-size: 15px;
    font-weight: 700;
}

.wrt-product-detail-v2 .wrt-product-hero-text h2 {
    margin: 0 0 14px;
    color: #1f1d1a;
    font-size: 34px;
    line-height: 1.25;
}

.wrt-product-detail-v2 .wrt-product-highlights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.wrt-product-detail-v2 .wrt-product-highlights li {
    margin: 0;
    padding: 10px 12px;
    background: #fff;
    border-left: 3px solid #8b2f1b;
    color: #3d2a20;
    line-height: 1.6;
}

.wrt-product-buy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wrt-buy-btn,
.wrt-report-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    background: #8b2f1b;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}

.wrt-buy-btn:hover,
.wrt-report-link:hover {
    background: #6f2415;
    color: #fff !important;
}

.wrt-buy-taobao {
    background: #2d211b;
}

.wrt-buy-taobao:hover {
    background: #1d1511;
}

.wrt-product-info-table {
    width: 100%;
    margin: 0 0 30px;
    border-collapse: collapse;
    border-top: 1px solid #eadbc8;
    border-left: 1px solid #eadbc8;
}

.wrt-product-info-table th,
.wrt-product-info-table td {
    padding: 14px 16px;
    border-right: 1px solid #eadbc8;
    border-bottom: 1px solid #eadbc8;
    color: #3d332b;
    font-size: 15px;
    line-height: 1.7;
    vertical-align: top;
}

.wrt-product-info-table th {
    width: 18%;
    background: #fffaf3;
    color: #2b1b14;
    font-weight: 700;
}

.wrt-product-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 30px;
}

.wrt-product-spec-item {
    padding: 18px 20px;
    background: #fffaf3;
    border: 1px solid #eadbc8;
}

.wrt-product-spec-item strong,
.wrt-product-spec-item span {
    display: block;
}

.wrt-product-spec-item strong {
    margin-bottom: 8px;
    color: #8b2f1b;
    font-size: 16px;
}

.wrt-product-spec-item span {
    color: #3d332b;
    line-height: 1.8;
}

.wrt-product-report-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 30px;
    padding: 22px 24px;
    background: #fffaf3;
    border: 1px solid #eadbc8;
    border-left: 4px solid #8b2f1b;
}

.wrt-product-report-box strong {
    display: block;
    margin-bottom: 6px;
    color: #2b1b14;
    font-size: 18px;
}

.wrt-product-report-box p {
    margin: 0;
}

.wrt-product-report-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 0 0 42px;
    align-items: stretch;
    grid-auto-rows: 1fr;
}

.wrt-report-image {
    margin: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid #e6d4be;
    box-shadow: 0 14px 34px rgba(73, 47, 29, 0.08);
}

.wrt-report-image img {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    filter: contrast(1.06);
}

.wrt-report-image figcaption {
    padding-top: 10px;
    color: #5f4a38;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.wrt-product-buy-actions-bottom {
    margin-top: 8px;
    padding: 22px 24px;
    background: #fffaf3;
    border: 1px solid #eadbc8;
}

.wrt-product-faq p {
    padding: 16px 18px;
    background: #fffaf3;
    border: 1px solid #eadbc8;
}

.wrt-product-page .wrt-product-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.wrt-product-page .wrt-product-faq p {
    margin: 0;
    min-height: 118px;
}

.wrt-product-page .wrt-product-buy-actions-bottom {
    justify-content: center;
}

.wrt-product-page .wrt-product-buy-actions-bottom .wrt-buy-btn {
    min-width: 160px;
}

.wrt-product-detail-v3 {
    color: #2b2520;
}

.wrt-product-preload {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.wrt-product-preload img {
    width: 1px;
    height: 1px;
}

.wrt-product-detail-v3 .wrt-product-hero-pro {
    display: grid;
    grid-template-columns: minmax(340px, 46%) 1fr;
    gap: 46px;
    align-items: stretch;
    margin: 0 0 58px;
    padding: 42px;
    background: linear-gradient(135deg, #fff8ec 0%, #f7ead8 100%);
    border: 1px solid #ead8bf;
}

.wrt-product-detail-v3 .wrt-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wrt-product-detail-v3 .wrt-product-gallery-main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 440px;
    background: #fff;
    border: 1px solid #ead8bf;
}

.wrt-product-detail-v3 .wrt-product-gallery-main img {
    display: block;
    width: 100%;
    max-width: 430px;
    height: auto;
    padding: 28px;
    object-fit: contain;
}

.wrt-product-detail-v3 .wrt-product-gallery-note {
    color: #7a614c;
    font-size: 14px;
    text-align: center;
}

.wrt-product-detail-v3 .wrt-product-purchase {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrt-product-detail-v3 .wrt-product-kicker {
    margin: 0 0 10px;
    color: #8b2f1b;
    font-size: 15px;
    font-weight: 700;
}

.wrt-product-detail-v3 .wrt-product-purchase h2 {
    margin: 0 0 16px;
    color: #17120f;
    font-size: 42px;
    line-height: 1.18;
    font-weight: 700;
}

.wrt-product-detail-v3 .lead {
    max-width: 560px;
    margin: 0 0 24px;
    color: #4c4036;
    font-size: 18px;
    line-height: 1.9;
}

.wrt-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 26px;
}

.wrt-product-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    background: #fff;
    border: 1px solid #ead8bf;
    color: #5a3c2a;
    font-size: 14px;
    font-weight: 700;
}

.wrt-product-keyfacts {
    margin: 0 0 28px;
    border-top: 1px solid #e2cdb1;
}

.wrt-product-keyfacts div {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #e2cdb1;
}

.wrt-product-keyfacts dt,
.wrt-product-keyfacts dd {
    margin: 0;
    line-height: 1.75;
}

.wrt-product-keyfacts dt {
    color: #8b2f1b;
    font-weight: 700;
}

.wrt-product-keyfacts dd {
    color: #2f2923;
}

.wrt-product-buy-actions-hero .wrt-buy-btn,
.wrt-product-buy-panel .wrt-buy-btn {
    min-width: 148px;
}

.wrt-product-section-pro {
    margin: 0 0 58px;
}

.wrt-section-heading {
    margin: 0 0 22px;
}

.wrt-section-heading p,
.wrt-product-buy-panel p {
    margin: 0 0 8px;
    color: #8b2f1b;
    font-size: 14px;
    font-weight: 700;
}

.wrt-section-heading h3,
.wrt-product-buy-panel h3 {
    margin: 0;
    color: #15110e;
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
}

.wrt-selling-grid,
.wrt-use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.wrt-selling-grid div,
.wrt-use-grid div {
    min-height: 150px;
    padding: 22px 22px 24px;
    background: #fffaf3;
    border: 1px solid #ead8bf;
}

.wrt-selling-grid strong,
.wrt-selling-grid span,
.wrt-use-grid strong,
.wrt-use-grid span {
    display: block;
}

.wrt-selling-grid strong,
.wrt-use-grid strong {
    margin-bottom: 10px;
    color: #8b2f1b;
    font-size: 18px;
}

.wrt-selling-grid span,
.wrt-use-grid span {
    color: #4b4036;
    font-size: 15px;
    line-height: 1.8;
}

.wrt-product-info-table-pro {
    margin-bottom: 0;
}

.wrt-process-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 34px;
    align-items: start;
}

.wrt-process-copy {
    padding: 30px 34px;
    background: #fffaf3;
    border: 1px solid #ead8bf;
}

.wrt-process-copy p {
    margin: 0 0 14px;
    color: #3b332c;
    line-height: 1.9;
}

.wrt-process-copy p:last-child {
    margin-bottom: 0;
}

.wrt-process-list {
    display: grid;
    gap: 14px;
}

.wrt-process-list div {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #ead8bf;
}

.wrt-process-list span {
    color: #c4a16a;
    font-size: 24px;
    font-weight: 700;
}

.wrt-process-list strong {
    color: #2d211b;
    font-size: 17px;
}

.wrt-product-detail-v3 .wrt-product-report-gallery {
    gap: 24px;
    margin-bottom: 0;
    align-items: stretch;
}

.wrt-product-detail-v3 .wrt-report-image {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 720px;
    overflow: hidden;
    padding: 16px;
    background: #fff;
    border: 1px solid #e1cdb1;
    box-shadow: 0 16px 38px rgba(57, 39, 24, 0.1);
}

.wrt-report-preview {
    display: block;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    aspect-ratio: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-color: #fff;
}

.wrt-report-image:nth-child(2) .wrt-report-preview {
    aspect-ratio: auto;
}

.wrt-yulinggao-page .wrt-report-preview,
.wrt-laiyang-ligao-page .wrt-report-preview {
    aspect-ratio: 1190 / 1684;
}

.wrt-fulinggao-page .wrt-report-image:nth-child(1) .wrt-report-preview {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-quality-banner.jpg');
}

.wrt-fulinggao-page .wrt-report-image:nth-child(2) .wrt-report-preview {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-gift-banner.jpg');
}

.wrt-yulinggao-page .wrt-report-image:nth-child(1) .wrt-report-preview {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-quality-banner.jpg');
}

.wrt-yulinggao-page .wrt-report-image:nth-child(2) .wrt-report-preview {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-soup-banner.jpg');
}

.wrt-yulinggao-page .wrt-report-image:nth-child(3) .wrt-report-preview {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-gift-banner.jpg');
}

.wrt-yulinggao-page .wrt-report-image:nth-child(4) .wrt-report-preview {
    background-image: url('/wp-content/uploads/2026/07/zhaimingtang-huanghua-yujiao-1.jpg');
}

.wrt-laiyang-ligao-page .wrt-report-image:nth-child(1) .wrt-report-preview {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-quality-banner.jpg');
}

.wrt-laiyang-ligao-page .wrt-report-image:nth-child(2) .wrt-report-preview {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-soup-banner.jpg');
}

.wrt-laiyang-ligao-page .wrt-report-image:nth-child(3) .wrt-report-preview {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-gift-banner.jpg');
}

.wrt-laiyang-ligao-page .wrt-report-image:nth-child(4) .wrt-report-preview {
    background-image: url('/wp-content/uploads/2026/07/zhaimingtang-huanghua-yujiao-2.jpg');
}

.wrt-product-detail-v3 .wrt-report-image img {
    display: none;
}

.wrt-product-detail-v3 .wrt-report-image figcaption {
    margin-top: auto;
    min-height: 30px;
}

.wrt-product-detail-v3 .wrt-report-preview {
    display: block;
}

.wrt-product-detail-v3 .wrt-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.wrt-product-detail-v3 .wrt-related-card {
    width: auto !important;
    max-width: none;
    margin: 0 !important;
}

.wrt-product-detail-v3 .wrt-related-image {
    min-height: 0;
}

.wrt-product-detail-v3 .wrt-related-grid > br,
.wrt-product-detail-v3 .wrt-product-report-gallery > br,
.wrt-product-detail-v3 .wrt-product-faq-pro > br {
    display: none;
}

.wrt-product-faq-pro {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wrt-product-faq-pro p {
    min-height: 120px;
}

.wrt-product-buy-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 34px;
    background: #fffaf3;
    border: 1px solid #ead8bf;
}

.wrt-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.wrt-related-card {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #ead8bf;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wrt-related-card:hover,
.wrt-related-card:focus {
    transform: translateY(-3px);
    border-color: #caa36a;
    box-shadow: 0 18px 38px rgba(57, 39, 24, 0.12);
    color: inherit;
    text-decoration: none;
}

.wrt-related-image {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    background: #fff8ec;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
}

.wrt-related-image img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.wrt-fulinggao-page .wrt-related-card:nth-child(1) .wrt-related-image {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-soup-banner.jpg');
}

.wrt-fulinggao-page .wrt-related-card:nth-child(2) .wrt-related-image {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-quality-banner.jpg');
}

.wrt-fulinggao-page .wrt-related-card:nth-child(3) .wrt-related-image {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-gift-banner.jpg');
}

.wrt-yulinggao-page .wrt-related-card:nth-child(1) .wrt-related-image,
.wrt-laiyang-ligao-page .wrt-related-card:nth-child(1) .wrt-related-image,
.wrt-lingzhi-spore-powder-page .wrt-related-card:nth-child(1) .wrt-related-image {
    background-image: url('/wp-content/uploads/2026/07/zhaimingtang-huanghua-yujiao-1.jpg');
}

.wrt-yulinggao-page .wrt-related-card:nth-child(2) .wrt-related-image,
.wrt-lingzhi-spore-powder-page .wrt-related-card:nth-child(2) .wrt-related-image {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-quality-banner.jpg');
}

.wrt-laiyang-ligao-page .wrt-related-card:nth-child(2) .wrt-related-image,
.wrt-lingzhi-spore-powder-page .wrt-related-card:nth-child(3) .wrt-related-image {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-soup-banner.jpg');
}

.wrt-yulinggao-page .wrt-related-card:nth-child(3) .wrt-related-image,
.wrt-laiyang-ligao-page .wrt-related-card:nth-child(3) .wrt-related-image {
    background-image: url('/wp-content/themes/wodepress-5853/images/slider/zmt-fishmaw-gift-banner.jpg');
}

.wrt-related-card:hover .wrt-related-image img,
.wrt-related-card:focus .wrt-related-image img {
    transform: scale(1.035);
}

.wrt-related-title,
.wrt-related-summary {
    display: block;
}

.wrt-related-title {
    padding: 18px 20px 22px;
    color: #19130f;
    font-size: 18px;
    font-weight: 700;
}

.wrt-related-summary {
    padding: 0 20px 22px;
    color: #5f554c;
    font-size: 14px;
    line-height: 1.7;
}

.about-main-image {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center;
}

.wrt-brand-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.wrt-brand-point {
    padding: 22px 24px;
    background: #fff;
    border-left: 4px solid #8a1f16;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.wrt-brand-point h4 {
    margin: 0 0 8px;
    color: #2a1c16;
    font-size: 18px;
    line-height: 1.4;
}

.wrt-brand-point p {
    margin: 0;
    color: #5f5a55;
    line-height: 1.8;
}

.feature-block-two .text h2,
.feature-block-two .text h3,
.feature-block-two .text h4 {
    margin-top: 18px;
    margin-bottom: 10px;
}

.feature-block-two .text p {
    margin-bottom: 10px;
    line-height: 1.75;
}

.wrt-address-section {
    padding: 0 0 70px;
}

.wrt-address-box {
    padding: 34px 38px;
    background: #f7f3ec;
    border-left: 4px solid #8b4a2b;
}

.wrt-address-box h2 {
    margin: 0 0 14px;
    color: #1f1d1a;
    font-size: 28px;
    font-weight: 600;
}

.wrt-address-box p {
    margin: 0 0 8px;
    color: #4a4035;
    font-size: 17px;
    line-height: 1.8;
}

.wrt-address-box .wrt-address-note {
    color: #7a6a55;
    font-size: 15px;
}

.wrt-geo-page .lead,
.wrt-product-detail .lead {
    color: #333;
    font-size: 18px;
    line-height: 1.9;
}

.wrt-geo-page h2,
.wrt-geo-page h3 {
    margin-top: 28px;
    margin-bottom: 14px;
    color: #111;
    font-weight: 700;
}

.wrt-geo-page p,
.wrt-geo-page li {
    color: #444;
    font-size: 16px;
    line-height: 1.9;
}

.wrt-fact-box {
    margin: 28px 0;
    padding: 24px 28px;
    border: 1px solid #eadbc8;
    border-left: 4px solid #8b2f1b;
    background: #fffaf3;
}

.wrt-fact-box h4 {
    margin: 0 0 14px;
    color: #2b1b14;
    font-size: 22px;
    font-weight: 700;
}

.wrt-fact-box ul {
    margin: 0;
    padding-left: 20px;
}

.wrt-fact-box li {
    margin-bottom: 8px;
    color: #4a3b32;
    line-height: 1.8;
}

.wrt-baike-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 28px 0 34px;
}

.wrt-baike-product-card {
    margin: 0;
    border: 1px solid #eadbc8;
    background: #fffaf3;
}

.wrt-baike-product-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f7f0e7;
}

.wrt-baike-product-card figcaption {
    padding: 12px 14px;
    color: #3d2a20;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
}

.wrt-baike-note {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 4px solid #8b2f1b;
    background: #fffaf3;
    color: #4a3b32;
    line-height: 1.9;
}

@media only screen and (max-width: 767px) {
    .main-header .logo-outer {
        padding: 10px 0 6px;
    }

    .main-header .logo-outer .logo img {
        max-height: 50px;
    }

    .sticky-header .logo img {
        max-height: 40px;
    }

    .wrt-product-section .wrt-product-card .image img {
        padding: 16px;
    }

    .wrt-product-summary h3 {
        font-size: 20px;
    }

    .wrt-product-detail .lead {
        font-size: 17px;
    }

    .wrt-product-detail-v2 .wrt-product-hero-block {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .wrt-product-detail-v2 .wrt-product-hero-text h2 {
        font-size: 28px;
    }

    .wrt-product-detail-v2 .wrt-product-highlights,
    .wrt-product-spec-grid,
    .wrt-product-page .wrt-product-faq {
        grid-template-columns: 1fr;
    }

    .wrt-product-info-table,
    .wrt-product-info-table tbody,
    .wrt-product-info-table tr,
    .wrt-product-info-table th,
    .wrt-product-info-table td {
        display: block;
        width: 100%;
    }

    .wrt-product-info-table th {
        border-bottom: 0;
    }

    .wrt-product-report-box {
        display: block;
    }

    .wrt-report-link {
        margin-top: 14px;
        width: 100%;
    }

    .wrt-product-report-gallery {
        grid-template-columns: 1fr;
    }

    .wrt-product-detail-v3 .wrt-product-hero-pro {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 22px;
        margin-bottom: 42px;
    }

    .wrt-product-detail-v3 .wrt-product-gallery-main {
        min-height: auto;
    }

    .wrt-product-detail-v3 .wrt-product-gallery-main img {
        max-width: 100%;
        padding: 18px;
    }

    .wrt-product-detail-v3 .wrt-product-purchase h2 {
        font-size: 30px;
    }

    .wrt-product-detail-v3 .lead {
        font-size: 16px;
    }

    .wrt-product-keyfacts div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .wrt-selling-grid,
    .wrt-use-grid,
    .wrt-process-layout,
    .wrt-product-faq-pro,
    .wrt-related-grid {
        grid-template-columns: 1fr;
    }

    .wrt-section-heading h3,
    .wrt-product-buy-panel h3 {
        font-size: 24px;
    }

    .wrt-product-buy-panel {
        display: block;
        padding: 24px 22px;
    }

    .wrt-product-buy-panel .wrt-product-buy-actions {
        margin-top: 16px;
    }

    .wrt-product-buy-actions-hero .wrt-buy-btn,
    .wrt-product-buy-panel .wrt-buy-btn {
        width: 100%;
    }

    .about-main-image {
        height: auto;
        object-fit: contain;
    }

    .wrt-address-box {
        padding: 24px 22px;
    }

    .wrt-baike-product-grid {
        grid-template-columns: 1fr;
    }
}
.zmt-product-detail-pro {
    color: #2f261d;
}

.preloader {
    display: none !important;
}

.zmt-home-slider {
    position: relative;
    height: min(720px, calc(100svh - 92px));
    min-height: 580px;
    overflow: hidden;
    background: #f8f1e8;
}

.zmt-home-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: zmtHomeSlide 18s infinite;
}

.zmt-home-slide-1 {
    background-position: center center;
}

.zmt-home-slide-1 {
    opacity: 1;
}

.zmt-home-slide-2 {
    background-position: center center;
    animation-delay: 6s;
}

.zmt-home-slide-3 {
    background-position: center center;
    animation-delay: 12s;
}

.zmt-home-slide-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(31, 18, 10, 0.86) 0%, rgba(55, 31, 14, 0.56) 33%, rgba(75, 37, 10, 0.12) 67%, rgba(75, 37, 10, 0) 100%),
        linear-gradient(0deg, rgba(44, 23, 8, 0.22) 0%, rgba(44, 23, 8, 0) 48%);
}

.zmt-home-slide-copy {
    position: relative;
    z-index: 1;
    display: block;
    width: min(560px, 86%);
    margin-left: max(9vw, 88px);
    color: #fff;
}

.zmt-home-slide-kicker {
    display: block;
    margin-bottom: 12px;
    color: #f3d09a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.zmt-home-slide-copy strong {
    display: block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 58px;
    line-height: 1.12;
    font-weight: 700;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.zmt-home-slide-copy > span:last-child {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.85;
    text-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

@keyframes zmtHomeSlide {
    0%,
    30% {
        opacity: 1;
        transform: scale(1);
    }

    36%,
    94% {
        opacity: 0;
        transform: scale(1.035);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.zmt-company-products {
    background: #fff;
}

.zmt-company-products .sec-title {
    margin-bottom: 42px;
}

.zmt-company-products .sec-title .text {
    max-width: 660px;
    margin: 14px auto 0;
    color: #68584b;
    font-size: 16px;
    line-height: 1.85;
}

.zmt-company-products .zmt-company-product-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.zmt-company-products.zmt-product-count-1 .gallery-item {
    float: none;
    width: 100%;
}

.zmt-company-products.zmt-product-count-1 .wrt-product-card-link {
    max-width: 1040px;
    margin: 0 auto;
}

.zmt-company-products.zmt-product-count-1 .wrt-product-card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    min-height: 420px;
    border: none;
    box-shadow: none;
    background: #fbf6ee;
}

.zmt-company-products.zmt-product-count-1 .wrt-product-card .image {
    aspect-ratio: auto;
    min-height: 420px;
    background: #f7efe3;
}

.zmt-company-products.zmt-product-count-1 .wrt-product-card .image img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: cover;
}

.zmt-company-products.zmt-product-count-1 .wrt-product-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: 48px;
}

.zmt-company-products.zmt-product-count-1 .wrt-product-summary h3 {
    font-size: 34px;
    line-height: 1.25;
}

.zmt-company-products.zmt-product-count-1 .wrt-product-summary p {
    display: block;
    max-height: none;
    margin-bottom: 26px;
    color: #5b4a3d;
    font-size: 17px;
    line-height: 1.9;
    -webkit-line-clamp: unset;
}

.zmt-company-products .wrt-product-more,
.zmt-category-product-copy strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 44px;
    padding: 0 22px;
    background: #b82b22;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
}

.zmt-category-product {
    margin-bottom: 34px;
}

.zmt-category-intro {
    max-width: 1040px;
    margin: 0 auto 34px;
    padding: 38px 42px;
    background: #fffaf3;
    border: 1px solid #eadbc8;
}

.zmt-category-intro span {
    display: block;
    margin-bottom: 10px;
    color: #b82b22;
    font-size: 13px;
    font-weight: 700;
}

.zmt-category-intro h2 {
    margin: 0 0 14px;
    color: #2f261d;
    font-size: 30px;
    line-height: 1.28;
}

.zmt-category-intro p {
    max-width: 860px;
    margin: 0;
    color: #5b4a3d;
    font-size: 16px;
    line-height: 1.9;
}

.zmt-category-intro-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.zmt-category-intro-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid #caa56c;
    color: #7b4a16;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.zmt-category-intro-links a:hover,
.zmt-category-intro-links a:focus {
    color: #fff;
    background: #b82b22;
    border-color: #b82b22;
    text-decoration: none;
}

.zmt-category-product-link {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    max-width: 1040px;
    margin: 0 auto;
    background: #fbf6ee;
    color: #2f261d;
    text-decoration: none;
}

.zmt-category-product-link:hover,
.zmt-category-product-link:focus {
    color: #2f261d;
    text-decoration: none;
}

.zmt-category-product figure {
    margin: 0;
    min-height: 420px;
    overflow: hidden;
}

.zmt-category-product figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 220ms ease;
}

.zmt-category-product-link:hover figure img,
.zmt-category-product-link:focus figure img {
    transform: scale(1.025);
}

.zmt-category-product-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
}

.zmt-category-product-copy span {
    margin-bottom: 10px;
    color: #b82b22;
    font-size: 13px;
    font-weight: 700;
}

.zmt-category-product-copy h2 {
    margin: 0 0 16px;
    color: #2f261d;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
}

.zmt-category-product-copy p {
    margin-bottom: 26px;
    color: #5b4a3d;
    font-size: 17px;
    line-height: 1.9;
}

.zmt-product-hero {
    min-height: 560px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 56px;
}

.zmt-product-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(38, 25, 14, 0.78) 0%, rgba(38, 25, 14, 0.48) 38%, rgba(38, 25, 14, 0.08) 72%);
}

.zmt-product-hero-copy {
    width: min(520px, 88%);
    position: relative;
    z-index: 1;
    padding: 72px 0 72px 64px;
    color: #fff;
}

.zmt-product-hero-copy span,
.zmt-section-heading span,
.zmt-image-band div span,
.zmt-buy-section span {
    display: block;
    margin-bottom: 10px;
    color: #b82b22;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.zmt-product-hero-copy span {
    color: #f4d7a4;
}

.zmt-product-hero-copy h1,
.zmt-product-hero-copy h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 48px;
    line-height: 1.12;
    font-weight: 700;
}

.zmt-product-hero-copy p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.8;
}

.zmt-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    background: #b82b22;
    color: #fff !important;
    font-weight: 700;
    border-radius: 4px;
    transition: transform 180ms ease, background 180ms ease;
}

.zmt-primary-btn:hover,
.zmt-primary-btn:focus {
    background: #8f211a;
    transform: translateY(-1px);
}

.zmt-product-intro,
.zmt-image-band,
.zmt-spec-section,
.zmt-gallery-section,
.zmt-related-scenes,
.zmt-buy-section {
    margin-bottom: 64px;
}

.zmt-product-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: 44px;
    align-items: start;
}

.zmt-product-intro .lead {
    margin: 0;
    color: #4c4035;
    font-size: 20px;
    line-height: 1.95;
}

.zmt-citable {
    margin-top: 22px;
    padding: 22px 24px;
    color: #4c4035;
    font-size: 16px;
    line-height: 1.9;
    background: #fff7eb;
    border-left: 4px solid #d49a49;
}

.zmt-keyfacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zmt-keyfacts li {
    padding: 20px;
    background: #fbf6ee;
    border-left: 3px solid #b82b22;
}

.zmt-keyfacts strong,
.zmt-keyfacts span {
    display: block;
}

.zmt-keyfacts strong {
    margin-bottom: 8px;
    color: #7f211b;
    font-size: 15px;
}

.zmt-keyfacts span {
    color: #3c3027;
    font-size: 16px;
}

.zmt-image-band {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 42px;
    align-items: center;
}

.zmt-image-band-reverse {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.zmt-image-band-reverse img {
    order: 2;
}

.zmt-image-band img,
.zmt-scene img,
.zmt-product-gallery img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.zmt-image-band img {
    aspect-ratio: 16 / 9;
}

.zmt-image-band h2,
.zmt-image-band h3,
.zmt-section-heading h2,
.zmt-section-heading h3,
.zmt-buy-section h2,
.zmt-buy-section h3 {
    margin: 0 0 16px;
    color: #2f261d;
    font-size: 30px;
    line-height: 1.32;
    font-weight: 700;
}

.zmt-image-band p,
.zmt-note,
.zmt-buy-section p {
    color: #5b4a3d;
    font-size: 16px;
    line-height: 1.9;
}

.zmt-section-heading {
    margin-bottom: 24px;
}

.zmt-spec-table th,
.zmt-spec-table td {
    font-size: 16px;
    line-height: 1.8;
}

.zmt-product-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.zmt-product-gallery figure {
    margin: 0;
    background: #fbf6ee;
    overflow: hidden;
}

.zmt-product-gallery img {
    aspect-ratio: 1 / 1;
    transition: transform 220ms ease;
}

.zmt-product-gallery figure:hover img {
    transform: scale(1.03);
}

.zmt-trace-grid,
.zmt-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.zmt-trace-grid > div,
.zmt-faq-grid > div {
    padding: 24px 26px;
    background: #fbf6ee;
    border: 1px solid #eadfce;
}

.zmt-trace-grid strong,
.zmt-faq-grid h3 {
    display: block;
    margin-bottom: 10px;
    color: #2f261d;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.zmt-trace-grid p,
.zmt-faq-grid p {
    margin: 0;
    color: #5b4a3d;
    font-size: 15px;
    line-height: 1.85;
}

.zmt-buy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: flex-end;
}

.zmt-secondary-btn {
    display: inline-block;
    min-width: 168px;
    padding: 14px 24px;
    color: #b82b22;
    font-weight: 700;
    text-align: center;
    border: 1px solid #d9b37a;
    background: #fffaf3;
}

.zmt-secondary-btn:hover {
    color: #fff;
    background: #b82b22;
    border-color: #b82b22;
}

.zmt-scene-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.zmt-scene {
    display: block;
    color: #2f261d;
    background: #fff;
}

.zmt-scene img {
    aspect-ratio: 16 / 10;
    margin-bottom: 16px;
}

.zmt-scene strong,
.zmt-scene span {
    display: block;
    padding: 0 2px;
}

.zmt-scene strong {
    margin-bottom: 6px;
    font-size: 19px;
    color: #2f261d;
}

.zmt-scene span {
    color: #6d5b4e;
    font-size: 14px;
    line-height: 1.7;
}

.zmt-buy-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 34px 0;
    border-top: 1px solid #eadfce;
    border-bottom: 1px solid #eadfce;
}

.zmt-about-page {
    padding: 80px 0 90px;
    background: #fff;
    color: #2f261d;
}

.zmt-about-title {
    background-image: url('../images/slider/zmt-real-fishmaw-hero-1.jpg');
    background-position: center center;
}

.zmt-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
    align-items: center;
    gap: 52px;
    margin-bottom: 58px;
}

.zmt-about-hero-image {
    margin: 0;
    min-height: 460px;
    overflow: hidden;
    background: #f7efe3;
}

.zmt-about-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.zmt-about-kicker {
    margin-bottom: 12px;
    color: #b56b22;
    font-size: 14px;
    font-weight: 700;
}

.zmt-about-hero-copy h2 {
    margin-bottom: 18px;
    color: #1f1814;
    font-size: 38px;
    line-height: 1.26;
    font-weight: 700;
}

.zmt-about-hero-copy p {
    margin-bottom: 28px;
    color: #68584b;
    font-size: 17px;
    line-height: 1.9;
}

.zmt-about-content {
    max-width: 1080px;
    margin: 0 auto;
}

.zmt-about-section {
    padding: 42px 0;
    border-top: 1px solid #eadfce;
}

.zmt-about-section h2 {
    margin-bottom: 20px;
    color: #1f1814;
    font-size: 30px;
    line-height: 1.32;
    font-weight: 700;
}

.zmt-about-section h3 {
    margin-bottom: 10px;
    color: #2f261d;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.zmt-about-section p,
.zmt-about-section li {
    color: #5d5047;
    font-size: 16px;
    line-height: 1.95;
}

.zmt-about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
}

.zmt-about-grid > div {
    padding: 0 0 0 18px;
    border-left: 3px solid #d49a49;
}

.zmt-about-timeline-list {
    display: grid;
    gap: 18px;
}

.zmt-about-timeline-list > div {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 20px 0;
    border-top: 1px solid #f0e6d8;
}

.zmt-about-timeline-list strong {
    color: #a45c1c;
    font-size: 16px;
}

.zmt-about-company ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.zmt-about-company li {
    padding: 14px 0;
    border-bottom: 1px solid #f0e6d8;
}

@media (max-width: 991px) {
    .zmt-home-slider {
        height: 600px;
        min-height: 600px;
    }

    .zmt-home-slide-copy {
        width: min(520px, 82%);
        margin-left: 42px;
    }

    .zmt-home-slide-copy strong {
        font-size: 42px;
    }

    .zmt-product-hero {
        min-height: 460px;
    }

    .zmt-company-products.zmt-product-count-1 .wrt-product-card,
    .zmt-category-product-link {
        grid-template-columns: 1fr;
    }

    .zmt-company-products.zmt-product-count-1 .wrt-product-card .image,
    .zmt-category-product figure {
        min-height: 340px;
    }

    .zmt-product-hero-copy {
        padding-left: 32px;
    }

    .zmt-product-hero-copy h1,
    .zmt-product-hero-copy h2 {
        font-size: 38px;
    }

    .zmt-product-intro,
    .zmt-image-band,
    .zmt-image-band-reverse {
        grid-template-columns: 1fr;
    }

    .zmt-image-band-reverse img {
        order: 0;
    }

    .zmt-product-gallery,
    .zmt-scene-grid,
    .zmt-trace-grid,
    .zmt-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zmt-about-hero {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .zmt-about-grid,
    .zmt-about-company ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .zmt-home-slider {
        height: 560px;
        min-height: 560px;
    }

    .zmt-home-slide {
        background-position: 61% center;
    }

    .zmt-home-slide-shade {
        background:
            linear-gradient(90deg, rgba(31, 18, 10, 0.86) 0%, rgba(49, 27, 12, 0.66) 66%, rgba(61, 31, 10, 0.3) 100%),
            linear-gradient(0deg, rgba(44, 23, 8, 0.26) 0%, rgba(44, 23, 8, 0) 54%);
    }

    .zmt-home-slide-copy {
        width: 84%;
        margin-left: 24px;
    }

    .zmt-home-slide-copy strong {
        font-size: 34px;
    }

    .zmt-home-slide-copy > span:last-child {
        font-size: 16px;
    }

    .zmt-product-hero {
        min-height: 420px;
        background-position: 62% center;
    }

    .zmt-company-products .sec-title .text {
        padding: 0 16px;
    }

    .zmt-company-products.zmt-product-count-1 .wrt-product-card .image,
    .zmt-category-product figure {
        min-height: 240px;
    }

    .zmt-about-page {
        padding: 54px 0 64px;
    }

    .zmt-about-title {
        background-position: 70% center;
    }

    .zmt-about-hero {
        margin-bottom: 34px;
    }

    .zmt-about-hero-image,
    .zmt-about-hero-image img {
        min-height: 300px;
    }

    .zmt-about-hero-copy h2,
    .zmt-about-section h2 {
        font-size: 26px;
    }

    .zmt-about-section {
        padding: 32px 0;
    }

    .zmt-about-timeline-list > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .zmt-about-company li {
        overflow-wrap: anywhere;
    }

    .zmt-company-products.zmt-product-count-1 .wrt-product-summary,
    .zmt-category-product-copy {
        padding: 28px 24px;
    }

    .zmt-company-products.zmt-product-count-1 .wrt-product-summary h3,
    .zmt-category-product-copy h2 {
        font-size: 26px;
    }

    .zmt-company-products.zmt-product-count-1 .wrt-product-summary p,
    .zmt-category-product-copy p {
        font-size: 15px;
    }

    .zmt-product-hero:before {
        background: linear-gradient(90deg, rgba(38, 25, 14, 0.82) 0%, rgba(38, 25, 14, 0.56) 68%, rgba(38, 25, 14, 0.28) 100%);
    }

    .zmt-product-hero-copy {
        width: 92%;
        padding: 56px 0 56px 22px;
    }

    .zmt-product-hero-copy h1,
    .zmt-product-hero-copy h2,
    .zmt-image-band h2,
    .zmt-image-band h3,
    .zmt-section-heading h2,
    .zmt-section-heading h3,
    .zmt-buy-section h2,
    .zmt-buy-section h3 {
        font-size: 28px;
    }

    .zmt-product-hero-copy p,
    .zmt-product-intro .lead {
        font-size: 16px;
    }

    .zmt-keyfacts,
    .zmt-product-gallery,
    .zmt-scene-grid,
    .zmt-trace-grid,
    .zmt-faq-grid {
        grid-template-columns: 1fr;
    }

    .zmt-buy-section {
        display: block;
    }

    .zmt-buy-actions {
        justify-content: stretch;
    }

    .zmt-buy-section .zmt-primary-btn,
    .zmt-buy-section .zmt-secondary-btn {
        margin-top: 18px;
        width: 100%;
    }
}

.zmt-home-trust {
    background: #fffaf0;
}

.zmt-home-heading {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.zmt-home-heading-left {
    margin-left: 0;
    text-align: left;
}

.zmt-home-heading span,
.zmt-home-product-copy > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #a65a16;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
}

.zmt-home-heading h1,
.zmt-home-heading h2,
.zmt-home-product-copy h2 {
    margin: 0 0 16px;
    color: #1d1710;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

.zmt-home-heading p,
.zmt-home-product-copy p {
    margin: 0;
    color: #6d5a44;
    font-size: 16px;
    line-height: 1.9;
}

.zmt-home-entry-row {
    display: flex;
    flex-wrap: wrap;
}

.zmt-home-entry {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #f0dfc6;
    text-decoration: none;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.zmt-home-entry:hover,
.zmt-home-entry:focus {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(93, 56, 19, 0.12);
    text-decoration: none;
}

.zmt-home-entry figure {
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f8ead7;
}

.zmt-home-entry img,
.zmt-home-product-image img,
.zmt-knowledge-card .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zmt-home-entry div {
    padding: 24px 24px 28px;
}

.zmt-home-entry span {
    display: block;
    margin-bottom: 8px;
    color: #a65a16;
    font-size: 13px;
    font-weight: 700;
}

.zmt-home-entry h2 {
    margin: 0 0 10px;
    color: #1d1710;
    font-size: 22px;
    line-height: 1.3;
}

.zmt-home-entry p {
    margin: 0;
    color: #6d5a44;
    font-size: 15px;
    line-height: 1.8;
}

.zmt-home-product {
    background: #ffffff;
}

.zmt-home-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 48px;
    align-items: center;
}

.zmt-home-product-image {
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f8ead7;
}

.zmt-home-product-copy ul {
    display: grid;
    gap: 14px;
    margin: 26px 0 28px;
    padding: 0;
    list-style: none;
}

.zmt-home-product-copy li {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #eadbc4;
}

.zmt-home-product-copy li:last-child {
    border-bottom: 1px solid #eadbc4;
}

.zmt-home-product-copy strong {
    color: #1d1710;
    font-size: 15px;
}

.zmt-home-product-copy li span {
    color: #6d5a44;
    font-size: 15px;
    line-height: 1.75;
}

.zmt-home-link-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.zmt-home-knowledge .zmt-knowledge-card {
    height: 100%;
    background: #fff;
}

.zmt-knowledge-card .image {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.zmt-knowledge-card .lower-content h3 {
    min-height: 58px;
}

.zmt-knowledge-card .lower-content .text {
    min-height: 78px;
}

@media (max-width: 991px) {
    .zmt-home-product-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .zmt-home-product-copy li {
        grid-template-columns: 86px 1fr;
    }
}

@media (max-width: 767px) {
    .zmt-home-heading {
        margin-bottom: 28px;
    }

    .zmt-home-heading h1,
    .zmt-home-heading h2,
    .zmt-home-product-copy h2 {
        font-size: 28px;
    }

    .zmt-home-heading p,
    .zmt-home-product-copy p,
    .zmt-home-entry p,
    .zmt-home-product-copy li span {
        font-size: 14px;
        line-height: 1.75;
    }

    .zmt-home-entry div {
        padding: 20px;
    }

    .zmt-home-product-copy li {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .zmt-home-link-row .zmt-primary-btn,
    .zmt-home-link-row .zmt-secondary-btn {
        width: 100%;
        text-align: center;
    }
}

.zmt-trace-title {
    background-image: url('../images/slider/zmt-real-fishmaw-hero-2.jpg');
    background-size: cover;
    background-position: center;
}

.zmt-contact-title {
    background-image: url('../images/slider/zmt-real-fishmaw-hero-3.jpg');
    background-size: cover;
    background-position: center;
}

.zmt-proof-page {
    background: #fffaf0;
}

.zmt-proof-hero,
.zmt-proof-section {
    padding: 74px 0;
}

.zmt-proof-hero-grid,
.zmt-proof-two-col {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: center;
}

.zmt-proof-copy span,
.zmt-proof-heading span,
.zmt-proof-two-col > div > span {
    display: inline-block;
    margin-bottom: 12px;
    color: #a65a16;
    font-size: 13px;
    font-weight: 700;
}

.zmt-proof-copy h2,
.zmt-proof-heading h2,
.zmt-proof-two-col h2 {
    margin: 0 0 16px;
    color: #1d1710;
    font-size: 36px;
    line-height: 1.25;
}

.zmt-proof-copy p,
.zmt-proof-heading p,
.zmt-proof-two-col p,
.zmt-proof-grid p,
.zmt-proof-timeline p {
    color: #6d5a44;
    font-size: 16px;
    line-height: 1.85;
}

.zmt-proof-image,
.zmt-proof-two-col figure {
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f8ead7;
}

.zmt-proof-image img,
.zmt-proof-two-col figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zmt-proof-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.zmt-proof-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.zmt-proof-timeline > div,
.zmt-proof-grid > div {
    background: #fff;
    border: 1px solid #f0dfc6;
    padding: 24px;
}

.zmt-proof-timeline strong {
    display: block;
    margin-bottom: 10px;
    color: #1d1710;
    font-size: 17px;
}

.zmt-proof-band {
    background: #ffffff;
}

.zmt-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.zmt-proof-grid span {
    display: block;
    margin-bottom: 18px;
    color: #d59a43;
    font-size: 28px;
    font-weight: 700;
}

.zmt-proof-grid h3 {
    margin: 0 0 12px;
    color: #1d1710;
    font-size: 20px;
}

.zmt-proof-list {
    display: grid;
    gap: 12px;
    margin: 24px 0 28px;
    padding: 0;
    list-style: none;
}

.zmt-proof-list li {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 14px;
    padding: 13px 0;
    border-top: 1px solid #eadbc4;
}

.zmt-proof-list li:last-child {
    border-bottom: 1px solid #eadbc4;
}

.zmt-proof-list strong {
    color: #1d1710;
}

.zmt-proof-list span {
    color: #6d5a44;
}

.zmt-proof-faq {
    background: #ffffff;
}

.zmt-contact-page {
    background: #fffaf0;
}

.zmt-contact-hero,
.zmt-contact-links {
    padding: 74px 0;
}

.zmt-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.zmt-contact-copy span {
    display: inline-block;
    margin-bottom: 12px;
    color: #a65a16;
    font-size: 13px;
    font-weight: 700;
}

.zmt-contact-copy h2 {
    margin: 0 0 16px;
    color: #1d1710;
    font-size: 36px;
    line-height: 1.25;
}

.zmt-contact-copy p {
    color: #6d5a44;
    font-size: 16px;
    line-height: 1.85;
}

.zmt-contact-image {
    margin: 0;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f8ead7;
}

.zmt-contact-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zmt-contact-links {
    background: #ffffff;
}

.zmt-contact-platforms {
    background: #fffaf0;
}

.zmt-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.zmt-contact-grid a {
    display: block;
    min-height: 180px;
    padding: 24px;
    background: #fff;
    border: 1px solid #f0dfc6;
    color: inherit;
    text-decoration: none;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.zmt-contact-grid a:hover,
.zmt-contact-grid a:focus {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(93, 56, 19, 0.12);
}

.zmt-contact-grid strong,
.zmt-contact-grid span {
    display: block;
}

.zmt-contact-grid strong {
    margin-bottom: 12px;
    color: #1d1710;
    font-size: 19px;
}

.zmt-contact-grid span {
    color: #6d5a44;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .zmt-proof-hero-grid,
    .zmt-proof-two-col,
    .zmt-proof-timeline,
    .zmt-proof-grid,
    .zmt-contact-layout,
    .zmt-contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .zmt-category-intro {
        padding: 28px 22px;
    }

    .zmt-category-intro h2 {
        font-size: 24px;
    }

    .zmt-category-intro p {
        font-size: 15px;
    }

    .zmt-category-intro-links a {
        width: 100%;
    }

    .zmt-proof-hero,
    .zmt-proof-section {
        padding: 48px 0;
    }

    .zmt-proof-hero-grid,
    .zmt-proof-two-col,
    .zmt-proof-timeline,
    .zmt-proof-grid,
    .zmt-contact-layout,
    .zmt-contact-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .zmt-proof-copy h2,
    .zmt-proof-heading h2,
    .zmt-proof-two-col h2,
    .zmt-contact-copy h2 {
        font-size: 28px;
    }

    .zmt-proof-list li {
        grid-template-columns: 1fr;
        gap: 6px;
    }
}
