@page {
    size: 1200px;
    margin: 30px 0 0 0;
}

@media print {
    .payslip-content .container {
    	max-width: 850px;
    }

    .pb-print-none {
        display: none !important;
    }

    .invoice-page {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	min-height: 100vh;
    }

    .invoice-page .row {
		display: flex;
		flex-wrap: wrap;
	}

	.invoice-page .row .col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.mt--90 {
	margin-top: -90px !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.container-600 {
	max-width: 600px;
	margin: 0 auto;
}

.container-650 {
	max-width: 650px;
	margin: 0 auto;
}

.border-none {
	border: none !important;
}

b,
strong {
	font-weight: bold;
}

p {
	margin-top: 0;
}

p:last-child {
	margin-bottom: 0
}

.text-right {
	text-align: right;
}

.color-red {
	color: red;
}

.pointer-event-none {
	pointer-events: none;
}

/*----------------------------------------*/

/* 06 - Header
/*----------------------------------------*/
.site-header .pbmit-header-overlay{
	position: absolute;
    width: 100%;
    z-index: 2;
}
.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;
	line-height: inherit;
}
.site-header .pbmit-header-button a{
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
	display: inline-block;
	padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.site-header .pbmit-svg-btn a svg line{
	stroke: #fff;
}
/** Header Style 3 **/
.header-style-3 .pbmit-logo-menuarea{
	padding: 0 35px;
    border-right: 1px solid rgba(33, 44, 64,.1);
}
.header-style-3 .pbmit-pre-header-wrapper{
	height: 55px;
	line-height: 55px;
}
.header-style-3 .pbmit-contact-info{
	font-size: 15px;
}
.header-style-3 .pbmit-contact-info li{
	display: inline-block;
    vertical-align: top;
	float: left;
	color: #071920;
}
.header-style-3 .pbmit-contact-info li:first-child{
	padding-left: 0;
}
.header-style-3 .pbmit-contact-info li:not(:last-child){
	padding: 0 20px 0 0;
}
.header-style-3 .pbmit-contact-info li i{
	font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    font-weight: 800;
    color: #071920;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.header-style-3 .pbmit-pre-header-right{
	display: flex;
    align-items: center;
}
.header-style-3 .pbmit-pre-header-right ul li{
	float: left;
	font-size: 16px;
}
.header-style-3 .pbmit-header-search-btn {
	position: relative;
	padding: 0 20px;
}
.header-style-3 .pbmit-header-search-btn a {
	color: #071920;
	font-size: 20px;
}
.header-style-3 .pbmit-header-search-btn a:hover{
	color: #071920;
}
.header-style-3 .pbmit-button-box .pbmit-btn{
	padding: 10px 30px;
	box-shadow: 0 10px 13px 0 rgba(209, 211, 237, 0.39);
}
.header-style-3 .pbmit-button-box .pbmit-btn .pbmit-svg-arrow{
	margin-left: 5px;
	margin-top: -2px;
}
.navbar-brand .navbar-brand-item {
	height: 60px;
	display: block;
	width: auto;
}

.site-header {
	z-index: 999;
	position: relative;
}

.site-header .site-header-menu-wrapper {
	height: 155px !important;
}

.site-header .site-header-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	background: #fff;
	box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
}

body.admin-bar .site-header .site-header-menu {
	top: 32px;
}

.site-header .site-branding img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 70px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	vertical-align: middle;
}

.site-navigation ul.navigation > li > a {
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 24px;
	padding: 0px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	letter-spacing: 1px;
	color: #071920;
	font-family: Manrope,sans-serif;
}

.main-menu .navigation > li > ul a {
	position: relative;
	display: table-cell;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-style: normal;
	font-family: Manrope,sans-serif;
	color: #071920;
}

.main-menu .navigation > li > ul a:after {
	display: none;
}

.site-navigation ul.navigation a {
	font-family: Manrope,sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
}

