/******************************


******************************/

body {
    counter-reset: pbmitbox1 pbmitbox2 pbmitbox3 pbmitbox4;
    background-color: #fff;
}

/*----------------------------------------*/
/*  07 - Header
/*----------------------------------------*/

.site-title {
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
    vertical-align: middle;
    text-align: center;
    width: 100%;
	height: 100px;
	transition: none;
    line-height: inherit;
}
.site-title a {
    display: flex;
    align-items: center;
}
.site-header .pbmit-header-search-btn a{
	font-size: 16px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
.site-header .pbmit-header-search-btn a:hover{
	color: var(--pbmit-white-color);
	background-color: var(--pbmit-secondary-color);
}
/** Header Style 1 **/
.header-style-1 .pbmit-header-button a{
	position: relative;
    color: var(--pbmit-white-color);
    display: flex;
    align-items: center;
	font-weight: 600;
}
.header-style-1 .pbmit-header-button a:before{
	content: "\e890";
    font-family: "pbminfotech-base-icons";
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--pbmit-white-color);
    color: var(--pbmit-blackish-color);
    margin-right: 8px;
}
.header-style-1 .pbmit-header-button-text-1 {
    display: none;
}
.header-style-1 .pbmit-header-search-btn{
	padding-left: 20px;
	margin-right: 80px;
}
.header-style-1 .pbmit-button-box-second{
	background-color: var(--pbmit-light-color);
    border-radius: 0px 0px 0px 30px;
    position: relative;
    padding: 20px 0px 22px 20px;
    margin-left: 30px;
}
.header-style-1 .pbmit-button-box-second .pbmit-top-left-corner {
    top: 0;
    left: -30px;
}
.header-style-1 .pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.header-style-1 .pbmit-sticky-corner svg path {
    fill: var(--pbmit-light-color);
}
.header-style-1 .pbmit-bottom-right-corner {
    bottom: -30px;
    right: 0;
}

/*----------------------------------------*/
/*  14 -  Revolution
/*----------------------------------------*/
/** Slider 01 **/
#rev_slider_2_1 .pbmit-rev-btn.rev-btn .pbmit-button-icon-wrapper{
	position:relative;
	overflow:hidden;
	display:inline-flex;
	margin-left:6px
}
#rev_slider_2_1 .pbmit-rev-btn.rev-btn .pbmit-button-icon-wrapper::before{
	content:"\e8dd";
	font-family:"pbminfotech-base-icons";
	position:absolute;
	top:0;
	right:0;
	width:1em; 
	height:auto;
	transform:scale(0.26) translate(-52px,50px);
	transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out
}
#rev_slider_2_1 .pbmit-rev-btn.rev-btn:hover .pbmit-button-icon-wrapper::before{
	transform:scale(1) translate(-2px,0px)
}
#rev_slider_2_1 .pbmit-rev-btn.rev-btn .pbmit-button-icon{
	display:inline-block;
	transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out
}
#rev_slider_2_1 .pbmit-rev-btn.rev-btn:hover .pbmit-button-icon{
	transform:scale(0.26) translate(45px,-50px)
}
.custom .tp-bullet{
	width:10px !important; 
	height:10px !important; 
	background:#fff !important; 
	border-radius:50%
}
.custom .tp-bullet:nth-child(2){
	top:28px !important
}
.custom .tp-bullet:nth-child(3){
	top:58px !important
}
.custom .tp-bullet.selected{
	outline:1px solid #fff; 
	outline-offset:4px
}
.custom.tp-bullets:before{
	content:' ';
	position:absolute;
	width:100%;
	height:100%;
	background:transparent;
	padding:10px;
	margin-left:-10px;
	margin-top:-10px;
	box-sizing:content-box
}
.custom .tp-bullet{
	width:12px;
	height:12px;
	position:absolute;
	background:#aaa; 
	background:rgba(125,125,125,0.5);
	cursor:pointer;
	box-sizing:content-box
}
.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected{
	background:rgb(125,125,125)
}
