/*
Theme Name: Disco Tailors Pro
Theme URI: https://gracethemes.com/themes/tailor-shop-wordpress-theme/
Author: Grace Themes
Author URI: https://gracethemes.com/
Description: Disco Tailors is very easy-to-use and provides you with an ultra-smooth user interface. The primary advantage of making use of this tailor shop WordPress theme is that it offers you an amazing look. The appeal of this theme is extremely beautiful and can easily attract any kind of customer to your business website. The fact is that as soon as a visitor lands on your website, the first thing that a person notices is the look of your website. Every component present on the homepage of this site is correctly organized by the experts in the right order. The homepage comes with some of the best features that take care of your common business requirements.

Version: 1.4
License: GNU General Public License version 2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: disco-tailors-pro
Requires PHP:  5.6
Tested up to: 6.2.2
Tags:blog,entertainment,two-columns,right-sidebar,full-width-template,custom-colors,custom-menu,custom-header,custom-logo,featured-images,editor-style,custom-background,threaded-comments,
theme-options, translation-ready
Disco Tailors Pro WordPress Theme has been created by Grace Themes(gracethemes.com), 2025.
Disco Tailors Pro WordPress Theme is released under the terms of GNU GPL
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
*{ 
	padding:0;
	outline:none;
	margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body{
	font-size:16px;
	line-height:26px;
	font-family:"Poppins", Sans-serif;
	background-color:#ffffff;	
	color:#161616;
	-ms-word-wrap:break-word; 
	word-wrap:break-word;
}


/* = Heading tags
--------------------------------------------- */
h1, h2, h3, h4, h5, h6{ 
	font-family: 'Merriweather', serif;
	color:#303030;
	line-height:1.1;
	font-weight:600;
	margin:0 0 20px;
	padding:0;	
}
h1{ 
	font-size:42px;
}
h2{ 
	font-size:32px;
}
h3{ 
	font-size:30px;
}
h4{ 
	font-size:24px;
}
h5{ 
	font-size:22px;
}
h6{ 
	font-size:18px;
}

h1.entry-title{ 
font-size: 30px;
font-weight: 600;
margin-bottom: 25px;
}

/*image align css*/
img{ 
	max-width:100%; 
	height:auto;
	border:none;
	vertical-align:middle;	
	border-style: none;
}
.alignnone{ 
	width:100%;
}

.aligncenter, 
img.aligncenter { 
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	display: block;
	clear: both;
	height:auto;
}
img.alignright, 
.alignright{ 
	border:1px solid #ddd;
	float:right;
	padding:5px;
	margin:0 0 0 15px;
}
img.alignleft, 
.alignleft{ 
	margin:0 15px 0 0;	
	float:left;
	padding:5px;
	border:1px solid #ddd;
}

/* = Default CSS
--------------------------------------------- */
a{ 
	text-decoration:none;
	color:#efc62c;
}
a:hover{ 
	color:#111;
}
p{ 
	margin:0;
	padding:0;
}

blockquote{ 
  position: relative;  
  font-size: 16px;
  background-color:#ededed;
  padding:1.2em 30px 1.2em; 
  color: #555555; 
  border-left:7px solid #ad6004 ; 
  margin:50px auto;  
  line-height:1.6;
  font-style:italic;  
}

blockquote p{ 
	margin-bottom:0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
}

figcaption,figure{	
	display: block;
}
figure {
	margin: 1em 0;
}
.post-tags{ 
	font-weight:bold;
}
.post-tags a:hover{ 
	color:#000 !important;
}
.left{ 
	float:left;
}
.right{ 
	float:right;
}

.textwidget select{ 
	width:100%;
}
.tagcloud a{ 
	color:#fff;
	margin:0 5px 5px 0;
	font-size:12px !important;	
	border:1px solid #fff;
	display:inline-block;	
	padding:5px 12px;
}
.tagcloud a:hover{ 
	border:1px solid #fff;
}
table{ 
	width:100%
}
.wp-caption, 
.wp-caption-text, 
.sticky, 
.gallery-caption, 
.aligncenter{
	max-width:100% !important; 
	margin:0;
	padding:0;
}

.last_column{
	clear:right;
	margin-right:0 !important;
}


/* = Clearings CSS
--------------------------------------------- */
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after,
nav:before,
nav:after {
	content: "";
	display: block;
}
.clear:after,
.site-header:after,
.site-footer:after,
nav:after {
	clear: both;
}
.clear{ 
	clear:both;
}

/*
Lists style CSS
---------------------------------*/
ol,
ul{ 
	margin:0;
	padding:0;
}
ul {
	list-style: inside none disc;
}
ol {
	list-style: decimal;
}
ul li ul, 
ul li ul li ul, 
ol li ol, 
ol li ol li ol{ 
	margin-left:10px;
}

ul li,
ol li {
	margin-bottom: 0;
	margin-left: 1.5em;
}

/*
pagination style CSS
---------------------------------*/
nav.pagination .page-numbers{ 
	font-size:14px;		
	background-color:#ccc;
	padding:10px 15px;
	font-weight:600;
	color:#444;
}
nav.pagination .page-numbers.current{
	background-color:#efc62c;
}
.site-nav-previous, 
.nav-previous{ 
	float:left;
}
.site-nav-next,
.nav-next{ 
	float:right;
}
nav#nav-below{ 
	margin-top:15px;
}

#comment-nav-above .nav-previous, 
#comment-nav-below .nav-previous{ 
	float:none !important;
	margin:10px 0;
}

dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
audio:not([controls]) {	
	display: none;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}

a {	
	background-color: transparent;
	-webkit-text-decoration-skip: objects; outline:none; text-decoration:none;
}
a:active, 
a:hover {
	outline-width: 0;
}
b, 
strong {	
	font-weight: bold;
}
pre {
	background-color: #eee;
	margin-bottom:25px;
	max-width: 100%;
	font-size: 14px;
	padding:20px;	
	line-height: 1.4;
	overflow: auto;
}
.breadcrumbs{
	padding:10px 0;
	margin-bottom:0;
}
nav.pagination{ 
	clear:both;
}

/* = Default Button CSS
---------------------------- */
a.blogreadmore{ 
	background-color:#505050;
	padding:5px 20px;
	display:inline-block;
	color:#fff ;
	border-radius:3px;
}
a.blogreadmore:hover{ 
	background-color:#404040;
	color:#fff;
}

a.ReadMoreBtn{ 
	padding:15px 40px; 
	font-weight:500; 
	font-size:17px; 
	text-align:center; 
	background-color:#ad6004; 
	color:#fff ; 	
	display:inline-block;
	-webkit-border-radius: 35px; 
	-moz-border-radius: 35px; 
	border-radius: 35px; 
}
a.ReadMoreBtn:hover{ 
	background-color:#202020; 
	color:#fff;
}

