/*========================================================================

	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: #1f71ff;
	color: #fff;
}
::-moz-selection {
 background-color: #1f71ff;
 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: 2%;
	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: #1f71ff;
	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: #0f62f1;
	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: #1f71ff;
	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: #1f71ff;
	height: 2px;
	width: 50px;
	left: 0px;
	right: 0px;
	margin: auto;
	bottom: -15px;
}
.section-title h2:after {
	position: absolute;
	content: '';
	background-color: #1f71ff;
	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: #1f71ff;
}
.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: 4px;
	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: #1f71ff;
}
.header .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.header-lover{
	padding: 15px 0;
}
.header-lover .navbar {
	padding: 0px 0px;
}
.header-lover .navbar .nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	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: #1f71ff;
}
.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 #1f71ff;
	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: #1f71ff;
	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: #fff;
}
 @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.7);
}
.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: #1f71ff;
}
/* ===================================
	04. Features
=================================== */

/* index-pro */

.index-pro-item:hover .thumb img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	.index-pro-item .content {
		margin: 0 20px;
		-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
		position: relative;
		top: -30px;
		padding: 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;
	}
	.index-pro-item:hover .content {
		margin: 0 0px;
		top: 0px;
	}
	.index-pro-item .content a {
		text-decoration: none;
	}
	.index-pro-item .content .title {
		line-height: 30px;
		color: #13122c;
		position: relative;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}
	.index-pro-item .content .title:after {
		position: absolute;
		left: -25px;
		top: 50%;
		width: 4px;
		height: 30px;
		background-color: #0d6efd;
		content: '';
		-ms-transform: translateY(-50%);
		/* IE 9 */
		-webkit-transform: translateY(-50%);
		/* Chrome, Safari, Opera */
		transform: translateY(-50%);
	}
	.index-pro-item:hover .content .title {
		color: #0d6efd;
	}


.products-area {
	background-color: #f4f4f4;
}
.products-area .col-lg-4 {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.products-area .col-lg-4:last-child {
	border-right: 10px;
}
/* .pro-box h6 {
	color: #1f71ff;
	font-size: 12px;
	background-color:#f5f5f5;
	padding:6px 12px;
	border-radius:6px;
	display:inline-block;
} */
.pro-box h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.products-area .col-lg-4:hover .pro-box h4{
	color: #0f62f1;
}

.hover-effect {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.hover-effect img {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
  width: 100%;
}

.products-area .col-lg-4:hover .hover-effect {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.products-area .col-lg-4:hover .hover-effect img {
  transform: scale(1.08);
  filter: brightness(0.9);
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 109, 255, 0.8);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.overlay-text {
 
  font-weight: 600;
  font-size: 1.2em;
  text-transform: uppercase;
}
.overlay-text a{
	 color: white;
}
.products-area .col-lg-4:hover .hover-effect .img-overlay {
  opacity: 1;
}
@media (max-width: 768px) {
  .products-area .col-lg-4:hover .hover-effect {
    transform: none;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
}

/* products page*/

.project-details-section{
	padding: 70px 0;
}

.projetct-details-image img{
	width: 100%;
}

.project-details-section .info-area {
    padding-left: 60px;
}

.project-details-section .sub-title h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}

.project-details-section .info li {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.project-details-section .info li h6 {
    font-weight: 700;
    text-transform: capitalize;
    width: 50%;
}

.project-details-section .info li p {
    width: 100%;
    text-transform: capitalize;
}

.project-details-section .info li ul li {
    border: 0;
    padding: 0;
    padding-right: 15px;
}

.project-details-section .title h4 {
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    font-weight: 700;
}

.project-details-section .list-part {
    padding-top: 10px;
}

.project-details-section .desc-list {
    padding-top: 20px;
}

.project-details-section .desc-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    list-style: none;
}

.project-details-section .desc-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #e63a27;
}
.page-con{
	margin-top: 40px;
}

.project-details-section p{
	color: #000000;
	font-size: 14px;
}

.project-details-section h3{
	padding: 10px 0;
}

#contact h2{
	text-align: center;
}

#customers
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
	margin-top:15px ;
}
#customers td, #customers th 
{
	font-size:14px;
	border:1px solid #b7d0f7;
	padding:3px 7px 2px 7px;
	text-align: center;
}
#customers th, #customers .firstRow td:first-child
{
	font-size:16px;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#0f62f1;
	color:#ffffff;
}
#customers tr.alt td
{
	color:#000000;
	background-color:##e5efff;
}

