@charset "utf-8";

/*Google Fonts*/
/*----------------------------------------------
   [Table Of Content]
------------------------------------------------
  
#. General Styles
#. Typography
#. Background color
#. Button
#. Aside style
#. Video
#. Background image
#. Icon
#. Magnific popup
#. Header
#. Page title
#. Swiper carousel
#. Slider
#. Portfolio
#. Elements
#. Blog
#. Footer
#. Home Page
#. Services Page
#. About Page
#. Projects Page

*/

/*----------------------------------------------
   General Styles
------------------------------------------------*/

:root {
	--thm-font: 'Roboto', sans-serif;
	--thm-gray: #222222;
	--thm-gray-rgb: 34, 34, 34;
	--thm-gray2: #e6e6e6;
	--thm-gray2-rgb: 230, 230, 230;
	--thm-gray6: #666666;
	--thm-gray6-rgb: 102, 102, 102;
	--thm-primary: #1568b4;
	--thm-primary-rgb: 21, 104, 180;
	--thm-black: #17202d;
	--thm-black-rgb: 23, 32, 45;
	--thm-base: #ffffff;
	--thm-base-rgb: 255, 255, 255;
	--thm-border-radius: 5px;
}

.row {
	--bs-gutter-x: 30px;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}
.nopadding{padding: 0!important;}
body {
	font-family: var(--thm-font);
	color: var(--thm-gray);
	font-size: 16px;
	line-height: 34px;
	font-weight: 400;

}
body *{    transition: all 500ms ease}
body.locked {
	overflow: hidden;
}

a {
	color: var(--thm-gray);
}

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--thm-black);
	margin: 0;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
}

::placeholder {
	color: inherit;
	opacity: 1;
}


.hui_bg{ background: #f4f6f8}
.bai_bg{ background: #ffffff}
* {
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	background-color: #ffffff;
}
html, body, .wrapper {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #232323;
	font-weight: normal;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
}
h1, h2, h3, h4 {
}
h5, h5 {
	margin-bottom: 10px;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}
label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}
a, .btn, button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
}
a img, iframe {
	border: none;
}
body.locked {
	overflow: hidden;
}