.main-menu .navigation > li {
	position: relative;
	float: left;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul {
	left: 100%;
	top: 0;
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 999;
}

.header-button .pbmit-btn {
	padding: 15px 24px;
}

.header-button .pbmit-btn i {
	font-size: 20px;
}

.site-header .search-btn {
	margin-right: 15px;
	font-size: 17px;
}

.site-header .social-icons li > a {
	height: 50px;
	line-height: 50px;
}

.ipad-view-search {
	display: none;
}

.pbmit-link li {
	margin: 0 10px;
}

.closepanel,
.pbmit-mobile-menu-bg,
.site-header .righticon {
	display: none;
}

/** sticky-header **/
.sticky-header {
	position: fixed !important;
	top: 0px;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	margin: 0;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
	padding: 0;
}

.site-header-menu .logo-img.stickylogo,
.site-header-menu.sticky-header .logo-img {
	max-height: 55px;
}

.site-header-menu.sticky-header .logo-img.stickylogo {
	display: inline-block;
}

.sticky-header .site-navigation ul.navigation > li > a {
	height: 90px;
	line-height: 90px;
}

/* Pre Header */
.pre-header {
	height: 60px;
	line-height: 60px;
}

.list-unstyled i {
	font-size: 14px;
	color: #666;
}

.site-header .mobile-social {
	display: none;
}

/*----------------------------------------*/
/*  10 - Search Box
/*----------------------------------------*/
.pbmit-search-overlay {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.pbmit-search-overlay.st-show {
    opacity: 1;
    top: 0;
}
.pbmit-icon-close {
    position: absolute;
    top: 40px;
    right: 40px;
    opacity: 0.8;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer;
    border-color: #fff;
    color: #fff;
}
.pbmit-icon-close:hover{
	opacity: 1;
}
.pbmit-icon-close svg{
	fill: #fff;
}
.pbmit-icon-close svg rect{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pbmit-icon-close:hover svg rect{
	animation: pbmit-closer-line-draw .6s;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pbmit-closer-line-draw;
}
@keyframes pbmit-closer-line-draw {
	0%,100% {
		clip-path:inset(-1px 0 -1px 0);
		-webkit-clip-path:inset(-1px 0 -1px 0);
	}
	55% {
		clip-path:inset(-1px 0 -1px 100%);
		-webkit-clip-path:inset(-1px 0 -1px 100%);
	}
	56% {
		clip-path:inset(-1px 100% -1px 0);
		-webkit-clip-path:inset(-1px 100% -1px 0);
	}
}
.pbmit-icon-close:hover svg rect:nth-of-type(2){
	animation-delay: .17s;
}
.pbmit-search-outer {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
	text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pbmit-search-overlay .pbmit-site-searchform {
    position: relative;
}
.pbmit-search-overlay .pbmit-site-searchform:before{
	position: absolute;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.pbmit-search-overlay .pbmit-site-searchform:after{
	font-family: "pbminfotech-base-icons";
    content: '\e80d';
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    font-size: 25px;
    line-height: normal;
}
.pbmit-search-overlay.st-show .pbmit-site-searchform:before{
	-webkit-animation-name: fadeInMove;
    animation-name: fadeInMove;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: visible;
}
@keyframes fadeInMove {
	0% {
		opacity: 0;
		transform: scale3d(0, 1, 1);
	}
	10% {
		opacity: 1;
		transform: scale3d(0.1, 1, 1);
	}
	100% {
		opacity: 0.14;
		transform: scale3d(1, 1, 1);
	}
}
.pbmit-search-overlay input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ffffff54;
    padding-left: 0;
    border-radius: 0;
	color: #fff;
}
.pbmit-search-overlay input[type="search"]::placeholder{
	color: #fff;
	opacity: .6;
	font-size: 28px;
}
.pbmit-search-overlay .pbmit-site-searchform button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    background-color: transparent;
    text-indent: -9999px;
	line-height: 58px;
    font-size: 16px;
	outline: none;
	padding: 0;
    border: none;
    z-index: 1;
    color: #fff;
}

.collapse-toggle {
	cursor: pointer;
}

.collapse-content {
	display: none;
}

#pb-login-form p:not(.login-remember) label {
	display: none;
}

#pb-login-form p:not(:last-child) {
	margin-bottom: 25px;
}

#pb-login-form .login-password {
	position: relative;
}

#pb-login-form .show-password {
	position: absolute;
    cursor: pointer;
    right: 3px;
    top: 10px;
    z-index: 1;
    display: block;
    padding: 4px 5px 0 5px;
}

.popup-content {
	display: none;
}

div.gform_wrapper .gform_heading {
	margin-bottom: 10px;
}

div.gform_wrapper .gform_fields {
	grid-row-gap: 20px;
}

