/*
Theme Name: Shapro
Version: 0.3.1
Tested up to: 5.7
Requires PHP: 5.3
Description: Shapro is a clean and elegant WordPress theme. It is a perfect solution for any type of business, Shapro comes with a modern, sleek design and advanced functionalities.
Author: Unibirdtech
Author URI: http://unibirdtech.com/
Theme URI: https://unibirdtech.com/free-themes/shapro/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shapro
Tags: one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, custom-logo, blog, e-commerce
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
# Topbar
# Sections
    ## Slider
    ## Service
    ## Team
    ## Testimonial
# Breadcrumb
# Blog
# Pagination
# WooCommerce
# Widgets
# Screen Reader
# Footer
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	color: #748494;
	font-family: "Rubik", sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

body.page-template.page-template-homepage-template {
	background-image: none;
}

h1,
.h1 {
	font-size: 34px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 28px;
}

h5,
.h5 {
	font-size: 26px;
}

h6,
.h6 {
	font-size: 22px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	color: #151a33;
	font-family: "Poppins", sans-serif;
	line-height: 1.25;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.content {
	padding-bottom: 30px;
	padding-top: 40px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select,
.form-control,
input:not([type]),
textarea {
	border-color: #eee;
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	box-shadow: inherit;
	height: 50px;
	line-height: 1;
	margin-bottom: 20px;
	padding: 6px 12px;
	width: 100%;
}

button,
html [type="button"],
[type="reset"],
[type="submit"],
.btn,
.more-link {
	border-radius: 4px;
	border-style: solid;
	border-width: 2px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	overflow: hidden;
	padding: 10px 35px;
	position: relative;
	transition: all .1s ease 0s;
}

.btn:hover {
	box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.5);
	outline: none;
	transition: all .3s ease 0s;
}

.hover_eff {
	transition: all .3s linear;
	transition-duration: .3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}

.hover_eff:hover {
	transform: translateY(-8px);
}

.no-gutter > [class*=col-] {
	padding-left: 0;
	padding-right: 0;
}

.about .img-fluid {
	box-shadow: -30px 30px 1px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

blockquote {
	border-style: solid;
	border-width: 0 0 0 5px;
	padding: 20px;
	position: relative;
	width: 100%;
}

blockquote p {
	display: table;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	width: 94%;
}

table {
	width: 100%;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a:focus {
	outline: 1px solid;
}

a.more-link:focus {
	outline: 1px dashed #000;
}

header.trasparent {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 50;
}

.bg-dark:after {
	content: "";
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
}

.cover-bg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.tp-80 {
	top: -80px;
	z-index: 1;
}

.tp-100 {
	top: -100px;
	z-index: 1;
}

.tp-130 {
	top: -130px;
	z-index: 1;
}

.tp-150 {
	top: -150px;
	z-index: 1;
}

.pdt0 {
	padding-top: 0;
}

.pdb0 {
	padding-bottom: 0;
}

.pdb-100 {
	padding-bottom: 100px;
}

.pdb-150 {
	padding-bottom: 150px;
}

.mb-40 {
	margin-bottom: -40px;
}

.img_eff {
	overflow: hidden;
}

.img_eff img {
	transition: transform .8s;
}

.img_eff img:hover {
	transform: scale(1.5);
}

img.alignnone {
	height: auto;
	max-width: 100%;
}

img.size-large {
	height: auto;
	width: 100%;
}

select {
	width: 100%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}

#colophon .wp-caption {
	border: 1px solid #444;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: .8075rem 0;
}



/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar {
	padding: 10px 0;
}

.topbar ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.topbar ul li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.topbar ul li a {
	font-size: 14px;
	line-height: 1;
}

.topbar ul.left li i {
	margin-right: 8px;
}

.topbar ul.left {
	justify-content: flex-start;
}

.topbar ul.right {
	justify-content: flex-end;
}

.topbar ul.right li i {
	margin-left: 8px;
}

.topbar .quote_btn {
	border-radius: 0;
	margin: -10px 0 -10px 10px;
	padding: 10px 20px;
}

.site-branding-text h1,
.site-branding-text h1 a {
	font-size: 22px;
	margin: 0;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.section {
	padding-bottom: 40px;
	padding-top: 60px;
	position: relative;
}

.section .container {
	position: relative;
	z-index: 1;
}

.section-heading {
	margin-bottom: 40px;
}

.section-heading h2.ititle {
	font-size: 36px;
	font-weight: 800;
}

.section-heading h3.sub-title {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2px;
	position: relative;
}

.section-heading .discription {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

.sliderhome .slide:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.sliderhome .slide {
	background-color: lightgray;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
	position: relative;
}

.sliderhome .owl-slide-animated {
	transform: translateX(20px);
	transition: all .05s;
}

.sliderhome .owl-slide-title {
	font-size: 65px;
	font-weight: 800;
	line-height: 77px;
	transition-delay: .2s;
}

.sliderhome .owl-slide-subtitle.is-transitioned {
	font-size: 20px;
	transition-delay: .35s;
}

.sliderhome .owl-slide-cta.is-transitioned {
	transition-delay: .5s;
}

.sliderhome .btn:first-child {
	margin-right: 15px;
}

.sliderhome .owl-dots,
.sliderhome .owl-nav div {
	position: absolute;
}

.sliderhome .owl-dots .owl-dot,
.sliderhome .owl-nav [class*="owl-"]:focus {
	outline: none;
}

.sliderhome .owl-dots .owl-dot span {
	background: transparent;
	border: 1px solid #000;
	transition: all .2s ease;
}

.sliderhome .owl-dots .owl-dot:hover span,
.sliderhome .owl-dots .owl-dot.active span {
	background: #000;
}

.sliderhome .owl-nav div {
	margin: 0;
}

.sliderhome .owl-nav .owl-prev {
	left: 30px;
}

.sliderhome .owl-nav .owl-next {
	right: 30px;
}

.owl-carousel .owl-nav div {
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	text-align: center;
	width: 50px;
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
}

.owl-carousel .owl-nav {
	opacity: 1;
	transition: all .3s ease 0s;
}

.owl-carousel:hover .owl-nav {
	opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: 35px;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: 35px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	margin: -30px 0 0;
	position: absolute;
	top: 55%;
	transition: all .3s ease 0s;
	z-index: 5;
}

.owl-nav .owl-prev {
	left: 8px;
}

.owl-nav .owl-prev i {
	margin-left: 0;
	transition: all .3s ease 0s;
}

.owl-nav .owl-prev:hover i {
	margin-left: 0;
}

.owl-nav .owl-next {
	right: 8px;
}

.owl-nav .owl-next i {
	margin-right: 0;
	transition: all .3s ease 0s;
}

.owl-nav .owl-next:hover i {
	margin-right: 0;
}

.owl-dots {
	display: inline-block;
	padding: 0 5px;
	vertical-align: middle;
}

.owl-dots.active span {
	height: 12px;
	width: 12px;
}

.owl-dots span {
	background: transparent;
	background: #fff;
	border-color: #fff;
	border-radius: 2%;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	height: 8px;
	width: 8px;
}

.owl-dots button.owl-dot {
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	height: auto;
	padding: 2px 10px;
	width: auto;
}

.owl-dots {
	bottom: 15px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
}

/*--------------------------------------------------------------
## Service
--------------------------------------------------------------*/