p {
	color: #6d6d6d;
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}
pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: inherit;
}
ul {
	margin: 0;
	list-style-type: none;
}
a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
	color: #232323;
}
a:hover {
	color: #232323;
}
a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
b, strong {
	font-weight: 900;
}
.btn.active, .btn:active {
	background-image: inherit !important;
}
.btn.focus, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover {
	outline: 0;
}
.btn.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn.active, .btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
}
.container-half {
	margin: 0 auto;
	width: 60%;
	padding: 0 15px;
}
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
.bg-gray {
	background-color: #f4f6f8;
}
.bg-light {
	background-color: #ffffff;
}
.bg-theme {
	background-color: #da251c;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light a {
	color: #ffffff;
}
.shadow {
	position: relative;
	z-index: 1;
}
.shadow.dark::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.dark-hard::after {
	background: #232323 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.light::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.theme::after {
	background: #da251c none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.theme-hard::after {
	background: #da251c none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.default-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.default-padding-top {
	padding-top: 80px;
}
.default-padding-bottom {
	padding-bottom: 80px;
}
.default-padding.bottom-less {
	padding-top: 80px;
	padding-bottom: 50px;
}
.default-padding.bottom-30 {
	padding-top: 80px;
	padding-bottom: 30px;
}
.default-padding.bottom-20 {
	padding-top: 80px;
	padding-bottom: 20px;
}
.padding-xl {
	padding-top: 180px;
	padding-bottom: 180px;
}
.carousel-shadow {
	padding-bottom: 65px;
}
.btn {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	font-weight: 700;
	letter-spacing: 1px;
	overflow: hidden;
}
.btn-md {
	padding: 10px 30px 10px;
}
.btn-sm {
	padding: 8px 35px;
	font-size: 12px;
}
.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}
.btn-border-light {
	border: 2px solid #ffffff;
}
.btn.btn-sm-pro.btn-border-light:hover, .btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #da251c;
	border: 2px solid #ffffff;
}
.btn-dark {
	background-color: #da251c;
	color: #ffffff;
	border: 2px solid #da251c;
}
.btn-dark.border {
	background-color: transparent;
	color: #da251c;
	border: 2px solid #da251c;
}
.btn-dark.border:hover {
	background-color: #da251c;
	color: #ffffff !important;
	border: 2px solid #da251c;
}
.btn.btn-light {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #232323;
}
.btn.btn-light:hover, .btn.btn-light:focus {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn.btn-light.effect:hover, .btn.btn-light.effect:focus {
	background-color: #da251c;
	color: #ffffff !important;
	border: 2px solid #da251c;
}
.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #232323 !important;
}
.btn-dark:hover, .btn-dark:focus {
	color: #232323 !important;
	background: transparent;
}
.bg-dark {
	background: #222222 none repeat scroll 0 0;
}
.btn-theme {
	background-color: #da251c;
	color: #ffffff !important;
	border: 2px solid #da251c;
	font-weight: 500;
	box-shadow:0 3px 10px rgba(0, 0, 0, 0.2);
}
.btn-theme.border {
	background-color: transparent;
	color: #da251c !important;
	border: 2px solid #da251c;
}
.btn-theme.border:hover {
	background-color: #da251c;
	color: #ffffff !important;
	border: 2px solid #da251c;
}
.btn-theme.effect:hover, .btn-theme.effect:focus {
	background: #30393e;
	border: 2px solid #30393e;
	color: #ffffff;
}
.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}
.btn.border.btn-light.standard {
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
	z-index: 1;
}
.btn.border.btn-light.standard::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 53px;
	position: absolute;
	right: -18px;
	top: -10px;
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	width: 50px;
	z-index: -1;
}
.btn.border.btn-light.standard::before {
	color: #da251c;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	height: 100%;
	position: absolute;
	right: 0;
	width: 25px;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.container-full {
	padding: 0 15px;
	width: 100%;
}
.oh {
	overflow: hidden;
}
.less-margin {
	margin: 0;
}
header {
	position: relative;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}
.attr-nav .social.right li {
	margin-left: 20px;
}
.attr-nav .social li a {
	font-size: 16px;
}
nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}
nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}
nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}
.attr-nav > a.btn-theme.effect:hover, .attr-nav > a.btn-theme.effect, .attr-nav > a.btn-theme.effect:focus {
	background: #da251c none repeat scroll 0 0;
	border: 2px solid #da251c;
	color: #ffffff !important;
}
nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}
.attr-nav.social li {
	display: inline-block;
	padding: 25px 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #da251c;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 !important;
	text-align: center;
	width: 40px;
}
nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0 !important;
}
nav.navbar.bootsnav .widget.instagram ul li {
	box-sizing: border-box;
	float: left;
	padding: 0 10px 10px 0;
	width: 33.333%;
	margin: 0;
}
nav.navbar.bootsnav .widget.instagram ul li a {
	padding: 0;
}
nav.navbar.bootsnav .widget.instagram ul li img {
	min-height: 70px;
	width: 100%;
	margin: 0;
}
.bootsnav .side .widget.personal-info .icon {
	display: table-cell;
	vertical-align: middle;
}
.bootsnav .side .widget.personal-info .info {
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}
.bootsnav .side .widget.personal-info .info span {
	display: block;
	float: none;
	text-transform: uppercase;
}
.bootsnav .side .widget.personal-info .icon i {
	background: #f4f4f4 none repeat scroll 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #da251c;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.bootsnav .side .widget.personal-info li {
	margin-bottom: 20px;
}
.navbar .side .widget li:last-child {
	margin-bottom: 0;
}
.bootsnav .side .widget.social li i {
	background: transparent;
}
.bootsnav .side .widget.social li a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bootsnav .side .widget.social li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
}
.bootsnav .side .widget.social li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
}
.bootsnav .side .widget.social li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
}
.bootsnav .side .widget.social li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
}
.bootsnav .side .widget.social li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
}
.bootsnav .side .widget.social li.dribbble a {
	background: #ea4c89 none repeat scroll 0 0;
}
.utf-site-heading h2 {
	color: #232323;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}
.utf-site-heading.clean h2 {
	padding-bottom: 0;
}
.utf-site-heading.clean h2 span {
	color: #da251c;
}
.utf-site-heading h2 span {
	color: #da251c;
}
.utf-site-heading.barber h2 span {
	color: #bc9355;
}
.utf-site-heading p {
	margin: 0;
}
.utf-site-heading.clean h2::after, .utf-site-heading.clean h2::before {
	display: none;
}
.utf-site-heading h2::before {
	background: #da251c;
	bottom: 5px;
	content: "";
	height: 3px;
	left: 0px;
	position: absolute;
	width: 50px;
	border-radius:4px;
}
.utf-site-heading.text-center h2::before {
	left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.utf-site-heading.text-center h2::after {
	left: 50%;
	margin-left: -40px;
}
.utf-site-heading h2 span {
	color: #da251c;
}
.utf-site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}
.carousel-shadow .utf-site-heading {
	margin-bottom: 45px;
}
.carousel-shadow .utf-site-heading {
	margin-bottom: 35px;
}
/* ============================================================== 
  # Page Heading 
=================================================================== */
.utf-page-heading {
	padding: 60px 0;
}
.utf-page-heading h1 {
	font-size: 60px;
	line-height:64px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #da251c;
	margin-bottom:0;
}
/* ============================================================== 
  # Bradcrumb 
=================================================================== */
.utf-breadcrumb-items .breadcrumb {
	background: transparent;
	margin: 0;
	text-align:center;
}
.utf-breadcrumb-items .breadcrumb li {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	color:#ffffff;
}
.utf-breadcrumb-items .breadcrumb li a{
	color:#da251c
}
.breadcrumb > li + li::before {
	color: #ffffff;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding: 0 5px;
}
.utf-breadcrumb-area .breadcrumb a, .utf-breadcrumb-area .breadcrumb li {
	font-weight: 600;
	text-transform: uppercase;
}
.utf-breadcrumb-area .breadcrumb li.active {
	color: #da251c;
}
/* ============================================================== 
  # Banner 
=================================================================== */
body, .utf-banner-area-block, .utf-banner-area-block div {
	height: 100%;
}
.utf-banner-area-block.auto-height, .utf-banner-area-block.auto-height div {
	height: auto;
}
.utf-banner-area-block .utf-box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.utf-banner-area-block .utf-box-table {
	display: table;
	width: 100%;
}
.utf-banner-area-block .utf-box-cell, .utf-banner-area-block .utf-box-cell div {
	height: auto;
}
.utf-banner-area-block {
	position: relative;
	overflow: hidden;
}
.utf-banner-area-block .content {
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.utf-banner-area-block.inc-dots .carousel-indicators {
	bottom: inherit;
	display: inline-block;
	left: auto;
	margin: -40px 0 0;
	position: absolute;
	right: 20px;
	top: 50%;
	width: auto;
}
.utf-banner-area-block.inc-dots .carousel-indicators li {
	border: 3px solid #ffffff;
	display: block;
	height: 20px;
	margin: 10px 0;
	width: 20px;
}
.utf-banner-area-block.inc-dots .carousel-indicators li.active, .utf-banner-area-block.inc-dots .carousel-indicators li:hover {
	background: #da251c none repeat scroll 0 0;
}
.utf-banner-area-block .carousel-control {
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	margin-top: -25px;
	background: transparent;
	opacity: 1;
	z-index: 1;
}
.utf-banner-area-block .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
	color: #ffffff;
	text-shadow: inherit;
}
.utf-banner-area-block .carousel-control.shadow::after {
	background: #232323 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.utf-banner-area-block.text-normal h1 {
	font-size: 60px;
	line-height:60px;
	font-weight: 800;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.utf-banner-area-block.heading-only h2 {
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
}
.utf-banner-area-block .carousel-control.left {
	left: -50px;
}
.utf-banner-area-block:hover .carousel-control.left {
	left: 0;
}
.utf-banner-area-block:hover .carousel-control.shadow.left {
	left: 20px;
}
.utf-banner-area-block .carousel-control.right {
	right: -50px;
}
.utf-banner-area-block:hover .carousel-control.right {
	right: 0;
}
.utf-banner-area-block:hover .carousel-control.shadow.right {
	right: 20px;
}
.utf-banner-area-block.content-shadow .content {
	padding: 50px;
	position: relative;
	z-index: 1;
}
.utf-banner-area-block.content-shadow .content::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	border-radius:10px;
	border:10px solid rgba(0, 0, 0, 0.08);
	width: 100%;
	z-index: -1;
}
.utf-banner-area-block.content-shadow h1 {
	font-size: 80px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}
.utf-banner-area-block.content-shadow h2 {
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.utf-banner-area-block.content-shadow.text-theme h1 {
	color: #da251c;
}
.utf-banner-area-block.content-shadow.text-theme h2 {
	color: #da251c;
}
.utf-banner-area-block span {
	color: #da251c;
}
.utf-banner-area-block.navbar-transparent .content {
	margin-top: 85px;
}
.utf-banner-area-block.solid-transparent .content {
	margin-top: 60px;
}
.utf-banner-area-block.content-shadow.text-normal h2 {
	font-size: 30px;
	line-height: 1.3;
}
.utf-banner-area-block.typed-text h1 span {
	color: #da251c;
}
.utf-banner-area-block.content-shadow.text-normal h1 {
	font-size: 60px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.utf-banner-area-block.typed-text h1 {
	color: #ffffff;
	font-size: 60px;
    line-height: 60px;
	font-weight: 900;
	margin-bottom: 20px;
}
.utf-banner-area-block.typed-text h2 {
	color: #ffffff;
	font-weight: 600;
}
.utf-banner-area-block.typed-text span {
	color: #da251c;
}
.utf-banner-area-block.typed-text a, .utf-banner-area-block.large-heading a, .utf-box-table a.btn {
	margin-top: 15px;
	margin-right: 10px;
    font-weight: 500;
}
.utf-banner-area-block.large-heading h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.utf-banner-area-block.large-heading h2 {
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
}
.utf-banner-area-block.medium-heading h1 {
	color: #da251c;
	font-size: 80px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.utf-banner-area-block.medium-heading h2 {
	color: #ffffff;
	font-weight: 600;
	font-size: 40px;
	text-transform: capitalize;
}
.utf-banner-area-block.medium-heading a {
	margin-top: 25px;
}
.utf-banner-area-block.text-light p {
	padding: 0 10%;
}
.utf-banner-area-block.auto-height .utf-box-cell {
	padding: 200px 0;
}
.utf-banner-area-block.auto-height h1 {
	font-size: 54px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.utf-banner-area-block.auto-height.content-shadow h1 {
	margin-bottom: 20px;
}
.utf-banner-area-block.auto-height h2 {
	font-weight: 600;
    line-height: 1.5;
    margin: 0;
    font-size: 22px;
    text-transform: capitalize;
    color: #3a3a3a;
}
.utf-banner-area-block.auto-height.inc-button h1 {
	margin-bottom: 25px;
	font-weight: 600;
}
.utf-banner-area-block.auto-height.inc-button h2, .utf-banner-area-block.auto-height.inc-button h3, .utf-box-cell .content h3 {
	margin-bottom: 20px;
	font-weight: normal;
}
.utf-box-cell .content h3{
	font-size: 20px;
}
.utf-banner-area-block.auto-height.heading-uppercase h1 {
	text-transform: uppercase;
}
.utf-banner-area-block .item h1:first-child, .utf-banner-area-block .item h2:first-child, .utf-banner-area-block .item h3:first-child, .utf-banner-area-block .item h4:first-child, .utf-banner-area-block .item h5:first-child, .utf-banner-area-block .item h6:first-child {
	animation-delay: .5s;
}
.utf-banner-area-block .item h1:nth-child(2), .utf-banner-area-block .item h2:nth-child(2), .utf-banner-area-block .item h3:nth-child(2), .utf-banner-area-block .item h4:nth-child(2), .utf-banner-area-block .item h5:nth-child(2), .utf-banner-area-block .item h6:nth-child(2) {
	animation-delay: .7s;
}
.carousel-caption h1:nth-child(3), .carousel-caption h2:nth-child(3), .carousel-caption h3:nth-child(3), .carousel-caption h4:nth-child(3), .carousel-caption h5:nth-child(3), .carousel-caption h6:nth-child(3) {
	animation-delay: .9s;
}
.utf-banner-area-block .item p {
	animation-delay: .5s;
}
.utf-banner-area-block .item a, .utf-banner-area-block .item button {
	animation-delay: .7s;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
to {
	-webkit-transform: scale(1.2, 1.2);
}
}
 @-moz-keyframes zoom {
 from {
 -moz-transform: scale(1, 1);
}
to {
	-moz-transform: scale(1.2, 1.2);
}
}
 @-o-keyframes zoom {
 from {
 -o-transform: scale(1, 1);
}
to {
	-o-transform: scale(1.2, 1.2);
}
}
 @keyframes zoom {
 from {
 transform: scale(1, 1);
}
to {
	transform: scale(1.2, 1.2);
}
}
.carousel-inner .item > .slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}
.utf-banner-area-block .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}
#particles-js, #ripple {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/* ============================================================== 
  # Portfolio 
=================================================================== */
.utf-portfolio-area-item.default-padding {
	padding-bottom: 65px;
}
.mix-item-menu button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 8px 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	border-radius:6px;
    margin: 0 3px;
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.2);
}
.mix-item-menu.dots button {
	background: #ffffff;
    border: medium none;
    color: #666666;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 5px 18px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 3px;
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.2)
}
.mix-item-menu.dots button.active, .mix-item-menu.dots button:hover {
	background:#da251c;
	color: #ffffff;
}
.mix-item-menu {
	margin-bottom: 20px;
}
.mix-item-menu.dots button.active::after {
	background: #da251c none repeat scroll 0 0;
}
.mix-item-menu.dots button:last-child::after {
	display: none;
}
.mix-item-menu.center-circle button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	box-shadow: inherit;
	color: #666666;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.mix-item-menu.center-circle.text-left button {
	padding-left: 0;
}
.mix-item-menu.center-circle button.active::after {
	background: #f4f4f4 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 20px;
	left: 50%;
	margin-left: -20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 20px;
	z-index: -1;
}
.mix-item-menu.center-circle.text-left button.active, .mix-item-menu.center-circle.text-left button:hover {
	color: #da251c;
}
.mix-item-menu {
	text-align:center;
}
.utf-portfolio-area-item .item-info {
	padding-top: 15px;
}
.utf-portfolio-area-item .item-info h4 {
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #232323;
	font-weight: 600;
}
.utf-portfolio-area-item .text-light .item-info h4 {
	color: #ffffff;
}
.utf-portfolio-area-item .item-info h4 a {
	color: #232323;
}
.utf-portfolio-area-item .item-info h4 a:hover {
	color: #da251c;
}
.utf-portfolio-area-item .item-info .tags a {
	color: #999999;
	display: inline-block;
	padding-right: 5px;
	position: relative;
	z-index: 1;
}
.utf-portfolio-area-item .item-info .tags a:hover {
	color: #da251c;
}
.utf-portfolio-area-item .item-info .tags a::after {
	bottom: 0;
	content: ",";
	position: absolute;
	right: 0;
}
.utf-portfolio-area-item .item-info .tags a:last-child::after {
	display: none;
}
.utf-portfolio-area-item.info-shadow .item-info {
	background: #ffffff;
	text-align:left;
	border-radius:0 0 6px 6px;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	padding: 25px 30px;
}
.mix-item-menu.category-count button {
	background: #f4f4f4 none repeat scroll 0 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 8px !important;
	margin-left: 3px !important;
	margin-right: 3px !important;
	padding: 8px 20px;
	box-shadow:0 0px 10px rgba(0, 0, 0, 0.2);
}
.mix-item-menu button.active, .mix-item-menu button:hover {
	background:#da251c;
	color: #ffffff;
}
.mix-item-menu.category-count {
	margin-bottom: 30px;
}
.mix-item-menu.text-left button {
	margin-right: 5px;
}
.mix-item-menu.active-border.text-center button.active::after {
	left: 50%;
	margin-left: -15px;
}
.utf-portfolio-area-item .pf-item {
	float: left;
	padding: 15px;
	width: 33.333%;
}
.utf-portfolio-area-item .pf-item .effect-slide-up {
	border-radius: 6px;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.utf-portfolio-area-item .col-2 .pf-item {
	width: 50%;
}
.utf-portfolio-area-item .col-4 .pf-item {
	width: 25%;
}
.utf-portfolio-area-item .less-padding .pf-item {
	padding: 0;
}
.utf-portfolio-area-item .pf-item.width {
	width: 66.6667%;
}
.utf-portfolio-area-item .col-2 .pf-item.width {
	width: 100%;
}
.load-button {
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 15px;
}
.load-button i {
	margin-left: 5px;
}
.container-full .pf-item img {
	width: 100%;
}
.overlay-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.overlay-effect::after {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
}
.overlay-effect * {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.overlay-effect img {
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.overlay-effect .item-info {
	bottom: 0;
	height: auto;
	left: 0;
	padding: 20px;
	position: absolute;
	top: auto;
	width: 100%;
	z-index: 1;
}
.overlay-effect h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
.overlay-effect .item-info span {
	color: #ffffff;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	padding-right: 5px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.overlay-effect .item-info span::after {
	bottom: 0;
	content: ",";
	position: absolute;
	right: 0;
}
.overlay-effect .item-info span:last-child::after {
	display: none;
}
.overlay-effect .icons {
	position: absolute;
	bottom: 20px;
	left: 20px;
	opacity: 0;
	transform: translateY(-150%);
}
.utf-portfolio-area-item .overlay-effect .icons a {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #da251c;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.overlay-effect:hover .item-info h4, .overlay-effect.hover .item-info h4, .overlay-effect.hover .item-info span, .overlay-effect:hover .item-info span {
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
	opacity: 0;
}
.overlay-effect:hover .item-info .icons, .overlay-effect.hover .item-info .icons {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.utf-portfolio-area-item .pf-item .item-effect {
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-radius:6px;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.utf-portfolio-area-item .pf-item .item-effect::after {
	background: #232323 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
.utf-portfolio-area-item .pf-item:hover .item-effect::after {
	opacity: 0.6;
}
.item-effect {
	position: relative;
	overflow:hidden;
}
.item-effect img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}
.item-effect img {
	max-width: none;
	width: -webkit-calc(100% + 0px) !important;
	width: calc(100% + 0px) !important;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.item-effect .bottom-info {
	height: auto;
	left: 0;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}
.utf-portfolio-area-item.title-translate .item-effect .bottom-info {
	background: transparent;
}
.item-effect a {
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	text-transform: uppercase;
	font-weight: 600;
}
.item-effect a {
	background: #da251c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	margin-right: 5px;
	opacity: 0;
	text-align: center;
	transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
	-webkit-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
	-moz-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
	-ms-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
	-o-transition: opacity 0.2s ease 0s, transform 0.35s ease 0s;
	width: 40px;
	font-size: 18px;
}
.item-effect:hover a {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.effect-up .pf-item:hover a {
	opacity: 1;	
}
.effect-up .pf-item:hover img{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.effect-up.clean-text .item-effect .bottom-info {
	bottom: 0;
	height: auto;
	left: 0;
	padding: 20px;
	position: absolute;
	top: auto;
	width: 100%;
	z-index: 1;
}
.effect-up.clean-text .item-effect h2, .effect-up.clean-text .item-effect h3, .effect-up.clean-text .item-effect h4, .effect-up.clean-text .item-effect a {
	-webkit-transform: translate3d(0, 110px, 0);
	transform: translate3d(0, 110px, 0);
	text-transform: capitalize;
	font-weight: 500;
}
.effect-up.clean-text .item-effect h2, .effect-up.clean-text .item-effect h3, .effect-up.clean-text .item-effect h4 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	margin-bottom: 15px;
}
.effect-up.clean-text .item-effect:hover h2, .effect-up.clean-text .item-effect:hover h3, .effect-up.clean-text .item-effect:hover h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect-up.clean-text .item-effect:hover h2, .effect-up.clean-text .item-effect:hover h3, .effect-up.clean-text .item-effect:hover h4, .effect-up.clean-text .item-effect:hover a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.effect-up.clean-text .item-effect a {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	width: 40px;
}
/* Effect(3) left slide */
.effect-left-swipe {
	position: relative;
	overflow: hidden;
	background: #232323;
	border-radius: 6px;
	box-shadow:0 2px 12px rgba(0, 0, 0, 0.2);
}
.effect-left-swipe * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.effect-left-swipe img {
	width: 100%;
	position: relative;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-left-swipe:after {
	background: #da251c;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	content: '';
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: .9;
}
.effect-left-swipe .icons {
	height: auto;
	bottom: 25px;
	left: 30px;
	position: absolute;
	text-align: left;
	z-index: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-left-swipe .icons .cat span {
	color: #ffffff;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	position: relative;
	padding-right: 5px;
}
.effect-left-swipe .icons .cat span::after {
	bottom: 0;
	content: ",";
	position: absolute;
	right: 0;
}
.effect-left-swipe .icons .cat span:last-child::after {
	display: none;
}
.effect-left-swipe .cat, .effect-left-swipe h4 {
	display: block;
	opacity: 0;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.swipe-inline .effect-left-swipe .icons {
	bottom: 20px;
	left: 30px;
}
.swipe-inline .effect-left-swipe .cat {
	display: inline-block;
	margin-right: 3px;
	width: auto;
}
.effect-left-swipe h4 {
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.effect-left-swipe .cat {
	display: inline-block;
}
.effect-left-swipe:hover img, .effect-left-swipe.hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.effect-left-swipe:hover:after, .effect-left-swipe.hover:after {
	left: 0;
}
.effect-left-swipe:hover .icons .cat, .effect-left-swipe.hover .icons .cat, .effect-left-swipe:hover .icons h4, .effect-left-swipe.hover .icons h4 {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.effect-left-swipe:hover h4, .effect-left-swipe.hover h4, .effect-left-swipe:hover .cat, .effect-left-swipe.hover .cat {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-left-swipe > a {
	color: #da251c;
	font-size: 20px;
	opacity: 0;
	text-align:center;
	position: absolute;
	right: 0;
	top: 30px;
	background: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 38px;
    border-radius: 4px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	z-index: 1;
}
.effect-left-swipe:hover > a, .effect-left-swipe.hover > a {
	opacity: 1;
	right: 30px;
}
/* Effect(4) slide up */
.effect-slide-up {
	position: relative;
	overflow: hidden;
	background-color: #da251c;
}
.effect-slide-up * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.effect-slide-up h4 {
	font-weight: 500;
	left: 30px;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-transform: capitalize;
	bottom: 55px;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 2;
}
.effect-slide-up .category {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	left: 30px;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-transform: capitalize;
	bottom: 25px;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	z-index: 2;
}
.item-middle .effect-slide-up a {
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
}
.item-middle .effect-slide-up h4 {
	bottom: auto;
	left: 0;
	margin-top: -25px;
	text-align: center;
	top: 50%;
	width: 100%;
}
.item-middle .effect-slide-up .category {
	bottom: auto;
	left: 0;
	margin-top: 3px;
	text-align: center;
	top: 50%;
	width: 100%;
}
.effect-slide-up .category span {
	display: inline-block;
	padding-right: 5px;
	position: relative;
	z-index: 1;
}
.effect-slide-up .category span::after {
	bottom: 0;
	content: ",";
	position: absolute;
	right: 0;
}
.effect-slide-up .category span:last-child::after {
	display: none;
}
.effect-slide-up:hover img, .effect-slide-up.hover img {
	opacity: 0.15;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.effect-slide-up:hover h4, .effect-slide-up.hover h4, .effect-slide-up:hover .category, .effect-slide-up.hover .category {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.effect-slide-up:hover:before, .effect-slide-up.hover:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: skew(-45deg) translateX(50%);
	transform: skew(-45deg) translateX(50%);
}
.effect-slide-up:hover:after, .effect-slide-up.hover:after {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: skew(-45deg) translateX(75%);
	transform: skew(-45deg) translateX(75%);
}
/* ============================================================== 
  # Portfolio Details 
=================================================================== */

.portfolio-details-area .pf-item {
	padding: 0;
	width: auto;
	overflow: hidden;
	-moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}
.portfolio-details-area h2 {
	font-weight: 700;
}
.portfolio-details-area h4 {
	line-height: 1.4;
	margin-bottom: 25px;
}
.portfolio-details-area .right-info {
	padding-left: 25px;
}
.portfolio-details-area .left-info a {
	display: block;
	margin-bottom: 30px;
}
.portfolio-details-area .left-info a img{
	border-radius: 6px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
}
.portfolio-details-area .left-info a:last-child {
	margin: 0;
}
.portfolio-details-area .projects-info li {
	border-bottom: 1px solid #e7e7e7;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 7px;
	padding-bottom: 7px;
	text-align: left;
	text-transform: capitalize;
}
.portfolio-details-area .projects-info li span {
	color: #868686;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 6px;
    text-transform: capitalize;
}
.portfolio-details-area .projects-info li i {
	color: #666666;
	margin-right: 8px;
}
.portfolio-details-area .projects-info {
	margin: 25px 0;
}
.portfolio-details-area .projects-info li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}
.portfolio-details-area .share-projects h4, .portfolio-details-area .share-projects ul {
	float: left;
}
.portfolio-details-area .share-projects ul li {
	display: inline-block;
}
.portfolio-details-area .share-projects ul li a {
	background: #232323 none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 42px;
	margin-right: 5px;
	text-align: center;
	width: 40px;
}
.portfolio-details-area .share-projects ul li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
}
.portfolio-details-area .share-projects ul li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
}
.portfolio-details-area .share-projects ul li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
}
.portfolio-details-area .share-projects ul li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
}
.portfolio-details-area .share-projects ul li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
}
.portfolio-details-area .share-projects ul li.dribbble a {
	background: #ea4c89 none repeat scroll 0 0;
}
.portfolio-details-area .share-projects h4 {
	margin: 0;
}
.portfolio-details-area .share-projects {
	overflow: hidden;
}
.portfolio-details-area .utf-site-heading {
	margin-bottom: 30px;
}
.portfolio-details-area .related-projects .pf-item .item-info h4 {
	font-weight: 500;
	margin: 0 0 5px;
	text-transform: capitalize;
}
.portfolio-details-area .related-projects .pf-item .item-info h4 a {
	color: #232323;
}
.portfolio-details-area .related-projects .pf-item .item-info h4 a:hover, .portfolio-details-area .related-projects .pf-item .item-info a:hover {
	color: #da251c;
}
.portfolio-details-area .related-projects .pf-item .item-info a {
	color: #999999;
	display: inline-block;
	padding-right: 5px;
	position: relative;
	z-index: 1;
}
.portfolio-details-area .related-projects .pf-item .item-info a::after {
	bottom: 0;
	content: ",";
	position: absolute;
	right: 0;
}
.portfolio-details-area .related-projects .pf-item .item-info a:last-child::after {
	display: none;
}
.portfolio-details-area .related-projects .pf-item .item-info {
	padding: 20px 30px;
	border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 6px 6px;
    border-top: 0;
}
.portfolio-details-area .related-projects .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 6px solid #999999;
	height: 16px;
	margin:5px;
	border-radius:40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 16px;
}
.portfolio-details-area .related-projects .owl-dots .owl-dot.active span, .portfolio-details-area .related-projects .owl-dots .owl-dot:hover span {
	border-color: #da251c;
}
/* ============================================================== 
  # Blog 
=================================================================== */

.utf-blog-area .utf-blog-items .equal-height, .utf-blog-area .utf-blog-items .utf-single-item {
	margin-bottom: 30px;
}
.utf-blog-area .item .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius:6px;

}
.utf-blog-area .item .thumb:hover {
	box-shadow:0 7px 20px rgba(0, 0, 0, 0.2);
}
.utf-blog-area .item:hover  .thumb{
	border-radius:16px;
}
.utf-blog-area .item:hover  .info .date h4 {
	background-color: #004b94;
}
.utf-blog-area .item .info .date {
	background: #da251c;
	display: inline-block;
	margin-bottom: 15px;
	text-align: left;
	width: auto;
	border-radius:4px;
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
}
.utf-blog-area .item .info .date h4 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0 15px;
	text-transform: capitalize;	
}
.utf-blog-area.single-blog .item .info .date h4 {
	padding: 15px 40px;
}
.utf-blog-area .info {
	background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.15);
	padding: 30px 25px;
	border-radius:0 0 6px 6px;
}
.utf-blog-area .info h4 {
	font-size: 18px;
	line-height:40px;
	font-weight: 600;
	overflow: hidden;
	height: 40px;
	text-transform: capitalize;
}
.utf-blog-area .info p {
height: 100px;
	overflow: hidden;
}
.utf-blog-area .item:hover .info h4 a {
	color: #da251c;
}
.utf-blog-area .info .meta li {
	color: #999999;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	margin-right: 10px;
}
.utf-blog-area .info .meta li i {
	margin-right: 5px;
    font-weight: 500;
    font-size: 13px;
    margin-top: -4px;
    vertical-align: middle;
	color:#da251c;
}
.utf-blog-area .info .meta li a {
	color: #999999;
	text-transform: capitalize;
}
.utf-blog-area .info .meta {
	margin-bottom: 15px;
}
.utf-blog-area .item:hover .info .meta li a {
	color: #da251c;
}
.utf-blog-area .info > a {
	color: #da251c;
    font-weight: 400;
    text-transform: capitalize;
}
.utf-blog-area .info > a i{
	vertical-align:middle;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.utf-blog-area .info > a:hover i{
	padding-left:6px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.utf-blog-area .info > a.btn-dark {
	color: #ffffff;
}
.utf-blog-area .info > a:hover {
	color: #232323;
}
.utf-blog-area.full-blog .pagi-area nav {
	text-align:center;
}
.utf-blog-area .pagi-area .pagination {
	margin: 0;
}
.utf-blog-area .pagi-area .pagination li a {
	border: 1px solid #e7e7e7;
	color: #232323;
	font-weight: 500;
	padding: 10px 18px;
	margin-top: 5px;
}
.utf-blog-area .pagi-area .pagination li a:hover {
	color: #da251c;
}
.utf-blog-area .pagi-area .pagination li.active a {
	background: #da251c none repeat scroll 0 0;
	border: 1px solid transparent;
	color: #ffffff;
}
.utf-blog-items .pagi-area{
	margin-top:20px;
}
.utf-blog-area.full-blog .info > a {
	margin-top: 5px;
}
.utf-blog-area .item blockquote {
	border-left: 5px solid #da251c;
    color: #414141;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: #eaeaea;
    border-radius: 6px;
    padding: 15px 20px;
    font-weight: 500;
}
.utf-blog-area.full-blog .utf-blog-items .equal-height {
	margin-bottom: 30px;
}
.utf-blog-area .item blockquote p {
	margin: 0;
}
.author-bio {
	border: 1px solid rgba(255, 255, 255, 0.8);
	-moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	display: block;
	margin-top: 30px;
	padding: 30px;
	width: 100%;
}
.post-tags {
	margin-top: 35px;
}
.author-bio .avatar {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}
.author-bio .content {
	display: table-cell;
	padding: 0 0 0 30px;
	vertical-align: middle;
}
.author-bio .content p {
	font-style: italic;
	margin: 0;
	padding-left: 20px;
	position: relative;
	z-index: 1;
}
.author-bio .content p::after {
	content: ",,";
	font-family: "Times New Roman";
	font-size: 50px;
	left: -5px;
	letter-spacing: -5px;
	opacity: 0.5;
	position: absolute;
	top: 18px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.author-bio .content h4 {
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 15px;
	padding-left: 20px;
	text-transform: capitalize;
}
.utf-blog-area.single-blog .post-tags span {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    text-transform: capitalize;
}
.utf-blog-area.single-blog .post-tags a {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #232323;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 3px 15px;
	text-transform: capitalize;
	border: 1px solid #e7e7e7;
}
.utf-blog-area.single-blog .post-tags a:hover {
	background-color: #da251c;
	color: #ffffff;
	border: 1px solid transparent;
}
.utf-blog-area.single-blog.color-yellow .post-tags a:hover {
	color: #ff9800;
}
.responsive-video {
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
}
.responsive-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.utf-blog-area.single-blog .info > h2 {
	font-weight: 600;
}
.utf-blog-area.single-blog .utf-blog-items .equal-height {
	margin: 0;
}
.utf-blog-area.single-blog .form-group.submit {
	margin-bottom: 0;
}
.utf-blog-area.single-blog .post-pagi-area {
	border-bottom: 1px solid #e7e7e7;
	margin: 30px 0 40px;
	overflow: hidden;
	padding: 0 0 15px;
}
.utf-blog-area.single-blog .post-pagi-area a {
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}
.utf-blog-area.single-blog .post-pagi-area a:hover {
	color: #da251c;
}
.utf-blog-area.single-blog .post-pagi-area a:last-child {
	float: right;
}
.utf-blog-area.single-blog .post-pagi-area a:first-child i {
	margin-right: 3px;
}
.utf-blog-area.single-blog .post-pagi-area a:last-child i {
	margin-left: 3px;
}
.utf-blog-area.single-blog .info {
	box-shadow: inherit;
	padding: 0;
}
.comments-list .commen-item .avatar {
	float: left;
	height: 100px;
	width: 100px;
}
.comments-list .commen-item .content {
	display: table-cell;
	vertical-align: top;
}
.comments-list .commen-item .avatar img {
	height: 80px;
    width: 80px;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.comments-list .commen-item {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comments-list .commen-item:last-child{
    margin-bottom: 50px;    
}
.comments-area {
	margin-top: 30px;
}
.comments-area .comments-title h2, .comments-area .comments-title h3, .comments-area .comments-title h4 {
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.comments-list .commen-item .content h3, .comments-list .commen-item .content h4, .comments-list .commen-item .content h5 {
	font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px;
}
.comments-info a {
	color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 1px 10px;
    text-transform: uppercase;
    background: #da251c;
    border-radius: 4px;
    float: right;
}
.comments-info a:hover {
	background:#232323;
	color: #ffffff;
}
.color-yellow .comments-info a:hover {
	color: #ff9800;
}
.comments-info a i {
	margin-right: 10px;
}
.comments-form input, .comments-form textarea {
	border: 2px solid #e7e7e7;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.comments-form textarea {
	min-height: 120px;
	padding-top:10px
}
.utf-blog-area.full-blog.single-blog .form-group.submit {
	margin-bottom: 0;
}
.comments-form button {
	background-color: #232323;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 20px;
	padding: 9px 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.comments-form button:hover {
	background-color: #da251c;
	border: 1px solid transparent;
	color: #ffffff;
}
.comments-area .commen-item .comments-info {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
    font-weight: 500;
    color: #969696;
}
.comments-form .title h2, .comments-form .title h3, .comments-form .title h4 {
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.utf-blog-area .contact-comments .comments {
	margin-top: 15px;
}
.utf-blog-area.single .utf-blog-items .item .contact-comments .col-md-6 {
	float: left;
	padding: 0 15px;
}
/* ============================================================== 
  # Video Button Play
=================================================================== */
.video-info.thumb {
	position: relative;
}
.video-info .video-info.thumb img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
.video-play-button {
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #ffffff;
	font-size: 20px;
	margin: 0;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #da251c repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.color-yellow .video-play-button:before {
	background: #ff9800 repeat scroll 0 0;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #da251c repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
}
.color-yellow .video-play-button:after {
	background: #ff9800 repeat scroll 0 0;
}
.video-play-button:hover, .video-play-button:focus {
	color: #ffffff;
}
.video-play-button:hover:after {
	background-color: #da251c;
}
.color-yellow .video-play-button:hover:after {
	background-color: #ff9800;
}
 @-webkit-keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
 0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
	margin-left: 5px;
}
/* ============================================================== 
  # About 
=================================================================== */
.utf-about-area-item.about-us .right-info h4 {
	margin-bottom: 10px;
	padding: 0 30px 20px;
	border-bottom: 3px #dfdfdf dotted;
	width: 80%;
}
.utf-about-area-item.about-us .right-info h2 {
	margin-bottom: 20px;

}
.utf-about-area-item.about-us .right-info p {
	font-size: 16px; line-height: 50px;
	padding: 0px 30px;
}
.about-me.utf-about-area-item .button-info a {
	margin-right: 10px;
}
.utf-about-area-item .left-info img{
	border-radius: 6px;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
	border:10px solid rgba(199, 0, 57, 0.8);
}
.utf-about-area-item li {
	font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 8px 15px;
    margin-bottom: 8px;
    font-size: 15px;
    display: inline-block;
}
.utf-about-area-item ul {
	display: block;
	margin-top: 20px;
	margin-bottom: -10px;
}
.utf-about-area-item.about-me ul {
	margin-bottom: 0;
}
.about-us.utf-about-area-item .left-info .thumb img {
	width: 100%;
}
.utf-about-area-item h2 {
	font-weight: 600;
}
.utf-about-area-item h4 {
	line-height: 1.4;
	margin-bottom: 20px;
}
.utf-about-area-item .left-info h4 {
	color: #232323;
}
.utf-about-area-item .right-info {
	padding-left: 35px;

	background: #f9f9f9;
}
.utf-about-area-item .right-info a {
	font-size:14px;
	margin-top: 20px;
}
.utf-about-area-item li a {
	margin: 0 !important;
}
.utf-about-area-item .button-info {
	position: relative;
}
.utf-about-area-item .button-info .video-play-button {
	left: 55px;
	position: relative;
	top: 20px;
}
.utf-about-area-item .button-info a {
	float: left;
}
.utf-about-area-item .button-info {
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}
.utf-about-area-item .video-play-button {
	color: #ffffff;
	font-size: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
/* ============================================================== 
  # Fun Factor 
=================================================================== */

.utf-fun-factor-area.bottom-less.default-padding {
	padding-bottom: 25px;
}
.fun-fact i {
	color: #ffffff;
	display: inline-block;
	font-size: 60px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}
.fun-fact i::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 20px;
}
.fun-fact {
    background: #d7132e;
    padding: 20px 15px;
    border-radius: 6px;
	text-align: center;
}
.fun-fact .timer {
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 900;
	margin-bottom: 10px;
    line-height: 40px;
}
.fun-fact .medium {
	color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 24px;
}
.utf-fun-factor-area .item {
	margin-bottom: 50px;
}
/* ============================================================== 
  # Services 
=================================================================== */
.utf-services-area .utf-services-items .equal-height {
	margin-bottom: 30px;
}
.utf-services-area .utf-services-items .equal-height .item {
	background: #ffffff none repeat scroll 0 0;
	padding: 40px 30px;
	border-radius:6px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	text-align: center;
}
.utf-services-area .utf-services-items .item i {
	display: inline-block;
    font-size: 40px;
    margin-bottom: 40px;
    color: #fff;
    background: #004b94;
	transform:rotate(45deg);
	border-radius: 6px;
	width: 90px;
    height: 90px;
    line-height: 90px;
	text-align: center;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}
.utf-services-area .utf-services-items .item h4 {
	font-weight: 600;
	text-transform: uppercase;
	line-height: 50px;
}
.utf-services-area .utf-services-items .item p {
	margin-bottom: 30px;
	color: #6d6d6d;
}
.utf-services-area .utf-services-items .equal-height  .item:hover h6{
color: #fff;
}
.utf-services-area .utf-services-items .equal-height .item::after {
	background: #d7132e;
	left: -100%;
	content: "";
	height: 100%;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 100%;
	z-index: -1;
}
.utf-services-area .utf-services-items .equal-height .item:hover::after {
	left: 0;
}
.utf-services-area .utf-services-items .equal-height .item i, .utf-services-area .utf-services-items .equal-height .item h4, .utf-services-area .utf-services-items .equal-height .item p {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.utf-services-area .utf-services-items .equal-height .item:hover h4, .utf-services-area .utf-services-items .equal-height .item:hover p {
	color: #ffffff;
}
.utf-services-area .utf-services-items .equal-height .item:hover i{
	background:#ffffff;
	color:#da251c;
}
.utf-services-area .utf-services-carousel .item {
	text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
	margin:8px 0px;
	-moz-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}
.utf-services-area .utf-services-carousel .owl-dots .owl-dot span {
	background: #ffffff;
	border: 3px solid #999999;
	height: 20px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 20px;
}
.utf-services-area .utf-services-carousel .owl-dots .owl-dot.active span, .utf-services-area .utf-services-carousel .owl-dots .owl-dot:hover span {
	border-color: #da251c;
}
.utf-services-area .utf-services-carousel .owl-dots {
	margin-top: 20px !important;
	text-align: left !important;
}
.utf-services-area .utf-services-carousel.utf-services-items .owl-nav {
	margin-top: 30px;
	text-align: center;
}
.utf-services-area .utf-services-carousel.utf-services-items .owl-nav .owl-prev, .utf-services-area .utf-services-carousel.utf-services-items .owl-nav .owl-next {
	background: #da251c;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    left: -25px;
    line-height: 40px;
    border-radius: 40px;
    margin-top: -20px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
	box-shadow:0px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.utf-services-area .utf-services-carousel.utf-services-items .owl-nav .owl-next {
    left: auto;
    right: -25px;
}
/* ============================================================== 
  # Contact Area 
=================================================================== */
.utf-contact-area h2 {
	font-size:22px;
	font-weight: 600;
	position:relative;
	margin-bottom: 22px;
    padding-bottom: 5px;
}
.utf-contact-area h2:after {
	background:#da251c;
    position: absolute;
    content: '';
    left: 0px;
    bottom: -7px;
    height: 3px;
    width: 40px;
    border-radius: 30px;
}
.utf-contact-area h4, .utf-contact-area h4 a {
	line-height: 1.6;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #616161;
}
.utf-contact-area h4 a:hover{
	color:#da251c;
}
.utf-contact-area .right-info {
	padding-left: 35px;
}
.utf-contact-area .right-info a {
	margin-top: 10px;
}
.utf-contact-area .address-info i, .utf-contact-area .address-info p {
	display: table-cell;
	vertical-align: middle;
}
.utf-contact-area .address-info p {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin: 0;
	padding-left: 20px;
    font-size: 16px;
}
.utf-contact-area .address-info p span, .utf-contact-area .address-info p span a {
	color: #888888;
    display: block;
    font-weight: normal;
    font-size: 15px;
}
.utf-contact-area .address-info p span a:hover{
	color:#da251c
}
.utf-contact-area .address-info i {
	background: #da251c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	-o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
	color: #ffffff;
	font-size: 26px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
.utf-contact-area .address-info li {
	margin-bottom: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.utf-contact-area .utf-contact-form input {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border: 2px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	padding: 18px 12px;
}
.utf-contact-area .utf-contact-form input:focus, .utf-contact-area .utf-contact-form textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.utf-contact-area .utf-contact-form textarea {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border: 2px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	padding: 10px 12px;
	min-height: 120px;
}
.utf-contact-area .utf-contact-form button {
	background: #da251c none repeat scroll 0 0;
	border: medium none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin-top: 15px;
	padding: 10px 30px;
	text-transform: uppercase;
}
.utf-contact-area .utf-contact-form button i {
	margin-left: 5px;
}
.utf-contact-area .utf-contact-form .loader {
	margin-left: 5px;
}
.utf-contact-form-area .alert-notification {
	margin-top: 15px;
	padding: 0;
}
.utf-contact-form-area .alert-notification .alert-error {
	background: #e7e7e7 none repeat scroll 0 0;
	color: red;
	margin-top: 0;
	text-align: left;
}
.utf-contact-form-area.bg-fixed .alert-notification .alert-error {
	background: #ffffff none repeat scroll 0 0;
	color: red;
	margin-top: 0;
	text-align: left;
}
.google-maps-area iframe {
	height: 400px;
	margin-bottom:60px;
	width: 100%;
	border: 5px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}
/* ============================================================== 
  # Team 
=================================================================== */
.utf-team-area .item {
	position: relative;
}
.utf-team-area .item .info {
	background: #ffffff none repeat scroll 0 0;
	padding: 30px;
	position: relative;
	text-align: center;
	border-radius:0 0 6px 6px;
	-moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.utf-team-area .info p {
	margin: 0;
}
.utf-team-area .item .info h4, .utf-team-area .item .info h4 a {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.utf-team-area .item .info h4 a:hover{
	color:#da251c
}
.utf-team-area .item .info span {
	color: #da251c;
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.utf-team-area .item .social li {
	display: inline-block;
}
.utf-team-area .item .social li a {
	background: #ffffff none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 42px;
	margin: 0 3px;
	text-align: center;
	width: 40px;
}
.utf-team-area .item .social li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
}
.utf-team-area .item .social li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
}
.utf-team-area .item .social li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
}
.utf-team-area .item .social li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
}
.utf-team-area .item .social li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
}
.utf-team-area .item .social li.dribbble a {
	background: #ea4c89 none repeat scroll 0 0;
}
.utf-team-area .thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius:6px 6px 0 0;
}
.utf-team-area .thumb:before {
    opacity: 0.8;
    background: linear-gradient(to bottom, transparent 40%, #000000);
    transition: opacity .3s;
	position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
}
.utf-team-area .item:hover .thumb:before {
    opacity: 0.8;
    background: linear-gradient(to bottom, transparent 40%, #000000);
    transition: opacity .3s;
	position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
}
.utf-team-area .thumb .social {
	bottom: -100px;
	left: 0;
	padding: 15px;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.utf-team-area .item:hover .social {
	bottom: 0;
}
.utf-team-area .utf-team-items .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
    border: 6px solid #999999;
    height: 16px;
	margin:5px;
    border-radius: 40px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 16px;
}
.utf-team-area .utf-team-items .owl-dots .owl-dot.active span, .utf-team-area .utf-team-items .owl-dots .owl-dot:hover span {
	border-color: #da251c;
}
.carousel-shadow .owl-stage-outer {
	margin: 0 -15px;
	padding: 15px;
}
/* ============================================================== 
  # Clients 
=================================================================== */
.utf-clients-area .clients-items.utf-clients-carousel .owl-dots {
	margin-bottom: -10px;
	margin-top: 20px;
}
.utf-clients-area .clients-items img {
	margin: auto;
	width: auto;
}
.utf-clients-area .clients-items .item {
	background: rgb(255, 255, 255, 1);
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 8px 5px;
}
.utf-clients-area .clients-items .owl-dots .owl-dot span {
	background: #ffffff none repeat scroll 0 0;
	border: 3px solid #999999;
	height: 20px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 20px;
}
.utf-clients-area .clients-items .owl-dots .owl-dot.active span, .utf-clients-area .clients-items .owl-dots .owl-dot:hover span {
	border-color: #da251c;
}
.utf-clients-area.bg-theme .clients-items .owl-dots .owl-dot span {
	border: 3px solid #e9e9e9;
}
.utf-clients-area.bg-theme .clients-items .owl-dots .owl-dot.active span, .utf-clients-area.bg-theme .clients-items .owl-dots .owl-dot:hover span {
	background: #da251c none repeat scroll 0 0 !important;
}
.utf-clients-area .clients-items .owl-nav {
	margin: 0;
}
.utf-clients-area .clients-items .owl-nav .owl-prev, .utf-clients-area .clients-items .owl-nav .owl-next {
	background: #da251c;
	color: #ffffff;
	font-size: 20px;
	height: 40px;
	left: -30px;
	line-height: 40px;
	border-radius:40px;
	margin-top: -20px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 40px;
	box-shadow:0px 3px 5px 0 rgba(0, 0, 0, 0.2);
}
.utf-clients-area .clients-items .owl-nav .owl-next {
	left: auto;
	right: -30px;
}
/* ============================================================== 
  # Footer 
=================================================================== */
footer {
	line-height: 50px;
	padding: 30px 0;
}
footer p {
	line-height: 50px;
	margin: 0;
}
footer .copyright a {
	color: #da251c;
}
footer .utf-footer-social li {
	display: inline-block;
}
footer .utf-footer-social li a {
	background: #232323 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	width: 40px;
	margin-right: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
footer .utf-footer-social li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
}
footer .utf-footer-social li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
}
footer .utf-footer-social li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
}
footer .utf-footer-social li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
}
footer .utf-footer-social li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
}
footer .utf-footer-social li.dribbble a {
	background: #ea4c89 none repeat scroll 0 0;
}
footer.bg-dark .copyright {
	border-color: #303030;
}
footer .menu li {
	display: inline-block;
}
footer .menu li a {
	color: #666666;
	padding: 5px 12px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 500;
}
footer.bg-dark .menu li a {
	color: #ffffff;
}
footer .menu li a:hover {
	color: #da251c;
}
footer.bg-dark .copyright {
	border-color: #303030 !important;
}
footer.centerd .copyright {
	border-top: 1px solid #e7e7e7;
	line-height: inherit;
	margin-top: 20px;
	padding-top: 20px;
}
footer.centerd .copyright p {
	line-height: inherit;
}
footer.centerd.bg-dark .copyright p {
	color: #ffffff;
}
footer.centerd .logo {
	margin-bottom: 20px;
}
footer.centerd {
	line-height: inherit;
}
footer.centerd .utf-footer-social {
	margin-bottom: 20px;
}
footer .menu li a::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 2px;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	width: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
footer.bg-light .menu li a::after {
	background-color: #da251c;
}
footer .menu li:last-child a::after {
	display: none;
}
footer .copyright.border {
	border-top: 1px solid;
	margin-top: 25px;
	padding-top: 20px;
}
footer.bg-light .copyright.border {
	border-color: #e7e7e7;
}
/* ============================================================== 
  # 404 
=================================================================== */
.utf-error-page-area h1 {
	font-size: 150px;
	font-weight: 900;
	line-height: 110px;
	margin-bottom: 30px;
}
.utf-error-page-area a {
	margin-top: 15px;
	font-weight: 600;
}
.utf-error-page-area h2 {
	font-weight: 600;
}
.utf-error-page-area h1 {
}
/* ============================================================== 
  # Demo 
=================================================================== */
.utf-demo-area .utf-single-item {
	box-shadow: 0 0 10px #cccccc;
	position: relative;
	z-index: 1;
	padding: 15px;
}
.utf-demo-area .item {
	margin-bottom: 50px
}
.utf-demo-area .utf-single-item .info {
	background: #f3f6f8 none repeat scroll 0 0;
	color: #333;
	padding: 15px 10px;
	text-align: center;
	margin-top: 15px;
}
.utf-demo-area .utf-single-item .info h4 {
	color: #232323;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
}
.utf-banner-area-block .demo-banner h1 {
	font-weight: 700;
	margin-bottom: 30px;
}
.utf-banner-area-block .demo-banner img {
	height: auto;
	margin-bottom: 20px;
	max-height: 150px;
}
.utf-demo-area .def-heading h2 {
	font-weight: 900;
	margin: 30px 0;
	text-transform: uppercase;
	color: #333333;
}
.demo-footer {
	padding-bottom: 80px;
}
footer.demo .copyright {
	margin-top: 15px;
}
.utf-demo-area .comming-soon.item img {
	opacity: 0.3;
}
.utf-banner-area-block.demo-banner {
	padding: 50px 0;
}

.main-header {
	background: transparent;
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 999;
	transition: all 500ms ease;
	background: var(--thm-base);
}

.main-header:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	/*background-color: rgba(var(--thm-base-rgb), .15);*/
}

.main-header__top {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 2.5px 100px;
	background-color: var(--thm-black);
}

.main-header__top:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background-color: rgba(var(--thm-base-rgb), .15);
}

.main-header__top-left {
	position: relative;
	display: block;
	float: left;
}

.main-header__top-left-text {
	font-size: 14px;
	color: var(--thm-base);
	font-weight: 500;
	margin: 0;
}

.main-header__top-left-text a {
	position: relative;
	display: inline-block;
	color: var(--thm-base);
	font-weight: 400;
	transition: all 500ms ease;
}

.main-header__top-left-text a:hover {
	color: var(--thm-primary);
}

.main-header__top-left-text a:before {
	position: absolute;
	bottom: 9px;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--thm-base);
	height: 1px;
}

.main-header__top-right {
	position: relative;
	display: block;
	float: right;
}

.main-header__top-right-social-box {
	position: relative;
	display: block;
	float: left;
}

.main-header__top-right-social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 0;
}

.main-header__top-right-social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--thm-base);
	font-size: 15px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-right-social a:hover {
	color: var(--thm-primary);
}

.main-header__top-right-social a+a {
	margin-left: 15px;
}

.main-header__top-right-contact-box {
	position: relative;
	display: block;
	overflow: hidden;
	float: right;
	margin-left: 40px;
}



.main-header__top-right-contact li {
	position: relative;
	display: inline-block;
}

.main-header__top-right-contact li+li {
	margin-left: 25px;
}

.main-header__top-right-contact li a {
	font-size: 14px;
	color: var(--thm-base);
	font-weight: 700;
	transition: all 500ms ease;
}

.main-header__top-right-contact li a:hover {
	color: var(--thm-primary);
}


.main-menu {
	position: relative;
	padding: 0 50px;
	z-index: 91;
}

.main-menu-wrapper {
	position: relative;
	display: block;
}

.main-menu-wrapper__left {
	position: relative;
	display: block;
	float: left;
}

.main-menu-wrapper__logo {
	position: relative;
	float: left;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-right: 60px;
}

.main-menu-wrapper__main-menu {
	position: relative;
	display: block;
	float: right;
	text-align: right;
}


.main-menu-wrapper__right {
	position: relative;
	display: block;
	float: right;
	padding: 20px 0;
}

.main-menu-wrapper__search-box-cart-box {
	position: relative;
	display: block;
	float: left;
}

.main-menu-wrapper__search-box-cart-box>a {
	position: relative;
	display: inline-block;
	padding: 14px 0px;
}

.main-menu-wrapper__search {
	font-size: 24px;
	color: var(--thm-base);
	margin-right: 30px;
	transition: all 500ms ease;
}

.main-menu-wrapper__search:hover {
	color: var(--thm-primary);
}

.main-menu-wrapper__cart {
	font-size: 24px;
	color: var(--thm-base);
	margin-right: 30px;
	transition: all 500ms ease;
}

.main-menu-wrapper__cart:hover {
	color: var(--thm-primary);
}

.main-menu-wrapper__btn-box {
	position: relative;
	display: block;
	float: left;
}

.toptel{height: auto;overflow: hidden;background: url(../img/toptel.png) left  no-repeat;padding-left:60px;float: right;  margin-bottom: 20px;}
.toptel span{display: block;color: #777;font-size:12px;line-height: 25px; }
.toptel p{font-size:28px;line-height: 25px; margin: 0;}



.main-menu-wrapper__btn:hover {
	background-color: var(--thm-base);
	color: var(--thm-primary);
}


.stricky-header.main-menu {
	padding: 0 50px;
	background-color: var(--thm-base);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
	display: none;
}

@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list ul {
		display: flex;
	}
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
	padding-top: 38px;
	padding-bottom: 38px;
	position: relative;
}
.main-menu .main-menu__list>li::after{position: absolute;content: "";width: 0%;height: 5px;left:0; background: #cdd5e3;z-index: -1; bottom: 42px;transition:.4s;}
.main-menu .main-menu__list>li:hover::after{width: 100%;}
.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
	margin-left: 55px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	color: var(--thm-gray);
	position: relative;
	transition: all 500ms ease;
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
	content: '';
	width: 12px;
	height: 4px;
	border-radius: 5px;
	background-color: var(--thm-gray);
	position: absolute;
	top: 50%;
	bottom: 0px;
	left: -22px;
	transition: transform 500ms ease;
	transform: scale(0) translateY(-50%);
	z-index: -1;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
	width: 100%;
}

.main-menu .main-menu__list>li.current::after,
.main-menu .main-menu__list>li:hover::after,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
	width: 100%;
}

.main-menu .main-menu__list>li.current>a::before {

	width: 100%;
}

.main-menu .main-menu__list>li:hover>a::before {

	width: 100%;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	min-width: 220px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	transition: 500ms ease;
	z-index: 99;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
	border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
	font-size: 16px;
	line-height: 30px;
	color: var(--thm-black);
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 500ms;
	text-align: center;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
	background-color: var(--thm-primary);
	color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
	top: 0;
	left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
	top: 0;
	left: auto;
	right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
	display: none;
}

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	visibility: hidden;
	transform: translateY(-120%);
	transition: transform 500ms ease, visibility 500ms ease;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
	.stricky-header {
		display: none !important
	}
}

.stricky-header.stricky-fixed {
	transform: translateY(0);
	visibility: visible;
}

.stricky-header .main-menu__inner {
	box-shadow: none;
	padding-right: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.mobile-nav__buttons {
	display: flex;
	margin-left: auto;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.mobile-nav__buttons {
		display: none;
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--thm-black);
	cursor: pointer;
}

.mobile-nav__buttons a+a {
	margin-left: 10px;
}

.mobile-nav__buttons a:hover {
	color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
	font-size: 20px;
	color: var(--thm-primary);
	cursor: pointer;
	transition: 500ms;
	margin-right: 20px;
}

.main-menu .mobile-nav__toggler:hover {
	color: var(--thm-base);
}

@media (min-width: 1200px) {
	.main-menu .mobile-nav__toggler {
		display: none;
	}
}

/*首页标题*/
.in_title{ text-align: center; position: relative; padding-bottom: 10px;}
.in_title:after{
	content: "";
	position: absolute;
	bottom:0;
	height: 2px;
	background: #da251c;
	width: 40px;
}
.in_title h4{ color: var(--thm-gray); font-size: 36px; position: relative; z-index: 2;}
.in_title p{ position: absolute; z-index: 1; width: 100%; top:30px; color: rgba(102,102,102,0.05); font-size: 72px; font-family: Impact; text-transform: uppercase; letter-spacing:1rem}
.in_title span{ font-size: 16px; color: var(--thm-gray); margin-top: 10px; display: block; }
.in_title b{ text-align: center; color: var(--thm-primary); font-size: 35px; margin-top: 10px;}
@media screen and (max-width:768px){
	.in_title p{ font-size: 35px;}
	.in_title h4{ font-size: 24px;}
	.in_title h4 b{ font-size: 24px;}
	.in_title span{ font-size: 13px; margin-top: 5px;}
	#end_nav li{ width: 25%!important;}
	#end_nav {

		height: 120px!important;
	}
}


/*é¦–é¡µ*/
#khal{ margin: 0;}
#khal .swiper-slide { background-position: center; position: relative;}
#khal .swiper-slide img{ max-width: 100% !important; height: auto;}

#khal .gallery-thumbs { height: auto; text-align: left; background: #f5f5f5;}
#khal .gallery-thumbs .swiper-wrapper{ padding: 0; max-height: 400px; background: #202b3f;}
#khal .gallery-thumbs .swiper-slide { border-bottom: 1px dotted #eeeeee; cursor: pointer; color: #fff; font-size: 16px; height: 50px!important; line-height: 50px; padding-left: 60px;}
#khal .gallery-thumbs .swiper-slide-thumb-active { color: #fff;  background: #da251c!important;}

#in_cp_title{ background: #004b94; color: #fff; padding: 30px 50px 20px; }
#in_cp_title p{ font-size: 26px; font-family: Bahnschrift; text-transform: uppercase;}
#in_cp_title span{ display: block; position: relative; font-size: 14px; padding: 5% 0;}

#in_cp_tel{ display: inline-block; width: 100%; margin: 0; background: #f4f6f8; padding: 7%;}
#in_cp_tel p { float: left; color: #333; margin-right: 10px;}
#in_cp_tel span{ color: #333!important; font-size: 16px; font-family: Bahnschrift;}
.nopadding{ padding: 0}

#khal .gallery-top { height: auto; padding: 0;}
#khal .gallery-top .big{ width: 100%; float: right; background: #f6f7fc;}
#khal .gallery-top .big li{ margin: 0;}
#khal .gallery-top .big .pic{ width: 100%; height: 0; padding-bottom:100%; position: relative; overflow: hidden;}
#khal .gallery-top .big .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center;}
#khal .gallery-top .big .pic:after{ content: "";
	background: url(../img/pro_bg.jpg) bottom no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 50px;
}
#khal .gallery-top .big .pic dl{ position: absolute; left: 0; top: 0; background: #009944; z-index: 1; width: 60px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; text-align: center; color: #fff; padding: 2% 0 5%;}
#khal .gallery-top .big .pic dl dt{ font-weight: normal; position: relative; line-height: 22px; padding: 10px 0;}
#khal .gallery-top .big .pic dl dt i{ font-size: 20px;}
#khal .gallery-top .big .pic dl dt:before{ position: absolute; width: 50%; left: 25%; bottom: 0; height: 1px; background: rgba(255,255,255,0.5); content: '';}
#khal .gallery-top .big .font{ padding: 5% 4% 0;}
#khal .gallery-top .big .font .tit{ color: #0051a3; font-size: 24px; font-weight: bold; position: relative; text-align: left;}
#khal .gallery-top .big .font .tit:after{ content: ""; background: #da251c; position: absolute; bottom: 0; height: 2px; width: 40px; left: 0;}
#khal .gallery-top .big .font .content{ color: #999; text-align: left;  border-bottom: 1px #dfdfdf solid; margin-bottom: 20px; padding-bottom: 20px; font-size: 14px;}
#khal .gallery-top .big .font dl{ border-top: 1px dashed #c5c5c5; padding: 5% 0; margin: 0;}
#khal .gallery-top .big .font dl dt{ height: 30px; line-height: 30px; font-weight: normal; color: #333333; margin-right: 2%; transition:0.3s;}
#khal .gallery-top .big .font dl dt span{ color: #009944; font-weight: bold;}
#khal .gallery-top .big .font dl dt i{ float: left; margin-right: 10px; color: #0054a3; font-size: 20px;}
#khal .gallery-top .big .in_cp_ico .col-6{  height: 30px; padding: 10px 0; margin: 10px auto; position: relative; padding-left: 30px; text-align: left; color: #999;}
#khal .gallery-top .big .in_cp_ico .col-6 i{ position: absolute;top: 5px; left: 0; width: 25px;  height: 25px;  display: inline-block;}
#khal .gallery-top .big .in_cp_ico .col-6:nth-of-type(1) i{ background: url("../img/incp1.png") left no-repeat; }
#khal .gallery-top .big .in_cp_ico .col-6:nth-of-type(2) i{ background: url("../img/incp2.png") left no-repeat; }
#khal .gallery-top .big .in_cp_ico .col-6:nth-of-type(3) i{ background: url("../img/incp3.png") left no-repeat; }
#khal .gallery-top .big .in_cp_ico .col-6:nth-of-type(4) i{ background: url("../img/incp4.png") left no-repeat; }
#khal .gallery-top .small{ width:100%; background: #fff; padding:30px 0 0; text-align: center; margin: 0}
#khal .gallery-top .small li{ display: inline-block; padding: 1%; transition:0.3s;}
#khal .gallery-top .small li .pic{ width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
#khal .gallery-top .small li .pic:after{ content: "";
	background: url(../img/pro_bg.jpg) bottom no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	width: 100%;
	height:40px;
}
#khal .gallery-top .small li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition: 0.3s;}
#khal .gallery-top .small li .pic dl{ position: absolute; left: 0; top: 0; background: #009944; z-index: 1; width: 60px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; text-align: center; color: #fff; padding: 2% 0 5%;}
#khal .gallery-top .small li .pic dl dt{ font-weight: normal; position: relative; line-height: 22px; padding: 10px 0;}
#khal .gallery-top .small li .pic dl dt i{ font-size: 20px;}
#khal .gallery-top .small li .pic dl dt:before{ position: absolute; width: 50%; left: 25%; bottom: 0; height: 1px; background: rgba(255,255,255,0.5); content: '';}
#khal .gallery-top .small li .tit{ background: #f5f5f5; color: #666666; font-size: 16px; line-height: 40px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#khal .gallery-top .small li:hover img{ transform: scale(1.1);}


@media (min-width: 768px) and (max-width: 1200px){
	#khal .gallery-top .big .font .tit{ font-size: 18px;}
}

.item-tools { height: 48px; line-height: 48px; text-align: center; width:100%; overflow: hidden;}
.item-tools a { display: block; float: left; flex: 1; border-radius: 5px; color: #ffffff; margin-right: 10px;  background-color: #004b94; }
.item-tools .btn-free { background: url("../img/view_ico.png") 15px center no-repeat #004b94; padding-left: 15px; color: #fff; }
.item-tools .btn-ask { background: url("../img/zx_ico.png") 15px center no-repeat #da251c; padding-left: 15px; color: #fff; }
.item-tools .btn-tel { background:#fff; padding-left: 10px; color: #da251c; border: 1px #dfdfdf solid;  line-height:22px; }
.item-tools .btn-tel b{ font-weight: bold; font-size: 16px }
.item-tools a:hover { color: #ffffff; opacity: 0.6; }
.item-tools .btn-ask:hover { background-color: #004b94; color: #fff; }
.item-tools .btn-tel:hover { background: #004b94; color: #fff;opacity: 1; }

@media (min-width: 768px) and (max-width: 1200px){
	#khal .gallery-thumbs .swiper-slide p{ font-size: 16px;}
	#khal .gallery-thumbs .swiper-slide span{ font-size: 12px;}
	#khal #top_tel .right span{ font-size: 24px;}
	#khal .gallery-top .big .font{ padding: 5%;}
	#khal .gallery-thumbs .swiper-slide{ height: auto; line-height: 15px; padding: 3% 0 3% 2%; border: none; background: #202b3f;}
	#khal .gallery-thumbs .swiper-slide p{ font-size: 14px;}
	#khal .gallery-thumbs .swiper-slide span{ font-size: 12px;}
	#khal .gallery-top .big,#khal .gallery-top .small{ width: 100%; float: none;}
	#khal .gallery-top .big .font{ padding: 5%;}
	#khal .gallery-top .small{ padding: 5px;}
	.item-tools{ width: 100%;}
	#khal .gallery-top .small li p{ font-size: 14px;}
	#khal .gallery-top .big .pic:after,#khal .gallery-top .small li .pic:after{
		height: 80px;
	}
}
@media screen and (max-width:768px){
	#khal .gallery-top .big .pic{ padding-bottom: 75%;}
	#khal .gallery-thumbs .swiper-wrapper{ height: auto;}
	.container, .container-sm {
		max-width: none;
	}
	#khal .gallery-thumbs .swiper-slide{ height: auto; line-height: 15px; padding: 3% 0 3% 2%; border: none; background: #202b3f;}
	#khal .gallery-thumbs .swiper-slide p{ font-size: 14px;}
	#khal .gallery-thumbs .swiper-slide span{ font-size: 12px;}
	#khal .gallery-top .big,#khal .gallery-top .small{ width: 100%; float: none;}
	#khal .gallery-top .big .font{ padding: 5%;}
	#khal .gallery-top .small{ padding: 5px;}
	.item-tools{ width: 100%;}
	#khal .gallery-top .small li p{ font-size: 14px;}
	#khal .gallery-top .big .pic:after,#khal .gallery-top .small li .pic:after{
		height:80px;
	}
}


#youshi{ margin: 5% 0 0; position: relative;}
.youshi_cp{ height: 500px; width: 100%}
.youshi_cp p{ font-size: 20px;}
#youshi .pic{ text-align: center;}
#youshi .pic img{ max-width: 100%;}
#youshi .font1{ left: 0; top:5%; width: 30%;}
#youshi .font2{ left: 0; top: 40%; width: 30%;}
#youshi .font2 .content{ width: 80% !important;}
#youshi .font3{ left: 0; bottom: 5%; width: 30%;}
#youshi .font4{ right: 0; top: 5%; width: 30%;}
#youshi .font5{ right: 0; top: 40%; width: 30%;}
#youshi .font5 .content{ width: 80% !important;}
#youshi .font6{ right: 0; bottom: 5%; width: 30%;}
#youshi .font{ position: absolute;}
#youshi .font .fontnr{ width: 70%;}
#youshi .font .tit{ position: relative; padding-bottom: 10px; }

#youshi .font .tit p{ color: #666666; font-size: 22px;  text-align: right;}
#youshi .font .tit span{ color: #666666; font-size: 16px;text-align: right; float:left;}
#youshi .font .content{ color: #666666; font-size: 15px; width: 65%; padding-top: 3%; line-height: 25px;text-align: right;}
#youshi .font .content span{ color: #079c49;}
#youshi .font .num{ width: 20%; position: relative; z-index: 1; margin: 0 10px;}
#youshi .font .num img{ width: 118px;}
#youshi .font4 .tit p ,#youshi .font5 .tit p ,#youshi .font6 .tit p { text-align: left!important;}
#youshi .font4 .tit span,#youshi .font5 .tit span,#youshi .font6 .tit span{text-align: left!important; float: left}
#youshi .font4 .tit:before,#youshi .font5 .tit:before,#youshi .font6 .tit:before{ left: auto; right: 0;}
#youshi .font4 .tit:after,#youshi .font5 .tit:after,#youshi .font6 .tit:after{ left: auto; right: 0;}
#youshi .font1 .fontnr,#youshi .font2 .fontnr,#youshi .font3 .fontnr,#youshi .font4 .num,#youshi .font5 .num,#youshi .font6 .num{ float: left;}
#youshi .font1 .num,#youshi .font2 .num,#youshi .font3 .num,#youshi .font4 .fontnr,#youshi .font5 .fontnr,#youshi .font6 .fontnr{ float: right;}
@media (min-width: 1200px) and (max-width: 1400px){
	#youshi .font2{ width: 26%;}
	#youshi .font5{ width: 30%;}
}
@media (min-width: 768px) and (max-width: 1200px){
	#youshi .font{ position: relative; width: 90%; clear: both; margin: 0 0 3% 5%;}
	#youshi .font .num img{ width: 100%;}

	#youshi .font1 .num,
	#youshi .font2 .num,
	#youshi .font3 .num{
		text-align: left;
		width: 25%;
		float: right;
	}
	#youshi .font1 .num .boxF,
	#youshi .font2 .num .boxF,
	#youshi .font3 .num .boxF{
		float: left;
	}
	#youshi .font4 .num,
	#youshi .font5 .num,
	#youshi .font6 .num{
		text-align: right;
		width: 25%;
		float: left;
	}

	#youshi .font4 .num .boxF,
	#youshi .font5 .num .boxF,
	#youshi .font6 .num .boxF{
		float: right;
	}
	#youshi .font .tit span{ float: none;}
	#youshi .font1 .fontnr,
	#youshi .font2 .fontnr,
	#youshi .font3 .fontnr{
		text-align: right;
		width: 70%;
		float: left;
	}
	#youshi .font4 .fontnr,
	#youshi .font5 .fontnr,
	#youshi .font6 .fontnr
	{
		text-align: left;
		width: 70%;
		float: right;
	}

}

#youshi .font4 .num,
#youshi .font5 .num,
#youshi .font6 .num{
	text-align: right;
	width: 25%;
	float: left;
}

