/*
Theme Name: Shapro
Version: 0.4.4
Tested up to: 6.1
Requires PHP: 5.6
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
# Sidebar
# Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	color: #748494;
	background: #fff;
	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;
}

.wp-block-search .wp-block-search__button{
	height:50px;
	color: #fff;
	overflow:inherit;
	margin-left:auto;
	padding: 0 37px;

}

@media (max-width: 991.98px) {
	.wp-block-search .wp-block-search__inside-wrapper{
		display: inherit;
	}
}

.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;
}

.bypostauthor { 
    background-color: #ccc;
}

.gallery-caption {
        display: block;
        line-height: 1.6;
        margin: 0;
        padding: 0.5rem;
}

.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;
}

@media (max-width: 767px){
	.topbar ul li {
	padding: 5px;
}
.topbar .quote_btn {
    padding: 5px 10px;
}

}

/*--------------------------------------------------------------
# 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: #d3d3d3;
	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;
}



/* Testimonials Two */

.testimonials-two {
    /* padding: 100px 0 100px; */
    position: relative;
    display: block;
}

.testimonials-two_item i{
	font-size: 105px;
	margin-left: 1px;
	opacity: 0.5;
    color: var(--secondary-color);
}

@media (max-width: 768px) {
	.testimonials-two_item i{
		font-size: 70px;
	}
}

.testimonials-two_carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 40px;
}

.testimonials-two_carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 74px;
    left: -301px;
}

@media (max-width: 1200px) {
	.testimonials-two_carousel.owl-theme .owl-nav{
		left: 50%;
		bottom: 0;
	}
}

.testimonials-two_carousel.owl-theme .owl-nav .owl-next,
.testimonials-two_carousel.owl-theme .owl-nav .owl-prev{
	opacity: 1;
}

.testimonials-two_carousel.owl-theme .owl-nav .owl-next:hover,
.testimonials-two_carousel.owl-theme .owl-nav .owl-prev:hover {
    color: #fff;
}

.testimonials-two_item {
    position: relative;
    display: block;
    padding: 0px 0px 57px 0px;
    background-color: #fff;
	-webkit-box-shadow: 0 8px 6px -6px var(--secondary-color);
	-moz-box-shadow: 0 8px 6px -6px var(--secondary-color);
	box-shadow: 0 8px 6px -6px var(--secondary-color);
}

.testimonials-two_client-details {
    position: relative;
    display: block;
    padding: 22px 0 0 57px;
}

.testimonials-two_client-name {
	line-height: 26px;
    color: var(--light-color);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.testimonials-two_client-title {
    line-height: 22px;
    text-transform: uppercase;
    font-size: 12px;

}

.testimonials-two_client-img {
    position: absolute;
	bottom: -37px;
    left: 50px;
    border-radius: 50%;
	overflow: hidden;
}

.testimonials-two_client-img>img {
    width: 80px;
    border-radius: 50%;
}

.testimonials.testimonials-two h3{
	display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
	color: #0c59db;
}



/*--------------------------------------------------------------
# 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;
}

.sidebar label, .sidebar h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: var(--primary-color);
    color: var(--secondary-color);
}

.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: 30px;
	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;
	}
}

p.site-description{
	margin: 0;
}
.navbar {
    border-bottom: 1px solid;
	padding: 20px 0 20px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

#content .sidebar ol.wp-block-latest-comments {
    padding-left: 0;
}

@media (max-width: 1199px) {

		.wp-block-search .wp-block-search__button {
			padding: 0 19px;
		}
}


/* Comments */
.comment .comment-body {
    margin-top: 25px;
    padding-top: 25px;
    word-wrap: break-word;
    border-top: 1px solid #eee;
}

.comment-meta .comment-metadata {
    margin-top: 2px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    color: #989ea6;
}
.comment-content p{
    padding: 13px 0 0 61px;
}
.comment-meta .comment-author img {
    float: left;
    display: block;
    width: 46px;
    height: 46px !important;
    margin: 0 15px 0 0;
    padding: 0;
    border-radius: 23px;
}
.comment-body .reply {
    float:right;
}
.comment article {
    padding-bottom:2.79rem;
}
.comment-list {
    list-style: none outside none;
    padding: 0 0 15px;
    margin: 0;
    
}
.comment-list .children {
    list-style: none outside none;
    padding: 0 0 0 30px;
    margin: 0;
}
.comment-meta .comment-metadata a, .comment-author.vcard .fn .url, .comment-body .reply a, .comment-respond .logged-in-as a{
    color: #151a33;
}

#comments .bypostauthor{
	background-color: transparent;
}

#reply-title > div > h3 > i{
	margin-right: 7px;
}

#comments input{
    margin-bottom: 0px;
}


/* CF7 */
.wpcf7 input, 
.wpcf7 textarea{
    padding:10px;
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height: 20px;
    /* border: solid 1px #9f9f9f; 
    box-shadow: inset 1px 1px 1px #bababa; */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 
.wpcf7 .wpcf7-list-item{
    padding-left: 0;
    margin-left: 0;
    margin-right: 25px;
}
 
.wpcf7 .wpcf7-list-item input{
    border: none;
    padding-left: 0;
    margin-left: 0;
}
 
.wpcf7 select{
    outline: none;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
}
 
.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
    background: var(--box-shadow);
    outline: none;
}
 
/* .wpcf7 input.wpcf7-submit{
    padding: 10px 35px;
    border-radius: 0px;
    color: #fff !important;
    box-shadow: 0 0 5px var(--primary-color), 0 0 10px var(--primary-color);
    background: var(--primary-color);
     border: none;
} */				
 
/* On hover */
.wpcf7 input.wpcf7-submit:hover{
    background: #273272;
    color: #fff;
    border-color: #273272;
}
 
/* On click */
.wpcf7 input.wpcf7-submit:active{
    top: 1px;
     
    color: #d8c6e2;
     
    background-color: #000000;
    background: -webkit-gradient(linear, left top, left bottom, from(#4d1b5c), to(#4d1b5c));    
    background:  -moz-linear-gradient(top, #4d1b5c, #4d1b5c);   
     
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
 
/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
    border:none;
    background-color:#f4ae46;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.wpcf7 .wpcf7-mail-sent-ok{
    border:none;
    background-color:#7ad33f;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
 
.wpcf7 .wpcf7-mail-sent-ng{
    border:none;
    background-color:#cf2d38;
    margin:0;
    padding:20px;
     
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
     
    color: white;
}
 
.wpcf7 span.wpcf7-not-valid-tip{
    border:none;
    background-color:#cf2d38;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:10px;
    width: 180px;
    color: white;
     
    /* Drop shadow */
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
 
.wpcf7-form .fleft{
    float: left;
}
 
.wpcf7-form .mright20{
    margin-right: 20px;
}
 
.wpcf7-form .mright40{
    margin-right: 40px;
}
 
.wpcf7-form .clear{
    clear: both;
}

.contact-right {
    box-shadow: 0px 0px 20px 10px rgb(223 223 223 / 25%);
    padding: 40px;
}

.contact-right form label{
	width: 80%;
}

.content .feature {
    border-radius: 0;
    box-shadow: 0px 0px 20px 10px rgb(223 223 223 / 25%);
}