div.gform_wrapper textarea {
	min-block-size: initial !important;
	height: 150px !important;
}

div.gform_wrapper input[type=submit] {
	background: #024430 !important;
}

.box-list-blogs .item-article img {
	display: block;
	width: 100%;
	height: 255px;
	object-fit: cover;
}

.box-list-blogs .item-article .box-cover-border img {
	height: 560px;
}

ul.page-numbers {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
	list-style: none;
}

.page-numbers .page-numbers {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ecf1f2;
	margin: 0 3px;
}

.page-numbers .page-numbers.current {
	background: #024430;
	color: #fff;
}

footer.footer {
	box-shadow: 0px -6px 34px rgba(215, 216, 222, 0.41);
}

.invoice-page,
.invoice-page *:not(i) {
	font-family: "Poppins", sans-serif !important;
}

.invoice-page {
	color: #535b61;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	background: #e7e9ed
}

.invoice-page * {
	color: #535b61 !important;
}

.invoice-container {
	margin: 15px auto;
	padding: 50px;
	max-width: 850px;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.invoice-page img {
	vertical-align: middle;
}

.invoice-page .header-invoice img {
	max-height: 100px;
	width: auto;
	margin-bottom: 3px;
}

.invoice-page address {
	line-height: inherit;
	margin-bottom: 20px;
}

.single-invoices .site-header,
.single-invoices .footer.footer,
.single-invoices #wpadminbar,
.single-invoices .pbmit-search-overlay,
.single-quotations .site-header,
.single-quotations .footer.footer,
.single-quotations #wpadminbar,
.single-quotations .pbmit-search-overlay,
.single-payslips .site-header,
.single-payslips .footer.footer,
.single-payslips #wpadminbar,
.single-payslips .pbmit-search-overlay {
	display: none !important
}

.single-invoices,
.single-invoices #__next > div,
.single-quotations,
.single-quotations #__next > div {
	background: #e7e9ed !important
}

.single-payslips,
.single-payslips #__next > div {
	background: #f7f7f7 !important;
}

.header-invoice h3 {
	color: #0c2f54 !important;
	font-weight: 500;
	margin: 0;
}

.invoice-page hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-color: #dee2e6
}

.invoice-page td {
	font-size: 14px !important;
	line-height: 22px !important;
	color: #535b61 !important;
	white-space: initial !important;
	padding: 12px !important;
	border-top: 1px solid #dee2e6 !important;
	border-bottom: 1px solid #dee2e6 !important;
	border-color: #dee2e6 !important;
}

.invoice-page table {
	border-left: 1px solid #dee2e6 !important;
	border-right: 1px solid #dee2e6 !important;
	background: #fff
}

.invoice-page .card-header,
.invoice-page .card-footer {
	background-color: rgba(0, 0, 0, .03);
}

.invoice-page td.text-1 {
	font-size: 12px !important;
}

.invoice-page .btn-group a {
	background-color: #f8f9fa;
	border: 1px solid #dee2e6 !important;
	text-transform: initial;
	font-weight: 400;
	font-size: 14px
}

.invoice-page .btn-group a i {
	font-weight: 900
}

.invoice-page .text-1 {
	font-size: 12px
}

.payslip-content {
	font-size: 15px;
	line-height: 1.5;
}

.payslip-title {
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.payslip-content .card {
	border: 1px solid #ededed;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.payslip-content .card-body {
	padding: 20px;
}

.payslip-content .invoice-details {
    float: right;
    text-align: right;
}

.payslip-content .inv-logo {
    height: auto;
    max-height: 100px;
    width: auto;
    margin: 0 0 20px;
}

.payslip-content .table-bordered td,
.payslip-content .table-bordered th {
    border: 1px solid #dee2e6;
}

.payslip-content h3 {
	font-size: 24px;
}

.payslip-content h4 {
	font-size: 18px;
}

.payslip-content h5 {
	font-size: 15px;
}

#notification-drop {
	display: none !important;
}