#youshi .font4 .num .boxF,
#youshi .font5 .num .boxF,
#youshi .font6 .num .boxF{
	float: right;
}
#youshi .font .tit span{ float: none;}
#youshi .font1 .fontnr, #youshi .font2 .fontnr, #youshi .font3 .fontnr {
	text-align: right;
	width: 70%;
	float: left;
}
.boxF,
.boxS,
.boxT,
.overlay {
	width: 60px;
	height: 80px;
	overflow: hidden;
}
.boxF,
.boxS {
	visibility: hidden;
}
.boxF {
	transform: rotate(120deg);
	float: left;
	margin-left: 10px;
	-ms-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
}
.boxS {
	transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
}
.boxT {
	transform: rotate(-60deg);
	background: no-repeat 50% center;
	background-size: 125% auto;
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	visibility: visible;
}


@media screen and (max-width:765px){
	#youshi .font{ position: relative; width: 90%; clear: both; margin: 0 0 5% 5%;}
	#youshi .pic img{ max-width: 45%;}
	#youshi .font .num{ width: 20%;}
	#youshi .font .num img{ width: 100%;}
	#youshi .font .fontnr{ width: 70%;}
	#youshi .font .content , #youshi .font2 .content,#youshi .font5 .content{ width: 100%;}
	#youshi .font .tit:before{ width: 100%;}
	#youshi .font .tit{ line-height: 20px;}
	#youshi .font .tit p{ font-size: 18px;}
	#youshi .font .tit span{ font-size: 14px;}
	#youshi .font .content{ width: 100%; font-size: 14px; line-height: 25px;}

	#youshi .font4 .num, #youshi .font5 .num, #youshi .font6 .num {
		text-align: right;
		width: 15%;
		float: left;
	}
}
.cqfm{ margin-top: 3% !important;}
.cqfm li{ position: relative; margin-bottom: 6%;}
.cqfm li .pic{ width: 100%; height: 0; padding-bottom: 70%; position: relative; overflow: hidden;}
.cqfm li .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute; text-align: center; transition:0.3s; }
.cqfm li .newsTitBg{position: absolute;bottom: 0;left: 0;width: 100%;height: 20%; text-align: center; color: #fff; z-index: 1;transition:.4s; background: linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0 ,0) 100%);background: -o-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0 0,0) 100%);background: -ms-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0,0) 100%);background: -moz-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0,0) 100%);background: -webkit-linear-gradient(bottom,rgba(0,0,0,.7),rgba(0,0,0,0) 100%);}
.cqfm li p{ position: absolute;bottom: 0;left: 0; z-index: 3; width: 100%; height: 40px; line-height: 40px; text-align: center; color: #fff;}
.cqfm li:hover .newsTitBg{ height: 80%;}
.cqfm li:hover .pic img{ transform: scale(1.1);}

.explore-car {
	position: relative;
	display: block;
	padding: 80px 0 10px;
	background: url("../img/in_about_bg.jpg") top center #fff no-repeat;
}

.explore-car__container {
	position: relative;
	display: block;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.explore-car .section-title {
	margin-bottom: 46px;
}

.explore-car__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.explore-car__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: 1;
}

.explore-car__img:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--thm-black-rgb), .5);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transform: scaleX(0);
	transition: all 500ms ease;
	z-index: 1;
}

