/*
Theme Name: Consultco
Theme URI: https://themeansar.com/free-themes/consultco/
Author: themeansar
Author URI: https://themeansar.com
Description: Consultco WordPress theme ideal for a business or perfect solutions for corporate, consulting, wedding planners, agency, law firms, finance, law travel, recipes, sport/medical shops, startups, online agencies, portfolios, freelancers, E-commerce.  The theme is responsive, WPML, Retina ready, SEO friendly(Live preview : https://demos.themeansar.com/consultco/)
Version: 1.9
Tested up to: 6.6
Requires PHP: 5.6
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready, rtl-language-support, blog, e-commerce
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: consultco
/* --------------------------------------
=========================================
	Header
=========================================
-----------------------------------------*/
.bs-headwidget .navbar-wp {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    margin: 0;
    z-index: 500;
    transition: all 1s ease-out;
    border-radius: 0;
    height: auto;
}
.bs-main-nav {
	position: relative;
}
.header_widgets {
	padding: 20px 0 40px;
}
.header_widgets_inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.head_widget {
	 display: flex;
}
.head_widget i {
	font-size: 22px;
	color: #fff;
	margin-right: 12px;
}
.head_widget h5 {
	font-size: 15px;
}
.bs-headwidget .navbar-wp .navbar-nav > li> a {
    padding: 0px 15px;
}
.bs-headwidget.white .bs-head-detail {
    border-bottom: 1px solid #eee;
}
.bs-headwidget.white .navbar-wp {
	top: 0;
}
.bs-headwidget.default {
	background: white;
}
.bs-headwidget.default .header_widgets_inner {
    padding-top: 10px;
}
.bs-headwidget.default .header_widgets {
    padding: 0 0 60px;
}
.bs-headwidget.default .head_widget h5 {
	margin-bottom: 0;
}
.bs-headwidget.default .head_widget {
	font-size: 14px;
	margin-left: 30px;
	padding-left: 30px;
	display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}
.bs-headwidget.default .head_widget:first-child:before {
    display: none;
}
.bs-headwidget.default .head_widget:before {
    content: '';
    width: 1px;
    height: 38px;
    background-color: #bababa;
    position: absolute;
    top: 0%;
    left: 0;
}
.bs-headwidget.default .head_widget i {
	font-size: 23px;
	margin-right: 12px;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	border-radius: 30px;
	box-shadow: 3px 4px 0 0 #c7d2dc;
}
.bs-headwidget.default .info-left {
	list-style: none;
	padding: 0;
	margin: 0  0 10px 0;
	display: flex;
	align-items: center;
}
.bs-headwidget.default .info-left span {
	padding: 5px;
	color: white;
	box-shadow: 4px 4px 0 #c7d2dc;
	font-size: 13px;
	font-weight: 600;
}
.bs-headwidget.default .bs-social {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.bs-headwidget.default .navbar-wp {
	padding: 0 15px;
	min-height: 100px;
	height: auto;
	border-radius:10px;
	background: #f6f6f6;
	top: -50px;
	box-shadow: 6px 8px 0 0 #c7d2dc;
}
.bs-headwidget.default .header_bottom {
	position: absolute;
	bottom: -64px;
	height: 14px;
    background-color: #c7d2dc;
	z-index: 100;
	border-radius: 0;
	left: 14px;
    right: 14px;
	display: none;
}
.bs-headwidget.default .desk-header .btn-0 {
    padding: 10px 22px;
    line-height: 20px;
    margin-left: 10px;
}
.bs-head-detail .info_widget {
	display: flex;
	font-size: 13px;
}
.bs-head-detail .info_widget i {
	display: inline-flex;
    position: relative;
    margin-right: 5px;
    font-size: 22px;
    margin-top: 4px;
}
.bs-head-detail .info_widget strong {
    display: flex;
    margin-bottom: -5px;
}
.bs-cart {
	position: relative;
}
.bs-cart-count {
	background: #e33729;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	height: 16px;
	line-height: 15px;
	margin-left: -15px;
	margin-top: 0;
	position: absolute;
	text-align: center;
	vertical-align: top;
	width: 16px;
}
.navbar-wp {
	margin: 0;
	padding: 0;
	height: 85px;
	border: none;
	border-radius: 0;
	z-index: 1000;
}
.navbar-header {
	display: flex;
	align-items: center;
}
.navbar-brand {
	font-size: 26px;
	height: auto;
	line-height: 25px;
	margin-right: 10px;
	padding: 15px 0;
	text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
}
.navbar-brand img {
	max-width: 200px;
	height: auto;
}
.navbar-brand .site-title {
    font-size: 32px;
    line-height: 1.2;
	font-family:  'Josefin Sans', sans-serif;
	font-weight: 700;
    margin: auto 0;
}
.navbar-brand .site-description {
	font-size: 13px;
	line-height: 0;
}
.navbar-wp .navbar-nav > li> a {
	padding: 0 12px;
	margin-right: 0;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin-bottom: 0px;
	font-weight: 600;
	display: block;
}
.navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
	background: none;
}
.navbar-wp .navbar-nav > li > ul > li > a i {
	padding-right: 10px;
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
	background-color: transparent;
}
.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
	background: transparent;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
	background: transparent;
}
.navbar-toggle {
	border-radius: 0;
	margin: 10px auto;
	position: absolute;
	right: 5%;
	border: none;
	box-shadow: none;
}
.navbar-wp .dropdown-menu {
	min-width: 200px;
	padding: 0;
	border: none;
	border-radius: 0;
	z-index: 10;
	right: auto;
	left: 0;
}
.navbar-wp .dropdown-menu > li, .navbar-wp .dropdown-menu > li:last-child {
	border: 0
}
.navbar-wp .dropdown-menu > li > a {
	padding: 8px 15px;
	display: block;
	transition: .3s;
	font-weight: normal;
}
.navbar-wp .dropdown-menu > .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-nav > li:last-child > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu > .dropdown-menu {
	top: -1px;
	left: 100%;
	margin-top: 0;
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
	padding: 0
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px
}
.navbar-wp .navbar-brand {
	font-size: 22px;
	line-height: 20px;
	padding: 15px 0;
	transition: all 0.25s ease-out 0s;
}
.navbar-wp .dropdown-menu.searchinner {
    left: inherit !important;
    right: 0!important;
    padding: 10px;
    min-width: 200px;
}
.navbar-wp .dropdown-menu.searchinner .btn {
    border: medium none;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 25px;
    padding: 5px 15px;
}
.desk-header {
	display: flex;
}
.desk-header .btn-theme{
	padding: 6px 22px;
	line-height: 20px;
    margin-left: 10px;
}
.desk-header .msearch {
	padding: 8px;
}
.bs-headwidget .desk-header .msearch {
	padding: 8px 11px;
	border-radius: 30px;
}
.desk-header .msearch.dropdown-toggle::after {
	content: inherit;
}
.top-cart {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.desk-header button.navbar-toggler.collapsed .navbar-toggler-icon .fa-bars:before{
    content: "\f0c9"; 
}

.desk-header button.navbar-toggler .navbar-toggler-icon .fa-bars:before{
	content: "\f00d";
}
.bs-headwidget .is-sticky .bs-main-nav {
	z-index: 99;
} 
.bs-headwidget .is-sticky .navbar-wp { 
    position: unset;
	top: 0;
}
.bs-headwidget .is-sticky .header-sticky{
	animation: slide-down 1.07s;
}
@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.bs-headwidget .navbar-header-logo{
	display: flex; 
    flex-wrap: wrap;
    flex-direction: column; 
}
/* --------------------------------------
=========================================
	General
=========================================
-----------------------------------------*/
.back-img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}
/*---------------------------------------
	Body & Global    
-----------------------------------------*/
body {
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;

	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
}
.boxed {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
}