/* = Header contact info CSS
--------------------------------------------- */

.hdr-topstrip{ 
	color:#fff; 
	padding:25px 0;
	position:relative; 
}

.hdrtop-Info{ 
	display:inline-block; 	
	color:#fff; 	
	font-weight:500; 
	padding:0px;
	margin:0; 
	line-height:47px; 
	vertical-align:top;
	text-align:left;  
}
.hdrtop-Info span {
	padding-left:5px;
}
.appointment_btn a{ 
	font-size:18px; 
	color:#fefefe; 
	border:1px solid #868a8b; 
	padding:15px 25px;  
	border-radius:35px; 
	display:inline-block;
}
.appointment_btn a:hover{ 
	color:#cc8a70; 
	border:1px solid #cc8a70;
}

.hdrtop-Info i{ 
	position:relative; 	
	font-size:18px; 	
	top:2px;
	margin:0 5px 0 0; 
	line-height:0; 	
	text-align:center; 
}
.hdrtop-Info a{ 
	color:#fff;
}

.hdrsocial{ 
	display:inline-block;
	position:relative;
}
.hdrsocial a{ 
	color:#fff; 
	width:45px;
	height:45px; 
	line-height:45px;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	background-color:#3f2e26;
}

.hdrtop-Info.last-child{ 
	border:none; 
	padding-right:0; 
}
.header-contact-info {float: right;
padding-top: 17px;
background: #df0a0a;
padding-bottom: 17px;
padding-left: 40px;
padding-right: 30px;}
.header-contact-info .header-info-box {
  width: auto;
  float: left;
  padding: 0px 15px;
  position: relative;
  padding-left: 50px;
  font-size: 15px;
  color: #fff;
}
.header-contact-info .header-info-box i {
  font-size: 35px;
  color: #fff;
  position: absolute;
  left: 0; top: 10px;
}
.header-contact-info .header-info-box i.fas.fa-phone-alt {
  transform: rotate(90deg);
}
body.home .header-contact-info .header-info-box i.fas.fa-phone-alt {
  transform: rotate(0deg);
}
.header-contact-info .header-info-box b{
  color: #103195;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.header-contact-info .header-info-box b a{ 
	color:#fff;
}
.header-navigation-bar {
  padding:0; 
  box-shadow: 0px 0px 2px 0px rgba(255 255 255 / 30%); 
  background:rgba(61, 53, 49, 0.4); 
}


/* = Main site CSS
-----------------------------------------------*/
.LgoBX{ 
	width:100%;
	padding:0;
}
#SiteWrapper{ 
	position:relative;
	margin:0 auto;
}

.container{ 
	position:relative;
	width:1170px;
	margin:0 auto;
}

.site-header{ 
	position: relative;
	width:100%;
	z-index:999;
}
.site-header.innerpage_header{ 
	position: relative;
} 
.site-header.innerpage_header .LgoBX{ 
	position:relative;
} 

.sitewrapper .site-header.fixed{ width:100%; }
#masthead.site-header.fixed{ position: fixed; top:auto; z-index:999999; left:0; right:0; width:100%; margin:0 auto; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20); }
#masthead.site-header.fixed .hdr-topstrip{ display:none !important;}

.logo {
    float: left;
	width:40%;
    text-align: center;   
    padding:0;
    position: relative;
    z-index: 999;
}

.logo a{ 
	color: #fff;
	position:relative;
	display:block;
	z-index:99;
}
.site_branding{ 
	position:relative; 
	z-index:99;
}
.logo h1 {
	font-size:30px;
	margin:0;
	font-weight:700;
}
.logo p{ 
	color:#060606;
	display:block;
}
.logoCenter{ float:none !important; margin:0 auto !important}
.innerbanner{ overflow:hidden; width:100%; text-align:center; min-height:162px; background:#cc8a70;}
.innerbanner img{ width:100%; background-size:cover;}


/* = Header Navigation CSS
--------------------------------------------------*/
#navigationpanel{ 
	position:relative; 
	width:100%;
}

.site-navigation {
    display: block;
    position: relative;
    width: 100%;
}

.site-navigation ul ul {
    background:#3f2e26; 
    text-align: left;
    padding: 0;
}
.site-navigation ul ul li a {
    padding: 12px 15px;
}
.site-navigation ul ul a:after {
    float: right;
}
.site-navigation ul {   
    list-style: none;
    margin: 0;
	display: none;
    padding-left: 0;
	font-size: 16px;

}
.site-navigation li {
    position: relative;
	margin:0;
}

.site-navigation a {
    line-height: 1.5;
	display: block;
    font-weight: 500;
    color: #ffffff;   
	text-align:left;
	text-transform: capitalize;
}
.site-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.site-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.site-navigation li li {
    display: block;
}
.site-navigation ul.nav-menu .current_page_item > a,
.site-navigation ul.nav-menu .current-menu-item > a,
.site-navigation ul.nav-menu .current_page_ancestor > a,
.site-navigation ul.nav-menu .current-menu-ancestor > a {
    color: #0FBAF4;
}
.site-navigation ul.nav-menu > li:before {
    background-color: #5750A0;
    color: #fff;   
    display: inline-block;
    text-align: center;
    border-radius: 50%;
	width: 46px;
    height: 46px;
    line-height: 46px;
}
.menu-toggle {
    font-size: 16px;
    width: 50px;
    height: 50px;
    position: absolute;
	display: block;
    right: 10px;
    background-color: transparent;
    border: none;
    border-radius: 0;
	z-index:999999; 
	top:-75px;
}