.explore-car__single:hover .explore-car__img:before {
	transform: scaleX(1);
}

.explore-car__img img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all 500ms ease;
	transform: scale(1);
}

.explore-car__single:hover .explore-car__img img {
	transform: scale(1.05);
}

.explore-car__icon {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 500ms ease;
	z-index: 1;
}

.explore-car__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--thm-base-rgb), .3);
	border-radius: 50%;
	z-index: -1;
}

.explore-car__single:hover .explore-car__icon:before {
	background-color: rgba(var(--thm-base-rgb), 1);
}

.explore-car__icon i {
	font-size: 20px;
	color: var(--thm-base);
	transition: all 500ms ease;
	opacity: .3;
}

.explore-car__single:hover .explore-car__icon i {
	opacity: 1;
	color: var(--thm-black);
}

.explore-car__content {
	position: relative;
	display: block;
	border: 1px solid #d7dce4;
	border-top: 0;
	padding: 34px 38px 28px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 500ms ease;
}

.explore-car__single:hover .explore-car__content {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
}

.explore-car__sub-title {
	font-size: 16px;
	color: var(--thm-gray);
	font-weight: 500;
	line-height: 26px;
}

.explore-car__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.explore-car__title a {
	color: inherit;
	transition: all 500ms ease;
}

.explore-car__title a:hover {
	color: var(--thm-primary);
}

