.admin-bar .sticky-header{
	top:32px;	
}

/************************* Footer widget style **************************/

#nav_menu-2 .widget-title h3{
   margin-bottom: 23px
}

#nav_menu-3 .widget-title h3{
   margin-bottom: 23px
}

#nav_menu-4 .widget-title h3{
   margin-bottom: 23px
}

#nav_menu-5 .widget-title h3{
   margin-bottom: 23px
}

#nav_menu-6 .widget-title h3{
   margin-bottom: 23px
}

#nav_menu-7 .widget-title h3{
   margin-bottom: 23px
}

#printpark_google_map-2 .widget-title h3{
   margin-bottom: 23px
}

.main-footer .footer-widget{
	margin-bottom:40px;
}

.main-footer .footer-widget ul li{
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 19px;
  color: #aca7a7;
}

.main-footer .footer-widget ul li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-widget ul li ul li{
  margin-bottom: 0px;
  margin-top:12px;
}

.main-footer .footer-widget ul li a{
  position: relative;
  display: inline-block;
}

.main-footer .footer-widget ul li a:hover{
  color: #fd6145;
}

.main-footer.footer-style-two .footer-widget ul li a:hover{
  color: #fd6145;
}

.main-footer .footer-widget ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 8px;
  color: #0c0c0c;
  background: #fd6145;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  border-radius: 2px;
  left: 0px;
  top: 8px;
  transition: all 500ms ease;
}

.main-footer.footer-style-two .footer-widget ul li a:before {
  color: #fff;
  background: #ccc2ba;
}

.main-footer.footer-style-two .footer-widget ul li a{
	color: #0c0c0c;
}

.widget_printpark_contact_info .logo-widget .widget-content .social-links-two li a:before{
	content: none;
}

.widget_printpark_contact_info .logo-widget .widget-content .social-links-two li a{
	padding-left: 0px;
}

/************************* Service widget style **************************/

.service-sidebar #nav_menu-8{
  position: relative;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  overflow: hidden;
}

.service-sidebar #nav_menu-8 h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  background: #fd6145;
  padding: 20px 20px 18px 53px;
}

.service-sidebar #nav_menu-8 h3:before{
  position: absolute;
  content: "\f112";
  font-family: 'flaticon';
  font-size: 18px;
  left: 25px;
  top: 19px;
  font-weight: 400;
}

.service-sidebar #nav_menu-8 ul{
  position: relative;
  padding: 0px 24px;
  border: 1px dashed #d8d2d0;
  border-top: none;
  border-radius: 0px 0px 25px 25px;
}

.service-sidebar #nav_menu-8 ul li{
  position: relative;
  display: block;
  padding: 19px 0px 17px 0px;
  border-bottom: 1px dashed #d8d2d0;
}

.service-sidebar #nav_menu-8 ul li:last-child{
  border-bottom: none;
}

.service-sidebar #nav_menu-8 ul li a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Urbanist', sans-serif;
  color: #afa7a7;
  font-weight: 700;
}

.service-sidebar #nav_menu-8 ul li:hover a,
.service-sidebar #nav_menu-8 ul li.current-menu-item a,
.service-sidebar #nav_menu-8 ul li.current-menu-item a:before{
  color: #fd6145;
}

.service-sidebar #nav_menu-8 ul li:hover a,
.service-sidebar #nav_menu-8 ul li.current-menu-item a,
.service-sidebar #nav_menu-8 ul li.current-menu-item a{
  color: #0c0c0c;
}

.service-sidebar #nav_menu-8 ul li a:before{
  position: absolute;
  content: "\f132";
  font-family: 'flaticon';
  font-size: 20px;
  top: -1px;
  right: 0px;
  font-weight: 400;
}

.service-sidebar #nav_menu-8 ul li a:hover:before{
  color: #fd6145;
}

.service-sidebar #nav_menu-8{
  margin-bottom: 50px;
}