.menu-toggle span {
    position: absolute;
    top: 50%;
    left: 0;	
    right: 0;   
    width: 30px;
    height: 4px;
	margin: 0 auto;
    display: block;
    background-color: #fff;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-toggle span:before, 
.menu-toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -webkit-transform 0.3s;
    -ms-transition: -webkit-transform 0.3s;
    -o-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.menu-toggle span:before {
    -webkit-transform: translateY(-250%);
    -moz-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    -o-transform: translateY(-250%);
    transform: translateY(-250%);
}
.menu-toggle span:after {
    -webkit-transform: translateY(250%);
    -moz-transform: translateY(250%);
    -ms-transform: translateY(250%);
    -o-transform: translateY(250%);
    transform: translateY(250%);
}
.menu-toggle.active span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-toggle.active span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.menu-toggle.active span {
    background-color: transparent;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {  
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: transparent;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
	padding: 0;
}
button.dropdown-toggle.active i {
    transform: rotate(-180deg);
    transform-origin: center;
}

@media screen and (min-width: 1024px) {
    #masthead {
        min-height:50px;
		position:absolute;
    }
    .menu-sticky #masthead {
        position: sticky;
        top: 0;
    }
    .menu-sticky #masthead.nav-shrink {
        box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    }
    .customize-support.menu-sticky #masthead.nav-shrink {
        top: 32px;
    }
    .site-branding {
        display: flex;
        align-items: center;
        min-height: 108px;
    }
    .site-navigation {
        padding:0;
        width: auto;
    }
	
    .site-navigation.icons-active {
        padding: 0;
    }
    .site-navigation ul.nav-menu > li {
        text-align: center; 
		padding:15px 20px;
    }	
    .site-navigation.icons-active ul.nav-menu > li {
        padding: 15px 25px 8px;
    }
    .site-navigation ul.nav-menu > .menu-item-has-children > a:after {              
        position: relative;
        bottom: 1px;
		padding-left: 10px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        text-rendering: auto;
    }
    .site-navigation ul ul .menu-item-has-children > a:before {       
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        text-rendering: auto; 
        position: absolute;
		top: 20px;
        right: 15px;
    }
	/*Dropdown arrows*/
	.site-navigation .menu-item-has-children > a:after, 
	.site-navigation .page_item_has_children > a:after {
		font-family: dashicons;
		content: '\f347';
		vertical-align: bottom;
		margin-left: 0.25em;
	}		
	
	.site-navigation .menu-item-has-children .menu-item-has-children > a:after,
	.site-navigation .menu-item-has-children .page_item_has_children > a:after,
	.site-navigation .page_item_has_children .menu-item-has-children > a:after,
	.site-navigation .page_item_has_children .page_item_has_children > a:after {
		content: '\f345';
		font-family: dashicons;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
	}		
	
    .site-navigation ul.nav-menu {
        display: block !important;
        height: auto !important; text-align:center;
    }
    .site-navigation ul ul {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
        width: 220px;
    }
    .site-navigation ul li:hover > ul,
    .site-navigation ul li.focus > ul {
        left: 0;
        right: auto;
        display: block !important;
    }
    .site-navigation ul ul li:hover > ul,
    .site-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }
    .site-navigation ul ul li:hover > a,
    .site-navigation ul ul li.focus > a {
        
    }
    .site-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .site-navigation ul ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }
    .site-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .site-navigation ul ul li a:hover,
    .site-navigation ul ul li.current-menu-ancestor:hover > a {
       
    }   
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .site-navigation ul {
        display: block;
    }
    .site-navigation li {
        display: inline-block;
    }
    .site-navigation .left-menu {
        padding-left: 50px;
    }
    .site-navigation ul.nav-menu > li.left-menu > a,
    .site-navigation ul.nav-menu > li.right-menu > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .site-navigation li.left-menu + li.right-menu:before {
        content: "/";
        position: absolute;
        top: 50%;
        margin-left: -6px;
        color: #fff;
        margin-top: -1px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1023px) {
    #masthead {
        min-height: 86px;
    }    
    .site-navigation ul ul {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .site-navigation ul ul ul {
        margin-top: 0;
    }
    .site-navigation ul.nav-menu li {
        border-bottom: 1px solid #503b32;
        display: block;
        width: 100%;
    }
    .site-navigation ul.nav-menu li:last-child {
        border-bottom: none;
    }
    .site-navigation ul.nav-menu > li {
        width: 100%;
        padding: 0;
    }
    .site-navigation ul ul li a {
        padding-left: 35px;
    }
    .site-navigation ul ul ul li a {
        padding-left: 60px;
    }
    .site-navigation ul ul ul ul li a {
        padding-left: 80px;
    }
    .site-navigation ul ul a {
        width: 100%;
    }
    .site-navigation ul ul,
    .site-navigation ul ul ul {
        box-shadow: none;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        display: none;
    }
    .site-navigation ul.nav-menu > li:before {
        display: none;
    }
    .site-navigation .menu-item-has-children > a:before {
        content: "";
        float: right;
        position: relative;
        right: 0;
        background-color: rgba(255, 255, 255, 0.20);
        width:0px;
        height: 25px;
    }
    .site-navigation .menu-item-has-children > a:after {
        padding-top: 3px;
    }
    .site-navigation ul.sub-menu li a {
        border-left: none;
    }
    .site-navigation ul.nav-menu {
        margin-right: 0;
        background-color: #3f2e26;
        margin-top: 25px;
        border-top: 1px solid rgba(0, 0, 0, 0.10);
    }
    .site-navigation {
        position: static;
    }
    .site-navigation a {
        color: #555555;
        padding: 12px 15px;

    }
    #masthead.site-header .site-navigation ul.nav-menu {
        margin-top: 0;
        position: absolute;
        max-width:100%;
        top: 100%;
        left: auto;
        right: 0;
        width: 100%;
        z-index: 10;
    }
   
}

@media screen and (max-width: 992px) {    
    .comments-title, 
    #reply-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
	#masthead.site-header .site-navigation ul.nav-menu {
	max-width: 100%;
	}
}

/* = Page layout css
------------------------------------------ */
.LayoutContent-70{ 
	width:70%;
	margin:0;
	padding:0 5% 0 0;
	float:left;
}
.SitePageStyle-2{
	padding:0;
}

.LayoutContent-70 ul, 
.LayoutContent-70 ol{ 
	margin:0 0 20px 20px;
}
.LayoutContent-70 ul li, 
.LayoutContent-70 ol li{ 
	margin:0;
}
.LayoutContent-70 ul ul, 
.LayoutContent-70 ol ol{ 
	margin:0 0 0 30px;
}
.fullwidth{ 
	width:100% !important;
	float:none  !important;
	padding:0 !important;
}
.fullwidth p{ 
	margin-bottom:15px;
}
.boxlayout{ 
	position:relative;
	width:1210px;
	overflow: hidden;
	margin:0 auto;
	background-color:#fff;	
	box-shadow:0 -8px 8px #111;
}
.fulllayout{ 
	width:100% !important;
}
#tabber-BX{ 
	padding:50px 0;
}
#tabber-BX p{ 
	margin-bottom:15px;
}
.slider_wrapper{ 
	position:relative;
}

.LayoutContent-70 a{ 
	font-weight:bold;
	text-decoration:underline;
}
.LayoutContent-70 .comments-area a{ 
	font-weight: 400;
	text-decoration:underline;
}

/*.home section{ padding:100px 0;}*/



