/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.1.1
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/

:root {
	--ease-default: cubic-bezier(0,0,0.58,1);
    --ease-out-long: cubic-bezier(0,0.5,0,1);
    --ease-out-medium: cubic-bezier(0,0.57,0.55,1);
    --ease-out-short: cubic-bezier(0.15,0.7,0.78,1);
    --ease-elastic-1: cubic-bezier(0.68,-0.55,0.27,1.55);
    --ease-elastic-2: cubic-bezier(0.68,-3,0.27,5);
    --menu-bar-height: 85px;
}

body{
    font-family: "Plus Jakarta Sans", sans-serif;
}


a.logo-header {
    width: 80%;
    display: block;
}
.box-nav-ul li a {
    padding: 0 16px 0 16px;
    text-transform: capitalize;
	color: #2b2235;
	font-weight: 600;
}
li{
     list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
ul, li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.line {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
ul{
    padding-left:0px;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #000000;
}

.footer{
    background: #1a1820;
    color: #fff;
    padding: 3% 0%;
    
}

.footer .footer-heading h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}
.footer .footer-heading {
    margin-bottom: 25px;
}

.footer .footer-menu_item {
    line-height: 30px;
}
.section-caption {
    margin-bottom: 25px;
    color: var(--color-gray-1);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .075em;
}
    .section-title-small {
        font-size: calc(1rem + 1vw) !important;
    }
    .section-line {
    width: 80px;
    height: 1px;
    margin: 0 auto 0 0;
    background: var(--color-dark-1);
}
.alt-features-item.border-left {
    padding-left: 30px;
    border-left: 1px solid var(--color-gray-light-3);
}
.alt-features-icon {
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 0 22px;
    font-size: 48px;
    text-align: center;
    line-height: 1.3;
    color: currentColor;
    background: #3d5b9b;
    padding: 13px;
    border-radius: 4px;
}
.alt-features-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: rgb(255 255 255);
}
.slider {
    width: 100%;
}
.footer .footer-infor ul li p a {
    color: rgb(84, 84, 84);
    font-weight: 700;
}
.footer .footer-infor ul li p {
    line-height: 30px;
}
.slider {
    width: 100%;
    height: auto;
    background: url("https://hanipatches.com/wp-content/uploads/2025/06/joao-tzanno-G9_Euqxpu4k-unsplash-scaled.jpg");
    padding: 20px;
    display: flex;
    align-items: center;
    background-size:contain;
    position:relative;
    padding-top: 46px;
    padding-bottom: 10%;
}
.story {
    outline: 10px solid #ffffff;
    box-shadow: rgba(149, 157, 165, 10) 0px 8px 24px;
    
}
.popularpatches {
    background: #1a1820;
    margin-top:8%;
    padding-bottom: 8%;
}

ul.footerlist li p {
    font-size: 15px;
    line-height: 24px !important;
}

li.phnnumber p {
    font-size: 30px !important;
}

li.phnnumber p {
    margin-bottom: 9px;
}
.footer-nav li a {
    color: #fff;
    text-transform: capitalize;
}
.footer-nav li {
    line-height: 20px;
}

.footer-nav li a {
    font-size: 14px;
}
.contactme .btn {
    background: none;
    border-radius: 30px !important;
    border-color: #fff;
    width:100%;
    padding: 10px 0;
}
span.contactme {
    width: 50%;
}
.termascondi .footer-nav {
    display: flex;
    gap: 11px;
}
.alt-features-icon-s {
    position: absolute;
    top: -6px;
    right: -15px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}
input.wpcf7-form-control {
    height: 52.5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-dark-1);
    border: 1px solid rgba(0, 0, 0, .183);
    padding: 0 7px 2px;
    border-radius: 0;
    box-shadow: none;
    transition: all .2s ease-out;
	width: 100%;
	border-radius: 10px !important;
}
.round {
    
}
.form textarea.input-lg {
    padding: 12px 20px;
    font-size: 16px;
}
.wpcf7-textarea {
    font-size: 13px;
    color: var(--color-dark-1);
    border-color: rgba(0, 0, 0, .183);
    padding: 0 7px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
	height:130px;
	font-weight: 400;
	width: 100%;
	border-radius: 10px !important;
}
.wpcf7-submit{
	background: #000;
	color: #fff !important;
}
.offcanvas .inner-nav {
        display: none;
    }