@media (min-width:1201px) {

	/*=== Header ===*/
	.site-header .site-navigation ul.navigation .righticon {
		display: none;
	}

	.site-header .main-menu .navigation > li {
		margin: 0 35px;
		height: 100px;
		line-height: 100px;
	}

	.site-header .main-menu .navigation > li:first-child {
		margin-left: 0 !important;
	}

	.site-header .site-navigation ul.navigation > li > a {
		color: #071920;
	}

	.site-navigation ul.navigation > li > a:hover,
	.site-navigation ul.navigation > li > a:hover:after {
	}

	.site-navigation ul.navigation > li > a {
		height: 100px;
		line-height: 100px;
	}

	.main-menu ul > li.dropdown > a:after {
		font-family: "pbminfotech-base-icons";
		content: '\e811';
		margin-left: 5px;
		font-size: 10px;
		font-weight: 900;
		vertical-align: top;
		color: #071920;
	}

	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul {
		min-width: 230px;
		position: absolute;
		padding: 10px 0;
		top: 100%;
		left: 0px;
		z-index: 100;
		visibility: hidden;
		background-color: #ffffff;
		opacity: 0;
		border-top: 3px solid #071920;
		-webkit-box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-moz-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-ms-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		-o-box-shadow: 0 0 60px 0 rgba(53, 57, 69, 0.15);
		box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
		-webkit-transition: all 300ms linear 0ms;
		-khtml-transition: all 300ms linear 0ms;
		-moz-transition: all 300ms linear 0ms;
		-ms-transition: all 300ms linear 0ms;
		-o-transition: all 300ms linear 0ms;
		transition: all 300ms linear 0ms;
	}

	.main-menu .navigation > li > ul li {
		font-weight: 400;
		padding: 10px 25px;
	}

	.main-menu .navigation > li > ul li.active a,
	.main-menu .navigation > li > ul a:hover {
		color: #071920;
	}

	.site-header .pbmit-header-button a {
		background-color: transparent;
		color: #071920;
		border: 2px solid #071920;
	}

	.site-header .pbmit-svg-btn svg {
		height: 10px;
		margin-left: 5px;
		margin-top: -2px;
	}

	.site-header .pbmit-header-button a:hover {
		color: #071920;
		border-color: #071920;
		background-color: #071920;
	}

	.site-header .pbmit-header-button a:hover svg line {
		stroke-dashoffset: 0;
		stroke: #071920;
	}

	.header-style-3 .site-title {
		height: 155px;
		line-height: 155px;
	}

	.header-style-3 .pbmit-menu-topbararea {
		flex: 1;
	}

	.header-style-3 .pbmit-pre-header-wrapper {
		border-bottom: 1px solid rgba(33, 44, 64, .1);
	}

	.header-style-3 .pbmit-pre-header-wrapper>.container,
	.header-style-3 .pbmit-menu-topbararea>.container {
		max-width: none;
		width: auto;
		padding: 0;
		margin: 0 40px;
	}

	.header-style-3 .pbmit-pre-header-right ul li:not(:last-child) {
		padding: 0 29px 0 0;
	}

	.header-style-3 .site-navigation ul.navigation > li > a {
		color: #071920;
	}

	.header-style-3 .main-menu ul > li.dropdown > a:after {
		color: #071920;
	}

}

@media (min-width:1200px) {

	/*=== Header ===*/
	.main-menu .navigation > li > ul a:before {
		position: absolute;
		content: '';
		left: 0px;
		bottom: -2px;
		width: 0px;
		height: 1px;
		background-color: #071920;
		-webkit-transition: all .500s ease-in-out;
		transition: all .500s ease-in-out;
	}

	.main-menu .navigation > li > ul > li:hover > a::before,
	.main-menu .navigation > li > ul > li > ul > li:hover a::before {
		width: 100%;
	}

	.main-menu .navigation > li > ul > li > ul {
		left: 100%;
		top: 0;
		margin-top: -13px;
	}

	.main-menu ul > li.dropdown > ul > li.dropdown::after {
		position: absolute;
		right: 22px;
		font-family: "pbminfotech-base-icons";
		font-size: 15px;
		content: "\e814";
		font-weight: 600;
		margin-left: 8px;
		line-height: normal;
		top: 10px;
		color: #071920;
	}

	.main-menu ul > li.dropdown > ul > li.dropdown:hover::after {
		color: #071920;
	}

	.site-header .pbmit-header-button a:hover:after {
		background-color: #071920;
		-webkit-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}

	.pbmit-header-search-btn a:hover {
		color: rgba(255, 255, 255, .7);
	}

}