/* = Sidebar CSS
----------------------------------------------- */
#sidebar{
	position:relative;	
	padding:30px;	
	float:right;
	width:30%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px; 
}
aside.widget{ 
	margin-bottom:30px;
}
aside.widget ul{ 
	list-style:disc inside;
}
#sidebar h2,
#sidebar h3, 
#sidebar h4, 
#sidebar h5{ 
	position:relative;	
	padding:0 0 20px 0;
	margin:0 0 15px 0;
	font-size:22px;
	font-weight:600;
	color:#202020;
}
#sidebar h2::before,
#sidebar h3::before,
#sidebar h4::before,
#sidebar h5::before  {
    border-bottom: 3px solid #202020;
    bottom: 4px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    width:70px;	
}
#sidebar ul li, 
#sidebar ol li{ 
	list-style:none;	
	border-bottom:1px solid #eee;
	line-height:24px;
	margin:0;
	padding:8px 10px 8px 0;
}
		
#sidebar ul li a, 
#sidebar ol li a{ 
	color:#3b3b3b;
}
#sidebar ul li a:hover,
#sidebar ol li a:hover{ 
	color:#ad6004;
}
#sidebar ul li:last-child,
#sidebar ol li:last-child{ 
	border:none;
}
aside .textwidget, 
#sidebar .gallery, 
aside.widget_media_image{ 
	padding:20px;
	background-color:#fff;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
/*sidebar search form css*/
#sidebar .search-form{ 
	margin-bottom:20px;
}
#sidebar .search-form input.search-field{ 
	background-color:#fff;
	width:80%;
	padding: 13px 15px 13px 15px;
	border:1px solid #ddd;
}
#sidebar .search-form input.search-submit{ 
	background:url(images/search-icon.png) no-repeat center center #efc62c;
	float:right;	
	height:43px;
	width:20%;
	padding: 12px 0 12px 0;
	font-size:0;
	border:0;
}
#sidebar .comment-author-link a{ 
	text-transform: capitalize;
}

.sidebar-left{ float:left !important;}
.flotRight{ float:right !important; padding:0 0 0 5% !important;}
.nosidebar{ float:none !important; margin:0 auto !important; padding:0 !important;}
.singleright { float:left !important; }
.singleleft { float:right!important; padding:0 0 0 5% !important; }
.sitefull{ width:100% !important;	float:none  !important;	padding:0 !important;}