.explore-car__price {
	font-size: 15px;
	margin: 0;
	line-height: 30px;
}

.explore-car__price span {
	font-size: 24px;
	font-weight: 700;
	color: var(--thm-primary);
}

.explore-car__details {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 23px;
}

.explore-car__details li {
	position: relative;
	float: left;
	border-right: 1px solid var(--thm-base);
}

.explore-car__details li:last-child {
	border-right: 0;
}

.explore-car__details li a {
	font-size: 12px;
	font-weight: 500;
	padding: 4px 21px;
	background-color: #e9edf2;
	display: inline-block;
	transition: all 500ms ease;
}

.explore-car__details li a:hover {
	color: var(--thm-primary);
}

.in_company{ background: #f4f6f8;
	padding:30px;}
.in_company img{  width: 100%}
.in_company_l{padding: 50px 50px 30px 80px;}
.in_company_t{position: relative; padding-top: 10px;color: #666; font-size: 14px;letter-spacing: 1.5px;}
.in_company_t:after{
	content: "introduction";
	text-transform: uppercase;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	top: 25px;
	color: rgba(102,102,102,0.05);
	font-size: 50px;
	font-family: Impact;
	letter-spacing: 1.5rem; }
.in_company_t b{color: #333; font-size: 28px;}
.in_company_t b span{color: #ed711d; font-size: 36px;}
.in_company_t sup{padding-left:110px; color: #666; font-size: 16px;}
.in_company_t sup:before{content: ""; width: 100px; height: 1px; background: #666; position: absolute; left: 0;top:10px}
.in_company_c{ margin: 30px 0;line-height: 40px; color: #666666; height: 160px; overflow: hidden;}
.in_company_cc a{ display: block; margin: 10px 0; color: #1568b4;}
.in_pp{padding: 15px;}


.service_tel{ background: url(../img/lc_tel.png) no-repeat 20px center #004b94; height: 50px; line-height: 50px; color: #fff; border-radius: 25px; padding-left: 60px; font-size: 18px; padding-right: 20px; margin: 50px auto 60px; width:360px;}
.service_tel:hover{ background: url(../img/lc_tel.png) no-repeat 20px center #d7132e; }
.service_tel span{ font-size: 26px; line-height: 50px;}


/*底部*/
#end_nr_bj{ background: #222222; width: 100%; height: auto; overflow: hidden; color: #fff; border-top: 8px solid #000000;}
#end_nr_bj .main{ padding: 2% 0; color: rgba(255,255,255,0.5);}
#end_nr_bj .main a{ color: rgba(255,255,255,0.5); transition: 0.3s;}
#end_nr_bj .main a:hover{ color: #fff;}

#end_nav{ margin: 0 auto !important; height: 60px; line-height: 60px; border-top: 1px solid rgba(255,255,255,0.1);}
#end_nav li{ float: left; width: 12%; height: 60px; line-height: 60px; font-size: 16px; color: rgba(255,255,255,0.2); text-align: center; transition:0.5s;}
#end_nav li a{ color: rgba(255,255,255,0.5); transition:0.3s;}
#end_nav li:hover a{ color: #fff;}

#end_nr_bj .left img{ max-width: 100%;}
#end_nr_bj .right{ text-align: right;}
#end_nr_bj .tit{ color: rgba(255,255,255,0.8); font-size: 16px; position: relative; padding-bottom: 10px; margin-bottom: 10px;}
#end_nr_bj .tit:before{ position: absolute; left: 0; bottom: 0; content: ''; height: 3px; width: 10%; background: #fff;}

#end_nr_bj .end_dh{ position: relative;}
#end_nr_bj .end_dh ul{ width: 50%; float: left;}

#end_nr_bj .end_lx{ position: relative;}
#end_nr_bj .end_lx i{ float: left; font-size: 20px; padding-right: 10px;}
#end_nr_bj .end_dh:before,#end_nr_bj .end_lx:before{ position: absolute; left: 0; top: 0; content: ''; width: 1px; height: 100%; background: rgba(255,255,255,0.1);}


.end_tel{ margin-top: 10%;}
.end_tel i{ float: left; color: #fff; font-size: 45px; margin: 15px 10px 0 0;}
.end_tel .left{ color: #fff; font-size: 16px;}
.end_tel .left span{ font-size: 30px; font-weight: bold;}

@media (min-width: 768px) and (max-width: 1200px) {
	#end_nr_bj .end_dh:before { left: 0;}
	.end_tel .left span{ font-size: 22px;}
}
@media screen and (max-width:768px){
	#end_nr_bj .main .right{ padding-top: 3%;}
	#end_nr_bj .main .right img{ max-width: 100%;}
}


#end_line{ height: auto; padding: 10px 0; line-height: 30px; text-align: center; color: rgba(255,255,255,0.2); border-top: 1px solid rgba(255,255,255,0.1);}
#end_line a{ color: rgba(255,255,255,0.2); transition:0.3s;}
#end_line a:hover{ color: #fff;}

.footer_zx{ height:60px; overflow: hidden; right:0; bottom:0; z-index: 20; width:100%; line-height: 25px; position: fixed; background-color:#009944;}
.footer_zx a{ color:#fff !important; display: block; width: 50%; height: 100%; float: left; text-align: center; background-color:#0048a1;}
.footer_zx a:last-of-type{ background: #444444;}
.footer_zx i{ font-size: 28px; padding: 4% 0 1%;}
.footer_zx p{font-size: 13px;}
.kb50{ height: 60px;}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding:80px 0 80px;
	background-repeat: no-repeat;
	height: 320px;
	background-size: cover;
	background-position: center center;
}

.page-header:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: 1;
}

.page-header__inner {
	position: relative;
	display: block;
	text-align: center;
	z-index: 3;
}

.thm-breadcrumb {
	padding-top: 3px;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: rgba(255, 255, 255, 0.66);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 18px;
	opacity: .7;
}

.thm-breadcrumb li:after {
	display: block;
	margin: 20px auto;
	content: "";
	background: #ff0000;
	width: 40px;
	height: 2px;
}
.page-header__inner h2 {
	font-size: 34px;
	color: #FFF;
	line-height: 74px;
	font-weight: 500;
}

/*News Page*/
.news-page {
	padding-top: 60px;
}


.index-search{ height:79px; border-bottom:1px solid var(--thm-gray2); overflow: hidden; line-height: 70px; background: #ffffff; }
.search-font{ font-size: 14px; align-items: center; line-height:70px; }
.search-form{ display: flex; align-items: flex-start; font-size: 14px;  border-left:1px solid var(--thm-gray2); }
.search-btn{ background:#1568b4; display: block; height:79px; border: 0; color: var(--thm-base); padding: 0 20px;}
.search-btn i{font-size: 1.2rem}
.search-form .fa-bars{ font-size:1.2rem; color:var(--thm-gray2); margin: 30px 20px; }
.search-form .input-txt{color: #666;  border: none;}
.float-left{ float: left!important;}
.float-right{ float: right!important;}


.crumbs {
	overflow: hidden;
	margin-top: 6px;
	float: right;
	padding-left: 25px;
	height: 48px;
	line-height: 54px;
	background: url(../images/home-icon.png) no-repeat left center;
	color: #b2b2b2;
	font-size: 13px;
	font-weight: normal;
	max-width: 400px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.crumbs a {
	color: #b2b2b2;
}
.crumbs a:hover {
	color: #237ed2;
	text-decoration: underline;
}
.about-param{	background-color: #fafafa; border: 1px #dfdfdf solid;}
.about-param .about-grid .grid-param { color: #333333; }
.about-param .about-grid .grid-param:not(:last-child) { border-right: 1px solid #ededed; }
.about-param .about-grid .grid-param strong { color: #da251c; font-family: Impact; font-size: 40px; margin-right: 5px; }

.about-container .about-img { border: 10px solid #f5f6f8; }
.about-container .about-txt { line-height: 2; font-size: 1rem; }
@media (min-width: 1200px) { .about-container .about-txt { line-height: 2.5; } }
.in_product  {width: 100%;}

.in_product .swiper-slide { width: 100%!important; }
.in_product .col-6 {text-align: center; position: relative; padding: 10px;}
.in_product .col-6 .img{width: 100%;padding-bottom: 75%;overflow: hidden;transition:all .4s;background: #fff; position: relative;}
.in_product .col-6 .img img{transition:all .4s;    width: 100%;    height: 100%;    position: absolute;    left: 50%;    top: 50%;    transform: translate(-50%,-50%);}
.in_product .col-6 .txt{height:160px;overflow: hidden;transition:all .4s;line-height: 35px; background: #fff;}
.in_product .col-6 .txt h4{ width: 90%; margin: 10px auto; font-size: 14px; height: 90px; overflow: hidden; line-height: 25px;}
.in_product .col-6 .txt h4 div{color: #333333;font-size: 18px;line-height: 30px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; position: relative; text-align: left; margin: 5px 0;}
.in_product .col-6 .txt h4 div:after{ content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 10%; background: #ed711d;}
.in_product .col-6 .txt .more{ width: 90%;margin: 0 auto; font-size: 14px;}
.in_product .col-6 .txt p{color: #999999;font-size: 14px;}
.in_product .col-6 .txt ul{display: none; padding:0 20px; list-style: none;}
.in_product .col-6 .txt ul li:nth-child(1) a{display: inline-block; padding:0 10px; background: #1568b4;color: #fff; font-size: 1rem; }
.in_product .col-6 .txt ul li:nth-child(2) a{display: inline-block;padding:0 10px; background: #ed711d;color: #fff; font-size: 1rem; }
.in_product .col-6 .txt ul li{ padding: 0}
.in_product .col-6:hover .txt{ height: 180px; margin-top: -20px; position: relative; z-index: 20; }
.in_product .col-6:hover .txt .more{display: none;}
.in_product .col-6:hover .txt ul{display: flex;}
.in_more a{display: inline-block;padding:0 50px;line-height: 50px;color: #fff;font-size: 16px;background: #c7301e;margin-top: 40px;transition:all .4s;}
.in_more a:hover{background: #323e4a;}


.de-page-mian {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: 10px 0 35px;
}
.de-page-mian .page-inner {
	display: inline-block;
	overflow: hidden;
}
.de-page-mian .page-inner a {
	display: block;
	float: left;
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	border: 1px solid #dddddd;
	background: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin-right: -1px;
	overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
	color: #fff;
	border-color: #237ed2;
	background: #237ed2;
}
.de-page-mian .page-inner a.prev {
	margin-right: 10px;
	background: #fff url(../../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
	background: #fff url(../../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
	margin-left: 10px;
	margin-right: 15px;
	background: #fff url(../../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
	background: #fff url(../../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
	font-size: 12px;
	margin-right: 0;
	width: 63px;
	margin-left: 10px;
}
.de-page-mian .page-inner span {
	display: block;
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 38px;
}
.de-page-mian .page-inner input {
	display: block;
	float: left;
	height: 36px;
	width: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin: 0 5px;
}


.cp_cb .swiper-slide1 { background-position: center; position: relative;}
.cp_cb .swiper-slide1 img{ max-width: 100% !important; height: auto;}

.cp_cb  { height: auto; text-align: left;}
.cp_cb .swiper-wrapper1{ padding: 0; height: 400px; background: #202b3f;}
.cp_cb  .swiper-slide1 { border-bottom: 1px dotted #eeeeee; cursor: pointer; color: #fff; font-size: 16px; height: 50px!important; line-height: 50px; padding-left: 60px;}
.cp_cb  .swiper-slide1:hover { color: #fff;  background: #da251c}

.in_cp_ico .col-6{  height: 30px; padding: 10px 0; margin: 10px auto; position: relative; padding-left: 30px; text-align: left; color: #999;}
.in_cp_ico .col-6 i{ position: absolute;top: 5px; left: 0; width: 25px;  height: 25px;  display: inline-block;}
.in_cp_ico .col-6:nth-of-type(1) i{ background: url("../img/incp1.png") left no-repeat; }
.in_cp_ico .col-6:nth-of-type(2) i{ background: url("../img/incp2.png") left no-repeat; }
.in_cp_ico .col-6:nth-of-type(3) i{ background: url("../img/incp3.png") left no-repeat; }
.in_cp_ico .col-6:nth-of-type(4) i{ background: url("../img/incp4.png") left no-repeat; }

.proaa{height: auto;overflow: hidden;}
.proaa strong{display: block;font-size: 26px;line-height: 40px; position: relative;margin-bottom: 20px; padding-bottom: 20px;}
.proaa strong:after{ content: ""; display: block;font-size: 26px;line-height: 40px; position: absolute;bottom: 0; width: 100px; height: 2px; background: #da251c}
.proaa p{clear: both; line-height: 30px;overflow: hidden; color: #777; height: 90px; border-bottom: 1px #dfdfdf solid;}
.proa .swiper-slide{ width: 100%; height: 0; padding-bottom: 75%;}
.proa .swiper-slide img{ width: 100%;}
.spec-items img{ transition: .2s;}
.spec-items img:hover{  opacity:.7;}
.spec-items .col-md-3{ padding-bottom: 15.5%; height: 0; overflow: hidden;}


.prob{background: #f4f6f8;}
.sidea{height: auto;overflow: hidden;border: 1px solid #efefef; padding-bottom: 20px;}
.sidea li{position: relative; line-height: 52px;height: 52px;transition:.4s; list-style: none; overflow: hidden; border-bottom: 1px #dfdfdf  dashed;}
.sidea li a{display: block;transition:.4s;text-indent: 1em;font-size: 15px;}
.sidea li:before {position: absolute;content: "";left: 0;top:0; width: 5px;height: 0px;background: #e77745;transition:.4s;}
.sidea li:hover:before {height: 100%;}
.sidea li:hover {background: #f6f6f6;}
.sideb li {height: auto;overflow: hidden;background: #f9f9f9;transition:.4s;position: relative;z-index: 3}
.sideb li:hover {background: #1c4f9a;}
.sideb li:hover span{color: #fff;}
.sideb li img{display: block;max-width: 100%;}
.sideb li span{display: block;text-align: center;line-height: 45px;}
.sidec li{height: auto;overflow: hidden;border-bottom: 1px solid #e9e9e9;}
.sidec li span{display: block;line-height: 40px;}
.sidec li p{line-height: 25px;color: #777;}
.sidec li p a{display: block;transition:.4s;}
.sidec li a:hover {color: #1b3d85;}
.sidetit{height: 100px;overflow: hidden;background: #1568b4;color: #fff;text-align: center;padding-top:10px; position: relative}
.sidetit h3 {line-height: 40px;height: 40px; color: #fff; font-size: 18px;
	border-bottom:1px rgba(255, 255, 255, 0.55) solid; width: 60%; margin: 0 auto}
.sidetit strong{display: block;font-size: 16px;color: #fff;line-height: 50px;height: 50px; text-transform: uppercase;}
.sideaa {background: #fff;height: auto;overflow: hidden;padding: 4%;}
.meta {
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	border-width: 1px 0;
	font-size: 12px;
	color: #808080;
	text-align: center;
}

.ciona{background: url(../images/ciona.png)  left center no-repeat #fff;color: #999;font-size: 13px;}
.cionb{background: url(../images/cionb.png)  left center no-repeat #fff;color: #999;font-size: 13px;}
.s_b p{margin-top: 8%;line-height: 25px;font-size: 13px;text-align: center;color: #777;}
.s_b .form-tr{margin-top: 3%;}
.s_b input {display: block;width: 100%;padding-left:10%;height: 50px;line-height: 50px;border: 1px solid #d8d8d8;}
.s_b .code{height: auto;overflow: hidden;}
.s_b .code input {width: 48%;float: left;}
.s_b .code img {cursor: pointer;float: right;border: 1px solid #d8d8d8;width: 48%;height: 50px;line-height: 50px;}
.s_b .submit {position: relative; display: block;width: 100%;height: 40px;text-align: center;line-height: 40px;background: #1f55a6;color: #fff !important;transition:.4s;letter-spacing: 1px;}
.s_b .submit span{position: relative;z-index: 3;}
.s_b .submit:hover {background: #d10000;}

.ptit{line-height: 70px;background: #fff;font-size: 16px;text-align: center;border-bottom: 1px solid #e8e8e8;}
.ptit a{display: block;transition:.4s;border-top:4px solid #fff;}
.ptit a:hover{border-top:4px solid #da251c;color: #da251c;}
.ptita{height: auto;overflow: hidden;position: relative;text-align: center;}
.ptita:before{content: ""; }
.ptita:after{content: "";}
.ptita strong{display: block;font-size:40px; color: #eef0f2;text-transform: uppercase;font-family: impact;}
.ptita span{display: block;font-size:32px;line-height: 50px;}
.ptita p{line-height: 40px;color: #777;font-size: 16px;}
.ptita i{font-size: 28px;color: #3966a7;}
.ptita .hr{margin:10px auto;
	position: relative;
	width: 52px;
	height: 11px;
	background-image: url(../images/bgt-firItem.png);
	background-size: auto;
	background-position: 0% 50%;
	background-repeat: no-repeat;
	-webkit-animation-name: bgSlideH;
	animation-name: bgSlideH;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.proca{height: auto;overflow: hidden;line-height: 30px;color: #777;}
.proca img{display: block;margin: 0 auto;max-width: 100%;}


.common-inner .inner-right .de-message {
	overflow: hidden;
	padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
	font-size: 13px;
	line-height: 55px;
	color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
	overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
	overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
	display: block;
	width: 658px;
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
	display: block;
	width: 658px;
	padding: 5px 10px;
	height: 168px;
	border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
	overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
	width: 188px;
	float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
	cursor: pointer;
	float: left;
	margin-left: 25px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
	margin-top: 15px;
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #237ed2;
	color: #fff;
	font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
	background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #f00;
	padding: 0 5px;
}
.forma{height: auto;overflow: hidden;}
.forma input{float: left;width: 32%;margin-right: 2%;line-height: 40px;padding-left: 2%;border: 1px solid #e6e6e6;}
.forma input:last-child{margin-right: 0px;}
.form-tr{margin-top: 2%;}


.common-inner .inner-right .de-message .mes-form .form-tr textarea {
	display: block;
	padding-left:2%;width: 100%;
	height: 90px;background: #fff;line-height: 35px;
	border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
	overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
	width: 188px;
	float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
	cursor: pointer;
	float: left;
	margin:0 25px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
	float: left;
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #237ed2;
	color: #fff !important;
	font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
	background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #f00;
	padding: 0 5px;
}
.common-inner .inner-right .de-contact {
	overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-list {
	overflow: hidden;
	margin: 25px 0 35px;
}
.common-inner .inner-right .de-contact .contact-list ul li {
	min-height: 28px;
	padding-left: 50px;
	float: left;
	width: 365px;
	font-size: 14px;
	color: #595959;
	line-height: 20px;
	padding-top: 8px;
	margin-bottom: 14px;
	word-wrap: break-word;
}
.common-inner .inner-right .de-contact .contact-list ul li span {
	display: block;
	float: left;
	color: #999;
}
.common-inner .inner-right .de-contact .contact-map {
	overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-map #dituContent {
	width: 100%;margin:0 auto;
	height: 360px;
}
.utf-contact-form .form-group{ margin-bottom:24px;}
.contact-map {
	overflow: hidden;
}
.contact-map #dituContent {
	width:100%;
	height: 475px;
	margin: 0 auto 30px;
}
.contact-map img{ max-width: none ;}
.contact-map label{ max-width: none ;}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	transform: translateX(-50%);
	transform-origin: right center;
	transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
	z-index: 999;
	visibility: hidden;
}

.mobile-nav__wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.mobile-nav__wrapper.expanded {
	opacity: 1;
	transform: translateX(0%);
	visibility: visible;
}

.mobile-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.5;
	cursor: pointer;
}

.mobile-nav__content {
	width: 300px;
	background-color: var(--thm-black);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.mobile-nav__content .thm-btn {
	padding: 8px 0;
	width: 100%;
	text-align: center;
}

.mobile-nav__content .logo-box {
	margin-bottom: 40px;
	display: flex;
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 18px;
	color: var(--thm-text-dark);
	cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 20px;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
	display: flex;
	justify-content: space-between;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	font-family: var(--thm-font);
	font-weight: 500;
	height: 46px;
	align-items: center;
	transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--thm-base);
	font-weight: bold;
}

.mobile-nav__content .main-menu__list li a button {
	width: 30px;
	height: 30px;
	background-color: var(--thm-primary);
	border: none;
	outline: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotate(-90deg);
	transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
	transform: rotate(0deg);
	background-color: #fff;
	color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	right: auto;
	transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
	font-size: 16px;
}

.mobile-nav__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
	color: var(--thm-text-dark);
}

.mobile-nav__container {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
	display: flex;
	align-items: center;
}

.mobile-nav__social a {
	font-size: 16px;
	color: var(--thm-primary);
	transition: 500ms;
}

.mobile-nav__social a+a {
	margin-left: 30px;
}

.mobile-nav__social a:hover {
	color: #ffffff;
}

.mobile-nav__contact {
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mobile-nav__contact li {
	color: var(--thm-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-nav__contact li+li {
	margin-top: 15px;
}

.mobile-nav__contact li a {
	color: #ffffff;
	transition: 500ms;
}

.mobile-nav__contact li a:hover {
	color: var(--thm-primary);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--thm-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	margin-right: 10px;
	color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
	display: none;
}