@media (max-width:1600px) {

	/*=== Header ===*/
	.site-header .main-menu .navigation > li {
		margin: 0 30px;
	}

	.header-style-3 .pbmit-pre-header-wrapper>.container,
	.header-style-3 .pbmit-menu-topbararea>.container {
		margin: 0 30px;
	}

	.header-style-3 .pbmit-pre-header-right ul li:not(:last-child) {
		padding: 0 25px 0 0;
	}

}

@media (max-width:1500px) {
	.header-style-3 .pbmit-pre-header-right ul li:not(:last-child) {
		padding: 0 21px 0 0;
	}

	.header-style-3 .pbmit-button-box .pbmit-btn {
		padding: 10px 25px;
	}

}

@media (max-width:1400px) {

	/*=== Header ===*/
	.site-header .main-menu .navigation > li {
		margin: 0 20px !important;
	}

	.header-style-3.site-header .pbmit-pre-header-right ul li:not(:last-child) {
		padding: 0 19px 0 0;
	}

	.header-style-3.site-header .pbmit-button-box .pbmit-btn {
		padding: 10px 20px;
	}

}

@media (max-width:1300px) {

	/*=== Header ===*/
	.site-header .main-menu .navigation > li {
		margin: 0 18px !important;
	}

	.header-style-3 .pbmit-logo-menuarea {
		padding: 0 30px;
	}

	.header-style-3.site-header .pbmit-pre-header-wrapper>.container,
	.header-style-3.site-header .pbmit-menu-topbararea>.container {
		margin: 0 30px 0 20px;
	}

	.header-style-3 .site-navigation .main-menu .navigation > li {
		margin: 0 16px !important;
	}

}

@media (max-width:1250px) {
	.site-header .main-menu .navigation > li {
		margin: 0 16px;
	}

}