.pagination{display:table; clear:both;}
.pagination ul{list-style:none; margin:20px 0;}
.pagination ul li{display:inline; float:left; margin-right:5px;}
.pagination ul li span, .pagination ul li a{background:#303441; color:#fff; padding:5px 10px; display:inline-block;}
.pagination ul li .current, .pagination ul li a:hover{background:#34c6f6;}

/* = Site Footer css
-------------------------------------------- */
.site-footer{ 
	background-color:#070606;
	position:relative;
	padding:0;
	color:#ffffff;	
}
.footer-fix{ 
	position:relative;
	padding:60px 0 50px;
}
.site-footer h2, 
.site-footer h3, 
.site-footer h4,
.site-footer h5{ 	
	margin-bottom:35px;
	font-size:22px;
	font-weight:500;
	color:#fff;
	position:relative;
}


/*Footer Manageable css*/
.cols-1 .foot-wd-column-1{ width:100%; float:none; text-align:center;}
.cols-1 .foot-wd-column-1 ul li{ display:inline-block; border:none;}
.cols-1 .foot-wd-column-1 ul li a{ padding:0 15px; height:12px; line-height:10px; display:block; border-right:1px solid}
.cols-1 .foot-wd-column-1 ul li:last-child a{border:none;}

.cols-2 .foot-wd-column-1{width:45%; float:left; margin:0 10% 0% 0; }
.cols-2 .foot-wd-column-2{width:45%; float:left; margin-right:0px; }

.cols-3 .foot-wd-column-1{width:29%; float:left; margin:0 6% 0 0; }
.cols-3 .foot-wd-column-2{width:29%; float:left; margin:0 6% 0 0; }
.cols-3 .foot-wd-column-3{width:29%; float:left; margin-right:0px;}

/* footer 4 column css*/
.cols-4 .foot-wd-column-1{ width:24%;  float:left; margin:0 4% 0 0; }
.cols-4 .foot-wd-column-2{ width:20%;  float:left; margin:0 4% 0 0; }
.cols-4 .foot-wd-column-3{ width:19%;  float:left; margin:0 4% 0 0; }
.cols-4 .foot-wd-column-4{ width:25%;  float:left; margin-right:0;}

.site-footer ul{margin:0; padding:0;}
.site-footer ul li {margin:0;list-style:none;color:#fff; }
.site-footer ul li a { color:#d9d9d9; font-size:16px; display:block; padding:5px 0;}
.site-footer ul li a:hover, .site-footer ul li.current_page_item a {color:#fff;}

.site-footer .contactdetail{ margin:0;}
.site-footer .contactdetail p{  margin-bottom:20px; display:flex;}
.site-footer .contactdetail i{  margin:7px 20px 0 0;}
.site-footer .contactdetail .fa-phone-alt {transform:rotate(360deg);}


/*Footer posts*/
.footer-blog-posts li{ margin-bottom:15px !important; padding-bottom:15px !important; border-bottom:1px solid #201c1c;}
.footer-blog-posts li a{ line-height:22px; padding:0 !important;}
.footer-blog-posts li:last-child{border:0px !important;}
.footer-post-img { width:70px; height:70px; overflow:hidden; border-radius:10px; float:left; margin:4px 20px 15px 0;}
.footer-post-img img{height:100%; object-fit:cover; min-height:70px;}
.footer-blog-posts b {display:block; font-weight:400; font-size:15px; padding-top:5px;}

/* = Footer Copyright
-------------------------------------------------------------- */

.copyright-wrapper{ background-color:#070606; color:#cecece; padding:30px 0; text-align:center; border-top:1px solid #1d1c1c;}
.copyright-left {float:left;}
.copyright-right {float:right;}

/*Footer Social*/
.footsocial{ margin:30px 0 15px 0;}
.footsocial a{background-color:#242424; 
	color:#fff; 
	width:50px;
	height:50px; 
	line-height:50px;
	text-align:center;
	display:inline-block;
	border-radius:100%;
	font-size:15px;
}
.footsocial a:hover{ background-color:#fff !important; color:#151515;}

/*back to top css*/
#top{ position:relative;}
#back-top {	position: fixed; bottom:24px; right:30px; z-index:9;}
#back-top a { display: block; text-align: center; text-decoration: none;-webkit-transition: 1s; -moz-transition: 1s; transition: 1s; position:relative;}
#back-top i { width:45px; height:45px; line-height:45px; display: block; vertical-align: bottom; background-color:#ad6004; color:#fff; font-size:18px; font-weight:700; border-radius:100%; }
#back-top i :hover{ background-color:#f1b300;}

/* = Blog post styles
-------------------------------------------------------------- */
.blogfullwidth.LayoutContent-70{ 
	width:70%; 
	float:left; 
	margin:0;
}

.BlogPostList{ 
	margin:0 0 50px 0;
	transition: 0.5s;	
	border-radius:10px; 
	padding:20px;
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.blogin-bx{ 
	padding:10px;
}

.BlogPostList .hg-blog-img{ 
	position:relative;
	margin:0 5% 0 0;
	height:180px; 
	overflow:hidden;
	width:30%; 
	float:left;	
}
.BlogPostList .hg-blog-img a{ 
	display:block;
}
.BlogPostList .hg-blog-img img{ 
	width:100%;
	height:auto;
	transition: all 300ms ease-out 0s;
	-webkit-transition: all 300ms ease-out 0s;
	-moz-transition: all 300ms ease-out 0s;
	-ms-transition: all 300ms ease-out 0s;
	-o-transition: all 300ms ease-out 0s;
}

.BlogPostList h3{ 
	margin-bottom:15px;
	font-size:20px;
	font-weight:600;
}
h3.single-title{ 
	margin-bottom:15px;
	font-size:28px;
	font-weight:600;
}

.BlogPostList h3 a{ 
	color:#484f5e;
	font-weight:600;
}
.BlogPostList h3 a:hover{ 
	color:#efc62c;
}
.BlogPostList p{ 
	margin-bottom:20px;
}
.blog-meta{ 
	font-style:italic;
	margin-bottom:8px;
}
.post-date, 
.post-comment, 
.blog-postcat, 
.edit-link{ 
	display:inline;
	color:#333;
	font-weight:600;
	margin:0 10px 0 0;
} 
.single_title{ 
	margin-bottom:5px;
}
body.single-post .BlogPostList { 
	width:100%;
	float:none;
	margin:0 0 25px;
}
.blog-postmeta{ 
	margin-bottom:10px;
	color:#888;
	font-size:14px;
}
.blog-postmeta a{ 
	color:#333;
}
.blog-postmeta a:hover{ 
	color:#ad6004;
}
.morebutton{ 
	background-color:#505050;
	color:#fff;	
	text-decoration:none !important;
	margin-top:15px;
	padding:7px 20px;
	font-weight:600;
	display:table;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.morebutton:focus,
.hdrsocial a:focus, 
.hdrtop-Info a:focus{
	outline:1px solid #000 !important;
}

.morebutton:hover{
	 background-color:#303030;
	color:#fff;
}
/*Blog Grid Layout CSS*/
.bloggridlayout{ position:relative; width:100% !important; float:none !important; padding:0 !important;}
.bloggridlayout .BlogPostList{ width:30%; float:left; display:inline-block; margin:0 3% 35px 0;  vertical-align:top; box-shadow:0 0 5px #ddd;}
.bloggridlayout .hg-blog-img{ width:100%; float: none; margin:0 0 10px 0; height:230px; overflow:hidden;}
.bloggridlayout .hg-blog-img img{ width:100%; height:auto; margin:0;}
.bloggridlayout .post-date, .bloggridlayout .post-comment, .bloggridlayout .blog-postcat, .bloggridlayout .edit-link{ font-size:15px;} 

@media (min-width: 981px){
	/*equal-height-row*/
	.grid-equal-height{ display:flex; flex-wrap:wrap;}
}


/* = Footer Copyrigh wrapper css
-------------------------------------------- */
.copyrigh-wrapper{ 	
	position:relative;
	color:#565656;
	padding:25px 0;
	text-align:center;
	background-color:#f7f3f3;	
}

.copyrigh-wrapper a:hover{ 
	color:#000;
}

.copyright-txt{float:left;}
.design-by{float:right;}


/* = Comment Form css
--------------------------------------------- */
.Comment-CustomStyle{
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	padding:30px;
	margin-bottom:50px;
}
#respond.comment-respond{
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
	padding:30px;
}

h1.screen-reader-text{
	font-family: 'Assistant', sans-serif;
	font-size:22px;
}
h3#reply-title{ 
	font-size:20px;
}
#comments{ 
	margin:30px 0 0;
	padding:0;
}

ol.commentlist{
	list-style:none;
}
#commentform p{
	margin:5px 0;
}
#commentform label{
	display:block;
}
#commentform input#email, 
#commentform input#url, 
#commentform input#author, 
#commentform textarea,
#commentform input
#eazycfc_captcha{
	max-width:96%;
	border:1px #ccc solid;
	padding:5px 2%;
}
#commentform input#submit{ 
	background-color:#777777;
	border:none;
	color:#fff;
	display:inline-block;
	cursor:pointer;
	border-radius:5px;
	padding:12px 25px;
	text-transform:uppercase;
}
#commentform input#submit:hover{
	background:#111111;
	color:#fff;
}
.form-allowed-tags{
	display:none;
}
.entry-content table, 
.comment-body table{ 
	border-collapse:collapse;
	margin:10px 0;
}
.entry-content table td, 
.entry-content table th, 
.comment-body table td, 
.comment-body table th{
	padding:10px 5px;
	text-align:left;
}
.entry-content table th, 
.comment-body table th{
	color:#676767;
	font:normal 18px Oswald;
	border-bottom:1px #888 solid;
}
.entry-content table td, 
.comment-body table td{
	border-bottom:1px #ccc solid;
}
.fvch-codeblock:hover .comment-form-url{
	display:block !important;
}
.commentlist, 
ol.commentlist {
	background-color:#fff;
	padding:10px 0;
	list-style:none;
	box-shadow:0 0 5px #ddd;
	-moz-box-shadow:0 0 5px #ddd;
	-webkit-box-shadow:0 0 5px #ddd;
	-khtml-box-shadow:0 0 5px #ddd;
	margin:10px 0;
}
.commentlist li, 
ol.commentlist li { 
	list-style:none;
	background-image:none !important;
	padding:0px 15px;
}


.commentlist article, 
.commentlist li.bypostauthor li article, 
ol.commentlist li.bypostauthor li article { 
	border:none !important;
	padding:10px;
	position:relative;
	background-color:#fff;
}
.commentlist li.bypostauthor article, 
ol.commentlist li.bypostauthor article { 
	background:#f9ffe1;
}
.commentlist li .fn { 
	font-weight:normal;
	font-size:15px;
	font-style:normal;
}

img.avatar { 
	vertical-align:middle;
	position:static;
	display:inline-block;
	border:5px solid #ccc;
}

.commentlist article a time { 
	padding:5px 0 10px;
	font-size:13px;
	clear:both;
	font-style:italic;
}
.comment-edit-link{ 
	padding:2px 15px;
	font-style:italic;
}
.commentlist .reply a, 
ol.commentlist .reply a { 
	display:block;
	padding:10px;
	text-align:center;
	background:#f6f6f6;
	margin:5px 0;
	border:1px #ddd solid;
}


/* = Contact Form 7 CSS
----------------------------------------------- */
.wpcf7{ 
	margin:30px 0 0;
	padding:0;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="email"]{ 
	width:100%;
	border:1px solid #cccccc;
	color:#797979;
	margin-bottom:0;
	height:35px;
	padding:0 15px;
}
.wpcf7 textarea{	
	border:1px solid #cccccc;
	color:#797979;
	margin-bottom:25px;
	padding:10px;
	width:100%;
	height:160px;
	font-size:12px;
}
.wpcf7 input[type="submit"]{
	background-color:#efc62c;
	padding:12px 40px;
	border-radius:25px;
	font-size:16px;
	cursor:pointer;
	color:#ffffff;	
	width:auto;
	border:none;
	text-transform:uppercase;
}
.wpcf7 input[type="submit"]:hover{
	background-color:#101010;
}

/* = WooCommerce CSS
------------------------------------------ */
a.added_to_cart{
	background:#e1472f;
	padding:5px;
	display:inline-block;
	color:#fff;
	line-height:1;
}
a.added_to_cart:hover{
	background:#000000;
}
a.button.added:before{
	content:'' !important;
}
#bbpress-forums ul li{
	padding:0;
}
#subscription-toggle a.subscription-toggle{
	padding:5px 10px;
	display:inline-block;
	color:#e1472f;
	margin-top:4px;
}
textarea.wp-editor-area{
	border:1px #ccc solid;
}
.woocommerce input[type=text], 
.woocommerce textarea, .woocommerce input[type=tel], .woocommerce input[type=email]{
	border:1px #ccc solid;
	padding: 10px;
}
form.woocommerce-ordering select{ 
	padding:10px;
	color:#777777;
}
.woocommerce table.shop_table th, 
.woocommerce-page table.shop_table th{ 
	color:#ff8a00;
}
h1.product_title, p.price{ 
	margin-bottom:10px;
}
.woocommerce table.shop_table th, 
.woocommerce-page table.shop_table th{ 
	color:#ff6d84;
}
.woocommerce ul.products li{ 
	text-align:center;
}
.woocommerce ul.products li, 
#payment ul.payment_methods li{ 
	list-style:none !important;
}

