<!-- start Simple Custom CSS and JS -->
<style type="text/css">
body {
	font-size: 20px;
	line-height: 28px;
}

.entry-content {
padding: 0px;
}

img {
	vertical-align: middle;
}


video {
	vertical-align: middle;
	margin-bottom: 1px;
}

a {
	text-decoration: none;
	transition: 0.25s;
	color: #0a142f;
}

.colo2 {
	color: #f8af03;
}

.colo3 {
	color: #7c1c92;
}

.nogap {
	gap: 0px;		
}

.gap10 {
	gap: 10px;
}

.gap20 {
	gap: 20px;
}

.gap30 {
	gap: 30px;
}

.gap32 {
	gap: 32px;
}

.gap40 {
	gap: 40px;
}

.centrino {
	text-align: center;
}

.justy {
	text-align: justify;
}

.hed-wrap {
  position: relative;
  display: inline-block;
  padding: 0px 30px 5px 30px;
  border-left: 10px solid #fbf8fd;
}

.hed {
  position: relative;
  display: inline-block;
}

/*
.hed::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 25px #7c1c92;
  border-left: solid 25px transparent;
}
*/

.megamenu-oferta-sec a:hover {
  color: #7c1c92;
}

.primary-menu-container.bv_mobile-menu {
	background: #1c0120;
}

.primary-menu-container.bv_mobile-menu .heading {
padding-top: 20px;
}

.primary-menu-container.bv_mobile-menu.opener {
  padding-left: 20px;
  box-sizing: border-box;
}

.podhed {
  margin: 0px;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 9px;
  color: #7c1c92;
}

.hed-wrap-center {
  text-align: center;
}

.onblack {
  color: #fff;
}

.onblack a {
  color: #fff;
}

.onblack .podhed {
  color: #fba10d;
}

.vidiv {
  position: relative;
  overflow: hidden;
  height: 90vh;
}

video.fscreen {
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: hidden;
}

.slajder-kontent {
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100%;
  align-items: center;
  text-align: center;
  background: rgba(32, 9, 44, 0.82);
	flex-direction: column;
}

.slajder-kontent h1 {
font-size: 48px;
  text-transform: uppercase;
  line-height: 60px;
  padding: 0px;
}

.slajder-kontent h2 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

.slajder-links {
  display: block;
  margin-top: 24px;
	z-index: 10;
}

.slajder-links a {
  margin: 5px;
}

.sqsign {
  font-size: 15px;
  color: #f8af03;
  transform: translateY(-4px);
  display: inline-block;
}

.link01 {
  padding: 8px 0px;
  display: inline-block;
  color: #0a142f;
}

.link01:hover {
	color: #7c1c92;
}

.link01::after {
  content: url(/wp-content/uploads/2025/09/link-03.svg);
  display: inline-block;
  width: 13px;
  margin-left: 8px;
  transform: translateY(1px);
}

.link02 {
  background: #f8af03;
  padding: 12px 20px;
  border: 2px solid #f8af03;
	display: inline-block;
}

.link02::after {
  content: url(/wp-content/uploads/2025/09/link-03.svg);
  display: inline-block;
  width: 13px;
  margin-left: 8px;
  transform: translateY(1px);
		transition: 0.2s;
	margin-right: -5px;
}


.link03 {
  color: #fff;
  padding: 12px 20px;
  border: 2px solid #fff;
	display: inline-block;
}

.link03::after {
  content: url(/wp-content/uploads/2025/09/link-03.svg);
  display: inline-block;
  width: 13px;
  margin-left: 8px;
  transform: translateY(1px);
		margin-right: -5px;
	filter: invert(1);
}

.link03:hover {
  background: #fff;
  color: #000;
}

.link03:hover::after {
 filter: none;
}

.link04 {
background: #f8af03;
  padding: 12px 20px;
  border: 2px solid #f8af03;
  display: inline-block;
}

.link04::after {
  content: url(/wp-content/uploads/2025/09/link-03.svg);
  display: inline-block;
  width: 13px;
  margin-left: 8px;
  transform: translateY(1px);
}

.st-box-sec {
  background: #fbf8fd;
}

.st-box-of-wrap {
  border: 1px solid #eae4ec;
  height: 260px;
  display: flex;
  align-items: center;
  padding: 20px;
box-sizing: border-box;	
border-bottom: 4px solid #f8af03;
position: relative;
transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;	
}

.st-box-of-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f8af03;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 0;
}

.st-box-of-wrap:hover::before {
  opacity: 1;
}