@media screen and (max-width: 1000px){
    .inner-nav{
	    display:none;
	}
	.tf-md-hidden{
	    justify-content: flex-end !important;
	}
	.inner-nav.sidebarcontact {
    display: block !important;
}
    
}
@media screen and (max-width: 767px){
	a.logo-header {
		width: 80% !important;
		display: block;
	}
	#header{
		justify-content:space-between !important;
	}
	.showinmobile{
	    display:block !important;
	}
	.offcanvas .inner-nav {
        display: block;
    }
	
}
.inner-nav>ul>li>a {
    display: table-cell;
    vertical-align: middle;
    opacity: .65;
}
.inner-nav ul li a {
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease-out;
}
.opacity-1 {
    opacity: 1 !important;
}

.main-nav .link-hover-anim {
    top: 1px;
}
.link-hover-anim {
    position: relative;
    display: inline-block;
    padding: 6px 0;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500 !important;
    letter-spacing: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    background: none;
    border: none;
    cursor: pointer;
}
.underline .link-strong {
    border-bottom: 2px solid;
}
.link-strong-unhovered {
    display: block;
}
.link-strong {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 7px 0;
    transition: transform .5s var(--ease-elastic-1), opacity .5s var(--ease-elastic-1), color .2s var(--ease-default);
}
.underline .link-strong {
    border-bottom: 2px solid;
}
.link-strong-hovered {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    transform: translateY(150%) translateZ(.001px) skewY(10deg);
}
.inner-nav ul li a.active, .inner-nav ul li a:hover {
    color: var(--color-dark-1);
    opacity: 1 !important;
    text-decoration: none;
}

.link-hover-anim:hover .link-strong-hovered {
    opacity: 1;
    transform: translateY(0) translateZ(.001px) skewY(0);
}

.link-hover-anim:hover .link-strong-unhovered {
    opacity: 0;
    transform: translateY(-150%) translateZ(.001px) skewY(-10deg)
}
.show ul.box-nav-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.slider h1 {
    font-weight: 800;
}
.sliderown img {
    width: 60%;
}
.slider:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1a1820cf;
    position: absolute;
    left: 0px;
    top: 0px;
}
.accordion-item {
    border: none;
    border-bottom: 1px solid #ccc;
}
.services__item-grid {
    position: relative;
    border: 1px solid #e9e9e9;
}
.services__item-grid::before {
    position: absolute;
    content: "";
    left: -2px;
    background-color: var(--tp-common-white);
    border-radius: 6px;
    height: 100%;
    width: 101.5%;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    border: 2px solid var(--tp-border-2);
    transition: 0.3s;
}

.service_icon {
    width: 60px;
    height: 60px;
    background: #e7e2e2;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: -33px;
    border: 1px dashed #ffffff;
    outline: 4px solid #000000;
}
.services__item .ser__title {
    font-size: 20px;
    line-height: 1.4;
}
.pt-20 {
    padding-top: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.services__item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}
.services__item {
        padding: 34px 26px;
}
.services__item {
    padding: 50px 45px;
    background: #ecf3f9;
    border-radius: 60px;
}
.mb-40 {
    margin-bottom: 40px;
}
.services__item .ser__more-option a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    display: inline-block;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}