@media(max-width:1200px) {
	.sticky-header {
		position: relative !important;
	}

	.site-header .site-header-menu-wrapper {
		height: 136px !important;
	}

	.site-header .mobile-social {
		display: block;
		background: #000;
		padding: 9px 0 9px 0;
	}

	.site-header .mobile-social .pbmit-pre-header-right {
		justify-content: center;
	}

	.site-header .mobile-social a {
		color: #fff;
	}

	.header-style-3.site-header .pbmit-pre-header-right ul li:not(:last-child) {
		padding-right: 15px;
	}

	/** Main menu resoposive **/
	.pbmit-menu-wrap {
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -400px;
		z-index: 1000;
		width: 300px;
		height: 100%;
		padding: 0;
		display: block;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(400px);
		-ms-transform: translateX(400px);
		transform: translateX(400px);
		opacity: 0;
	}

	.active .pbmit-menu-wrap {
		right: 0px;
		visibility: visible;
		opacity: 1;
		overflow-y: scroll;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 600ms;
		-moz-transition-delay: 600ms;
		-ms-transition-delay: 600ms;
		-o-transition-delay: 600ms;
		transition-delay: 600ms;
		opacity: 1;
	}

	.pbmit-mobile-menu-bg {
		position: fixed;
		right: 0;
		top: 0;
		width: 0%;
		height: 100%;
		display: block;
		z-index: 99;
		background: rgba(0, 0, 0, .9);
		-webkit-transform: translateX(101%);
		-ms-transform: translateX(101%);
		transform: translateX(101%);
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-ms-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}

	.active .pbmit-mobile-menu-bg {
		opacity: 1;
		width: 100%;
		visibility: visible;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.closepanel {
		position: absolute;
		z-index: 99;
		right: 20px;
		margin-left: -20px;
		top: 30px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		font-size: 25px;
		color: #000;
		border: 0;
		-webkit-transition: all 300ms ease;
		transition: all 300ms ease;
	}

	.navbar-toggler {
		display: block !important;
		position: absolute;
		right: 0px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: transparent;
		padding: 0;
		font-size: 35px;
		line-height: 35px;
		color: rgba(255, 255, 255, 1);
		width: 40px;
	}

	.sticky-header .navbar-toggler {
		top: 10px;
	}

	.navbar-toggler:hover,
	.navbar-toggler:focus {
		outline: none;
	}

	.main-menu .navbar-collapse {
		position: absolute;
		width: 100%;
		left: 0;
		background-color: #fff;
		z-index: 99;
		top: 82px;
	}

	.sticky-header .navbar-collapse {
		top: 60px;
	}

	.site-header .main-menu .navigation > li {
		margin: 0 !important;
		float: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	}

	.site-header .site-navigation ul.navigation > li > a {
		color: #000 !important;
		padding: 15px 25px;
		height: auto;
		display: inline-block;
	}

	.main-menu .navigation > li > ul a {
		color: #000;
		padding: 15px 25px;
		height: auto;
		display: inline-block;
	}

	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul {
		border: none;
		box-shadow: inherit !important;
		width: 100%;
		display: none;
		position: inherit;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.main-menu .navigation > li > ul > li > ul {
		left: 0;
		top: 100%;
	}

	.main-menu .navigation > li.dropdown > ul.open,
	.main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open {
		display: block;
		opacity: 1;
		visibility: visible;
		padding-left: 1em;
	}

	.main-menu .navigation > li > ul li,
	.main-menu .navigation > li > ul li a {
		border: none;
	}

	.menu-right-box {
		position: relative;
		right: 30px;
		top: 10px;
	}

	.site-header .righticon {
		display: block;
		position: absolute;
		right: 25px;
		top: 15px;
		cursor: pointer;
		color: rgba(0, 0, 0, 0.80);
	}

	.site-header .menu-right-box {
		display: none !important;
	}

	.main-menu ul > li.dropdown > a:after {
		display: none;
	}

	.site-header .righticon i {
		font-size: 14px;
	}

	.pbmit-pre-header-wrapper {
		display: none;
	}

	.pbmit-nav-menu-toggle {
		display: none;
	}

	.site-header .pbmit-button-box {
		display: none;
	}

	.site-header .pbmit-header-content {
		position: relative;
	}

	ul.navigation.clearfix {
		padding: 90px 0;
	}

	.site-header .pbmit-header-search-btn {
		margin-right: 30px;
	}

	.pbmit-slider-social {
		display: none;
	}

	.pbmit-right-box {
		display: none;
	}

	.site-header .pbmit-header-info {
		display: none !important;
	}

	.pbmit-search-overlay .pbmit-search-outer {
		position: absolute;
		left: 50px;
		right: 50px;
	}

	.header-style-3 .pbmit-logo-menuarea {
		border: none;
	}

	.header-style-3 .navbar-toggler {
		color: rgba(17, 25, 38, 1);
		border: none;
	}

	.header-style-3.site-header .pbmit-pre-header-wrapper>.container,
	.header-style-3.site-header .pbmit-menu-topbararea>.container {
		margin: 0;
		padding-right: 30px;
	}

}

@media only screen and (max-width:991px) {
	.md-pl-0 {
		padding-left: 0 !important;
	}

	.box-banner-login {
		padding: 40px 0 30px;
	}

	.box-banner-login h2 {
		text-align: center;
	}
}

@media only screen and (max-width:782px) {
	html[lang] {
		margin-top: 0 !important;
	}

	html #wpadminbar {
		display: none;
	}

	body.admin-bar .site-header .site-header-menu {
		top: 0;
	}

}

@media only screen and (max-width:767px) {
	.sm-pl-20 {
		padding-left: 20px !important;
	}

	.sm-pl-25 {
		padding-left: 25px !important;
	}

	.sm-pl-30 {
		padding-left: 30px !important;
	}

	.payslip-content h3,
	.payslip-content h4 {
		font-size: 16px;
	}

	.sm-text-center {
		text-align: center !important;
	}

	.site-header .pbmit-header-content {
		position: static;
	}

	.header-style-3 .pbmit-logo-menuarea {
	    padding: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.site-title {
		justify-content: center;
	}

	.header-style-3 .pbmit-header-search-btn {
	    position: absolute;
	    padding: 0;
	    margin: 0;
	    left: 15px;
	}

	.header-style-3 .navbar-toggler {
		position: absolute;
		right: 25px;
		margin-top: 18px;
	}

	.box-list-blogs .item-article .box-cover-border img {
		height: 255px;
	}

	.invoice-container {
		padding: 35px 20px 35px 20px;
		margin: 0;
		border: none;
		border-radius: 0px;
	}

	.pb-sticky-sidebar {
		height: auto !important;
	}

	.sticky-sidebar-inner {
		position: unset !important;
		width: 100% !important;
		transform: initial !important;
	}

}