.st-box-of-wrap > * {
  position: relative;
  z-index: 1;
}

.st-box-of-wrap:hover {
  background: #f8af03 !important;
  color: #fff;
	background-position: 112px 30px !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.st-box-of-wrap:hover .st-box-of-link {
  background: #1d1d1b !important;
}

.st-box-of-wrap:hover .st-box-of-link img {
  filter: invert(1);
}

.st-box-of-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 35px #7c1c92;
  border-left: solid 35px transparent;
}

.st-box-of-wrap.st-box-bgk-dom {
background: url(/wp-content/uploads/2025/09/st-iko-bgk-dom-02-03.webp);
background-repeat: no-repeat;
background-position: 112px 30px;
background-size: 280px;
}

.st-box-of-wrap.st-box-bgk-przemysl {
background: url(/wp-content/uploads/2025/09/st-iko-bgk-przemysl-02-03.webp);
background-repeat: no-repeat;
background-position: 112px 30px;
background-size: 280px;
}

.st-box-of-wrap.st-box-bgk-rolnictwo {
background: url(/wp-content/uploads/2025/09/st-iko-bgk-rolnictwo-02-03.webp);
background-repeat: no-repeat;
background-position: 112px 30px;
background-size: 280px;
}

.st-box-of-nadhed {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  color: #7c1c92;
}	

.st-box-of-hed h2 {
  font-size: 28px;
}

.st-box-hed-small h2 {
    font-size: 23px;
    line-height: 32px;
}

.st-box-of-link {
  display: inline-block;
  padding: 5px 15px 7px 15px;
  background: #fbf8fd;
  margin-top: 10px;
}

.st-box-of-link img {
  width: 20px;
  height: 21px;
}

.choose-pp-sec {
  margin-top: -120px !important;
}

.opinia-item {
padding: 40px 40px 0px 40px;
}

.opinia-item-txt {
  text-align: center !important;
  color: #fff;
  font-size: 19px;
  margin: 0 30px;
}

.opinia-item-autor {
  text-align: center !important;
  font-size: 17px;
  font-weight: 700;
  margin: 15px 0px 20px 0px;
  color: #fba10d;
}

.opinie-col {
background: url(/wp-content/uploads/2025/09/triangle-bgk-02.webp);
background-size: cover;
	padding: 50px 5%;
}

vvv.wp-block-cb-carousel-v2 .cb-button-next, .wp-block-cb-carousel-v2.cb-rtl .cb-button-prev {
right: 25px;
}

.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
content: url(/wp-content/uploads/2025/09/iko-next-01.svg) !important;
  width: auto;
  height: 26px;
  display: inline-flex !important;
}

vvv.wp-block-cb-carousel-v2 .cb-button-prev, .wp-block-cb-carousel-v2.cb-rtl .cb-button-next {
left: 25px;
}

.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
content: url(/wp-content/uploads/2025/09/iko-prev-01.svg) !important;
  width: auto;
  height: 26px;
  display: inline-flex !important;
}

.rev-link {
  display: inline-block;
  font-size: 18px;
	margin-top: 8px;
	font-weight: 600;
}

.rev-link:hover {
	color: #7c1c92;
}

.rev-link::after {
  content: url(/wp-content/uploads/2025/09/link-03.svg);
  display: inline-block;
  width: 13px;
  margin-left: 8px;
  transform: translateY(1px);
}

.ref-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ref {
  width: fit-content;
}

.ref-serwis p {
  color: #fff;
  font-size: 25px;
  margin: 0 0 -10px 0px;
  text-align: right;
}

.ref-serwis span {
  color: #adadad;
  font-size: 20px;
}

.ref-ocena-wrap {
  display: flex;
  align-items: center;
}

.ref-ocena {
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  background: #7c1c92;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 700;
  border-radius: 2px;
}

.ref img {
  width: 220px;
  height: 35px;
  margin-bottom: -7px;
  margin-left: 5px;
}

.ref-top {
  margin-bottom: 15px;
}

.opigo-col {
	padding: 50px 5%;
}

.opigo-item {
  border: 1px solid #e6e6e6;
  padding: 20px 25px;
  border-radius: 4px;
	margin: 0px 5px;
	min-height: 360px;
}

.opigo-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.opigo-name {
  font-weight: 600;
}

.opigo-meta-tag {
  font-size: 17px;
}

.opigo-gfx {
  margin-right: 15px;
}

.opigo-gfx img {
  width: 60px;
  height: 60px;
}