.fill {
    color: var(--tp-theme-1);
    transition: 0.3s;
    margin: 20px auto;
    width: fit-content;
    text-align: center;
    font-size: 38px;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 0.40px #ffffff;
    position: relative;
    cursor: pointer;
}
.mainservices {
    padding-top: 50px;
}
.slider .container {
    position: relative;
}
.fullwidthpagesection {
    background: url(https://hanipatches.com/wp-content/uploads/2025/06/bgt-1.jpg);
    padding: 8% 0;
    background-position: center center;
    background-size: cover;
}
.whychoosebox .col-md-4 .alt-features-item {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 4px;
}
.serviceshow:before {
    content: "";
    width: 90%;
    height: 90%;
    border: 1px solid transparent;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}
.categoryname {
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    display: none;
    height: 100%;
    background-color: rgb(0 0 0 / 52%);
}
.serviceshow:hover .categoryname {
    display: block;
}
.serviceshow:hover:before {
    border-color: #fff !important;
}

.section-caption-border {
    color: #fff;
}
ul.breadcrumbs li a {
    color: #fff;
}
ul.breadcrumbs li {
    color: #3ccc;
    float: left;
}

ul.breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.story::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 250px;
    height: 250px;
    background: #4298EF;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    border-radius: 5px;
    z-index: -1;
}
.story::before {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    width: 250px;
    height: 250px;
    background: #4298EF;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    border-radius: 5px;
    z-index: -1;
}
.text p {
    font-size: 16px;
}
.lineboth{
    position:relative;
    text-align: center;
}
.lineboth:before {
    width: 50%;
    background: #fff;
}
.lineboth:after {
    width: 50%;
    background: #fff;
}
.lineboth:before {
    position: absolute;
    content: "";
    top: 21px;
    right: -46%;
    height: 2px;
    width: 40%;
    background: #ffffff;
}
.lineboth:after {
    position: absolute;
    content: "";
    top: 21px;
    left: -46%;
    height: 2px;
    width: 40%;
    background: #ffffff;
}
.faqshowcase{
	background: url("https://hanipatches.com/wp-content/uploads/2025/06/brand-bg.jpg");
}
.top-button {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
    font-size: 25px;
    background: #662c90;
    border-color: #662c90;
    text-align: center;
    padding: 0px;
    
}
.cta-area-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.cta-area-2::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(32, 49, 74, 0.8);
}


.cta-area-2 .bn-cta-content {
    position: relative;
    z-index: 10;
}
.cta-area-2 .bn-cta-content-title-2 {
    color: #fff;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 0;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-110 {
    padding-top: 110px;
}
.resourcecircle {
    width: 100%;
    height: 450px;
    background: #000;
    border-radius: 50%;
}
.equal-box {
      height: 200px;
      background-color: #f8f9fa;
      border: 1px solid #dee2e6;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      background: #662C90;
background: -webkit-linear-gradient(90deg,rgba(102, 44, 144, 1) 100%, rgba(61, 90, 156, 1) 0%);
background: -moz-linear-gradient(90deg,rgba(102, 44, 144, 1) 100%, rgba(61, 90, 156, 1) 0%);
background: linear-gradient(90deg,rgba(102, 44, 144, 1) 100%, rgba(61, 90, 156, 1) 0%);
filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#662C90",
  endColorstr="#3D5A9C",
  GradientType=1
);
color: #fff;
flex-direction:column;
}
.main4box {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    bottom: -90%;
}
span.arrowlast {
    position: absolute;
    right: 70px;
    bottom: 24px;
    font-size: 24px;
    rotate: 48deg;
}
.equal-box h4 {
    position: relative;
}
.equal-box h4:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 0px;
    bottom: -8px;
    border-radius: 30px;
}
.lasticon path {
    fill: none;
    stroke: #fff;
}
.why-choose-four__bg-one {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: color-burn;
}
.header-top-area {
    background: #271151;
    overflow: hidden;
    position: relative;
}
.header-top-area .align-items-center {
    padding: 12px 0;
}
.header-top-left-single-item {
    display: inline-block;
    margin-right: 20px;
}
.header-top-left-single-item a {
    color: #fff;
    font-size: 14px;
}
.header-top-right-icon-area ul li {
    display: inline-block;
    margin-left: 8px;
}
.header-top-right-icon-area ul li a {
    color: #fff;
    font-size: 14px;
}
.header-top-right-items ul {
    text-align: right;
}







































































