/************************* Blog widget style **************************/
.widget:not(:last-child){
	margin-bottom:50px;
}
.widget ul,
.widget ol{
	margin:0px;
	padding:0px;
	position:relative;
}

.widget ul li,
.widget ol li{
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom:12px;
  border-bottom: 1px dashed #dcd5d4;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0c0c0c;
}

.widget ul li:last-child,
.widget ol li:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.widget ul li ul li,
.widget ol li ol li{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:12px;
	padding-top:12px;
	border-top:1px dashed #dcd5d4;
	margin-left:15px;
}

.widget ul li a,
.widget ol li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #0c0c0c;
}

.widget ul li a:hover,
.widget ol li a:hover{
  color: #fd6145;
}

.widget .tagcloud{
  position: relative;
  display: inline-block;
}

.widget .tagcloud a{
  position: relative;
  display: inline-block;
  font-size: 17px !important;
  line-height: 28px;
  font-family: 'Urbanist', sans-serif;
  font-weight: 600;
  color: #7b7675;
  background: #faf1ef;
  border-radius: 5px;
  padding: 4px 15px;
  text-align: center;
  margin-bottom: 5px;
}

.widget .tagcloud a:hover{
  color: #fff;
  background: #fd6145;
}

.chirokind-comment-item .add-comment-box{
	margin-top:40px;
}

/***************** Comment Style*******************/
.printpark-comment-item .printpark-comment-item{
	margin-left:80px;
}

.news-block-one .inner-box .image-box .image-content h6 a{
	color: #fff;
}

.news-block-two .inner-box .image-box .image-content h6 a{
	color: #fff;
}

.post-info h6 a{
	color: #fff;
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight:700;
  font-size: 20px;
  color: #7b7675;
  right: 5px;
  top: 1px;
  transition: all 500ms ease;
}

.page-title .bread-crumb li:last-child {
    color: #0c0c0c;
}

.project-style-three .sortable-masonry .project-block-two .inner-box .image-box img{
	height: 430px;
    object-fit: cover;
}

.project-details .upper-text{
	margin-bottom: 0px;
}

.project-details p{
	margin-bottom: 65px;
}

.project-details .project-info-box .info-list li p{
	margin-bottom: 0px;
}

.main-footer .newsletter-widget .subscribe-form .form-group button[type='submit']{
	padding: 0px;
	line-height: 56px;
}

.subscribe-section .inner-box .form-inner .form-group button[type='submit']{
	background: -webkit-linear-gradient(0deg, #fd6146, #fb7a43 50%);
	padding: 11px 30px;
	font-size: 30px;
}

.shop-block-one .inner-box .lower-content .option-list .more-btn .theme-btn.btn-one{
	padding: 8px 20px;
}

.comingsoon-section .content-box form .form-group button[type='submit']{
	padding: 0px;
}

.error-section .content-box .form-inner .form-group button[type='submit']{
	padding: 0px;
}


.blog-details-content .printpark-comment-item .comment-form-area{
	margin:40px 0;
}

.team-details-style1 .inner-title h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 12px;
}

.team-details-style1__content .inner-title p{
	font-weight:500;
	color:#fd6145;
}

.team-details-style1__content .text-box p{
	margin-bottom:30px;
}

.news-block-one .inner-box .image-box .image-content.te-adjustment{
	position:relative;
	left:auto;
	top:auto;
	bottom:auto;
	right:auto;
	padding:5px;
	border: 1px dashed #d8d2d0;
	width: calc(100% - 25px);
	margin:0 auto;
}

.news-block-one .inner-box .image-box .image-content.te-adjustment h6{
	margin-bottom:0px;
}

blockquote{
	background:#faeddd;
	padding:40px;
	margin-bottom:25px;
	border-radius:20px;
}

.m-t30{
	margin-top:30px;
}