.opigo-meta-txt p {
  margin: 0;
  line-height: 22px;
}

.opigo-meta-txt p {
  margin: 0;
  line-height: 22px;
}

.opigo-stars {
  font-size: 16px;
  margin-bottom: 5px;
}

.opigo-stars img {
  width: 100px;
  margin-right: 4px;
  margin-bottom: 4px;
  aspect-ratio: 200/35;	
}

.opigo-txt {
  font-size: 18px;
  line-height: 25px;
}

.choose-pp-txt {
  color: #fff;
  margin-top: 14px;
}

.tech-box-wrap {
  height: 100%;
  box-sizing: border-box;
  background: #fbf8fd;
  display: flex;
  align-items: center;
  padding: 10%;
	text-align: center;
	transition: 0.3s;
}

.tech-box-wrap:hover {
	background: #390046;
	color: #fff;
}

.tech-box-wrap:hover .tech-box-link {
  color: #fff;
}

.tech-box-wrap:hover .tech-box-link::after {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(286deg) brightness(204%) contrast(102%);
}

.tech-box-wrap-gfx img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.tech-box-wrap-gfx01 {
	position: relative;
}

.tech-box-wrap-gfx01::after {
  content: "";
  position: absolute;
  right: -70px;
  width: 100px;
  height: 60%;
  top: 20%;
  background: #f1ecf4;
  z-index: -1;
}

.tech-box-wrap-gfx02::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 100px;
  background: #f1ecf4;
  z-index: -1;
  left: 20%;
  bottom: -60px;
}

.tech-box-wrap-gfx03::after {
  content: "";
  position: absolute;
  left: -70px;
  width: 100px;
  height: 60%;
  top: 20%;
  background: #f1ecf4;
  z-index: -1;
}

.tech-box-wrap h2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
}

.tech-box-txt {
  margin: 0;
}

.tech-box-wrap-gfx {
  position: relative;
}

.tech-box-wrap-gfx::before {
  content: "";
  background: #7c1c92;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.12;
}

.tech-box-link {
  margin: 12px 0 0 0;
  font-size: 18px;
  color: #7c1c92;
  font-weight: 600;
  transition: 0.3s;
}

.tech-box-link::after {
  content: url(/wp-content/uploads/2025/09/link-01.svg);
  display: inline-block;
  width: 13px;
  margin-left: 8px;
  transform: translateY(1px);
  transition: 0.2s;
  margin-right: -5px;
}
.cta-sec {
  background: url(/wp-content/uploads/2025/09/cta-bgk-04.webp);
  background-size: cover;
  background-position: 50% 64%;
}

.st-cta-wrap {
  height: 632px;
  display: flex;
  align-items: center;
}

.st-cta {
  color: #fff;
}

.st-cta .stck-panel-button {
color: #fff;
  padding: 12px 20px;
  border: 2px solid #fff;
  display: inline-block;
  transition: 0.3s;
  height: auto;
	margin-left: 5px;
}

.st-cta .stck-panel-button p { 
	text-transform: initial;
	line-height: unset;
	font-size: 19px;
	margin: 0px;
}

.tel-cta {
  display: flex;
  align-items: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 30px;
  color: #fff;	
}

.tel-cta img {
  width: 40px;
  height: 40px;
  filter: invert(1);
}

.tel-cta span {
  font-weight: 400;
  font-size: 32px;
  margin-left: 8px;
}

.modal-cert-wrap img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.mcw-kimpur .inv-modal-trigger {
    color: #fff;
    background: #7c1c92;	
    border: 1px solid #7c1c92;
    padding: 3px 10px;
    margin: 10px 5px 0px 0px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
}

.mcw-huntsman .inv-modal-trigger {
  color: #fff;
  background: #077c36;	
  border: 1px solid #077c36;
  padding: 3px 10px;
  margin: 10px 5px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}


@media only screen and (max-width: 767px) {  
 .tel-cta {
font-size: 35px !important;
}
.tel-cta img {
width: 30px !important;
height: 30px !important;
}
.tel-cta span {
font-size: 22px !important;
} 
}


.podhed.colo2 {
  color: #f8af03;
}

.brand-item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #eae4ec;
  padding: 36px 5px;
  box-sizing: border-box;
}

.brand-item.brand-item-last {
  border-bottom: none;
}

.brand-gfx img {
  width: 200px;
height: auto;
}

.brand-gfx {
  width: 200px;
	  flex-shrink: 0;
}

.brand-gfx-kp {
  text-align: center;
}