a {
    text-decoration: unset;
}
/* width */
::-moz-scrollbar,::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-moz-scrollbar-track,::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-moz-scrollbar-thumb, ::-webkit-scrollbar-thumb {
  background: #888; 
}


/* animation effect */
@keyframes bobble {
	0% {
		transform: translate3d(0px, -25px, 0px);
		animation-timing-function: ease-in;
	}
	50% {
		transform: translate3d(0px, -35px, 0px);
		animation-timing-function: ease-out;	
	}
	100% {
		transform: translate3d(0px, -25px, 0px);	
	}
}

input[type="radio"], input[type="checkbox"]{display: inline;}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	color: #545454;
	border-color: #545454;
    box-shadow: 0 0 0 0.063rem rgba(84, 84, 84,.25) !important;
}

select {
	background-clip: padding-box;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 0;
	color: #444;
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
 .no-gutter > [class*=col-] {
 padding-right: 0;
 padding-left: 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 {
    color: #545454;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 2px solid #e5e5e5;
	border-radius: 0;
	display: block;
	padding: 13px 16px;
	width: 100%;
    outline: 0;
    height: 45px;
}

.input-group .form-control{height: 40px;}

.form-group input[type="text"], 
.form-group input[type="email"] {
	height: 40px;
}
button,
input[type="button"],
input[type="submit"], input[type="reset"] {
	padding: 10px 35px;
	line-height: 30px;
	border-radius: 0;
	font-weight: bold;
	font-size: 14px;
	border-width: 2px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.form-control {
	border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    height: 40px;
}
.form-control:focus {
    box-shadow: inherit;
}
td {
    padding: 0.5rem;
}
table, th, td {
    border: 1px solid #e9e9e9;
}
table{
	border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
    word-wrap: break-word;
}
address { 
	margin: 0 0 1.6rem; 
	line-height: 2; 
}

pre {
	background: #f6f6f6;
	margin-bottom: 32px;
	max-width: 100%;
	overflow: auto;
	padding: 16px;
}


mark, ins, .mark {
	padding: 2px 5px;
	border-radius: 3px;
}

hr { 
	background-color: #e9e9e9; 
	border: 0; 
	height: 1px; 
}

code, kbd, tt, var { 
	font-size: 16px; 
}

code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

abbr, acronym { 
	border-bottom: 1px dotted #e9e9e9; 
	cursor: help; 
}

iframe { 
	border: 0; 
}

big { 
	font-size: 125%; 
}
s, strike, del { text-decoration: line-through; }

em, cite, q { font-style:italic; }

ins, mark { color: #ffffff; text-decoration: none; padding: 0 3px; }

code {
    color: #444444;
}
legend {
  	color: #000;
  	padding: 5px 10px;
  	font-weight: 600;
	display: table;
	max-width: 100%;
	border-bottom: none;
	width: auto;
	padding: 0;
	white-space: normal;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 100%;
    padding: 0;
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
    -webkit-box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
    box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
}
fieldset {
    margin-bottom: 1rem;
    border: 1px solid #e9e9e9;
    margin: 0 2px;
    padding: 0.35rem 0.950rem 0.75rem;
}
fieldset p { margin: 0px 0 20px; }
.post-edit-link i{margin-left: 0px;}
.post-edit-link{margin-left: 5px;}
::-webkit-input-placeholder { color: #463838; }
:-moz-placeholder { color: #463838; }
::-moz-placeholder { color: #463838; }
:-ms-input-placeholder { color: #463838; }
/*Responsive Video*/
.responsive-video {
	height: 0;
	padding-top: 1px;
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
}
.responsive-video iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
	border-radius: 0;
}
.bs-card-box {
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	background: #fff;
	padding: 20px;
}
/*---- social icons ----*/
.bs-social {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.bs-social li {
	margin-left: 8px;
	margin-right: 8px;
}
.bs-social li:first-child {
	margin-left: 0;
}
.bs-social li:last-child {
	margin-right: 0;
}
.bs-social li a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	box-shadow: 3px 4px 0 0 #c7d2dc;
}
.bs-social li a i {
    z-index: 2;
}
.bs-social li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 2;
    border-radius: 30px;
    transition: all .5s ease;
}
.bs-social li a:hover:before {
    width: 100%;
}
/*---------------------------------------
	Typography        
-----------------------------------------*/
h1, .h1 {
	font-size: 34px;
	line-height: 40px;
}
h2, .h2 {
	font-size: 32px;
	line-height: 35px;
}
h3, .h3 {
	font-size: 28px;
	line-height: 30px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 25px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 20px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 20px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
blockquote {
	position: relative;
	width: 100%;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	padding-left: 8px;
	border-radius: 10px;
    border-right-color: #eee;
	border-top-color: #eee;
	border-bottom-color: #eee;
    -webkit-box-shadow: 0 7px 40px 0 rgb(32 32 32 / 5%);
    box-shadow: 0 7px 40px 0 rgb(32 32 32 / 5%);
    padding: 30px;
}
blockquote::before {
    content: "\f10d";
    display: table;
    float: left;
    font-family: 'Font Awesome 5 Free';
    font-size: 28px;
    margin-top: 6px;
    width: 6%;
    font-weight: 900;
}
blockquote p {
	font-style: italic;
	width: 94%;
	display: table;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}
/*---------------------------------------
	2.4.Button Styles           
-----------------------------------------*/
.btn, .more-link {
	padding: 10px 35px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 60px;
	font-weight: bold;
	display: inline-block;
	border-width: 0;
	border-style: solid;
	z-index: 1;
}
.btn {
	box-shadow: 3px 5px 0 0 #c7d2dc;
}
.btn:hover {
	background-color: unset;
	box-shadow: 0 0 0 0 #c7d2dc;
}
.btn:before, .more-link:before, .btn:after, .more-link:after {
	z-index: -1;
	transition: 0.5s ease-in-out;
}
.btn-0:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
}
.btn-0:hover:before {
	transform: translateX(0);
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
	margin: 0 6px 10px;
	border-radius: 0;
	border : none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.3s ease 0s;
}
button.mfp-close:hover, button.mfp-close:focus {
	background: inherit;
}
/*---------------------------------------
=========================================
	3.content-Home-Sections
=========================================
-----------------------------------------*/

/*---------------------------------------
	3.1.bs-slider-warraper          
-----------------------------------------*/
.bs-slider-warraper .bs-slider {
	margin: 0;
	position: relative;
	z-index: 1;
	width: 100%;
}
.bs-slider-warraper .bs-slider .container{
	z-index: 10;
}
.bs-slider-warraper .bs-slider .item img {
	width: 100%;
	min-height: 400px;
}
.bs-slider-warraper .bs-slider .item iframe {
	border: 6px solid #fff;
}
.bs-slider .bs-slide {
	height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.bs-slider .bs-slide:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
/*--------------- ti slider inner ---------------*/
.bs-slider .slide-caption {
	z-index: 5;
}
.bs-slider .slide-caption.slide-left {
	text-align: left;
}
.bs-slider .slide-caption .slide-inner-box .description p {
    letter-spacing: inherit;
}
.bs-slider .slide-subtitle {
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 5px  10px 3px  10px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.bs-slider .slide-caption h2 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 800;
	margin-bottom: 20px;
}
.bs-slider .slide-caption .description {
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	width: 100%;
}
.bs-slider .slide-caption .description p {
	margin: 0;
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
}
/*--------------- ti slider Custom Buttons---------------*/
.slider-btns {
	display: flex;
	align-items: center;
}
.slider-btns .btn:first-child {
	/* margin-right: 15px; */
}
.slider-btns .btn-video {
	font-size: 50px;
}
/*---------------------------------------
	3.2.bs-section      
-----------------------------------------*/
.top-ct-section .overlay{
    position: relative;
    padding-bottom: 50px;
}
.top-ct-section .container {
    position: absolute;
    margin-top: -60px;
    z-index: 1;
    right: 0;
    left: 0;
}
.top-ct-section .feature_widget {
	box-shadow: 5px 5px 0 #c7d2dc;
}
.top-ct-section .feature_widget:hover {
	box-shadow: 0 0 0 0;
}
.bs-section {
	padding: 0;
	margin: 0;
}
.bs-section .overlay {
	padding: 50px 0;
	margin: 0;
}
.bs-section h1 {
	font-weight: bold;
}
#content {
	padding: 60px 0;
}
#content img {
	max-width: 100%;
}
.bs-widget.widget_text h2 {
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 600;
}

.comment-content a,.comment-content a:visited{text-decoration:underline;}

.comment .comment-author a:hover,.comment .comment-author a:focus,.comment .comment-author a:active{color:#08ACD5;text-decoration:underline;}


.comment-content p {
    margin-bottom: 1.3rem;
    padding: 0;
}

.edit-link .post-edit-link:hover { 
	text-decoration: underline; 
}

#cancel-comment-reply-link {
    text-decoration: underline;
}

#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
    text-decoration: none;
}
/*---------------------------------------
	3.3.bs-heading        
-----------------------------------------*/
.bs-heading {
	margin-bottom: 40px;
	position: relative;
}
.bs-heading h2, #product .bs-heading h2 {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 700;
}
.bs-heading h3.bs-subtitle {
	margin-bottom: 15px;
    margin-top: 0;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
	display: inline-block;
	border-radius: 30px;
	padding: 8px 25px 3px 25px;
}
.bs-heading .bs-title {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 0;
	line-height: 40px;
	width: auto;
	letter-spacing: 1px;
}
.bs-heading .bs-title i {
	display: block;
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	text-align: center;
	bottom: -20px;
	width: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.shd{
	box-shadow: 0 0 3px rgb(60 72 88 / 15%);
	transition: .5s;
}
.shd:hover{
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	transform: translateY(-10px);
}
.hvreff{
	transition: .5s;
}
.hvreff:hover{
	transform: translateY(-10px);
}
/*---------------------------------------
	feature       
-----------------------------------------*/
.feature_widget {
	margin-bottom: 24px;
    padding: 25px;
	display: flex;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	transition: .5s;
}
.feature_widget::after{
	position: absolute;
	top: 0%;
    left: 0;
    width: 0%;
    height: 0%;
    content: '';
    display: block;
    overflow: hidden;
    border-radius: 10px 0 80px 0;
    transition: .5s;
    z-index: -1;
}
.feature_widget:hover::after{
	transition: 0.5s ease;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.feature_widget i {
    text-align: center;
    margin: 0px 20px 0px 0px;
    padding: 0;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-shadow: 10px 10px 0 #c7d2dc;
}
.feature_widget:hover i {
	box-shadow: 5px 5px 0 #c7d2dc;
}
.feature_widget.center {
	flex-direction: column;
	align-items: center;
}
.feature_widget.center i{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.feature_widget.reverse {
	flex-direction: row-reverse;
}
.feature_widget.reverse .media-body {
	margin-left: auto;
	margin-right: 20px;
	text-align: right;
}
.feature_widget.reverse i {
	margin: auto;
}
/*---------------------------------------
	sevice       
-----------------------------------------*/
.service-bottom .overlay{
	padding-bottom: 200px;
}
.service-bottom .container {
    position: absolute;
    margin-top: -220px;
    z-index: 1;
    right: 0;
    left: 0;
}
.bs-sevice {
	margin-bottom: 30px;
	position: relative;
}
.bs-sevice .img_area {
	overflow: hidden;
}
.bs-sevice .img_area img{
	width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: .5s;
}
.bs-sevice:hover  .img_area img{
    transition: .5s;
    transform: scale(1.2);
}
.bs-sevice .bs-sevice-inner {
	padding: 20px;
}
.bs-sevice h4, .bs-sevice h4 a{
	font-weight: 700;
}
.bs-sevice i{
	font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}
.bs-sevice.two {
	background-size: cover;
	background-repeat: no-repeat;
}
.bs-sevice.two .bs-sevice-inner{
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 300px;
    opacity: 1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
     position: relative;
    z-index: 0;
}
.bs-sevice.two .bs-sevice-inner:after {
    content: '';
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    transition: 0.5s ease-out;
}
.bs-sevice.two:hover .bs-sevice-inner:after{
    transition: 0.4s ease-out;
    height: 100%;
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.bs-sevice.two.text-left .bs-sevice-inner{ 
	align-items: flex-start;
}
.bs-sevice.two.text-right .bs-sevice-inner{ 
	align-items: flex-end;
}
#services {
	background-repeat: no-repeat;
	background-size: cover;
}
/*---------------------------------------
	features  
-----------------------------------------*/
.bs-section.features .overlay {
	padding: 50px 0;
}
/*---------------------------------------
	product       
-----------------------------------------*/
#feature-product span.onsale {
	top: 0;
    right: 15px;
    left: auto;
    margin: -.5em -.5em 0 0;
}
/*---------------------------------------
	calltoaction       
-----------------------------------------*/
.calltoaction {
    height: 100%;
    overflow: hidden;
    width: 100%;
    padding: 0;
	border-radius: 5px;
}
.calltoaction .overlay {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 50px 30px;
}
.calltoaction .bs-heading h2, .calltoaction .bs-heading {
	margin: 0;
	font-size: 26px;
    line-height: 37px;
}
.calltoaction .bs-heading h3 {
    opacity: 1; 
}
.calltoaction .col-md-4 {
	display: flex; 
	justify-content: right;
}
.calltoaction .btn:hover{
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}
/*---------------------------------------
	blogs       
-----------------------------------------*/
.bs-blog-post {
	margin-bottom: 30px;
	overflow: hidden;
}
.bs-blog-thumb {
	position: relative;
    min-height: 20px;
    overflow: hidden;
    max-width: 100%;
}
.bs-blog-thumb.back-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bs-blog-thumb.md {
	height: 220px;
}
.bs-blog-category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bs-blog-category a {
    margin-left: 3px;
    margin-right: 3px;
	padding: 5px 5px;
    font-size: 12px;
    line-height: 1em;
    border-radius: 3px;
}
.bs-blog-post h4.title {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
}
.bs-blog-post h4.title.sm {
	font-size: 28px;
	line-height: 1.2;
}
.bs-blog-post .small {
	padding: 20px 20px;
	font-size: unset;
}
.bs-post-meta a {
    display: inline-block;
}
.bs-blog-meta span {
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0.8;
    text-transform: capitalize;
	margin-right: 8px;
}
.bs-blog-meta span:last-child {
	margin-right: 0;
}
.bs-author:before, .bs-blog-date:before, .comments-link:before, .cat-links:before, .tag-links:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    display: inline-block;
    padding-right: 3px;
    padding-left: 0px;
    text-decoration: inherit;
    vertical-align: baseline;
    opacity: 0.8;
}
.bs-blog-date:before{
	content: "\f017";
}
.bs-author:before{
	content: "\f2bd";
}
.comments-link:before {
    content: "\f086";
}
.cat-links:before { content: "\f07c"; }
.tag-links:before { content: "\f02c"; }
.bs-author-pic img {
	width: 80px;
	height: 80px;
}
.bs-comments img.rounded-circle{
	margin-right: 20px;
	width: 40px;
	height: 40px;
}
.comment-list {
	list-style: none !important;
}
.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 70px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    margin-bottom: 1rem;
}
.comment-body
{
	margin-bottom: 25px;
}
.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
    z-index: 0;
    list-style: none;
}
.comment-body .reply {
    text-align: right;
}
#comments img {max-width: 100%;}
.reply a {
    font-size: 14px;
    padding: 5px 17px;
    font-weight: bold;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
}
.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}
.comments-area .comment-meta .comment-author img {
	border-radius: 60%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 28px;
    width: 60px;
    height: 60px; 
}
.comment-meta .comment-metadata {
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.comment-reply-title {
    font-size: 16px;
}
.comment-content {
    position: relative;
    z-index: 0;
    padding: 16px 40px 16px 0;
}
ol.wp-block-latest-comments {
	padding: 0;
	overflow-x: hidden;
}
ol.wp-block-latest-comments footer {
	background: unset;
}
/* --------------------------------------
=========================================
	4.bs-breadcrumb-section
=========================================
-----------------------------------------*/
.bs-breadcrumb-section {
	background-image: linear-gradient(132deg, #f4f7fc 50% ,transparent 50%),url(images/breadcrumb-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-color: #143745;
	height: 100%;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0;
	width: 100%;
	box-shadow: 0 0 5px 0 #aaaaaa;
}
.bs-breadcrumb-section .overlay {
	height: 100%;
	padding: 100px 0;
	position: relative;
	width: 100%;
}
.bs-breadcrumb-section.trhead .overlay {
    padding: 300px 0 100px 0;
}
.bs-breadcrumb-title {
	padding: 0;
}
.bs-breadcrumb-title h1 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	line-height: 48px;
	padding-bottom: 0px;
}
.bs-page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 12px;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
}
.bs-page-breadcrumb > li {
	display: inline-block;
}
.bs-page-breadcrumb > li + li:before {
	content: "\f178";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 0 5px;
}
.bs-breadcrumb-section .bs-blog-category{
	position: relative;
	left: 0;
}
.bs-breadcrumb-inner {
	display: flex;
    width: 100%;
}
/* --------------------------------------
=========================================
	5.bs-sidebar
=========================================
-----------------------------------------*/
.bs-sidebar a {
	transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-widget .btn {
	padding: 2px 12px;
	border: none;
	border-radius: 0;
	height: 40px;
}
.bs-sidebar .bs-widget {
	margin-bottom: 30px;
    padding: 20px 20px 10px 20px;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}
.bs-sidebar .bs-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bs-sidebar .bs-widget ul li:last-child {
	border: none;
	padding-bottom: 0;
}
.bs-sidebar .bs-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
/*wp-block-search*/
.wp-block-search .wp-block-search__button {
    padding: 10px 25px;
    line-height: 30px;
    position: relative;
    border-radius: 60px;
    font-weight: bold;
    display: inline-block;
    border-width: 0;
    border-style: solid;
    z-index: 1;
    box-shadow: 3px 5px 0 0 #c7d2dc;
}
.widget_search .wp-block-search__label {
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    position: relative;
    letter-spacing: 1px;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
}
.bs-sidebar .bs-widget h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    position: relative;
    letter-spacing: 1px;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.bs-sidebar .bs-widget h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    position: relative;
    letter-spacing: 1px;
	border-style: solid;
	border-width: 0 0 1px 0;
}
.bs-sidebar .bs-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget ul.menu li .sub-menu {
	margin-left: 15px;
}
.bs-sidebar .bs-widget ul.menu li .sub-menu li {
	border-bottom: none;
	padding: 10px 0 0;
}
.bs-sidebar .bs-widget.widget_search .btn {
	border: medium none;
    border-radius: 0;
    height: 40px;
    line-height: 25px;
    padding: 5px 15px;
    transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-category-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.bs-sidebar .bs-category-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget .bs-widget-tags, .bs-sidebar .bs-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
.wp-block-tag-cloud a,
.bs-sidebar .bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a {
	cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
}
.wp-block-tag-cloud a:hover,
.bs-sidebar .bs-widget-tags a:hover, .bs-sidebar .bs-widget .tagcloud a:hover {
	transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
.bs-sidebar .bs-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.bs-sidebar .calendar_wrap table thead th {
	border-width: 1px;
	border-style: solid;
}
.bs-sidebar .calendar_wrap table tbody td:hover, .bs-sidebar .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
.bs-sidebar .calendar_wrap table tfoot {
	border-width: 1px;
	border-style: solid;
}
.bs-sidebar .bs-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
}
.bs-sidebar .bs-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.bs-sidebar .bs-widget .calendar_wrap table tfoot {
	font-size: 11px;
}
.bs-sidebar .bs-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
.bs-sidebar .bs-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
.bs-widget .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
}
/*--calendar_wrap end--*/ 
.bs-sidebar .bs-widget .textwidget select, .bs-sidebar .bs-widget .textwidget img {
	width: 100%;
}
.bs-sidebar .bs-widget .textwidget img.size-large {
    height: auto;
}
/*----woocommerce footer-widget----*/
.bs-sidebar .bs-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0;
	margin-left: -1px;
}
/*----left-menu-widget----*/
.bs-sidebar .bs-left-menu-widget ul li {
	border-radius: 0;
	margin: 0;
	padding: 10px 20px;
}
.bs-sidebar .bs-left-menu-widget ul li:hover, .bs-sidebar .bs-left-menu-widget ul li.active {
	border-radius: 0 30px 30px 0;
}
/* --------------------------------------
=========================================
	6.bs-error page
=========================================
-----------------------------------------*/
.bs-error-404 h1 {
	font-size: 100px;
	line-height: 80px;
}
.bs-error-404 h1 i {
	padding: 5px;
	text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
.bs-error-404 h4 {
	line-height: 40px;
}
.bs-error-404 p {
	line-height: 30px;
}
/* --------------------------------------
=========================================
	7.bs-footer
=========================================
-----------------------------------------*/
.bs-footer-top-area {
	padding: 30px 0;
	text-align: center;
}
footer .bs-footer-top-area h6 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 30px 0;
	position: relative;
}
footer .bs-footer-widget-area {
	padding-top: 50px;
}
footer .bs-widget {
	margin-bottom: 50px;
}
footer .bs-widget:nth-child(4n+1) {
	clear: both;
}
footer .bs-search-widget .btn {
	padding: 1px 12px;
	border-radius: 0;
	height: 40px;
}
footer .bs-widget.widget_search .btn {
	border-width: 1px;
	border-style: solid;
	padding: 2px 12px;
	height: 40px;
	border-top-right-radius: 3px;
}
footer .bs-widget.widget_search .btn-default, footer .bs-widget.widget_search .btn-default:hover {
	background-color: initial;
}
footer .bs-widget.widget_search .btn:hover, footer .bs-widget.widget_search .btn:focus {
	border-width: 1px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget h6 {
	font-size: 20px;
    font-weight: 700;
    border-width: 0;
    border-style: solid;
    margin-bottom: 30px;
    padding: 12px 0 0 0;
    position: relative;
    letter-spacing: 1px;
}
footer .bs-widget ul {
	padding: 0;
	list-style: none;
}
footer .bs-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0;
	border-style: solid;
}
footer .bs-widget ul li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget ul li:first-child {
	padding-top: 0;
}
footer .bs-widget ul li:last-child {
	border-bottom: none;
}
footer .bs-widget ul li {
	margin: 0;
	padding: 6px 0;
	position: relative;
}
footer .bs-widget ul li a {
	transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget ul li a:hover {
	padding-left: 10px;
}
footer .bs-widget .list-unstyled li:first-child {
	padding-top: 0;
}
footer .bs-widget .list-unstyled li {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
footer .bs-widget .list-unstyled li {
	border-width: 0;
	border-style: solid;
}
footer .bs-widget .list-unstyled li :last-child {
	border-bottom: none;
}
footer .bs-widget .list-unstyled li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget .list-unstyled li a {
	line-height: 25px;
	transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget .list-unstyled li a:hover {
	padding-left: 10px;
}
footer .bs-opening-hours {
	padding: 0 10px 0 0;
}
footer .bs-widget .bs-opening-hours li {
	padding: 6px 0;
}
footer .bs-widget .bs-opening-hours li:hover {
	cursor: pointer;
	transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget .bs-opening-hours li i {
	font-size: 14px;
	padding-right: 10px;
}
footer .bs-widget .bs-widget-address li {
	border-bottom: 0;
}
footer .bs-widget .bs-widget-address li .icon-addr {
	height: 30px;
	line-height: 28px;
	margin: 0 15px 8px 0;
	text-align: center;
	width: 30px;
	display: inline-flex;
	border-radius: 10px;
}
footer .bs-widget .bs-widget-address li .icon-addr i {
	font-size: 24px;
}
footer .bs-widget .bs-widget-tags, footer .bs-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
footer .bs-widget .bs-widget-tags a, footer .bs-widget .tagcloud a {
	cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
}
footer .bs-widget .bs-widget-tags a:hover, footer .bs-widget .tagcloud a:hover {
	transition: all 0.4s ease-in-out 0s;
}
footer .bs-widget .calendar_wrap table {
	width: 100%;
	font-size: 11px;
}
footer .bs-widget .calendar_wrap table caption {
	border-radius: 2px;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .bs-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
	border-width: 1px;
	border-style: solid;
}
footer .bs-widget .calendar_wrap table tbody td {
	line-height: 2.5em;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
footer .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
footer .calendar_wrap table tbody td:hover {
	transition: all 0.3s ease 0s;
}
footer .bs-widget .calendar_wrap table tfoot {
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
}
footer .bs-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
footer .bs-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
footer .bs-widget .textwidget select, footer .bs-widget .textwidget img {
	width: 100%;
}
footer .bs-widget img.size-large {
	width: 100%;
	height: auto;
}
footer .bs-widget .form-control {
	border-width: 2px;
	border-style: solid;
	background: rgba(0,0,0,0);
}
footer .bs-widget .form-control:hover, footer .bs-widget .form-control:focus {
	border-width: 2px;
	border-style: solid;
}
/*----woocommerce footer-widget----*/
footer .bs-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0;
	margin-left: -1px;
}
footer .bs-widget .input-group-btn .btn {
	border-radius: 0;
	padding: 5px 35px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/*----contactform footer-widget----*/
footer .bs-widget .wpcf7-form .wpcf7-form-control {
	margin-bottom: -20px;
}
footer .bs-widget .wpcf7-form .wpcf7-textarea {
	height: 80px;
}
footer .bs-footer-copyright {
	padding: 25px 0 5px;
}
footer .bs-footer-copyright, footer .bs-footer-copyright a {
	font-size: 13px;
	line-height: 20px;
}
footer .bs-footer-copyright .bs-social { 
	justify-content: flex-end;
}
footer .bs-social-navigation .icon {
    top: -8px;
}
/* --------------------------------------
=========================================
	8.bs-scroll
=========================================
-----------------------------------------*/
.bs_upscr {
	bottom: 2%;
	display: none;
	height: 40px;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 40px;
	z-index: 9999;
	animation: bobble 2s infinite;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	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);
}
.bs_upscr:hover {
	opacity: 1;
}
.bs_upscr i {
	font-size: 16px;
    line-height: 40px;
}
.bs_upscr:hover, .bs_upscr:focus {
	border-width: 2px;
	border-style: solid;
	transition: all 0.3s ease 0s;
}
.container.mobi-menu {
    display: none;
}
/*----woocommerce----*/
/* woocommerce v2.3.5 */
*:focus {
	outline: 0;
}
.woocommerce h2 {
	font-size: 22px;
}
.woocommerce h3 {
	font-size: 20px;
}
/*----product----*/
.woocommerce .products span.onsale, .woocommerce span.onsale {
	border-radius: 0;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	margin: 4px !important;
	min-height: 10px;
	padding: 0 12px;
	z-index: 999;
}
.woocommerce span.onsale {
	margin: 10px !important;
}
.woocommerce ul.products li.product {
	text-align: center;
	padding-bottom: 20px;
	transition: all 0.4s ease 0s;
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	background: white;
}
.woocommerce ul.products li.product a img:hover {
	opacity: 0.6;
}
.woocommerce-page .woocommerce-ordering select {
	padding: 12px 15px 12px 10px;
	color: #A0A0A0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.woocommerce-page .products .product > a:first-child {
	position: relative;
	text-align: center;
	display: block;
}
.woocommerce-page .products a.button {
	display: inline-block;
	text-align: center;
	padding: 18px 35px 13px 35px;
	border-radius: 0;
	margin: 10px;
	border: none;
	font-weight: bold;
	margin: 0 auto !important;
}
.woocommerce-page .products a.button:hover {
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.woocommerce-page .products h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	float: none;
	width: auto;
	margin: 0;
}
.woocommerce-page .products .star-rating {
	position: relative;
	margin: 0 auto;
}
.woocommerce-page .products a .price {
	line-height: 20px;
	width: 100%;
	float: left;
	height: auto;
	min-height: 40px;
	padding: 10px 0;
}
.woocommerce-page .products a .price del {
	display: inline-block !important;
	line-height: 20px;
}
.woocommerce-page .products a .price ins {
	display: inline-block;
	font-weight: bold;
	background: none;
	line-height: 20px;
	margin-left: 10px;
}
.woocommerce-page .products .added_to_cart {
	display: inline-block;
	text-align: center;
	padding: 10px 20px 10px 20px;
	border-radius: 0;
	border: none;
	font-size: 12px;
	margin: 0;
}
.woocommerce-page .woocommerce-result-count {
	float: left;
	font-size: 14px;
	line-height: 46px;
	margin-top: 20px;
}
.woocommerce-page .woocommerce-ordering {
	float: right;
	margin-top: 20px;
}
.woocommerce-page .product-type-simple {
	position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: inherit;
}
footer .consultco-widget .woocommerce ul.cart_list li img, footer .consultco-widget .woocommerce ul.product_list_widget li img {
	margin-top: 7px;
}
/*woocommerce-tabs*/
.tabs.wc-tabs {
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 22px;
	line-height: 25px;
}
.related.products {
	text-align: center;
}
.related.products h2 {
	font-size: 26px;
	line-height: 40px;
}
/*woocommerce-form*/
.woocommerce form .form-row label {
    width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 40px;
	margin-bottom: 20px;
	border: 2px solid #ebebeb;
	color: #ccc;
	border-radius: 0px;
	padding: 6px 12px;
}
.select2-container .select2-choice {
	height: 40px;
	padding: 6px 12px;
}
/*woocommerce-cart*/
.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 0;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 0;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	min-width: 110px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
}
/*woocommerce-messages*/
.woocommerce-page .woocommerce-message {
	margin: 0px 0 40px;
	border-radius: 3px;
	list-style: none;
}
.woocommerce-page .woocommerce-message a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-error {
	list-style: none;
	padding: 10px 0 10px 50px;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
}
.woocommerce-page .woocommerce-error a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	list-style: none;
	padding: 0;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
	margin-top: 25px !important;
}
.woocommerce-page .woocommerce-info a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	float: left;
	text-align: left;
	padding-top: 30px;
}
.woocommerce-page .woocommerce .woocommerce-info {
	border-radius: 3px;
	border: none;
	padding: 15px 0 15px 50px;
	margin-bottom: 40px;
}
.woocommerce-page .woocommerce .woocommerce-info a {
	opacity: 0.9;
}
/*woocommerce-pagination*/
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	float: left;
	line-height: 1.42857;
	margin: 6px;
	padding: 6px 12px;
	border-radius: 0;
}
/*woocommerce-price-filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #1a2128;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* --------------------------------------
=========================================
	9.bs-Responsive part
=========================================
-----------------------------------------*/
/* ---- ==== Media ==== ----*/
@media (min-width: 1200px) {
  .container {
  	max-width: 1200px;
  }
}
@media (max-width: 767.98px) {
	html { 
		font-size: 13px; 
	}
	.bs-head-detail ul.info-left {
    	display: block;
	}
	.desk-header .btn-0 {
    	display: none;
    }
	.bs-headwidget .navbar-wp {
		top: unset;
	}
	.mobi-menu .desk-header .btn-theme{
		display: none;
	}
	.bs-head-detail .info-left, .bs-head-detail .info-right {
		justify-content: center;
	}
	.top-cart {
	    display: none;
	}
	#bs-slider .bs-slide {
		height: 350px;
	}
	#bs-slider .slide-caption h2 {
	    font-size: 26px;
	    line-height: 1.25;
	    margin-bottom: 10px;
	}
	.btn-tislider {
    	padding: 5px;
    	line-height: 20px;
    	font-size: 14px;
	}
	.top-ct-section .container {
		position: unset;
    	margin-top: auto;
    	padding-top: 15px;	
    }
	.top-ct-section .overlay {
	    padding-bottom: 0;
	}
	.bs-callout-inner {
		padding: 0 15px;
	}
	.calltoaction .bs-heading {
		margin-bottom: 30px;
	}
    .calltoaction,.calltoaction .bs-heading h2, .calltoaction .bs-heading h3 {
      text-align: center;
    }
	.calltoaction .bs-heading h2, .calltoaction .bs-heading {
		font-size: 24px;
		line-height: 30px;
	}
	.calltoaction .col-md-4 {
		justify-content: center;
	}
    .bs-heading h2 {
    	font-size: 30px;
    }
    .text-xs {
	text-align: center;
	}
	.text-xs {
		text-align: center;
	}
	footer .bs-footer-copyright .bs-social {
		justify-content: center;
	}
	.text-center-xs {
		text-align: center;
	}
}
@media (max-width: 991.98px) {
	.bs-headwidget.default .navbar-wp {
		height: 0;
		top: 0;
		padding: 0;
		min-height: 0;
	}
	p{
		font-size: 15px;
	}
	.header_bottom {
		display: none;
	}
	.container.mobi-menu {
		display: block;
	}
	.mobi-menu .navbar-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.desk-menu .navbar-header, .desk-menu .desk-header, .desk-menu .top-cart  {
		display: none !important;
	}
	.top-cart {
	    display: none;
	}
	.navbar-wp {
		height: auto;
	}
	.bs-headwidget .navbar-wp {
	    position: inherit;
	    top: inherit;
	}
	.top-ct-section  .feature_widget {
   		padding: 20px;

	}
	.top-ct-section .feature_widget h5 {
    	font-size: 18px;
	}
	.top-ct-section .feature_widget .media-body {
    	line-height: 1.2;
    	font-size: 15px;
    }
	.bs-section.service .overlay {
		padding-top: 80px;
	}
    .bs-sevice i {
    	font-size: 45px;
    }
	.bs-sevice.two .bs-sevice-inner h4 {
		font-size: 22px;
	    line-height: 27px;
	}
	.bs-sevice.two .bs-sevice-inner p {
	    font-size: 15px;
	}
	#features-section .feature_widget{
		padding: 20px;
	}
	#features-section .feature_widget .media-body {
    font-size: 15px;
	}
	#features-section .feature_widget .media-body h5 a{
		font-size: 22px;
		line-height: 27px;
	}
	.bs-blog-post h4.title.sm {
	    font-size: 22px;
	    line-height: 27px;
	}
	.bs-blog-meta span {
	    font-size: 13px;
	}
	.bs-section.calltoaction .btn{
		padding: 10px 30px;
	}
	.calltoaction .bs-heading h3.bs-subtitle {
		margin-bottom: 20px;
		line-height: 21px;
	}
	
}