.woocommerce table.shop_table th, 
.woocommerce table.shop_table td{ 
	border-bottom:0px !important
}
.woocommerce-Price-amount.amount{
	font-size:17px !important;
}
.woocommerce div.product .product_title{ 
	padding-bottom:20px !important;
}
.woocommerce div.product form.cart{ 
	margin-top:15px !important;
}
.woocommerce .quantity .qty{ 
	padding:7px;
	border:1px solid #ccc;
}

/* = Navigation Focus CSS
-------------------------------------------- */
#SiteWrapper a:focus,
button:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="button"]:focus,
input[type="month"]:focus,
input[type="range"]:focus,		
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="week"]:focus,
input[type="submit"]:focus,
input[type="datetime-local"]:focus,		
input[type="url"]:focus,
input[type="time"]:focus,
input[type="reset"]:focus,
input[type="color"]:focus,
textarea:focus {	
	outline:1px solid #ad6004;
}


/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	padding: 0;
	position: absolute !important;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;	
	overflow: hidden;
	word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;	
	height: auto;
	display: block;
	font-size: 14px;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;	
	font-weight: bold;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#tabber-BX[tabindex="-1"]:focus {
	outline: 0;
}

/*fade Effects*/
.BlogPostList,
.hdr-topstrip .right.space250 {
	 transition:all ease-in-out .4s;
	-ms-transition:all ease-in-out .4s;
	-webkit-transition:all ease-in-out .4s;		
}

#clienttestiminials{  position:relative; border-radius:10px; background-color:#000000; padding:50px;}
#clienttestiminials .owl-nav{ margin:0; text-align:center; position: absolute; width:100%; bottom:0px; display:none;}
#clienttestiminials .owl-nav i{ color:#fff; font-size:17px;}
#clienttestiminials .owl-nav .owl-prev{ left:0; border-radius:100px;}
#clienttestiminials .owl-nav .owl-next{right:auto; left:55px; border-radius:100px;}
#clienttestiminials .item{ margin:0 auto; position:relative; }
#clienttestiminials h6{  margin:0; font-weight:600; padding:10px 0 5px 0; color:#fff; }
#clienttestiminials p{ color:#fff;}
#clienttestiminials span{ display:block; font-size:14px; color:#fff; padding-top:5px;}
#clienttestiminials .tmthumb{ float:left; margin:0 25px 0 0; width:75px; height:75px; position:relative; overflow:hidden;}
#clienttestiminials .tmthumb img{ width:100%; height:100%; min-height:75px; object-fit:cover; border-radius:100%;  }
#clienttestiminials .arrow_box .designation_box p{ margin-bottom:40px;}
#clienttestiminials .owl-controls .owl-dots{ width:100%; text-align:right; margin:0; padding:0; position:absolute; bottom:10px;}
#clienttestiminials .owl-controls .owl-dots .owl-dot{ width:12px; height:12px;  border-radius:100%; color:#fff;}
#clienttestiminials .owl-controls .owl-dots .owl-dot.active{ color:#cc8a70;}

.blog-post-thumb { margin: 0px 0 15px 0; }
.blog-post-thumb img {width:100%;}
.woocommerceright{ float:left !important; padding:0 5% 0 0 !important;}
.woocommerceleft{ float:right !important; padding:0 0 0 5% !important;}
.woocommercesitefull{ width:100% !important;}
.woocommerce .panel{ height:auto}