.brand-gfx-kp img {
  width: 150px;
  height: 150px;	
}

.brand-txt p {
  margin: 0;
  line-height: 22px;	
}

.brand-txt-kp a {
  color: #7c1c92;
  border: 1px solid #7c1c92;
  padding: 3px 10px;
  margin: 10px 5px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;	
}

.brand-txt-kp a:hover {
  background: #7c1c92;
  color: #fff;	
}

.brand-txt-ic a {
  color: #0064b1;
  border: 1px solid #0064b1;
  padding: 3px 10px;
  margin: 10px 5px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;	
}

.brand-txt-ic a:hover {
  background: #0064b1;
  color: #fff;	
}

.brand-txt-wo a {
  color: #43a03f;
  border: 1px solid #43a03f;
  padding: 3px 10px;
  margin: 10px 5px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;	
}

.brand-txt-wo a:hover {
  background: #43a03f;
  color: #fff;	
}

.brand-txt-hbs a {
  color: #077c36;
  border: 1px solid #077c36;
  padding: 3px 10px;
  margin: 10px 5px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;	
}

.brand-txt-hbs a:hover {
  background: #077c36;
  color: #fff;	
}

.mapa-sec {
background: url(/wp-content/uploads/2025/09/purpartner-mapa-02.webp);
background-repeat: no-repeat;
background-position: right;
background-size: contain;
}

.mapa-txt {
  font-size: 24px;
  line-height: 36px;
  margin-top: 80px;
  margin-left: 5%;
}

.mapa-txt span {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  line-height: 28px;
}

.mapa-txt ul {
margin: 10px 0px;
}

.iko-asset-sec {
background: url(/wp-content/uploads/2025/09/triangle-bgk-05.webp);
background-position: center;	
}

.iko-asset-wrap {
padding: 60px 0;
}

.iko-asset-item {
  color: #fff;
  display: flex;
  margin: 25px 0px;
	align-items: center;
}

.iko-asset-item:hover .iko-asset-gfx img {
 background: rgba(242, 236, 245, 0.12);
}

.iko-asset-gfx {
  flex-shrink: 0;
}

.iko-asset-gfx img {
  width: 140px;
  margin-right: 28px;
  background: rgba(242, 236, 245, 0.04);
		transition: 0.3s;
	height: 100%;
	aspect-ratio: 1/1;
}

.iko-asset-txt h3 {
  font-size: 22px;
  line-height: 24px;
}

.iko-asset-txt p {
  margin: 0;
}

.st-faq-sec {
  background: #fbf8fd;
}

.video-asset-wrap {
  position: relative;
  margin: 100px 5% 0 5%;
}

.video-asset {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 4px solid #f8af03;
}

.video-asset::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.82;
background-color: rgba(32, 9, 44, 0.26);
background-image: linear-gradient(180deg, rgba(32, 9, 44, 0.26) 54%, rgba(32, 9, 44, 1) 82%);
}

.video-asset-poly.video-asset::before {
  opacity: 0.62;
}

.video-asset::after {
content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 35px #7c1c92;
  border-left: solid 35px transparent;
}

.video-st-asset {
  width: 100%;
}

.video-asset-txt {
  position: absolute;
  bottom: 40px;
  right: 25px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}

.video-asset-txt span {
  margin: 10px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 9px;
  color: #f8af03;
  display: block;
  line-height: 22px;
}

.colodot {
  color: #f8af03;
}


/*  mega menu    */

.megamenu-hed {
  margin-left: 36px;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: -9px;
}

.megamenu-hed::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #7c1c92;
  display: block;
  margin-top: 10px;
}

.megamenu-oferta-sec {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-top: 2px solid #7c1c92;
}

.megamenu-oferta-sec ul {
  list-style: none;
}

.megamenu-oferta-sec li {
  margin: 5px 0px;
}

.megamenu-oferta-sec a {
  color: inherit;
}

.menu-wycena a {
  color: #7c1c92 !important;
}

.menu-wycena a::after {
  content: url(/wp-content/uploads/2025/09/link-03.svg);
  display: inline-block;
  width: 16px;
  margin-left: 8px;
  transform: translateY(3px);
  opacity: 0.9;
  transition: 0.3s;
  filter: invert(17%) sepia(62%) saturate(3780%) hue-rotate(278deg) brightness(84%) contrast(97%);
}


/* sidebar */

#bv-sidebar-single {
  padding: 6%;
  background: rgba(255,255,255,0.5);
  margin: 0px 0px 25px 25px;
	border-radius: 8px;
}