#contact{
	margin-top: 60px;	
}
#contact h2, .last_news h2{
	margin-bottom: 30px;
}
#contact button a{
	color:#fff;
}
#contact:hover button a{
	color: #000;
}

/* ===================================
	05. Services
=================================== */

/* ===================================
	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: #1f71ff;
}
.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
=================================== */
/*  */
/* ===================================
	08. Subscribe
=================================== */
/* .subscribe-area {
	background-color: #1f71ff;
}
.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: 100%;
	/* 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-bg {
	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-bg:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #333;
	top: -8px;
	left: 30px;
	transform: rotate(45deg);
}
.testimonial-item-bg button{
	background: #1f71ff;
	padding: 5px 10px;
	color: #ffffff;
}
.testimonial-item-bg button a{
	color: #FFFFFF;
	
}

.testimonial-item:hover .testimonial-item-bg button{
	background-color: #0f62f1;
	color: #fff;
	 text-decoration:none;
}


.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: #1f71ff;
}
/* ===================================
	10. About
=================================== */
	
.about-section{
	padding: 80px 0;
}

.about-content strong{
	font-size: 20px;
	display: block;
	margin-bottom: 20px;
	color: #000000;
}
.about-content p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	
}
.about-content video{
	margin: 30px 0;
}

/* ===================================
	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: #1f71ff;
}
.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: #1f71ff;
}
.blog-item .readmore-border {
	background-color: #f5f5f5;
}
.blog-item .readmore {
	font-size: 12px;
	color: #1f71ff;
	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: #1f71ff;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.blog-item:hover {
	border: 1px solid #1f71ff;
}
/* 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: 150px;
	font-weight: 400;
	letter-spacing: .1em;
	background: #1f71ff;
	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: #1f71ff;
} */
/* 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: #1f71ff;
}
.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: #1f71ff;
}
.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: #1f71ff;
	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: #1f71ff;
	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: #1f71ff;
}
/* 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: #1f71ff;
}
.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: #1f71ff;
}
/* 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: #1f71ff;
}
/* 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: 0px;
	margin: 0px;
}
.inner-heading .breadcrumb a {
	color: #333;
}
.inner-heading .breadcrumb a:hover {
	color: #1f71ff;
}
.inner-heading .breadcrumb a i {
	padding-right: 2px;
}
.inner-heading .breadcrumb li.active {
	color: #1f71ff;
}
/* ===================================
	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: #1f71ff;
}
.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: #1f71ff;
}
.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: #1f71ff;
}

.contact-form {
	margin: 0 auto;
	  text-align: center;
	  width: 80%;
}
.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;
}
/* cj */
.cj-item li{
	margin-bottom: 30px;
}

.cj-bg{
	
	text-align: center;
	border-style: solid;
	  border-width: 0px 0px 0px 0px;
	  border-radius: 15px;
	  padding: 15px 15px 20px 15px;
	  box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.26);
	  background-color: #F2F2F2;	
}
.cj-bg h3{
	padding: 10px 0;
	font-size: 18px;
}

.cj-bg h3 a{
	color: #000000;
}

.cj-bg p{
	display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 4;
	    overflow: hidden;
	    text-overflow: ellipsis;
}

.cj-pro:hover .cj-p h3 a{
	color: #1f71ff;
}

.cj-p button{
	background: #e0e5ec;
	padding: 8px 30px;
	border: none;
	border-radius: 20px;

}

.cj-p button a{
	font-weight: 600;
	font-size: 16px;
}
.cj-pro:hover .cj-p button a{
	color: #000000;
}

.last-news{
	padding: 60px 0;
}

.last-news ul{
	width: 100%;
	margin-top: 30px;
}

.last-news ul li{
	margin-right: 15px;
	display: inline-block;
	line-height: 35px;
	font-size:16px;
	background:#eee ;
	border-radius: 15px;
	padding: 10px 20px;
	margin-bottom: 10px;
}

.last-news ul li a{
		color: #000000;
}

.last-news ul li:hover a{
	color: #1f71ff;
}