/* = Section9 Team Member Section css
-------------------------------------------------------------- */
#team_members{  width:100%; padding-top:40px;  }
.teammember-list{ float:left; position:relative; text-align:center; margin:0 0 2% 0; padding:13px; width:25%;  }
.teammember-list .thumnailbx{ position:relative; height:300px; overflow:hidden; border-radius:8px;}
.teammember-list img{vertical-align:top; width:100%; height: 100% !important; object-fit: cover; }
.teammember-list:hover img{ opacity:0.8} 
.teammember-list h5.title{ font-size:18px; font-weight:500; padding:0; margin:0 0 5px 0; position:relative;}
.teammember-list h5.title a{color:#484747;}
.teammember-list cite{ display:block; font-style:normal; color:#161616;}
.teammember-list .titledesbox{ position:relative; margin:-40px 20px 0; padding:20px;text-align:center;background-color:#fff; box-shadow:0 0 40px rgba(193 193 193 / 60%);}
.member-social-icon{  text-align:center; padding:0; }
.member-social-icon a{ margin:3px; text-align:center; display:inline-block; color:#222; width:35px; height:35px; line-height:35px; }
.member-social-icon a:hover{ color:#cc8a70; } 
.member-social-icon i{ font-size:14px;}
.single-team-thumb{ width:25%; float:left; margin:10px 25px 25px 0;}

/* WooCommerce CSS */
.woocommerce .products ul, .woocommerce ul.products{ text-align:center !important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{position:relative; text-align:center; padding:0px 0px; border-radius:20px; width:22.6% !important; margin:0px 10px 30px !important; float:none; display:inline-block;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{color: #181818; font-size: 21px; font-weight: 500; padding: 0; margin: 40px 0 5px;}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover{ color:#009cff;}
.woocommerce ul.products li.product .price{color: #282828; font-size: 17px; font-weight: 500;}
.woocommerce ul.products li.product .button{background-color: #ffffff !important; color:#222 !important; border-radius: 35px; font-size: 16px; font-weight: 500; position: absolute; top: 0; left: 50%; transition: all 0.3s; opacity: 0; visibility: hidden; padding: 20px 35px;  transform: translateX(-50%); white-space: nowrap; }
.woocommerce ul.products li.product .button:hover{background-color: #222222 !important; color:#fff !important; }
.woocommerce .woocommerce-loop-product__image{background-color: #009cff; border-radius: 10px;}
.woocommerce ul.products li.product:hover .button{opacity: 1; visibility: visible; top: 25%;}
.woocommerce ul.products li.product .price del{margin-right: 10px;}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale{font-weight: 500; height: 50px; width: 50px; line-height: 50px; padding: 0; font-size: 14px; min-height: auto; min-width: auto; background-color: #009cff;}
.woocommerce ul.products li.product a img{ width: auto; margin:0 auto; border-radius:15px;}
.woo-product-img{ position:relative;}
.woo-product-img::before { content: ''; width: 100%; height: 100%; background:rgba(202, 159, 87, 0.8); position: absolute; left: 0; top: 0;border-radius: 10px; opacity:0;}
.woocommerce ul.products li.product:hover .woo-product-img::before{ opacity:0.7;}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{top: 20px; right: 8px;}

.woocommerce div.product .product_title{font-size: 29px; font-weight: 600; line-height: normal; margin: -10px 0 0;}
.woocommerce div.product p.price,
.woocommerce div.product span.price{color: #e2b13c; font-size: 20px; font-weight: 600;}
.woocommerce-product-details__short-description{line-height: 1.7;}
.woocommerce div.product form.cart .button{font-size: 16px; font-weight: 500; background-color: #000000; color: #ffffff; border-radius: 0; height: 54px; padding: 0 35px; transition: all 0.2s;}
.woocommerce div.product form.cart .button:hover{background-color: #e2b13c;}
.woocommerce div.product form.cart div.quantity{margin: 0 15px 0 0;}
.woocommerce .quantity .qty{height: 54px; padding: 0 10px; width: 100px; outline: none;}
.woocommerce-variation.single_variation{margin-bottom: 15px;}

.woocommerce-tabs.wc-tabs-wrapper{padding-top: 50px;}
.woocommerce div.product .woocommerce-tabs ul.tabs{margin: 0; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display: none !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border: none; border-radius: 0; margin: 0; padding: 0; display: block !important; float: left;}
.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 a{color: #ffffff; background-color: #000000; display: block; font-size: 16px; font-weight: 500; padding: 16px 35px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color: #ffffff; background-color: #282828;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color: #ffffff; background-color: #e2b13c;}

.woocommerce div.product .woocommerce-tabs .panel{padding: 40px; background-color: #f6f6f6; margin: 0;}
.woocommerce div.product .woocommerce-tabs .panel h2{display: none;}
.woocommerce div.product .woocommerce-tabs .panel p:last-of-type{margin: 0;}
.woocommerce div.product .woocommerce-tabs .panel p.woocommerce-noreviews{margin: 0 0 20px;}
.woocommerce #review_form #respond{width: 100%; box-shadow:none;}
.woocommerce #review_form #respond p{margin: 0 0 20px;}
.woocommerce #review_form #respond p.stars{display: table; margin: 5px 0; font-size: 30px;}
.woocommerce #review_form #respond label{display: block;}
.woocommerce #review_form #respond input[type=text],
.woocommerce #review_form #respond input[type=email],
.woocommerce #review_form #respond input[type=number]{border: 1px solid rgba(0,0,0,0.1); outline: none; padding: 10px 15px; width: 100%;}
.woocommerce #review_form #respond .comment-form-cookies-consent label{display: inline; padding-left: 5px;}
.woocommerce #review_form #respond .form-submit input{float: none; opacity: 1; background-color: #e2b13c; color: #fff; font-size: 16px; font-weight: 500; border-radius: 0; padding: 20px 40px; transition: all 0.2s;}
.woocommerce #review_form #respond .form-submit input:hover{background-color: #000000; color: #fff;}

.related.products{background-color: #f6f6f6; margin-top: 80px; padding: 80px 40px 20px; margin-bottom: 70px;}
.related.products h2{margin: 0 0 50px; font-size: 43px; font-weight: bold; text-transform: capitalize; text-align: center; }

.woocommerce .woocommerce-breadcrumb{margin: 0 0 30px;}
.woocommerce div.product div.images img{border-radius: 5px;}
.woocommerce div.product div.images .flex-control-thumbs{margin: 10px -10px 0;}
.woocommerce div.product div.images .flex-control-thumbs li{padding: 10px;}
.woocommerce div.product div.images .flex-control-thumbs li img{border-radius: 5px;}

.woocommerce div.product .vi-wpvs-variation-style{margin-bottom: 15px;}
.woocommerce div.product .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design.vi-wpvs-variation-wrap-button .vi-wpvs-option-wrap{font-size: 20px; height: 42px; width: 42px; padding: 0; transition: none;}
.woocommerce div.product .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design.vi-wpvs-variation-wrap-color .vi-wpvs-option-wrap{border: solid 6px transparent; border-radius: 0; box-shadow: none; height: 50px; width: 52px; padding: 0; transition: none; background-color: transparent;}
.woocommerce div.product .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design.vi-wpvs-variation-wrap-color .vi-wpvs-option-wrap:hover,
.woocommerce div.product .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design.vi-wpvs-variation-wrap-color .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected{box-shadow: 0 0 0px 1px rgba(0,0,0,0.9);
border: solid 6px #fff;}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{border-radius: 0; padding: 12px 20px; font-size: 15px; font-weight: 500; transition: all 0.2s;}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{border-radius: 0; padding: 12px 20px; font-size: 15px; font-weight: 500; transition: all 0.2s;}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{list-style: none;}

.woocommerce-loop-product__cat{display: none;}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width: 50px;}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{width: 140px;}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{margin: 0 5px 0 0; font-size: 15px;}

.cart_totals h2{margin: 30px 0 15px;}
.woocommerce ul.products li.product .star-rating{ display:none;}
.woo-product-img {min-height:295px; background:#f8f6f4; display:flex !important; justify-content:center; align-items:center; border-radius:15px; box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.03);}

.select2-container .select2-selection--single {color:#444; line-height:12px; padding:5px; height:inherit !important; border-radius:0px;}
body.blog .innerbanner img {display:none;}
/**********************Theme CSS*************************************/
.infoBx a {color:#fff;}
.header-top-area-left .hdrtop-Info {font-weight:400; font-size:16px; color:#fff;}
.hdrtop-Info.hdrsocial {background:transparent !important; padding:0px; display:block;}

.site-navigation .book-ticket-button a {background:#36c5d5; padding:12px 20px !important; color:#fff !important; margin-left:20px;}
.site-navigation .book-ticket-button a:hover{ background:#222; color:#fff;}
.site-navigation .book-ticket-button { padding:0px !important;}
.header-top-area-left { width:30%; float:left;}
.header-top-area-right { width:30%; float:right; text-align:right;}
.hdrtop-Info span b {padding-left:20px; font-weight:600;}
.nivo-caption h4{font-weight:500; margin-bottom:10px;}
.footer_info_box {width: 33.33%; float: left; text-align: center;}
.footer_info_box i {font-size: 30px;background: #2b2b2b;margin-bottom: 25px; padding:20px;}
.footer_info_box h3 {font-size: 18px !important; font-weight: 500; margin-bottom: 10px;}
.footer_info_box p, .footer_info_box a {color: #afafaf;  font-size: 16px;}
.footer_info_box a { display:block;}
.footer_info_box a:hover{color:#fff;}
.footer_info_box_outer {padding-bottom: 30px;}
.footer_info_box p {width: 70%; margin: 0 auto;}
.header_right_info .product-search_form{background-color: #f6f6f6; border-radius: 6px; position: relative; width: 500px;}
.header_right_info .product-search_form input[type=search]{background-color: transparent; border: none; width: 100%; font-size: 14px; font-weight: 500; letter-spacing: 1px; padding: 12px 50px 12px 20px; color: #282828;}
.header_right_info .product-search_form input[type=submit]{background-color: transparent; color: transparent; cursor: pointer; position: absolute; right: 0; top: 0; height: 100%; width: 100%; border: none; outline: none;}
.header_right_info .product-search_form i{position: absolute; right: 0; top: 0; right: 20px; top: 15px; font-size: 20px; color: #282828;}
.form_field {-webkit-transition: width 400ms ease, background 400ms ease; transition: width 400ms ease, background 400ms ease; width: 300px;padding: 15PX;font-size: 16px; border: solid 5px #cc8a70; position: absolute;bottom: -58px;right: 0px;}
.search_form .form_submit{display: none;}
.header_form{ display:none;}
.header_right_info {width: 17%; float: left;text-align: center; list-style: none; margin-top: 25px;}
.header_right_info li {display: inline-block; margin:0px 10px;}
.right_info_search_toggle {width: 45px; height: 45px; border-radius: 100px; border: solid 1px #e2e2d8; line-height: 45px; cursor: pointer;}
.right_info_search_toggle i {color:#666;}
.cart_location {color: #282828; font-size: 16px;}
.cart_location i { font-size: 18px; color: #666; padding-right: 5px;}
.cart_counter {background: #cc8a70; border-radius: 100px; color: #fff; width: 25px; height: 25px; display: inline-block; margin-left: 10px;}
.collection_box h2::before {content: ''; width: 60px; height: 2px; background: #282828; position: absolute; left:-90px; top:15px;}
.collection_box2 h2::before {right:-90px;  left:auto; z-index:9;}
.reasons_box .elementor-image-box-title { margin-bottom:20px !important; margin-top:5px;}.arrival_product_section .woocommerce ul.products li.product {width:18% !important;}
.arrival_product_section .woo-product-img {background:#fff; min-height:300px;}
.copyright a {color:#fff !important;}
.copyright a:hover{ color:#ffefa7 !important;}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{display:flex !important; justify-content:center; align-items:center;}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{height:auto !important; width:auto;}

/* = CSS by PP
-------------------------------------------- */
.el-os-4bx .elementor-image-box-img{ width:240px !important; height:240px !important; margin:0 auto 30px !important; overflow:hidden; border-radius:100%; background-color:#cc8a70; position:relative; box-shadow: 0px 25px 25px 0px rgba(0 0 0 / 10%); border:12px solid #fff;}
.el-os-4bx:hover .elementor-image-box-img img{ opacity:0.4;}
.El-video-icon {margin:0 auto !important;}
.feature-right-4bx .elementor-image-box-img{ background-color:#f9f9f9; width:80px !important; height:80px !important; line-height:80px !important; margin:0 auto; text-align:center; border-radius:100%; overflow:hidden;}
.feature-right-4bx:hover h4,
.feature-right-4bx:hover p{ color:#fff !important}
.feature-right-4bx:hover .elementor-image-box-img{  background-color:#be7b61 !important;}
.feature-right-4bx:hover .elementor-image-box-img img{  filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1);}

.el-Offer-Box:hover h4.elementor-image-box-title{ color:#fff!important}
.el-Offer-Box:hover .elementor-image-box-img img{  filter: brightness(0) invert(1); -moz-filter: brightness(0) invert(1); -webkit-filter: brightness(0) invert(1);}

/* = CSS Last Section
-------------------------------------------- */
.el-tailor-3bx .elementor-image-box-img img{ width:90px !important;; height:90px !important; box-shadow: 0px 0 25px 0px rgba(0 0 0 / 10%); }
.el-listing-style-01 ul.elementor-icon-list-items{ list-style:none;}
.el-listing-style-01 ul.elementor-icon-list-items li{ margin:0;}