/*========================================================================

	Template Name: Gortio - Multipurpose HTML Website Template
	Author: Rainbow Design

========================================================================*/

/*----------------------------------

	Table of contents
	
	01. Common
	02. Header
	03. Slider
	04. Features
	05. Services
	06. Counter area
	07. Our Work
	08. Subscribe
	09. Our testimonial
	10. About
	11. Blog
	12. Footer
	13. Inner heading
	14. Team
	15. Contact Us
	16. Gallery
	17. Pricing
	
	
----------------------------------*/

/* Theme Font Use */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/* font-family: 'Open Sans', sans-serif; */

/* ===================================
	01. Common
=================================== */
::selection {
	background-color: #333;
	color: #fff;
}
::-moz-selection {
 background-color: #333;
 color: #fff;
}
img {
	max-width: 100%;
}
body {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	color: #6C6D74;
	letter-spacing: 0.5px;
}
p {
	line-height: 24px;
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333;
	padding: 0px;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
	font-weight: 700;
}
h2 {
	font-size: 36px;
	font-weight: 700;
}
h3 {
	font-size: 26px;
	font-weight: 700;
}
h4 {
	font-size: 24px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
/* --- Background bg --- */
.gray-bg {
	background-color: #f5f5f5;
}
.bg-style-1 {
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0px;
	left: 0px;
	background-color: rgba(49,182,117,0.1);
	z-index: -1;
}
/* --- Top Scroll --- */
.scroll-top {
	display: none;
	position: fixed;
	bottom: 2px;
	text-align: center;
	right: 0.5em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	background-color: #31b675;
	text-decoration: none;
	border-radius: 100%;
	z-index: 9999;
}
.scroll-top:hover {
	color: #fff!important;
	text-decoration: none;
	background-color: #2CA066;
}
/* --- Buttons --- */
.btn-style-1 {
	background-color: #333;
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-1:hover {
	background-color: rgba(25, 128, 239,1);
	color: #fff;
	text-decoration: none;
}
.btn-style-2 {
	background-color: #606060;
	color: #fff;
	border: 0;
	border-radius: 4px;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-style-2:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
/* --- Loading --- */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	text-align: center;
	height: 100%;
	vertical-align: middle;
	height: 100%;
	overflow: visible;
	background-color: #fff;
}
#preloader .spinner-grow {
	top: 50%;
	position: relative;
}
/* --- section title --- */
.section-title h2 {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 8px;
	position: relative;
}
.section-title h2:before {
	position: absolute;
	content: '';
	background-color: #333;
	height: 2px;
	width: 50px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -15px;
}
.section-title h2:after {
	position: absolute;
	content: '';
	background-color: #333;
	height: 20px;
	width: 2px;
	left: 0px;
	right: 0;
	margin: auto;
	bottom: -15px;
}
/* ===================================
	02. Header
=================================== */
.header-upper-bar {
	background-color: #333;
}
.header-contact li a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	padding: 6px 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-contact li a:hover {
	color:rgba(25, 128, 239,1);
}
.header-contact li:first-child a {
	padding-left: 0px;
}
.header-social-icons {
	float: right;
	margin: 9px 8px 0px 0px;
}
.header-social-icons li {
	margin-right: 2px !important;
}
.header-social-icons li a {
	width: 35px;
	height: 35px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 35px;
}
.top-btn a {
	color: #FFF;
	padding: 12px 16px;
	font-size: 14px;
	display: inline-block;
	margin: 4px 0px;
	border-radius: 22px;
	font-family: 'Montserrat', sans-serif;
	background-color: #606060;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top-btn a:hover {
	background-color: rgba(25, 128, 239,1);
}
.header .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #333;
	padding: 26px 14px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-lover .navbar .nav-item .nav-link:hover, .header-lover .navbar .nav-item.active a {
	color: rgb(2,124,250);
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item {
	color: #212529;
}
.header-lover .navbar .nav-item.active .dropdown-menu .dropdown-item:hover {
	color: #fff;
}
.header-lover .navbar .nav-item:last-child .nav-link {
	padding-right: 0px;
}
.header .navbar-toggler span {
	background: #2D2E33;
}
.header .dropdown-menu {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #333;
	border-radius: 0px;
}
.header .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #dedede;
	padding: 12px 20px 12px 30px;
	position: relative;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0px;
}
.header .dropdown-menu .dropdown-item:hover {
	background-color: #333;
	color: #fff;
}
.header .dropdown-menu .dropdown-item:hover:before {
	background-color: #fff;
}
.header .dropdown-menu .dropdown-item:before {
	position: absolute;
	content: '';
	left: 15px;
	background-color: #999;
	top: 50%;
	width: 7px;
	height: 1px;
}
/*Navbar Toogle*/
.navbar-toggler {
	border: none;
	padding: 10px 6px;
	background-color: #f5f5f5;
	outline: none !important;
}
.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}
.navbar-toggler span + span + span {
	width: 10px;
}
/* sticky */
.sticky {
	position: fixed;
	top: 0px;
}
.is-sticky .header-lover {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 9999 !important;
	background-color: rgba(204,204,204,0.7);
}
 @media screen and (min-width: 768px) {
/* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
	display: block!important;
}
}
/* ===================================
	03. Slider
=================================== */
.slider .carousel-caption {
	top: 50%;
	bottom: auto;
	padding-top: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 0px;
	transform: translateY(-50%);
}
.slider .carousel-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	background-color: rgba(0,0,0,0.3);
}
.slider .carousel-caption .slider-caption-box {
	position: relative;
	z-index: 0;
}
.slider .carousel-caption h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 32px;
	text-transform: capitalize;
}
.slider .carousel-caption p {
	font-size: 15px;
	font-style: italic;
	line-height: 26px;
	margin-bottom: 20px;
}
.slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: transparent;
	border: 2px solid #fff;
}
.slider .carousel-indicators{
	bottom:15px;
}
.slider .carousel-indicators li.active {
	border-color: #fff;
	background-color: #333;
}
/* ===================================
	04. Features
=================================== */
.features-area {
	background-color: #f4f4f4;
}
.features-area .col-lg-4 {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.features-area .col-lg-4:last-child {
	border-right: 10px;
}
.feature-box h6 {
	color: #333;
	font-size: 12px;
	background-color:#f5f5f5;
	padding:6px 12px;
	border-radius:6px;
	display:inline-block;
}
.feature-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
/* ===================================
	05. Services
=================================== */
.service-box .service-icon i {
	font-size: 22px;
	height: 64px;
	width: 64px;
	background-color: #333;
	line-height: 64px;
	display: inline-block;
	text-align: center;
	color: #fff;
	box-shadow: 0 0px 0px 6px rgba(31, 113, 255, 0.18);
	border-radius: 100%;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.service-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.service-box a {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-box a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #333;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.service-box a:hover {
	color: #000;
}
.service-box:hover .service-icon i {
	background-color: #fff;
	color: #333;
	box-shadow: 0 0px 0px 6px #333;
}
/* service sidelink */
.service-sidelink {
	padding: 20px;
	background-color: #f7f7f7;
	width: 100%;
	display: inline-block;
}
.service-sidelink li {
	margin-bottom: 16px;
}
.service-sidelink li:last-child {
	margin-bottom: 0px;
}
.service-sidelink li a {
	color: #151515;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	padding: 0px 0px 0px 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service-sidelink li a:hover, .service-sidelink li.active a {
	padding-left: 40px;
	color: rgb(2,124,250);
}
.service-sidelink li a:hover:before, .service-sidelink li.active a:before {
	left: 10px;
	background-color: rgb(2,124,250);
}
.service-sidelink li a:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	left: 0px;
	background-color: #151515;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/* sidebar text widget */
.sidebar-text-widget {
	background: url(../img/services/sidebar.jpg) no-repeat center;
	background-size: auto;
	background-size: cover;
	text-align: center;
}
.sidebar-text-widget .opacity {
	padding: 25px;
	background: rgba(31,113,255,0.8);
	height: 100%;
}
.sidebar-text-widget p {
	color: #fff;
	margin-bottom: 0;
}
.sidebar-text-widget a {
	width: 156px;
	line-height: 40px;
	background: #fff;
	color: #121212;
	margin-top: 20px;
	display: inline-block;
}
.sidebar-text-widget a i {
	padding-left: 10px;
}
/* download brochure */
.download-brochure a {
	width: 100%;
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 25px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.download-brochure a i {
	border-right: 1px solid rgba(255,255,255,0.4);
	padding-right: 15px;
	margin-right: 10px;
	font-size: 18px;
}
.download-brochure a:hover {
	background-color: rgba(25, 128, 239,1);
}
.service-detail-content blockquote {
	background-color: #f5f5f5;
	padding: 22px;
	border-left: 2px solid #333;
}
.service-detail-content blockquote p {
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
}
.service-detail-content ul li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 15px;
	font-size: 14px;
}
.service-detail-content ul li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #333;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}
.service-detail-content ul li:last-child {
	margin-bottom: 0px;
}
/* ===================================
	06. Counter area
=================================== */
.counter-section {
	background-color: #121212;
	position: relative;
	z-index: 0;
	background-image: url(../img/bg/counter-area-bg.jpg);
	background-size: cover;
	background-position: center;
}
.counter-section:before {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.7);
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
}
.single-counter-box {
	position: relative;
	border-radius: 0px;
	background-color: #fff;
	padding: 40px 20px;
}
.single-counter-box .icon-wrap {
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin: auto auto 10px auto;
	font-size: 20px;
	border-radius: 100%;
	vertical-align: top;
	text-align: center;
	background-color: #333;
}
.single-counter-box .text-wrap .counter-info-text span {
	color: #333;
	font-weight: 800;
	font-size: 50px;
	line-height: 54px;
}
.single-counter-box .text-wrap h4 {
	color: #666;
	font-size: 14px;
	white-space: nowrap;
}
/* ===================================
	07. Our Work
=================================== */
.project-section {
	position: relative;
	z-index: 0;
}
.project-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.8);
	z-index: -1;
}
.project-bg {
	background-image: url(../img/bg/project-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display: none;
}
.portfolio-box {
	margin-bottom: 30px;
	position: relative;
}
.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
}
.portfolio-box .portfolio-box-img .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.6;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+2,0.9+99 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.9) 99%, rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.portfolio-box:hover .portfolio-box-img .hoverlay {
	opacity: 1;
}
.portfolio-box .readmore {
	color: #fff;
	font-size: 16px;
	border-radius: 100%;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #333;
}
.portfolio-box .hoverlay a:hover {
	color: #fff;
}
.portfolio-box .portfolio-box-des {
	position: absolute;
	bottom: 30px;
	left: 30px;
	background-color: transparent !important;
}
.portfolio-box .portfolio-box-des h5 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.portfolio-box .portfolio-box-des p {
	color: #fff;
}
.filter1 {
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
	padding: 0px 15px 0px 15px;
}
.filter1 li span {
	cursor: pointer;
	padding: 0px 12px 8px 12px;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 2px solid #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.filter1 li span:hover {
	color: #333;
	border-bottom: 2px solid #333;
}
.filter1 li span.active {
	color: #333;
	border-bottom: 2px solid #333;
}
/* project detail content */
.project-detail-content li {
	padding: 10px 30px 10px 0px;
	display: flex;
}
.project-detail-content li span {
	color: #1e1d24;
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
	padding-right: 20px;
	width: 120px;
	font-weight: 600;
	position: relative;
}
.project-detail-content li span:after {
	content: '';
	background-color: #e3e2e7;
	width: 1px;
	height: calc(100% + 22px);
	top: -11px;
	right: 0;
	position: absolute;
}
/* latest project box */
.latest-project-box {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
}
.latest-project-box h6 a {
	color: #333;
}
.latest-project-box h6 a span {
	color: #333;
	font-weight: 600;
}
/* ===================================
	08. Subscribe
=================================== */
.subscribe-area {
	background-color: #333;
}
.subscribe-area .form-wrap {
	flex: 1;
	min-width: 185px;
}
.subscribe-area h2 {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 8px;
}
.subscribe-area p {
	color: #fff;
}
.subscribe-area .form-wrap input {
	background: rgba(255,255,255,.34);
	min-height: 50px;
	padding: 16px 22px;
	width: 100%;
	border: 0px;
}
.subscribe-area .form-button {
	flex-grow: 0;
	margin-top: 0;
	min-height: 50px;
	margin-left: 8px;
}
.subscribe-area .form-button button {
	min-height: inherit;
	min-width: auto;
	width: 100%;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	border: 0px;
	padding: 0px 20px;
}
/* ===================================
	09. Our testimonial
=================================== */
.testimonial-item {
	position: relative;
	border-radius: 6px;
	margin-top: 0px;
}
.testimonial-item .img {
	display: inline-block;
	margin: auto;
	width: 100%;
}
.testimonial-item .img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.testimonial-position {
	float: left;
}
.testimonial-item h6 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-bottom: 0px;
}
.testimonial-item label {
	color: #333;
	margin-bottom: 0px;
}
.testimonial-item p {
	color: #fff;
	font-style: italic;
	font-size: 15px;
	margin-top: 20px;
	line-height: 24px;
	background-color: #333;
	padding: 25px;
	position: relative;
	border-radius: 4px;
	position: relative;
}
.testimonial-item p:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #333;
	top: -8px;
	left: 30px;
	transform: rotate(45deg);
}
.testimonial-item .rating-star i {
	color: #7dc146;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
	text-align: center;
	border: 2px solid #ccc !important;
	border-radius: 100%;
	font-size: 12px !important;
	width: 30px;
	line-height: 30px;
	height: 30px;
	margin: 0 4px !important;
	color: #333 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonial-carousel .owl-nav .owl-prev:hover, .testimonial-carousel .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #333;
}
/* ===================================
	10. About
=================================== */
.about-img-box {
	background-image: url(../img/bg/about-bg.jpg);
	background-size: cover;
	height: 570px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
.about-img-box:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
}
.about-content-box {
	padding: 40px;
}
.about-img-box h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: capitalize;
	font-size: 34px;
	font-weight: 600;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.24);
}
.about-text h3 {
	font-size: 34px;
	color: #333;
	position: relative;
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 6px;
}
.about-text h3:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	bottom: 0px;
	left: 0px;
	background-color: #333;
}
/* Progressbar */
.skill-progress .progress-title-holder {
	position: relative;
	font-size: 14px;
	color: #1e1e27;
	text-transform: capitalize;
	padding-bottom: 6px;
}
.skill-progress .progress-wrapper {
	width: 100%;
	z-index: 10;
}
.skill-progress .progress-mark {
	position: absolute;
	bottom: 0;
	line-height: 38px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.skill-progress .progress-outter {
	background-color: #e5e5e5;
}
.skill-progress .progress-content {
	width: 0%;
	background-color: #474d53;
}
.skill-progress .progress-content, .skill-progress .progress-outter {
	height: 20px;
}
.skill-progress .percent {
	color: #1e1e27;
	font-size: 12px;
}
.skill-progress .progress-content, .skill-progress .progress-outter {
	height: 10px;
}
.skill-progress .progress-content {
	background: #333;
}
.skill-progress .percent {
	position: relative;
}
.skill-progress .percent:before {
	background-color: #333;
	border-radius: 100%;
	bottom: -24px;
	content: "";
	height: 15px;
	position: absolute;
	right: 10px;
	width: 15px;
}
.skill-progress .skill-bar {
	margin-bottom: 24px;
}
.skill-progress .skill-bar:last-child {
	margin-bottom: 0px;
}
/* ===================================
	11. Blog
=================================== */
.blog-item {
	border: 1px solid #eee;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blog-item .blog-item-img {
	overflow: hidden;
}
.blog-item .blog-item-img img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.blog-item:hover .blog-item-img img {
	transform: scale(1.1);
}
.blog-item .blog-item-title a {
	font-size: 18px;
	color: #333;
}
.blog-item .blog-item-meta li {
	float: left;
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 0px 12px;
}
.blog-item .blog-item-meta li:first-child {
	padding-left: 0px;
}
.blog-item .blog-item-meta li:last-child {
	padding-right: 0px;
}
.blog-item .blog-item-meta li:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background-color: #ccc;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}
.blog-item .blog-item-meta li:last-child:after {
	display: none;
}
.blog-item .blog-item-meta li a {
	color: #333;
}
.blog-item .readmore-border {
	background-color: #f5f5f5;
}
.blog-item .readmore {
	font-size: 12px;
	color: #333;
	text-decoration: none;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-item .readmore:hover {
	color: #000;
}
.blog-item .readmore:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #333;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.blog-item:hover {
	border: 1px solid #333;
}
/* post sidebar item */
.post-sidebar-item {
	background-color: #f7f7f7;
	width: 100%;
	display: inline-block;
}
.post-sidebar-item h5 {
	display: inline-block;
	padding: 10px;
	min-width: 100%;
	font-weight: 400;
	letter-spacing: .1em;
	background: #333;
	color:#fff;
}
/* form post search */
.form-post-search {
	position: relative;
}
.form-post-search input {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 65px;
	width: 100%;
	min-height: 60px;
	padding: 17px 22px;
	background: #ffffff;
	border-width: 2px;
	border-color: #151515;
}
.form-post-search button {
	position: absolute;
	text-align: center;
	padding: 0 5px;
	right: 0;
	top: 50%;
	height: 50px;
	width: 60px;
	font-size: 20px;
	line-height: 50px;
	border: none;
	outline: none;
	transform: translateY(-50%);
	box-shadow: none;
	background: transparent;
	cursor: pointer;
	transition: all 250ms ease;
}
.form-post-search button i {
	font-size: 18px;
}
.form-post-search button:hover {
	color: #333;
}
/* blog categories */
.blog-categories {
	padding: 30px;
}
.blog-categories li {
	margin-bottom: 14px;
}
.blog-categories li a i {
	font-size: 12px;
	padding-right: 6px;
}
.blog-categories li a {
	color: #151515;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog-categories li a:hover {
	color: #333;
}
.blog-categories li:last-child {
	margin-bottom: 0px;
}
/* popular posts */
.post-list {
	padding: 30px;
	display: inline-block;
}
.post-list li {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
	display: inline-block;
}
.post-list li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}
.post-list .featured-thumbnail {
	position: relative;
	float: left;
	margin-bottom: 0px;
	width: 30%;
	overflow: hidden;
	margin-right: 15px;
}
.post-list .post-content h4 {
	line-height: 18px;
}
.post-list .post-content h4 a {
	font-size: 15px;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-list .post-content h4 a:hover {
	color: #333;
}
.post-list .time {
	color: #000;
}
/* Popular Tags */
.popular-tags {
	padding: 30px;
	display: inline-block;
}
.popular-tags a {
	color: #151515;
	padding: 6px 12px;
	background-color: #fff;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 4px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popular-tags a:hover {
	background-color: #333;
	color: #fff;
}
/* blog detail page */
.blog-detail-page blockquote {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
}
.blog-detail-page blockquote p {
	font-style: italic;
	font-size: 16px;
	line-height: 28px;
}
.blog-detail-page blockquote .blockquote-footer:before {
	background-color: #333;
	height: 2px;
	content: "";
	display: inline-block;
	width: 30px;
	margin-right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.blog-detail-page blockquote .blockquote-footer {
	font-size: 12px;
}
/* comments area */
.comments-area .comment-reply-title {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.comments-area input {
	background-color: #f6f6f6;
	border: 1px solid #e3e2e7;
	color: #767676;
	box-shadow: inset 0 0 0 1px #f6f6f6;
	min-height: 50px;
	padding: 12px;
}
.comments-area textarea {
	background-color: #f6f6f6;
	color: #767676;
	box-shadow: inset 0 0 0 1px #f6f6f6;
	padding: 12px;
	border: 1px solid #e3e2e7;
}
/* ===================================
	12. Footer
=================================== */
footer {
	background-color: #252525;
}
.footer-top .footer-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 30px;
	text-transform: uppercase;
}
/* footer social */
.footer-social a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #3c3c3c;
	border-radius: 100%;
	margin-right: 6px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-social a:hover {
	background-color: #333;
}
/* footer link */
.footer-link li {
	position: relative;
	margin-bottom: 12px;
}
.footer-link li a {
	color: #ccc;
	font-size: 12px;
	padding-left: 20px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-link li a:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: #666;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}
.footer-link li a:hover {
	color: #333;
}
.footer-link li:last-child {
	margin-bottom: 0px;
}
/* footer popular tags */
.footer-popular-tags a {
	background-color: #252525;
	color: #ccc;
	padding: 6px 12px;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 6px;
	border: 1px solid #303133;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-popular-tags a:hover {
	background-color: #333;
}
/* footer contact us */
.footer-contact-us li {
	margin-bottom: 20px;
	color: #ccc;
}
.footer-contact-us li:last-child {
	margin-bottom: 0px;
}
.footer-contact-us li h5 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 8px;
}
.footer-contact-us li a {
	color: #ccc;
}
.footer-contact-us li a:hover {
	color: #FFF;
}
/* copyright footer */
.copyright-footer {
	border-top: 1px solid rgba(255,255,255,0.1);
}
/* ===================================
	13. Inner heading
=================================== */
.inner-heading {
	position: relative;
	z-index: 0;
	background-color: #ededed;
}
.inner-heading h1 {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	color: #333;
	margin-top: 15px;
	line-height: 34px;
}
.inner-heading .breadcrumb {
	background-color: transparent;
	padding: 6px 0px;
	margin: 0px;
}
.inner-heading .breadcrumb a {
	color: #333;
}
.inner-heading .breadcrumb a:hover {
	color: #333;
}
.inner-heading .breadcrumb a i {
	padding-right: 2px;
}
.inner-heading .breadcrumb li.active {
	color: #333;
}
/* ===================================
	14. Team
=================================== */
.team-item {
	background-color: #f5f5f5;
	position: relative;
}
.team-item .content {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 90%;
	padding: 20px 20px 20px 70px;
	background: #fff;
	-webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.team-item .content .social-icon {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 5px 0;
	border-right: 1px solid rgba(255,255,255,0.2);
	width: 50px;
	text-align: center;
	background-color: #333;
}
.team-item .content .social-icon li {
	display: block;
	padding: 9px 0;
}
.team-item .content .social-icon li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.team-item:hover .content {
	background-color: #333;
}
.team-item .content h4, .team-item .content p, .team-item .content .post {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.team-item:hover .content h4, .team-item:hover .content p, .team-item:hover .content .post {
	color: #fff;
}
/* ===================================
	15. Contact Us
=================================== */
.contact-info-box {
	width: 100%;
	display: inline-block;
}
.contact-info-box .contact-info-box-icon {
	margin-right: 15px;
	position: relative;
	color: #ffffff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 34px;
	display: inline-block;
	float: left;
	text-align: center;
	border-radius: 100%;
	background-color: #c8c8c8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-info-box:hover .contact-info-box-icon {
	-webkit-box-shadow: 0px 0px 0px 6px rgba(228,228,228,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(228,228,228,1);
	box-shadow: 0px 0px 0px 6px rgba(228,228,228,1);
}
.contact-info-box .contact-info-content {
	float: left;
}
.contact-info-box .contact-info-content a {
	color: #333;
}
.contact-info-box .contact-info-content a:hover {
	color: #333;
}
.contact-form input {
	background-color: #f6f6f6;
	border: 1px solid #e3e2e7;
	height: 55px;
}
.contact-form textarea {
	background-color: #f6f6f6;
	border: 1px solid #e3e2e7;
}
.map-area iframe {
	width: 100%;
	height: 400px;
	border: 0px;
}
.help-block.with-errors ul {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: 10px;
}
/* ===================================
	16. Gallery
=================================== */
.gallery-box {
	margin-bottom: 30px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.gallery-box .gallery-box-img {
	position: relative;
	overflow: hidden;
}
.gallery-box .gallery-box-img .hoverlay {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0.6;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: rgba(0,0,0,0.7);
}
.gallery-box:hover .gallery-box-img .hoverlay {
	opacity: 1;
}
.gallery-box .readmore {
	color: #fff;
	font-size: 30px;
	border-radius: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	transform: translateY(-50%);
	top: 50%;
	text-align: center;
}
.gallery-box .hoverlay a:hover {
	color: #fff;
}
/* ===================================
	17. Pricing
=================================== */
.pricing-plan-box {
	padding: 0px 0px 30px 0px;
	border: 1px solid #f8f8f8;
	text-align: center;
	border-radius:6px;
	background-color:#f5f5f5;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-header {
	background-color: #4c454c;
	padding: 30px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-plan-box .plan-name h3 {
	font-size: 20px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-plan-box .price-wrap {
	align-items: flex-end;
	display: flex;
	font-size: 20px;
	line-height: 0.7;
	color: #fff;
	text-align: center;
	justify-content: center;
	margin: 0px 0 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-plan-box .price-wrap .plan-price {
	font-size: 40px;
	font-weight: 900;
}
.pricing-plan-box .plan-features {
	margin: 30px 30px 30px 30px;
}
.pricing-plan-box ul li {
	padding-bottom: 12px;
	padding-top: 12px;
}
.pricing-plan-box ul li i {
	color: #4261e4;
	padding-right: 6px;
}
.pricing-plan-box ul li + li {
	border-top: none;
}
.pricing-plan-box.active, .pricing-plan-box:hover {
	border: 1px solid #4261e4;
}
.pricing-plan-box:hover .pricing-header, .pricing-plan-box.active .pricing-header {
	background-color: #4261e4;
}
/* 503 */
.bg-fff { background-color: #FFF;}
.bg-eee { background-color: #EEE;}
.bg-ddd { background-color: #DDD;}
.bg-ccc { background-color: #CCC;}
.con-503 {
	text-align: center;
	padding: 100px 0px;

}
.super-size {
	font-size: 10rem; /* 160px */
	line-height: 1;
	font-weight: 800;
}
/*分页*/
.page-item .page-link { font-size: 12px; color:#333;}
.page-item .page-link:hover { color:#000;}
.page-item.active > .page-link { color:#fff;}
.pagination {
	display: flex;
	flex-wrap: wrap; /* 关键属性：允许换行 */
	gap: 0; /* 页码间距 */
	/* justify-content: center; */
}
/* .page-item {
	display: inline-block;
	margin: 2px;
} */

/* 图片比例 */
/* 核心样式 */
.blog-item-img,.feature-img {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 比例 (9/16=0.5625) */
  overflow: hidden; /* 隐藏溢出部分 */
}

.blog-item-img img,.feature-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 关键属性：保持比例并裁剪 */
  object-position: center; /* 裁剪时居中显示 */
}

/* 悬停动画（可选） */
.blog-item-img img,.feature-img img {
  transition: transform 0.5s ease-in-out;
}
.blog-item:hover .blog-item-img img {
  transform: scale(1.1);
}

.blog-item-title,.home-solution-title {
	display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制4行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 1.5; /* 调整行高优化显示 */
  max-height: calc(1.5em * 1); /* 行高 × 行数 */
}
/* 最多显示4行 */
.multi-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制4行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 1.5; /* 调整行高优化显示 */
  max-height: calc(1.5em * 4); /* 行高 × 行数 */
}

/* 兼容非webkit浏览器 */
@supports not (-webkit-line-clamp: 4) {
  .multi-line-ellipsis {
    position: relative;
    max-height: calc(1.5em * 4);
    &::after {
      content: '...';
      position: absolute;
      right: 0;
      bottom: 0;
      background: white; /* 背景色需匹配父元素 */
      padding-left: 5px;
    }
  }
}
/*新闻详情*/
.blog-item-dec .blog-item-title { font-size: 32px;}
.blog-item { border-width: 0;}
.blog-item:hover {
	border-width: 0;
}

h1 {
	font-size: 32px;
	font-weight: 700;
}
h2 {
	font-size: 28px;
	font-weight: 700;
}
h3 {
	font-size: 24px;
	font-weight: 700;
}
h4 {
	font-size: 21px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}
.content_news { font-size: 14px;}

.content_news img { max-width: 100% !important; height: auto !important;}

.amap-marker-label {
	border-width: 0 !important;
	padding-top: 10px !important;
}

.w3l-call-to-action-6 {
	background: rgba(225, 225, 225, 0.85);
}

.w3l-call-to-action-6 .buttons li {
	list-style: none;
	display: inline-block;
}

.w3l-call-to-action-6 .buttons li.green {
	margin: 0 20px;
}

.w3l-call-to-action-6 .buttons li.phone-sec a.call-style-w3 {
	font-size: 20px;
	color: #333;
	font-weight: 600;
}

.w3l-call-to-action-6 .buttons li.phone-sec a.call-style-w3:hover {
	color: #222;
}

.buttons li.phone-sec i {
	font-size: 38px;
	color: #333;
	/* transform: rotate(-26deg); */
}

@media (max-width: 992px) {
	.w3l-call-to-action-6 .buttons li {
		display: block;
	}
}

@media (max-width: 567px) {
	.w3l-call-to-action-6 .buttons li.phone-sec a.call-style-w3 {
		font-size: 18px;
	}

	li.phone-sec span {
		font-size: 28px;
	}
}