.bv_next_sidebar {
margin: 40px 0;
}

@media only screen and (max-width: 767px) {
  .bv_sidebar_wrapper {
    flex-direction: column;
    padding: 0px 20px;
  }
		#bv-sidebar-single {
margin: 0px 0px 25px 0px !important;
}
}

.sidehed {
  font-size: 25px;
  line-height: 22px;
}

.sidehed-wrap .podhed {
  font-size: 14px;
  padding-top: 0px;
}

.wp-block-latest-posts__post-title {
  color: #323232;
  font-size: 20px;
  display: block;
  line-height: 22px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.wp-block-latest-posts__list.wp-block-latest-posts li {
  min-height: 170px;
}

.uslugi-menu-widget a {
  color: inherit;
}

.uslugi-menu-widget a:hover {
  color: #cd065d !important;
}

.uslugi-menu-widget ul {
  padding-left: 20px;
}

.uslugi-menu-widget li {
  list-style: none;
  margin-bottom: 8px;
}

.bv_sidebar {
  margin-top: 50px;
}



/* footer */

.site-footer {
  background: #1c0120;
  color: #fff;
  font-size: 18px;
}

.site-footer a {
  color: #fff;
}

.ftlogo {
  width: 268px;
  margin-left: auto;
  margin-right: auto;
}

.ftlogo img {
  width: 268px;
  height: 48px;
}

.kopyrajt {
  font-size: 16px;
  text-align: center;
  border-top: 2px solid rgba(255,255,255,0.1);
  padding: 25px 0px;
}

.kopyrajt.kopymob {
  line-height: 30px;
  margin-bottom: -12px;
}

#menu-footer-menu-pl-01 {
  display: flex;
  justify-content: center;
  padding: 0px;
  text-transform: uppercase;
}

.menu-footer-menu-pl-01-container li {
  padding: 0px 25px;
  font-size: 17px;
  list-style: none;
}

.menu-footer-menu-pl-01-container li:last-child {
  border-right: none;
}

.menu-footer-menu-pl-01-container li::after {
  content: "●";
  position: absolute;
  transform: translateX(18px);
}

.menu-footer-menu-pl-01-container li:last-child::after {
  display: none !important;
}

.foot-sm-item img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}

.foot-sm-wrap {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.foot-find-us {
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  	#menu-footer-menu-pl-01 {
    	flex-direction: column;
    	align-items: center;
  	}
	
	.menu-footer-menu-pl-01-container li {
    	padding: 8px 25px !important;
    	font-weight: 600;
  	}
	
	.menu-footer-menu-pl-01-container li::after {
		display: none;
	}
}

/* 2026 */

.form-landing .formflex-main-item {
	grid-template-columns: repeat(1, 1fr);
}

.form-landing .formflex-main-last-send {
	width: 100%;
}

.st-box-of-wrap-2 {
    border: 1px solid #eae4ec;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 10px 15px 0px 15px;
    box-sizing: border-box;
    border-bottom: 4px solid #f8af03;
    position: relative;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}

@media (min-width: 768px) {
	.st-box-of-wrap-2 {
		height: 130px;
	}
}

@media (min-width: 1000px) {
	.st-box-of-wrap-2 {
		height: 100px;
	}
}

.st-box-of-wrap-2 > * {
    position: relative;
    z-index: 1;
}

.st-box-of-wrap-2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f8af03;
    opacity: 0;
    transition: opacity 0.4s;
    z-index: 0;
}

.st-box-of-wrap-2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: solid 35px #7c1c92;
    border-left: solid 35px transparent;
}

.st-box-of-nadhed-2 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 4px;
    color: #7c1c92;
    line-height: 13px;
}

@media (max-width: 767px) {
	.st-box-of-nadhed-2 {
		font-size: 10px;
	}
}

.st-box-hed-small-2 h2 {
    font-size: 17px;
    line-height: 21px;
}

.s__lp-slider-box-info .cb-pagination {
	bottom: -50px!important;
}

.pp-page-title-2 {
    padding: 40px 10px;
}

@media (max-width: 767px) { 
	.pp-page-title-2 {
    	padding: 20px 10px;
	}
}

.pp-page-title-wrap-2 {
    color: #000;
	background-color: #fbf8fd;
}

@media (max-width: 767px) {
	.pp-page-title-2 h1 {
		font-size: 28px;
		line-height: 36px;
	}
}</style>
<!-- end Simple Custom CSS and JS -->