.service {
	box-shadow: 0 2px 60px 0 rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.service .inner {
	background: #fff;
	padding: 30px;
	transition: all .3s linear;
}

.service .top_icon i {
	font-size: 80px;
	margin-bottom: 20px;
}

.service .top_img {
	margin-bottom: 20px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -30px;
}

.service .bottom_text h2 {
	font-size: 18px;
	font-weight: 800;
}

/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/

.team {
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.team .bottom_content {
	padding: 20px;
}

.team .top_img {
	overflow: hidden;
	position: relative;
}

.team .top_img img {
	max-width: 100%;
	width: 100%;
}

.team .social {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 100%;
	text-align: center;
	top: 0;
	transition: all .3s ease;
	width: 100%;
	z-index: 1;
}

.team:hover .social {
	right: 0;
}

.team h2 {
	font-size: 22px;
	font-weight: 600;
}

.team .designation {
	font-weight: 600;
	margin-bottom: 10px;
}

.team .social a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	width: 30px;
}

/*--------------------------------------------------------------
## Testimonial
--------------------------------------------------------------*/

.testimonial {
	box-shadow: 0 2px 60px 0 rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	padding: 30px;
}

.testimonial h4 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
}

.testimonial h6 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin: 0;
}

.testimonial .img-author {
	-o-object-fit: cover;
	height: 50px;
	object-fit: cover;
	width: 50px !important;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

.breadcrumb {
	background-color: transparent;
	background-image: url(images/breadcrumb.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	margin: unset;
	padding: unset !important;
	position: relative;
}

.breadcrumb .inner {
	height: 100%;
	padding: 272px 0 53px;
	position: relative;
	width: 100%;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog_post {
	box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}

.post-thumbnail img,
.post_img img {
	height: auto;
	width: 100%;
}

.post-thumbnail a:focus {
	outline-style: solid;
	outline-width: 1px;
}

.post_img {
	position: relative;
}

.post_img span.date {
	bottom: 30px;
	font-weight: 600;
	left: 30px;
	padding: 0 6px;
	position: absolute;
	width: auto;
}

.post_content {
	padding: 30px;
}

.post_content h4,
.post_content h1 {
	font-size: 24px;
	font-weight: 600;
}

.post_content p:last-child {
	margin-bottom: 0;
}

.post_meta {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
	opacity: .8;
	padding-bottom: 5px;
	text-transform: capitalize;
}

.post_meta a {
	display: inline-flex;
}

.post_meta > span {
	margin-right: 10px;
}

.post_meta span:before {
	display: inline-flex;
	font-family: FontAwesome;
	padding-left: 1px;
	padding-right: 8px;
	position: relative;
	text-decoration: inherit;
	vertical-align: baseline;
}

.post_meta .date:before {
	content: "\f017";
}

.post_meta .author:before {
	content: "\f2c0";
}

.categories:before {
	content: "\f115";
}

.categories a {
	margin-right: 6px;
}

.comment-area,
.comments-area {
	border: 1px solid #eee;
	padding: 20px;
}

.features {
	box-shadow: 0 2px 60px 0 rgba(0, 0, 0, .1);
	padding: 30px 25px 20px;
}

.feature {
	padding: 15px 25px;
}

.feature i {
	border-radius: 5px;
	font-size: 36px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}

.feature h5 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links a {
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 0 6px 10px;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: all .3s ease 0s;
	vertical-align: baseline;
	white-space: nowrap;
	width: 40px;
}

.navigation.pagination > li:first-child > a,
.navigation.pagination > li:first-child > span {
	border-radius: 30px;
}

.post-navigation .nav-previous {
	float: right;
}

.post-navigation {
	overflow: visible;
	padding: 10px 0;
}

.navigation.pagination .nav-links .page-numbers,
.navigation.pagination .nav-links a {
	margin-top: 30px;
	text-align: center;
}

.nav-links {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.nav-previous,
.nav-next {
	font-size: 16px;
	font-weight: 600;
	padding: 25px 0;
	width: 50%;
}

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


/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	max-width: 48%;
}

#customer_details input,
#customer_details label,
#customer_details .woocommerce-input-wrapper {
	width: 100%;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.sidebar .widget {
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding: 20px;
}

.sidebar .widget h3 {
	border-left-style: solid;
	border-left-width: 4px;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 10px;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 10px 0;
}

.widget ul li:last-child {
	border-bottom: unset;
	padding-bottom: 0;
}

.widget .tagcloud a {
	border-radius: 3px;
	display: inline-block;
	line-height: 20px;
	margin: 0 5px 9px 0;
	padding: 6px 12px;
}

.widget .input-group-btn .btn {
	border-radius: 0 4px 4px 0;
}

.widget .calendar_wrap table tbody td {
	border-style: solid;
	border-width: 1px;
	line-height: 2.5em;
	padding: 0 8px;
	text-align: center;
	transition: background .15s ease 0s;
}

.widget .textwidget img {
	height: auto;
	width: 100%;
}

.widget ul li .media-body h5 {
	font-size: 18px;
}

.widget ul li.media img {
	-o-object-fit: cover;
	height: 70px;
	object-fit: cover;
	width: 70px;
}

/*--------------------------------------------------------------
# Screen Reader
--------------------------------------------------------------*/

.screen-reader-text {
	-webkit-clip-path: inset(50%);
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	-webkit-clip-path: none;
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.no-js .some-element .screen-reader-text {
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer.comment-meta {
	background: unset;
}

footer {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

footer .inner .top {
	padding-bottom: 51px;
    padding-top: 82px;
}

footer .widget h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

footer .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .widget ul li {
	border-bottom: unset;
	margin: 0;
	padding: 6px 0;
}

footer .inner .bottom {
	padding-bottom: 10px;
	padding-top: 10px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 1200px) {

	.container {
		max-width: 1200px;
	}
}

@media (max-width: 767.98px) {

	.topbar ul.left,
	.topbar ul.right {
		justify-content: center;
	}

	.topbar .quote_btn {
		margin: unset;
	}

	.sliderhome .owl-slide-title {
		font-size: 32px !important;
		line-height: 1.25;
	}

	.sliderhome .owl-slide-animated {
		transform: translateX(0);
		transition: all .05s;
	}

	.sliderhome .btn {
		padding: 0 10px !important;
	}
}

@media (max-width: 991.98px) {

	.sliderhome .owl-slide-title {
		font-size: 45px;
		line-height: 1.25;
	}
}