@media (max-width: 767.98px) {
	.wp-block-embed iframe {
	max-width: 100%;
	height: auto;
	}
	.comment-list .children {
	    margin-left: 0.66666em;
	}
	.comment-content {
	    padding: 16px 0px 16px 0;
	}
	.desk-header button.navbar-toggler[aria-expanded="true"]:after {
    	right: -10px;
    }
    .feature_widget {
   		margin: 15px;
    }
    .bs-heading {
    	margin: 0px 15px 20px;
    }	
}	

/* WordPress Core*/
/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	text-align: unset;
}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {color: inherit;}
.gallery dt {color: inherit;}
.gallery dd {color: inherit;}
.gallery dl a {color: inherit;}
.gallery dl img {color: inherit;}
.gallery-caption {color: inherit;}

.size-full {color: inherit;}
.size-large {color: inherit;}
.size-medium {color: inherit;}
.size-thumbnail {color: inherit;}
/*Contact Form 7*/
.wpcf7-form { margin-bottom: 50px; }
.wpcf7-form label {display: block;}
.wpcf7-textarea {
    height: 200px;
}
.commentlist .bypostauthor {color: inherit;}
.commentlist li ul.children li.bypostauthor {color: inherit;}
.sticky{
	color: inherit;
}

.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    color: #212121;
    cursor: pointer;
    display: inline-flex;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    line-height: 40px;
    margin: 0 3px 10px;
    padding: 0px;
    vertical-align: baseline;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}

.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
    border-radius: 0;
}

/* WordPress Gallery 
------------------------------------------ */

.gallery {
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery:after {
	display: table;
	content: "";
	clear: both;
}

.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}

.gallery-item img {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal !important;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.no-js .some-element .screen-reader-text {
    position: static;
    -webkit-clip-path: none;
    clip-path: none;
    width: auto;
    height: auto;
    margin: 0;
}

@media (max-width: 575.98px) {
	.bs-sidebar {
		margin-top: 20px; 
		margin-bottom: 20px; 
	}
}
@media screen and (min-width: 575px) and (max-width: 1200px) {
	.col-md-3 .wp-block-search__inside-wrapper { 
		flex-wrap: wrap;
		justify-content: center;
	}
	.col-md-3 .wp-block-search .wp-block-search__button {
		margin: 8px 0 0 ;
	}
}