.widget .nice-select,
.footer-widget .nice-select{
	position:relative;
	float:none;
	display: block;
	width: 100%;
	height: 60px;
	line-height:60px;
	background: #faf1ef;
	border-radius: 15px;
	border: 1px dashed #faf1ef;
	font-size: 17px;
	color: #7b7675;
	padding: 0px 20px;
	transition: all 500ms ease;
}

.widget .nice-select:before,
.footer-widget .nice-select:before{
	line-height:60px;
	right:20px;
}

.widget .nice-select ul.list,
.footer-widget .nice-select ul.list{
	width:100%;
}

.widget .nice-select ul.list li,
.footer-widget .nice-select ul.list li{
	padding-bottom:0px;
	margin-bottom:0px;
	border:none;
}

.blog-sidebar .widget-title h3 a,
.main-footer .widget-title h3 a{
	color:inherit;
}

.main-footer .footer-widget ul.social-links-two li{
	padding-left:0px;
}

.main-footer .footer-widget ul.social-links-two li:before{
	display:none;
}
/*--------------------------------------------------------------
# Our Services One
--------------------------------------------------------------*/
.our_services_one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.our_services_one:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 380px;
  content: "";
  background: #f6f6f6;
  z-index: -1;
}
.our_services_one .block-title {
}
.our_services_one_single {
  position: relative;
  display: block;
  margin-bottom: 55px;
  background: #ffffff;
  z-index: 2;
}
.our_services_one_single:hover:before {
  width: 100%;
  background: var(--thm-primary);
}
.our_services_one_single:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #e4e4e4;
  height: 2px;
  width: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.our_services_one_image {
  position: relative;
  display: block;
}
.our_services_one_image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(11, 11, 11, 0.5);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
}
.our_services_one_single:hover .our_services_one_image:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}
.our_services_one_image img {
  width: 100%;
}
.our_services_icon {
  height: 100px;
  width: 100px;
  background: var(--thm-primary);
  color: var(--thm-base);
  text-align: center;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -40px;
  right: 30px;
  justify-content: center;
}
.our_services_icon span {
}
.our_services_icon span:before {
  font-size: 65px;
  line-height: 100px;
}
.our_services_one_content {
  padding: 43px 50px 53px;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.our_services_one_single:hover .our_services_one_content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.our_services_one_content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 35px;
}
.our_services_one_content h3 a {
  color: inherit;
  transition: all 500ms ease;
}
.our_services_one_content h3 a:hover {
  color: var(--thm-primary);
}
.our_services_one_content p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.services_one_arrow_icon {
  height: 60px;
  width: 60px;
  border: 2px solid #e4e4e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  left: 50px;
  bottom: -25px;
  color: #e4e4e4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.services_one_arrow_icon span {
}
.our_services_one_single:hover .services_one_arrow_icon {
  color: var(--thm-primary);
  border: 2px solid var(--thm-primary);
}




.product-block-two .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 33px 25px 30px 30px;
	margin-bottom: 30px;
}
.product-block-two .inner-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 31px;
}
.product-block-two .inner-box .image-box img{
    position: relative;
    display: block;
    border-radius: 50%;
    border: 1px dashed #d8d2d0;
    margin-bottom: 31px !important;
}
.product-block-two .inner-box .link-box {
    position: relative;
    display: block;
    padding: 17px 0px 18px 0px;
}
.product-block-two .inner-box .link-box:before {
    position: absolute;
    content: '';
    border-top: 1px dashed #d8d2d0;
    width: calc(100% + 40px);
    height: 1px;
    left: -20px;
    top: 0px;
}
.product-block-two .inner-box .link-box a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Urbanist', sans-serif;
    color: #0c0c0c;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 32px;
}
.product-block-two .inner-box .link-box a:hover {
    color: #fd6145;
}
.product-block-two .inner-box .link-box a:before {
    position: absolute;
    content: "\f10e";
    font-family: 'flaticon';
    font-size: 24px;
    top: -1px;
    left: 0px;
    font-weight: 400;
    transition: all 500ms ease;
    color: #fd6145;
}




