@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
:root {
    --primary-color: 223, 69, 44;
    --sr-color: 36, 37, 38;
    --white: 255, 255, 255;
}

html {
	overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

::selection {
    background-color: rgba(var(--primary-color), 1);
    color: rgba(var(--white), 1);
}
a.site-title, p.site-description {
    color: rgba(var(--white));
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    margin: 0;
}

a {
    color: rgba(var(--primary-color), 1);
    text-decoration: underline;
}

a:hover,
a:focus-within {
    color: rgba(var(--primary-color), 1);
    text-decoration: dotted underline;
}

.main-header .navbar .navbar-nav .current-menu-item > a, .main-header .navbar .navbar-nav  a:hover,  .main-header .navbar .navbar-nav > li.current_page_ancestor > a,.main-header .navbar .navbar-nav  a:hover, .main-header .navbar .navbar-nav  a:focus, .main-header .navbar .navbar-nav  a:focus-within {
	color: rgba(var(--primary-color));
	background: rgba(var(--primary-color));
}



/* .main-header .navbar .navbar-nav .nav-item a {
    background: none;
} */

.theme-unit {
    padding: 100px 0;
}

.header-search-active.overlay-enabled {
    overflow: hidden;
}


/*================ Above header ================*/

.above-header {
    padding: 8px 0;
    position: relative;
    z-index: 1;
}

.above-header .widget-contact .contact-icon {
    width: 46px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 16px;
    margin-right: 15px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
}

.header-three .above-header .widget-contact .contact-icon {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.header-three .above-header .widget-contact .contact-icon:before {
    background-color: rgba(var(--primary-color), 1);
}

.header-three .above-header .widget-contact .contact-info p.text span,
.header-three .above-header .widget-contact .contact-info p.text a {
    color: rgba(var(--sr-color), 1);
}

.above-header .widget-contact .contact-icon:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.above-header .widget-contact .contact-area:hover .contact-icon:before,
.above-header .widget-contact .contact-area:focus-within .contact-icon:before {
    background-color: rgba(var(--primary-color), 1);
}

.above-header .widget-contact .contact-area:hover .contact-icon,
.above-header .widget-contact .contact-area:focus-within .contact-icon {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.above-header .widget-contact .contact-area {
    display: flex;
    align-items: center;
}

.above-header .widget-contact .contact-info p.text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

.above-header .widget-contact .contact-info p.text span {
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    color: rgba(var(--white), 1);
}

.above-header .widget-contact .contact-info p.text a {
    color: rgba(var(--white), 1);
    text-decoration: none;
}

.widget_social_widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.above-header .widget_social_widget li {
    display: inline-block;
}

.above-header .widget_social_widget li a {
    width: 46px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.above-header .widget_social_widget li a:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.above-header .widget_social_widget li a:hover:before,
.above-header .widget_social_widget li a:focus-within:before {
    background-color: rgba(var(--primary-color), 1);
}

.above-header .widget_social_widget li a:hover,
.above-header .widget_social_widget li a:focus-within {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.above-header .widget_social_widget li:last-child a {
    margin-right: 0px;
}

.above-item.center {
    text-align: center;
}

.above-item.right .widget-contact .contact-area {
    justify-content: end;
}


/* header2 */

.above-header .widget-right {
    display: flex;
    justify-content: end;
}

.header-two .header-bottom,
.header-three .header-bottom {
    padding: 15px 0;
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);
}

.header-two .widget-right>.widget:not(:first-child),
.header-three .widget-right>.widget:not(:first-child) {
    margin-left: 20px;
}

.header-two .navbar .navbar-nav,
.header-three .navbar .navbar-nav {
    flex: 1;
}

.header-two.main-header .navbar.nav_bg {
    z-index: 2;
}

.header-two .above-header,
.header-three .above-header {
    padding: 20px 0;
}

.header-three .above-header {
    background-color: rgba(var(--white), 1);
}

.header-two .navbar-brand,
.header-three .navbar-brand {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header-bottom .col-lg-6:nth-child(2) .widget .contact-area {
    justify-content: end;
}


/*================ Above header end ================*/


/*================ Main header ================*/

.main-header .navbar .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: rgba(var(--sr-color));
}

.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:hover {
    background: none;
    color: rgba(var(--primary-color));
}

.main-header .navbar .dropdown-menu li .dropdown-item {
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0 0 0 / 10%);
    color: rgb(var(--white));
    transition: 1s;
    /* font-weight: 500; */
}

.main-header .navbar .dropdown-menu li .dropdown-item:hover,
.main-header .navbar .dropdown-menu li .dropdown-item:focus-within {
    color: rgba(var(--white));
    background: rgba(var(--primary-color));
}

.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

.main-header .navbar-toggler {
    color: rgba(var(--white), 1);
    border-color: rgba(var(--white), 1);
}


/* .main-header .navbar .dropdown-menu{
    display: none;    
    opacity: 0;
    visibility: hidden;
    transition: 0.65s;
    border: none;
}
.navbar .navbar-nav .nav-item:hover > .dropdown-menu,.navbar .navbar-nav .nav-item:focus-within > .dropdown-menu,
.navbar .navbar-nav li:hover > .dropdown-menu,.navbar .navbar-nav li:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    display: block; 
} */

.main-header .navbar .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(var(--white), 0.1);
}

.navbar .navbar-nav li .dropdown-menu li .dropdown-menu,
.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
}

.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 100%;
    left: 0%;
}

.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -100%;
    top: 0%;
}

.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0%;
    left: -100%;
}

.main-menu-right .menu-right-list .cart-wrapper .header-cart,
.header-search-toggle {
    width: 46px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 16px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    border: none;
    display: block;
}

.main-menu-right .menu-right-list .cart-wrapper .header-cart:before,
.header-search-toggle:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.main-menu-right .menu-right-list .cart-wrapper .header-cart:hover:before,
.main-menu-right .menu-right-list .cart-wrapper .header-cart:focus-within:before,
.header-search-toggle:hover:before,
.header-search-toggle:focus-within:before {
    background-color: rgba(var(--primary-color), 1);
}

.main-menu-right .menu-right-list .cart-wrapper .header-cart:hover,
.main-menu-right .menu-right-list .cart-wrapper .header-cart:focus-within,
.header-search-toggle:hover,
.header-search-toggle:focus-within {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.header-two .main-menu-right .menu-right-list .cart-wrapper .header-cart:hover,
.header-two .main-menu-right .menu-right-list .cart-wrapper .header-cart:focus-within,
.header-two .main-menu-right .menu-right-list .search-button .header-search-toggle:hover,
.header-two .main-menu-right .menu-right-list .search-button .header-search-toggle:focus-within {
    background-color: rgba(var(--sr-color), 0.4);
    color: rgba(var(--primary-color));
}

.header-two .main-menu-right .menu-right-list .cart-wrapper .header-cart:hover:before,
.header-two .main-menu-right .menu-right-list .cart-wrapper .header-cart:focus-within:before,
.header-two .main-menu-right .menu-right-list .search-button .header-search-toggle:hover:before,
.header-two .main-menu-right .menu-right-list .search-button .header-search-toggle:focus-within:before {
    background-color: rgba(var(--sr-color), 1);
}

.main-menu-right .menu-right-list .cart-wrapper .header-cart:hover span,
.main-menu-right .menu-right-list .cart-wrapper .header-cart:focus-within span {
    background-color: rgba(var(--white));
    color: rgba(var(--sr-color));
}

.main-menu-right .menu-right-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.main-menu-right .menu-right-list li {
    display: inline-block;
    position: relative;
}

.main-header .navbar .navbar-nav .nav-item a.nav-link {
    color: rgba(var(--white), 1);
    font-weight: 400;
    text-decoration: none;
    flex: 1;
	padding-left: 10px;
}

.main-header .navbar .navbar-nav .nav-item.current_page_item a {
	background-color: rgba(var(--primary-color));
}

.main-header.header-three .navbar .navbar-nav .nav-item.current_page_item a {
	background-color: rgba(var(--sr-color));
}

.mobile-collapsed button {
    border: none;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 18px;
    background-color: rgba(var(--primary-color), 1);
    color: rgba(var(--white), 1);
}

.mobile-collapsed>button:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    transition: 0.65s;
}

.navbar ul.navbar-nav .nav-item.current>.mobile-collapsed>button:before,
.navbar ul.navbar-nav .nav-item ul.dropdown-menu li.current>.mobile-collapsed>button:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*header-popup*/

.header-search-popup {
    background-color: rgb(4, 32, 56, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    overflow: hidden;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.header-search-flex {
    width: 100%;
    margin: auto;
    position: relative;
    top: 50%;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    /* opacity: 0; */
}

.header-search-popup .search-form {
    display: flex;
    align-items: center;
    width: 450px;
    margin: 0 auto;
}

.close-style.header-search-close {
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--light);
    color: rgba(var(--primary-color), 1);
    top: -140px;
    right: 7%;
}

.header-search-active .header-search-popup {
    display: block;
    visibility: visible;
    opacity: 1;
}

.header-search-popup .search-form .header-search-field {
    padding: 10px;
    border-radius: 5px;
    border: none;
    box-shadow: none;
    height: 50px;
}

.header-search-popup .search-form {
    position: relative;
    overflow: hidden;
}

.header-search-popup .search-form .search-submit {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    border-radius: 5px;
    background: rgba(var(--primary-color));
    color: rgba(var(--white));
    right: 5px;
}

.close-style {
    position: absolute;
    top: 2.2%;
    right: 1%;
    margin: 0 auto;
    display: block;
    width: 45px;
    height: 44px;
    border-radius: 0;
    border-color: transparent;
    border-style: solid;
    background: var(--primary-color);
    z-index: 9;
}

.close-style:before,
.close-style:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 25px;
    height: 4px;
    background: rgba(var(--white), 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.close-style:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-style:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* header-cart */

.header-two .main-menu-right .menu-right-list .cart-wrapper .header-cart span,
.header-three .main-menu-right .menu-right-list .cart-wrapper .header-cart span {
    background: rgba(var(--sr-color));
    color: rgb(var(--white));
}

.header-two .main-menu-right .menu-right-list .cart-wrapper .header-cart:hover span,
.header-three .main-menu-right .menu-right-list .cart-wrapper .header-cart:hover span,
.header-two .main-menu-right .menu-right-list .cart-wrapper .header-cart:hover span,
.header-three .main-menu-right .menu-right-list .cart-wrapper .header-cart:hover span {
    background: rgba(var(--white));
    color: rgb(var(--sr-color));
}

.main-menu-right .menu-right-list .cart-wrapper .header-cart span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    line-height: 15px;
    background: rgba(var(--primary-color));
    font-size: 10px;
    color: rgba(var(--white), 1);
    top: 0;
    right: 0;
    transition: 0.65s;
}

.shopping-cart {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    width: 250px;
    padding: 12px;
    background: rgba(var(--white), 1);
    border-radius: 0 3px 3px;
    border: 0;
    border-top: 3px solid var(--primary-color);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition: var(--bs-transition);
    transition: .6s;
}

.shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    color: var(--secondary-color);
    line-height: 1.5;
}

.shopping-cart-header .badge {
    background-color: rgba(var(--primary-color));
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    position: absolute;
}

.bticn {
    position: relative;
}

.bticn span {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    background: #fff;
    line-height: 16px;
    color: #000;
    font-size: 10px;
}

.shopping-cart-total {
    float: right;
    font-size: 1.125rem;
    font-weight: 600;
}

.woocommerce-Price-amount.amount {
    font-weight: 600;
}

div.shopping-cart ul.shopping-cart-items {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    list-style: none;
}

div.shopping-cart ul.shopping-cart-items li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    position: relative;
    line-height: 1.5;
}

div.shopping-cart ul a.remove {
    float: right;
    margin-top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    color: rgba(var(--white), 1) !important;
    background-color: rgba(var(--primary-color), 1);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.menu-right-list li.cart-wrapper:hover .shopping-cart,
.menu-right-list li.cart-wrapper:focus-within .shopping-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.main-header .main-menu-right .menu-right-list li:not(:first-child):not(.shopping-cart-items li) {
    margin-left: 15px;
}

.shopping-cart .shopping-cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    border-radius: var(--bs-theme-radius);
    text-align: center;
    border: 1px solid var(--bs-gray-light);
    border-radius: 50px;
    box-shadow: 0 0 12px -3px rgb(0 0 0 / 25%);
}

.shopping-cart .shopping-cart-items li:after {
    content: '';
    clear: both;
    display: block;
}

.shopping-cart .shopping-cart-items .item-img img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.shopping-cart .shopping-cart-items .item-name {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary-color)
}

.shopping-cart .shopping-cart-items .item-price {
    margin-right: 0;
    color: var(--secondary-color);
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: rgba(var(--primary-color), 1);
}

.shopping-cart .main-btn {
    display: block;
    text-align: center;
    border: 1px solid;
}


/* main-btn */

a.main-btn,
.main-btn {
    display: inline-block;
    text-decoration: none;
    background: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
    position: relative;
    overflow: hidden;
    border-radius: 40px 20px 20px 40px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    z-index: 1;
    transition: 0.65s;
    font-weight: 500;
}

a.main-btn:before,
.main-btn:before {
    position: absolute;
    content: '';
    inset: 6px 8px 6px 1px;
    background-color: rgba(var(--primary-color), 1);
    border-radius: 40px 20px 20px 40px;
    z-index: -1;
}

a.main-btn::after,
.main-btn::after {
    position: absolute;
    content: '';
    inset: 6px 8px 6px 1px;
    background-color: rgba(var(--white));
    border-radius: 40px 20px 20px 40px;
    z-index: -1;
    left: 100%;
    transition: 0.65s;
    opacity: 0;
}

a.main-btn:hover::after,
.main-btn:hover::after,
a.main-btn:focus-within::after,
.main-btn:focus-within::after {
    left: 0;
    opacity: 1;
}

a.main-btn:hover,
.main-btn:hover,
a.main-btn:focus-within,
.main-btn:focus-within {
    color: rgba(var(--primary-color));
    background-color: rgba(var(--white), 0.4);
}


/* header-bottom */

.widget-contact p.text {
    margin-bottom: 0;
}

.header-bottom .widget-contact .contact-area {
    display: flex;
}

.header-bottom .widget-contact div.text {
    display: flex;
}

.header-bottom .bg-head-bottom {
    background-color: rgba(var(--primary-color), 1);
    padding: 15px;
}

.header-bottom .widget-contact .contact-area .contact-icon {
    color: rgba(var(--white), 1);
    margin-right: 10px;
}

.header-two .header-bottom .widget-contact .contact-area .contact-info span,
.header-three .header-bottom .widget-contact .contact-area .contact-info span {
    color: rgba(var(--sr-color), 1);
}

.header-two .header-bottom .widget-contact .contact-area .contact-icon,
.header-two .header-bottom .widget-contact .contact-area .contact-info .title,
.header-three .header-bottom .widget-contact .contact-area .contact-icon,
.header-three .header-bottom .widget-contact .contact-area .contact-info .title {
    color: rgba(var(--primary-color), 1);
    font-weight: 600;
}

.header-bottom .widget-contact .contact-area .contact-info .title {
    display: inline-block;
    color: rgba(var(--white), 1);
    font-weight: 500;
    margin-right: 10px;
}

.header-bottom .widget-contact .contact-area .contact-info span {
    display: inline-block;
    color: rgba(var(--white), 1);
}

.header-two .button-area .main-btn {
    background: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color));
}

.header-two .button-area .main-btn::before {
    background: rgba(var(--white));
}

.header-two .button-area .main-btn::after {
    background-color: rgba(var(--sr-color));
}


/* sticky menu */

.main-header .is-sticky-menu {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    -webkit-animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
    background-color: rgba(var(--sr-color))!important;
}


/* slider */

.slider-section .slide-main {
    position: relative;
    overflow: hidden;
}

.slider-section .slide-main:before {
    position: absolute;
    content: '';
    inset: 0;
    background-color: rgba(var(--sr-color), 0.7);
}

.overframe {
	margin: -10px 0;
}

.slider-section .slider-content {
    position: absolute;
    inset: 0;
    align-items: center;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
    justify-content: center;
	width: 100%;
}

.slider-content .main-btn {
	line-height: 40px;
	height: 40px;
} 

.content-inner {
    width: 80%;
    margin: auto;
    text-align: center;
}

.slider-content .slide-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: rgba(var(--white), 1);
    text-transform: uppercase;
    border-top: 2px solid rgba(var(--white), 1);
}

.slider-content .slide-title {
    color: rgba(var(--white), 1);
    font-weight: 700;
    margin-bottom: 7px;
}
.slide-main iframe{
    height: 55.6vw;
    width: 100%;
}

.pr_color {
    color: rgba(var(--primary-color), 1);
}

.play-button a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    background-color: rgba(var(--white), 1);
    display: inline-block;
    color: rgba(var(--primary-color), 1);
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.play-button a:before {
    content: '';
    position: absolute;
    inset: -6px;
    z-index: -1;
    border: 1px solid rgba(var(--white), 1);
    border-radius: 50px;
}

.slider-section .carousel-control-next,
.slider-section .carousel-control-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
    background-color: rgba(var(--primary-color),0.5);
    color: rgb(var(--white));
	width: 45px;
}

.slider-section .carousel-control-next {
	border-radius: 20px 5px 5px 20px;
}

.slider-section .carousel-control-next::before {
	position: absolute;
    content: '';
    inset: 3px 4px 3px 1px;
    background-color: rgba(var(--primary-color), 1);
    border-radius: 20px 5px 5px 20px;
    z-index: -1;
}

.slider-section .carousel-control-prev {
	border-radius: 5px 20px 20px 5px ;
}

.slider-section .carousel-control-prev::before {
	position: absolute;
    content: '';
    inset: 3px 1px 3px 4px;
    background-color: rgba(var(--primary-color), 1);
    border-radius: 5px 20px 20px 5px;
    z-index: -1;
}

.slider-section .carousel-item .play-button,
.slider-section .carousel-item span.slide-subtitle,
.slider-section .carousel-item h1.slide-title,
.slider-section .carousel-item a.main-btn {
    opacity: 0;
    transition: 1s;
}


/* slider text animation */

.slider-section .carousel-item.active .play-button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    opacity: 1;
    /* animation-delay: 0.3s; */
}

.slider-section .carousel-item.active .slide-subtitle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    opacity: 1;
    /* animation-delay: 0.3s; */
}

.slider-section .carousel-item.active h1.slide-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    opacity: 1;
    /* animation-delay: 0.3s; */
}

.slider-section .carousel-item.active a.main-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    opacity: 1;
    /* animation-delay: 0.3s; */
}


/* info-item */
.info-item {    
    padding: 0 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    z-index: 1;
    /* height: 120px; */
    display: flex;
    align-items: center;	
    background-color: rgba(var(--primary-color), 0.4);
	overflow: hidden;
}

.info-item:after {
    content: '';    
    background-color: rgba(var(--white), 1);
    inset: 10px;
    position: absolute;
    z-index: -2;
    transition: 0.65s;
}

[class*='col']:first-of-type > .info-item {    
	border-radius: 100px 10px 10px 100px;
}

[class*='col']:first-of-type > .info-item:after {
    inset: 10px 10px 10px 1px;
	border-radius: 100px 10px 10px 100px;
}

[class*='col']:last-of-type > .info-item {    
	border-radius:  10px 100px 100px 10px;
}

[class*='col']:last-of-type > .info-item:after {
    inset: 10px 1px 10px 10px;
	border-radius:  10px 100px 100px 10px;
}

.info-item:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-image: url(../images/shapes/shape-3.png);
    background-color: rgba(var(--sr-color), 1);
    inset: 0;
    background-repeat: no-repeat;
    background-position-x: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.65s;
}

.info-item:hover:before,
.info-item:focus-within:before {
    visibility: visible;
    opacity: 1;
}

.info-item:hover .contact-info p.text span,
.info-item:focus-within .contact-info p.text span {
    color: rgba(var(--white), 1);
}

.info-item .contact-info p.text {
    margin-bottom: 0;
    margin-right: 15px;
}

.info-item .contact-info p.text a {
    text-decoration: none;
    color: rgba(var(--primary-color), 1);
    font-size: 28px;
    font-weight: 600;
    display: block;
    ;
}

.info-item .contact-info p.text span {
    font-size: 16px;
    color: #666;
    transition: 0.65s;
}

.info-item .contact-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-item .contact-area .contact-icon {
    min-width: 50px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.info-item .contact-area .contact-icon:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--primary-color), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.info-item .contact-area .contact-icon:hover:before,
.info-item .contact-area .contact-icon:focus-within:before {
    background-color: rgba(var(--primary-color), 1);
}

.info-item .contact-area .contact-icon:hover,
.info-item .contact-area .contact-icon:focus-within {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}


/* section-title */

.section-title {
    width: 60%;
    margin: 0 auto 40px;
    text-align: center;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 700;
    color: rgba(var(--sr-color), 1);
}

.section-title p {
    margin-bottom: 0;
    color: #666
}

.section-title h2>span:not(:has(button)) {
    border-radius: 40px 20px 20px 40px;
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
    text-align: center;
    margin-right: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 15px;
}

.section-title h2>span:before {
    content: '';
    border-radius: 40px 20px 20px 40px;
    background-color: rgba(var(--primary-color), 1);
    inset: 6px 8px 6px 1px;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}


/* service section */

.service-section {
    padding: 100px 0 75px;
    background-color: rgba(var(--white), 1);
}

.service-section .service {
    background-color: rgba(var(--white), 1);
    padding: 25px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    z-index: 1;
    transition: 0.65s;
}

.service-section .service:hover,
.service-section .service:focus-within {
    background-color: rgba(var(--primary-color), 1);
}

.service-section .service:hover .service-content h4 a,
.service-section .service:focus-within .service-content h4 a,
.service-section .service:hover .service-content p,
.service-section .service:focus-within .service-content p {
    color: rgba(var(--white), 1);
}

.service-section .service:hover .service-content a.main-btn:before,
.service-section .service:focus-within .service-content a.main-btn:before {
    background-color: rgba(var(--white));
}

.service-section .service:hover .service-content a.main-btn,
.service-section .service:focus-within .service-content a.main-btn {
    color: rgba(var(--primary-color));
    background-color: rgba(var(--white), 0.4);
}

.service-section .service .main-btn::after {
    left: 0;
    right: 100%;
    border-radius: 20px 40px 40px 20px;
    inset: 6px 1px 6px 8px;
}

.service-section .service .main-btn:hover::after {
    right: 1px;
}

.service-section .service:before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: -16%;
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);;
    /* clip-path: polygon(100% 0, 44% 100%, 100% 100%); */
    transform: rotate(-54deg) translateY(61%);
    transition: 0.3s;
}

.service-section .service:hover:before,
.service-section .service:focus-within:before {
    transform: rotate(54deg) translateY(61%);
    opacity: 0.1;
}

.service-icon {
    font-size: 22px;
    border-radius: 0px 0px 20px 20px;
    color: rgba(var(--primary-color), 1);
    text-align: center;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 60px;
    margin-bottom: 20px;
}

.service-icon i {
    transform: translateY(-18px);
}

.service-icon:before {
    content: '';
    border-radius: 0px 0px 15px 15px;
    background-color: rgba(var(--white), 1);
    inset: -100% 3px 12px 3px;
    position: absolute;
    /* z-index: -1; */
    transition: 0.65s;
}

.service-icon:after {
    content: '';
    border-radius: 0px 0px 15px 15px;
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);;
    inset: -100% 1px 6px 1px;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.service-content h4 a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: rgba(var(--sr-color), 1);
}

.service-content a.main-btn {
    border-radius: 20px 40px 40px 20px;
}

.service-content a.main-btn:before {
    border-radius: 20px 40px 40px 20px;
    inset: 6px 1px 6px 8px;
}


/* service section end */

.funfact-section {
    padding: 100px 0;
    background-color: rgba(var(--sr-color), 1);
}

.funfact {
    position: relative;
    padding: 15px;
}

.funfact:before {
    content: '';
    position: absolute;
    width: 80%;
    background-color: rgba(var(--white), 1);
    height: 4px;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.funfact:after {
    content: '';
    position: absolute;
    width: 44%;
    background-color: rgba(var(--primary-color), 1);
    height: 4px;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.funfact:hover:after,
.funfact:focus-within:after {
    animation: lftori 2s linear infinite;
}

@keyframes lftori {
    0% {
        transform: translateX(0%);
    }
    50% {
        transform: translateX(80%);
    }
    100% {
        transform: translateX(0%);
    }
}

.funfact h5 {
    font-size: 50px;
    font-weight: 600;
    color: rgba(var(--white), 1);
    width: 150px;
    height: 150px;
    display: inline-block;
    line-height: 150px;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.funfact h5:before {
    border-radius: 100%;
    border: 8px dotted rgba(var(--primary-color), 1);
    content: '';
    inset: 0;
    position: absolute;
    border-bottom-color: rgba(var(--white), 0.4);
    animation: spin 10s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(360deg);
    }
}

.funfact p {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    color: rgba(var(--white), 1);
}


/* portfolio */

.portfolio-section {
    padding: 100px 0 75px;
    background-color: rgba(var(--white), 1);
}

.portfolio-section .st-tab-filter a,
.team_single .st-tab-filter a {
    border-radius: 20px 20px 40px 40px;
    text-align: center;
    margin-right: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: rgba(var(--sr-color), 1);
    font-weight: 500;
}

.portfolio-section .st-tab-filter a:before,
.team_single .st-tab-filter a:before {
    content: '';
    border-radius: 20px 20px 40px 40px;
    inset: 1px 4px 5px 4px;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.portfolio-section .st-tab-filter a.active,
.team_single .st-tab-filter a.active {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.portfolio-section .st-tab-filter a.active:before,
.team_single .st-tab-filter a.active:before {
    background-color: rgba(var(--primary-color), 1);
}

.portfolio-section .st-tab-filter,
.team_single .st-tab-filter {
    margin-bottom: 40px;
}

.projects-item img {
    width: 100%;
}

.projects-caption {
    position: absolute;
    text-align: center;
    bottom: -100%;
    visibility: hidden;
    width: 100%;
    background: rgba(var(--sr-color), 1);
    padding: 15px 0;
    transition: 0.65s;
}

.projects-item:hover .projects-caption,
.projects-item:focus-within .projects-caption {
    bottom: 0;
    visibility: visible;
}

.projects-caption p {
    color: rgba(var(--white), 1);
    margin-bottom: 10px;
}

.projects-caption h4 {
    background-color: rgba(var(--primary-color), 1);
    color: rgba(var(--white), 1);
    display: inline-block;
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
}

.projects-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.projects-item .image {
    position: relative;
    overflow: hidden;
}

.projects-item .image:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(var(--sr-color), 0.8), rgba(var(--primary-color), 0.8));
    transform: scale(1.5);
    opacity: 0;
    transition: 0.65s;
}

.projects-item:hover .image:before,
.projects-item:focus-within .image:before {
    opacity: 1;
    transform: scale(1);
}

.projects-link a {
    border-radius: 20px 20px 40px 40px;
    width: 50px;
    height: 50px;
    line-height: 0;
    font-size: 22px;
    text-align: center;
    margin-right: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.projects-link a:before {
    content: '';
    border-radius: 20px 20px 40px 40px;
    inset: 1px 4px 5px 4px;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
    background-color: rgba(var(--primary-color), 1);
}

.projects-link {
    position: absolute;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    transition: 0.65s;
}

.projects-item:hover .projects-link,
.projects-item:focus-within .projects-link {
    left: 50%;
    visibility: visible;
}

.slide-main img,
.slide-main video {
    height: 55.6vw;
    object-fit: cover;
    width: 100%;
}


/* pricing */

.pricing-section {
    padding: 100px 0;
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);;
}

.pricing-item {
    background-color: rgba(var(--white), 1);
    padding: 25px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pricing-item .main-btn:hover,
.pricing-item.recommend .main-btn {
    background-color: rgba(var(--sr-color), 0.4);
}

.pricing-item.recommend .main-btn {
    color: rgba(var(--primary-color))
}

.pricing-item.recommend .main-btn::after {
    left: 0;
    opacity: 1;
}

.pricing-item.recommend {
    background-color: rgba(var(--sr-color), 1);
}

.pricing-item.recommend:before,
.pricing-item.recommend:after {
    background-color: rgba(var(--white), 0.1);
}

.pricing-item:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(var(--sr-color), 0.1);
    z-index: -1;
    height: 30%;
    border-radius: 100%;
}

.pricing-item:after {
    content: '';
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 13%;
    background-color: rgba(var(--sr-color), 0.1);
    z-index: -1;
    height: 100%;
    border-radius: 40% 40% 100% 100%;
}

.pricing-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 25px;
}

.pricing-item.recommend .pricing-list ul li {
    color: rgba(var(--white), 1);
}

.pricing-list ul li {
    margin-bottom: 20px;
    color: rgba(var(--sr-color), 1);
    font-weight: 500;
}

.pricing-list ul li:last-child {
    margin-bottom: 0;
}

.pricing-item.recommend .pricing-list ul li i {
    background-color: rgba(var(--white), 1);
    color: rgba(var(--primary-color), 1);
}

.pricing-list ul li i {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    background-color: rgba(var(--sr-color), 1);
    color: rgba(var(--white), 1);
    margin-right: 10px;
    text-align: center;
}

.price-heading {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    background-color: rgba(var(--sr-color), 1);
    padding: 10px;
    color: rgb(var(--white));
    z-index: 1;
}

.pricing-item.recommend .price-heading {
    background-color: rgba(var(--primary-color), 1);
}

.pricing-item.recommend .price-heading::before,
.pricing-item.recommend .price-heading::after {
    background-color: rgba(var(--primary-color), 0.9);
}

.price-heading::before {
    content: '';
    position: absolute;
    background-color: rgba(var(--sr-color), 0.9);
    z-index: -1;
    clip-path: polygon(0 0%, 100% 17%, 100% 83%, 0% 100%);
    inset: -25% 0 -25% -13%;
    width: 14%;
}

.price-heading::after {
    content: '';
    position: absolute;
    background-color: rgba(var(--sr-color), 0.9);
    z-index: -1;
    clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0% 83%);
    width: 14%;
    margin-left: auto;
    right: -13%;
    top: -25%;
    bottom: -25%;
}

.price-heading h2 {
    margin-bottom: 0;
    font-size: 26px;
}

.pricing-rate {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: rgba(var(--primary-color), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 40px auto;
}

.pricing-rate::before {
    content: "\f111";
    inset: -15px;
    border: 2px solid rgba(var(--primary-color), 1);
    position: absolute;
    border-radius: 100%;
    font-family: 'fontawesome';
    font-size: 20px;
    line-height: 0;
    animation: dotmove1 5s linear infinite;
}

.pricing-rate::after {
    content: "\f111";
    inset: -15px;
    border: 2px solid transparent;
    position: absolute;
    border-radius: 100%;
    font-family: 'fontawesome';
    font-size: 20px;
    line-height: 0;
    transform: rotate(180deg);
    animation: dotmove2 5s linear infinite;
}

@keyframes dotmove1 {
    to {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(360deg);
    }
}

@keyframes dotmove2 {
    to {
        transform: rotate(180deg);
    }
    from {
        transform: rotate(540deg);
    }
}

.pricing-rate span.pricing {
    font-size: 26px;
    font-weight: 800;
    color: rgba(var(--white), 1);
}

.pricing-rate span.pricing small {
    font-size: 16px;
    font-weight: 500;
    display: block;
}


/* testmonial */

.testimonial-section {
    padding: 100px 0;
    background-color: rgba(var(--white), 1);
}

.testimonial-content .testimonial-content-inner {
    background-color: rgba(var(--white), 1);
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.testimonial-content .testimonial-content-inner .client-detail {
    display: flex;
    align-items: center;
}

.testimonial-content .testimonial-content-inner .client-detail .image {
    margin-right: 15px;
}

.testimonial-content .testimonial-content-inner .client-detail .image img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px dotted rgba(var(--primary-color));
}

.testimonial-content .testimonial-content-inner .client-detail h6 {
    font-size: 22px;
    color: rgba(var(--sr-color), 1);
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-content .testimonial-content-inner p.paragraph {
    position: relative;
    padding-left: 20px;
}

.testimonial-content .testimonial-content-inner p.paragraph::before {
    content: '\f10d';
    font-family: fontawesome;
    margin-right: 10px;
    top: -10px;
    left: 0;
    position: absolute;
}

.testimonial-content .testimonial-content-inner p.paragraph::after {
    content: '\f10e';
    font-family: fontawesome;
    margin-left: 10px;
    vertical-align: -webkit-baseline-middle;
}

.testimonial .row {
    align-items: center;
}

.content-heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}

.testimonial-image {
    text-align: center;
    padding: 70px 0;
}

.testimonial-image span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.testimonial-image span img {
    border-radius: 100%;
    width: 350px;
    height: 350px;
}

.testimonial-image span::before {
    content: '';
    position: absolute;
    inset: -50px;
    z-index: -1;
    background-color: rgba(var(--primary-color), 0.4);
    border-radius: 100%;
}

.testimonial-image span::after {
    content: '';
    position: absolute;
    inset: -70px;
    z-index: -1;
    border: 2px dotted rgba(var(--primary-color), 1);
    border-radius: 100%;
}

.testimonial-section .testimonial .carousel-indicators>button {
    width: 20px;
    height: 15px;
    background: rgba(var(--primary-color), 0.4);
    margin: 0 5px;
    padding: 0;
    line-height: 0;
    border: none;
    border-radius: 15px 5px 5px 15px;
    position: relative;
}

.testimonial-section .testimonial .carousel-indicators>button::before {
    content: '';
    position: absolute;
    inset: 2px 4px 2px 0;
    border-radius: 15px 5px 5px 15px;
    background: rgba(var(--primary-color));
}


/* testmonial end */


/* cta section */

.cta-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
}

.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(var(--sr-color), 0.8);
    z-index: -1;
}

.cta-content {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.cta-content h3 {
    font-size: 45px;
    font-weight: 500;
    color: rgba(var(--white), 1);
}

.cta-content span {
    font-size: 55px;
    font-weight: 800;
}

.primary_color {
    color: rgba(var(--primary-color), 1);
}

.cta-image {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/shapes/shape-5.png');
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}


/* our feature */

.feature-section {
    padding: 100px 0;
    background-color: rgba(var(--white), 1);
}

.feature-section .feature-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.feature-section .feature-list li {
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-section .feature-list li::before {
    content: '';
    inset: 0;
    position: absolute;
    display: block;
    background-image: url(../images/shapes/shape-3.png);
    z-index: -1;
    background-color: rgba(var(--sr-color), 1);
    background-repeat: no-repeat;
    background-position: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.65s;
}

.feature-section .feature-list li:hover::before,
.feature-section .feature-list li:hover::before {
    opacity: 1;
    visibility: visible;
}

.feature-section .feature-list li:last-child {
    margin-bottom: 0;
}

.feature-section .feature-list li i:not(.feature-list li a i) {
    font-size: 40px;
    color: rgba(var(--primary-color), 0.4);
    transition: 0.65s;
    margin-right: 15px;
}

.feature-section .feature-list li h5 {
    flex: 1;
    color: rgba(var(--sr-color), 1);
    font-size: 22px;
    transition: 0.65s;
    font-weight: 600;
    margin-bottom: 0;
}

.feature-section .feature-list li:hover i:not(.feature-list li a i),
.feature-section .feature-list li:focus-within i:not(.feature-list li a i) {
    color: rgba(var(--primary-color), 1);
}

.feature-section .feature-list li:hover h5,
.feature-section .feature-list li:focus-within h5 {
    color: rgba(var(--white), 1);
}

.feature-section .feature-image {
    text-align: center;
}

.feature-section .feature-image img {
    max-width: 100%;
}


/* our feature end */


/* team */

.team-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.team_single {
    padding: 100px 0 75px;
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);;
    background-position: center;
    background-size: contain;
}

.team_single .team {
    margin-bottom: 25px;
}

.team-section:not(.team_single):not(.team-about)::before {
    content: '';
    inset: 0;
    position: absolute;
    background-color: rgba(var(--sr-color), 0.8);
    z-index: -1;
}

.team-section:not(.team_single):not(.team-about) .section-title h2,
.team-section:not(.team_single):not(.team-about) .section-title p {
    color: rgba(var(--white), 1);
}

.team-image img {
    width: 100%;
    display: block;
}

.team-section .team {
    position: relative;
    overflow: hidden;
}

.team-section .team-content {
    position: absolute;
    bottom: 30px;
    visibility: hidden;
    right: 30px;
    left: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.65s;
}

.team-section .team:hover .team-content,
.team-section .team:focus-within .team-content {
    visibility: visible;
}

.team-section .team-content h4 {
    background-color: rgba(var(--primary-color), 1);
    color: rgba(var(--white), 1);
    padding: 10px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    transform: translateX(-200%);
    transition: 0.65s;
}

.team-section .team:hover .team-content h4,
.team-section .team:focus-within .team-content h4 {
    transform: translateX(0%);
}

.team-section .team-content span {
    background-color: rgba(var(--sr-color), 1);
    color: rgba(var(--white), 1);
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    transform: translateX(220%);
    visibility: hidden;
    transition: 0.65s;
}

.team-section .team:hover .team-content span,
.team-section .team:focus-within .team-content span {
    transform: translateX(0%);
    visibility: visible;
}

.team .widget_social_widget li {
    display: inline-block;
    visibility: hidden;
}

.team .widget_social_widget li:nth-child(1) {
    transform: translateY(200%);
    transition: 0.2s;
}

.team .widget_social_widget li:nth-child(2) {
    transform: translateY(200%);
    transition: 0.4s;
}

.team .widget_social_widget li:nth-child(3) {
    transform: translateY(200%);
    transition: 0.6s;
}

.team .widget_social_widget li:nth-child(4) {
    transform: translateY(200%);
    transition: 0.8s;
}

.team:hover .widget_social_widget li,
.team:focus-within .widget_social_widget li {
    transform: translateY(0%);
    visibility: visible;
}

.team .widget_social_widget li a {
    width: 46px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 36px;
    height: 40px;
    line-height: 48px;
}

.team .widget_social_widget li a:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.team .widget_social_widget li a:hover:before,
.team .widget_social_widget li a:focus-within:before {
    background-color: rgba(var(--primary-color), 1);
}

.team .widget_social_widget li a:hover,
.team .widget_social_widget li a:focus-within {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.team .widget_social_widget li:last-child a {
    margin-right: 0px;
}

.team .team-image {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    background: rgba(var(--white));
}

.team .team-image:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(var(--sr-color), 0.8), rgba(var(--primary-color), 0.8));
    transform: scale(1.5);
    opacity: 0;
    transition: 0.65s;
}

.team:hover .team-image:before,
.team:focus-within .team-image:before {
    opacity: 1;
    transform: scale(1);
}


/* team end */


/* blog */

.blog-section {
    padding: 100px 0;
    background-color: rgba(var(--white), 1);
}

.blog_page {
    padding: 100px 0 75px;
}

.blog_page .post-item {
    margin-bottom: 25px;
}

.post-item .post-image {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.post-item .post-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(var(--sr-color), 0.7);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.65s;
}

.post-item:hover .post-image::before {
    visibility: visible;
    opacity: 1;
}

.post-item .post-image a.main-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-200%);
    visibility: hidden;
    opacity: 0;
    transition: 0.65s;
}

.post-item:hover .post-image a.main-btn,
.post-item:focus-within .post-image a.main-btn {
    transform: translate(-50%, -50%) translateY(0%);
    visibility: visible;
    opacity: 1;
}

.post-item .post-image img {
    width: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.65s;
}

.post-item:hover .post-image img,
.post-item:focus-within .post-image img {
    transform: scale(1.1);
}

.post-item {
    background-color: rgba(var(--white), 1);
    padding: 25px;
	margin-bottom: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
}

.post-item .post-meta {
    position: relative;
    background-color: rgba(var(--sr-color), 1);
    padding: 10px;
    color: rgb(var(--white));
    z-index: 1;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    transition: 0.65s;
}

.post-item .post-meta::before {
    content: '';
    position: absolute;
    background-color: rgba(var(--sr-color), 0.9);
    z-index: -1;
    clip-path: polygon(0 0%, 100% 17%, 100% 82%, 0% 100%);
    inset: -25% 0 -25% -11%;
    transition: 0.65s;
    width: 12%;
}

.post-item .post-meta::after {
    content: '';
    position: absolute;
    background-color: rgba(var(--sr-color), 0.9);
    z-index: -1;
    clip-path: polygon(0 19%, 100% 0%, 100% 100%, 0% 79%);
    width: 12%;
    margin-left: auto;
    right: -9%;
    top: -25%;
    transition: 0.65s;
    bottom: -25%;
}

.post-meta .post-date a,
.post-meta a.author {
    color: rgba(var(--white), 1);
    text-decoration: none;
}

.post-item:hover .post-meta,
.post-item:focus-within .post-meta {
    background-color: rgba(var(--primary-color), 1);
}

.post-item:hover .post-meta::before,
.post-item:focus-within .post-meta::before,
.post-item:hover .post-meta::after,
.post-item:focus-within .post-meta::after {
    background-color: rgba(var(--primary-color), 0.9);
}

.post-title a,
.post-title h5 {
    text-decoration: none;
    color: rgba(var(--sr-color), 1);
    font-size: 22px;
    font-weight: 600;
    transition: 0.65s;
}

.post-title a:hover,
.post-title a:focus-within {
    color: rgba(var(--primary-color), 1);
    text-decoration: dotted underline;
}

a.more-link {
    display: inline-block;
    text-decoration: none;
    background: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
    position: relative;
    border-radius: 40px 20px 20px 40px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    z-index: 1;
    transition: 0.65s;
    font-weight: 500;
}

a.more-link:before {
    position: absolute;
    content: '';
    inset: 6px 8px 6px 1px;
    background-color: rgba(var(--primary-color), 1);
    border-radius: 40px 20px 20px 40px;
    transition: 0.65s;
    z-index: -1;
}

a.more-link::after,
.more-link::after {
    position: absolute;
    content: '';
    inset: 6px 8px 6px 1px;
    background-color: rgba(var(--sr-color));
    border-radius: 40px 20px 20px 40px;
    z-index: -1;
    left: 100%;
    transition: 0.65s;
    opacity: 0;
}

a.more-link:hover::after,
.more-link:hover::after,
a.more-link:focus-within::after,
.more-link:focus-within::after {
    left: 0;
    opacity: 1;
}

a.more-link:hover,
.more-link:hover,
a.more-link:focus-within,
.more-link:focus-within {
    color: rgba(var(--primary-color));
    background-color: rgba(var(--sr-color), 0.4);
}

.post-image img {
	object-fit: cover;
}

/* blog-post author-details */

.blog-post.author-details {
    background-color: rgba(var(--sr-color));
    padding: 30px;
    border-radius: 200px 50px 50px 200px;
    margin-bottom: 30px;
}

.blog-post.author-details .media {
    display: flex;
    align-items: center;
}

.blog-post.author-details .media .auth-meta {
    margin-right: 15px;
}

.blog-post.author-details .media .auth-meta img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}

.blog_single .post-item {
    margin-bottom: 30px;
}

.media-body.author-meta-det h4 a {
    font-size: 22px;
    font-weight: 600;
    color: rgba(var(--primary-color));
    text-decoration: none;
}

.media-body.author-meta-det p {
    color: rgb(var(--white));
}

.comments-area ol {
    list-style: none;
}

.comments-area .comment-list  {
    padding: 0;
}

.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 170px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
    background-color: rgba(var(--primary-color), 0.5);
    border-radius: 100px 50px 50px 100px;
    margin-bottom: 25px;
}

.comments-area .comment-body::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 15px 30px 15px 0;
    background-color: rgba(var(--sr-color));
    border-radius: 100px 50px 50px 100px;
    transition: 0.65s;
}

.comments-area .comment-body:hover::before,
.comments-area .comment-body:focus-within::before {
    background-color: rgba(var(--primary-color));
}

.comments-area li {
    list-style: none;
}

span.says {
    display: none;
}


/*.comments-area .comment-list > .comment > .comment-body {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}*/

.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 20px;
    top: 50%;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    transform: translate(0px, -50%);
}

.comment-author b.fn {
    font-size: 18px;
    color: rgb(var(--primary-color));
    font-weight: 500;
    transition: 0.65s;
}

.comments-area .comment-body:hover .comment-author b.fn,
.comments-area .comment-body:focus-within .comment-author b.fn {
    color: rgb(var(--white));
}

.comment-metadata a {
    text-decoration: none;
    color: rgb(var(--white), 0.6);
    font-size: 16px;
    font-weight: 400;
}

.comment-content p {
    color: rgb(var(--white));
}

.reply {
    text-align: end;
    margin-right: 40px;
}

.reply a {
    color: rgb(var(--white));
    text-decoration: none;
}

.reply a::before {
    content: "\f122";
    font-family: fontawesome;
    margin-right: 5px;
}

.single-comments-title h2,
.comments-title h3,
.comment-respond .comment-reply-title {
    background-color: rgba(var(--primary-color), 0.4);
    padding: 15px 30px;
    border-radius: 50px 25px 25px 50px;
    position: relative;
    font-size: 26px;
    font-weight: 600;
    color: rgba(var(--white));
    z-index: 1;
}

.single-comments-title h2::before,
.comments-title h3::before,
.comment-respond .comment-reply-title::before {
    content: '';
    position: absolute;
    inset: 10px 15px 10px 0;
    background-color: rgba(var(--primary-color));
    border-radius: 50px 25px 25px 50px;
    z-index: -1;
}


/* comment-respond */

.comment-respond .comment-reply-title {
    margin-bottom: 25px;
}

.comment-respond {
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);;
    border-radius: 15px;
    padding: 25px;
}

form.comment-form .comment-textarea {
    width: 100%;
    border: 1px solid rgba(var(--primary-color), 0.5);
    padding: 15px 40px;
    outline: none;
    border-radius: 200px 100px 100px 200px;
    height: 150px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    border: 1px solid rgba(var(--primary-color), 0.5);
    padding: 15px 20px;
    outline: none;
    border-radius: 50px 25px 25px 50px;
    width: 100%;
}

.comment-form-author {
    width: 48%;
    float: left;
}

.comment-form-email {
    width: 48%;
    float: right;
}

.comment-form-url {
    clear: both;
}

.comment-form-cookies-consent input[type="checkbox"] {
    outline: none;
}

.comment-form-cookies-consent input[type=checkbox]:checked {
    background-color: rgba(var(--primary-color));
}

.form-submit input[type="submit"] {
    border: none;
    padding: 15px;
    background-color: rgba(var(--primary-color));
    color: rgba(var(--white));
    font-weight: 500;
    border-radius: 50px 25px 25px 50px;
}


/* blog end */

.above-header .widget_social_widget li a {
    width: 46px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.above-header .widget_social_widget li a:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.above-header .widget_social_widget li a:hover:before,
.above-header .widget_social_widget li a:focus-within:before {
    background-color: rgba(var(--primary-color), 1);
}

.above-header .widget_social_widget li a:hover,
.above-header .widget_social_widget li a:focus-within {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.header-three .above-header .widget_social_widget li a {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.header-three .above-header .widget_social_widget li a::before {
    background-color: rgba(var(--primary-color), 1);
}

.header-three .above-header .widget_social_widget li a:hover,
.header-three .above-header .widget_social_widget li a:focus-within {
    background-color: rgba(var(--sr-color), 0.4);
    color: rgba(var(--white), 1);
}

.header-three .above-header .widget_social_widget li a:hover::before,
.header-three .above-header .widget_social_widget li a:focus-within:before {
    background-color: rgba(var(--sr-color), 1);
}

.header-three .above-header .widget-contact .contact-area:hover .contact-icon,
.header-three .above-header .widget-contact .contact-area:focus-within .contact-icon {
    background-color: rgba(var(--sr-color), 0.4);
    color: rgba(var(--white), 1);
}

.header-three .above-header .widget-contact .contact-area:hover .contact-icon::before,
.header-three .above-header .widget-contact .contact-area:focus-within .contact-icon::before {
    background-color: rgba(var(--sr-color));
}


/* footer */

.footer-section {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.footer-section:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(var(--sr-color), 0.7);
    z-index: -1;
}

.sponsors {
    padding: 50px 0;
}

.sponsor {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--white), 0.3);
}


/* footer-top */

.footer-top {
    /* margin-bottom: 50px; */
}

.footer-top-bg {
    background-color: rgba(var(--sr-color), 0.7);
    border-radius: 100px;
    padding: 20px;
}

.footer-top .contact-area {
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    padding: 40px;
    z-index: 1;
    background-color: rgba(var(--primary-color), 1);
    display: flex;
    justify-content: center;
}

.footer-top .footer-top-item:nth-child(1) .contact-area:before {
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top: 15px;
    bottom: 15px;
    right: 30px;
    left: 0;
    border-radius: 100px 30px 30px 100px;
}

.footer-top .footer-top-item:nth-child(1) .contact-area {
    border-radius: 100px 30px 30px 100px;
}

.footer-top .footer-top-item:nth-child(2) .contact-area {
    border-radius: 30px 100px 100px 30px;
}

.footer-top .footer-top-item:nth-child(2) .contact-area:before {
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top: 15px;
    bottom: 15px;
    left: 30px;
    right: 0;
    border-radius: 30px 100px 100px 30px;
}

.footer-top .footer-top-item:nth-child(1) .contact-area:after {
    top: 15px;
    bottom: 15px;
    right: 30px;
    left: 0;
    border-radius: 100px 30px 30px 100px;
}

.footer-top .footer-top-item:nth-child(2) .contact-area:after {
    top: 15px;
    bottom: 15px;
    left: 30px;
    right: 0;
    border-radius: 30px 100px 100px 30px;
}

.footer-top .footer-top-item:nth-child(1) .contact-area:after,
.footer-top .footer-top-item:nth-child(2) .contact-area:after {
    content: '';
    position: absolute;
    background-color: rgba(var(--sr-color), 0.8);
    z-index: -1;
}

.footer-top .widget-contact .contact-icon {
    width: 46px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 16px;
    margin: 0 15px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
}

.footer-top .widget-contact .contact-icon:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.footer-top .widget-contact .contact-area:hover .contact-icon:before,
.footer-top .widget-contact .contact-area:focus-within .contact-icon:before {
    background-color: rgba(var(--primary-color), 1);
}

.footer-top .widget-contact .contact-area:hover .contact-icon,
.footer-top .widget-contact .contact-area:focus-within .contact-icon {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.footer-top .widget-contact .contact-info p.text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.footer-top .widget-contact .contact-info p.text span {
    color: rgba(var(--white), 1);
    font-size: 20px;
    font-weight: 600;
}

.footer-top .widget-contact .contact-info p.text a {
    color: rgba(var(--white), 1);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.65s;
}

.footer-top .widget-contact .contact-info p.text a:hover,
.footer-top .widget-contact .contact-info p.text a:focus-within {
    color: rgba(var(--primary-color), 1);
}


/* footer-main */

.footer-main {
    padding: 50px 0;
}

.footer-main .footer-item .logo {
    margin-bottom: 25px;
}

.footer-main .footer-item .tagcloud, .footer-main .footer-item p {
    color: rgba(var(--white), 1);
}

.footer-main .widget_social_widget li {
    display: inline-block;
}

.footer-main .widget_social_widget li a {
    width: 40px;
    height: 46px;
    line-height: 56px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.footer-main .widget_social_widget li a:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.footer-main .widget_social_widget li a:hover:before,
.footer-main .widget_social_widget li a:focus-within:before {
    background-color: rgba(var(--primary-color), 1);
}

.footer-main .widget_social_widget li a:hover,
.footer-main .widget_social_widget li a:focus-within {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.footer-main .widget_social_widget li:last-child a {
    margin-right: 0px;
}


/* footer copyright */

.footer-copyright {
    padding: 15px 0;
    background-color: rgba(var(--sr-color), 0.9);
}

.footer-copyright .copyright-text {
    color: rgba(var(--white), 1);
    height: 100%;
    margin: 0;
}

.footer-copyright .copyright-text a {
    color: rgba(var(--primary-color), 1);
    transition: 0.65s;
    margin-left: 5px;
}

.footer-copyright .copyright-text a:hover,
.footer-copyright .copyright-text a:focus-within {
    text-decoration: dotted underline;
}

.footer-copyright .widget_payment_methods ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: end;
}

.footer-copyright .widget_payment_methods ul li {
    display: inline-block;
}

.footer-copyright .widget_payment_methods ul li a {
    font-size: 26px;
    transition: 0.65s;
    color: rgba(var(--white), 1);
}

.footer-copyright .widget_payment_methods ul li a:hover,
.footer-copyright .widget_payment_methods ul li a:focus-within {
    color: rgba(var(--primary-color), 1);
}


/* scrolling-top */

.scrollingUp.main-btn {
    display: inline-block;
    text-decoration: none;
    background: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
    border-radius: 40px 40px 20px 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    z-index: 999;
    border: none;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0px);
    visibility: hidden;
    transition: 0.65s;
}

.scrollingUp.main-btn:before {
    position: absolute;
    content: '';
    inset: 0px 1px 6px 1px;
    background-color: rgba(var(--primary-color), 1);
    border-radius: 40px 40px 20px 20px;
    z-index: -1;
}

.scrollingUp.main-btn.is-active {
    bottom: 8%;
    visibility: visible;
}

.scrollingUp.main-btn::after {
    inset: 0px 1px 6px 1px;
    background-color: rgba(var(--sr-color), 1);
    border-radius: 40px 40px 20px 20px;
    top: 100%;
}

.scrollingUp.main-btn:hover::after,
.scrollingUp.main-btn:focus-within::after {
    top: 0;
}


/* breadcrumb */

.breadcrumb-area {
    height: 500px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-position: center;
    display: flex;
    align-items: center;
}
.breadcrumb-content h1.breadcrumb-heading {
    text-align: center;
    display: none;
}
.breadcrumb-content .breadcrumb-list .breadcrumb-item.active span a {
    width: unset;
    text-decoration: none;
    padding: 0 15px;
}

.breadcrumb-area::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(var(--sr-color), 0.7);
    z-index: 1;
}

.breadcrumb-content .breadcrumb-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.breadcrumb-content .breadcrumb-list li {
    position: relative;
    z-index: 1;
}

.breadcrumb-content .breadcrumb-list li:first-child {
    flex: 1;
}

.breadcrumb-content .breadcrumb-list li:first-child:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--white), 0.2);
    top: 50%;
    transform: translate(0px, -50%);
}

.breadcrumb-content .breadcrumb-list li:first-child:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100px;
    height: 3px;
    background-color: rgba(var(--primary-color), 1);
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.breadcrumb-content .breadcrumb-list li a {
    width: unset;
    text-decoration: none;
    padding: 0 15px;
    height: 60px;
    line-height: 64px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.breadcrumb-content .breadcrumb-list li a::before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.breadcrumb-content .breadcrumb-list li a:hover:before,
.breadcrumb-content .breadcrumb-list li a:focus-within:before {
    background-color: rgba(var(--primary-color), 1);
}

.breadcrumb-content .breadcrumb-list li a:hover,
.breadcrumb-content .breadcrumb-list li a:focus-within {
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
}

.breadcrumb-content .breadcrumb-list li:last-child {
    display: inline-block;
    text-decoration: none;
    background: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
    border-radius: 40px 20px 20px 40px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    z-index: 1;
    font-size: 30px;
    font-weight: 700;
}

.breadcrumb-content .breadcrumb-list li:last-child:before {
    position: absolute;
    content: '';
    inset: 6px 8px 6px 1px;
    background-color: rgba(var(--primary-color), 1);
    border-radius: 40px 20px 20px 40px;
    z-index: -1;
}


/* about-single */

.about-section.about_single {
    padding: 100px 0;
    background-color: rgba(var(--white), 1);
}

.about-single-content h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(var(--sr-color));
}

.about-single-content p:not(.contact-info p) {
    color: rgba(var(--sr-color));
    position: relative;
    padding-left: 15px;
    z-index: 1;
}

.about-single-content p:not(.contact-info p):before {
    position: absolute;
    content: '';
    inset: 0;
    z-index: -1;
    border-left: 2px solid rgba(var(--sr-color));
}

.about-single-heading {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    z-index: 1;
}

.about-single-heading::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-bottom: 1px solid rgba(var(--sr-color), 0.2);
}

.about-single-heading::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-bottom: 3px solid rgba(var(--primary-color));
    width: 100px;
    margin: auto;
    bottom: -1px;
}

.about-single-feature {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.about-single-feature::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-bottom: 1px solid rgba(var(--sr-color), 0.2);
}

.about-single-feature::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-bottom: 3px solid rgba(var(--primary-color));
    width: 100px;
    margin: auto;
    bottom: -1px;
}

.about-single-feature li {
	background-blend-mode: multiply;
    width: 48%;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    padding: 40px;
    z-index: 1;
    background-color: rgba(var(--sr-color), 0.5);
}

.about-single-feature li:nth-child(1) {
    border-radius: 100px 30px 30px 100px;
}

.about-single-feature li:nth-child(1):before {
    content: '';
    /* background-image: url(../images/ft-1.jpg); */
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top: 15px;
    bottom: 15px;
    right: 30px;
    left: 0;
    border-radius: 100px 30px 30px 100px;
}

.about-single-feature li:nth-child(1):after {
    content: '';
    position: absolute;
    background-color: rgba(var(--sr-color), 0.7);
    z-index: -1;
    top: 15px;
    bottom: 15px;
    right: 30px;
    left: 0;
    border-radius: 100px 30px 30px 100px;
}

.about-single-feature li:nth-child(2):before {
    content: '';
    /* background-image: url(../images/ft-2.jpg); */
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top: 15px;
    bottom: 15px;
    right: 0px;
    left: 30px;
    border-radius: 30px 100px 100px 30px;
}

.about-single-feature li:nth-child(2):after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 15px;
    bottom: 15px;
    right: 0px;
    left: 30px;
    border-radius: 30px 100px 100px 30px;
    background-color: rgba(var(--sr-color), 0.7);
}

.about-single-feature li:nth-child(2) {
    border-radius: 30px 100px 100px 30px;
}

.about-single-feature .contact-area {
    display: flex;
    align-items: center;
}

.about-single-feature .contact-area .contact-icon {
    min-width: 46px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 0.4);
    color: rgba(var(--primary-color), 1);
    text-align: center;
    font-size: 16px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
}

.about-single-feature .contact-area .contact-icon:before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--white), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.about-single-feature .contact-area .contact-info p a {
    text-decoration: none;
    color: rgba(var(--white), 1);
    font-size: 20px;
    font-weight: 600;
}

.about_single .about-single-widget {
    display: inline-block;
    margin-left: 20px;
    overflow: hidden;
    transform: translateY(4px);
}

.about_single .about-single-widget .contact-area {
    display: flex;
}

.about_single .about-single-widget .contact-icon {
    min-width: 46px;
    height: 50px;
    line-height: 58px;
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--primary-color), 0.4);
    color: rgba(var(--white), 1);
    text-align: center;
    font-size: 16px;
    transition: 0.65s;
    position: relative;
    z-index: 1;
    margin-right: 15px;
}

.about_single .about-single-widget .contact-icon::before {
    content: '';
    border-radius: 25px 25px 40px 40px;
    background-color: rgba(var(--primary-color), 1);
    top: 9px;
    left: 3px;
    right: 3px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.65s;
}

.about_single .about-single-widget .contact-info p span {
    color: rgba(var(--sr-color), 1);
    font-weight: 600;
}

.about_single .about-single-widget .contact-info p a {
    display: block;
    font-size: 20px;
    color: rgba(var(--primary-color), 1);
    text-decoration: none;
    font-weight: 600;
}

.about-single-img {
    height: 100%;
}

.about-single-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-single-content .main-btn:hover,
.about-single-content .main-btn:focus-within {
    background-color: rgba(var(--sr-color), 0.4);
}

.about-single-content .main-btn::after {
    background-color: rgba(var(--sr-color));
}


/* work-process */

.workprocess-section {
    background-color: rgb(var(--white));
    padding: 100px 0;
}

.workprocess-item {
    height: 230px;
    width: 230px;
    border-radius: 300px;
    background-color: rgba(var(--sr-color), 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    padding: 15px 15px;
    position: relative;
    z-index: 1;
    margin: auto;
    transition: 0.65s;
}

.workprocess-item:hover,
.workprocess-item:focus-within {
    background-color: rgba(var(--primary-color));
}

.workprocess-item::before {
    position: absolute;
    content: '';
    inset: -15px;
    z-index: -1;
    border: 3px dotted rgba(var(--primary-color));
    border-radius: 100%;
}

.workprocess-section .col-lg-3 .workprocess-item > span {
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    background-color: rgba(var(--primary-color));
    text-align: center;
    top: 17px;
    right: 0px;
    transition: 0.65s;
}

.workprocess-section .col-lg-3 .workprocess-item:hover > span,
.workprocess-item:focus-within::after {
    animation: circle 10s linear infinite;
    top: unset;
    right: unset;
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translate(130px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(130px) rotate(-360deg);
    }
}

.workprocess-item .workprocess-content {
    text-align: center;
}

.workprocess-item .workprocess-content h3 a {
    color: rgba(var(--primary-color), 1);
    font-weight: 600;
    font-size: 22px;
    text-decoration: none;
    transition: 0.65s;
}

.workprocess-item:hover .workprocess-content h3 a,
.workprocess-item:focus-within .workprocess-content h3 a {
    color: rgb(var(--white));
}

.workprocess-item .workprocess-content h3 {
    margin: 0;
}

.workprocess-item .workprocess-content p {
    margin: 0;
    line-height: 1.5;
}

.workprocess-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    background-color: rgba(var(--primary-color));
    color: rgb(var(--white));
    text-align: center;
    font-size: 26px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    transition: 0.65s;
}

.workprocess-icon:before {
    content: '';
    position: absolute;
    inset: -10px;
    background-color: rgba(var(--primary-color), 0.3);
    border-radius: 100%;
    z-index: -1;
    border: 1px solid rgba(var(--primary-color));
    transition: 0.65s;
}

.workprocess-item:hover .workprocess-icon,
.workprocess-item:focus-within .workprocess-icon {
    background-color: rgba(var(--white), 1);
    color: rgba(var(--primary-color), 1);
}

.workprocess-item:hover .workprocess-icon:before,
.workprocess-item:focus-within .workprocess-icon:before {
    background-color: rgba(var(--white), 0.3);
    border: 1px solid rgba(var(--white));
}


/* cta2 */

.cta-section2 {
    padding: 100px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.cta-section2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0 0 0 / 60%);
    z-index: -1;
}

.cta2-content {
    background-color: rgba(var(--white), 0.4);
    border-radius: 100px 50px 50px 100px;
    padding: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.cta2-content::before {
    position: absolute;
    background-color: rgba(var(--white), 1);
    border-radius: 100px 50px 50px 100px;
    content: '';
    inset: 15px 30px 15px 0;
    z-index: -1;
}

.cta2-content .cta2-heading span,
.cta2-content .contact-area .contact-info p span {
    color: rgba(var(--sr-color));
    font-weight: 600;
}

.cta2-content .cta2-heading h4 {
    font-size: 30px;
    font-weight: 700;
    color: rgba(var(--primary-color))
}

.cta2-content .cta2-heading {
    flex: 0.6;
    margin-right: 15px;
    padding: 0 15px;
}

.cta2-content .contact-area {
    border-right: 1px solid rgba(var(--sr-color), 0.1);
    border-left: 1px solid rgba(var(--sr-color), 0.1);
    margin-right: 15px;
    padding: 0 15px;
}

.cta2-content .contact-area .contact-info p {
    display: flex;
    flex-direction: column;
}

.cta2-content .contact-area .contact-info p a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}

.team-section.team-about {
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);;
}

.cta2-content .main-btn:hover,
.cta2-content .main-btn:focus-within {
    background-color: rgba(var(--sr-color), 0.4);
}

.cta2-content .main-btn::after {
    background-color: rgba(var(--sr-color));
}


/* cta2 end */


/* testimonial-section2 */

.testimonial-section2 {
    padding: 100px 0 75px;
    background-color: rgba(var(--sr-color));
}

.testimonial-section2:not(.testimonial_single) .section-title h2,
.testimonial-section2:not(.testimonial_single) .section-title p {
    color: rgb(var(--white))
}


/* sponsor-section2 */

.sponsor-section2 {
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);;
    padding: 100px 0 75px;
}

.sponsor-section2 .sponsor2-item {
    background-color: rgba(var(--sr-color), 0.3);
    padding: 0 30px;
    border-radius: 100px 50px 50px 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 100px;
    line-height: 100px;
    transition: 0.65s;
    margin-bottom: 25px;
}

.sponsor-section2 .sponsor2-item::before {
    content: '';
    position: absolute;
    inset: 15px 15px 15px 0;
    border-radius: 100px 50px 50px 100px;
    background-color: rgba(var(--sr-color), 1);
    z-index: -1;
    transition: 0.65s;
}

.sponsor-section2 .sponsor2-item:hover,
.sponsor-section2 .sponsor2-item:focus-within {
    background-color: rgba(var(--primary-color), 0.3);
}

.sponsor-section2 .sponsor2-item:hover::before,
.sponsor-section2 .sponsor2-item:focus-within::before {
    background-color: rgba(var(--primary-color), 1);
}


/* FAQ-section */

.faq-section {
    padding: 100px 0;
    background-color: rgb(var(--white));
}

.faq-section .accordion .accordion-item {
    border-radius: 30px 15px 15px 30px;
    margin-bottom: 25px;
    border: none;
    background-color: rgba(var(--primary-color), 0.3);
    position: relative;
    z-index: 1;
}

.faq-section .accordion .accordion-item:before {
    content: '';
    position: absolute;
    inset: 10px 10px 10px 0;
    border-radius: 30px 15px 15px 30px;
    z-index: -1;
    background-color: rgba(var(--primary-color));
}

.faq-section .accordion .accordion-item .accordion-body,
.faq-section .accordion .accordion-item strong {
    color: rgba(var(--white));
}

.faq-section .accordion-button {
    border-radius: 30px;
    box-shadow: none;
    border: none;
    font-weight: 600;
    padding: 20px;
    background-color: rgba(var(--sr-color), 0.3);
    color: rgba(var(--white));
    position: relative;
    z-index: 1;
}

.faq-section .accordion-button.collapsed {
    background-color: transparent;
}

.faq-section .accordion-button:before {
    content: '';
    position: absolute;
    background-color: rgba(var(--sr-color), 1);
    inset: 10px 10px 10px 0;
    z-index: -1;
    border-radius: 30px 15px 15px 30px;
    transition: 0.65s;
}

.faq-section .accordion-button:not(.collapsed)::before {
    background-color: rgba(var(--primary-color), 1);
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faq-section .accordion-item .accordion-button {
    border-radius: 30px 15px 15px 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 30px 15px 15px 30px;
}

.accordion-item .accordion-button::after {
    content: "+";
    height: 20px;
    width: 20px;
    background-image: unset;
    background-color: rgba(var(--white));
    color: rgba(var(--sr-color));
    text-align: center;
    border-radius: 20px;
    font-size: 20px;
    line-height: 20px;
    box-shadow: 0 0 0 5px rgba(var(--white), 0.4);
}


/* FAQ-section end */


/* 404 */

.section-404 {
    padding: 100px 0;
    background-color: rgb(var(--white));
    text-align: center;
}

.card-404 h1 {
    font-size: 200px;
    font-weight: 800;
    text-shadow: 12px 5px rgba(var(--primary-color), 0.4);
    color: rgba(var(--primary-color));
    line-height: 1;
}

.card-404 h6.not-found {
    font-size: 35px;
    font-weight: 700;
    color: rgba(var(--sr-color));
}

.card-404 .main-btn:hover,
.card-404 .main-btn:focus-within {
    background-color: rgba(var(--sr-color), 0.4);
}

.card-404 .main-btn::after {
    background-color: rgba(var(--sr-color));
}


/* 404 end */


/* testimonial2 */

.testimonial-section2.testimonial_single {
    padding: 100px 0 55px;
    background-color: rgb(var(--white));
}

.testimonial2-content {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;   
}

.testimonial-section2.testimonial_single .testimonial2-content {
    margin-bottom: 45px;
}

.testimonial2-content .paragraph {
    color: rgb(var(--white));
    padding: 30px 20px 20px;
    position: relative;
    margin: 0;
    transition: 0.65s;
}

.testimonial-section2:not(.testimonial_single) .testimonial2-content .paragraph {
    color: rgba(var(--sr-color));
    font-weight: 500;
}

.testimonial-section2:not(.testimonial_single) .testimonial2-content:hover .paragraph,
.testimonial-section2:not(.testimonial_single) .testimonial2-content:focus-within .paragraph {
    color: rgba(var(--white));
}

.testimonial-section2:not(.testimonial_single) .testimonial2-content .paragraph::before {
    color: rgba(var(--white));
}

.testimonial-section2:not(.testimonial_single) .testimonial2-detail h3,
.testimonial-section2:not(.testimonial_single) .testimonial2-detail span {
    color: rgba(var(--white));
}

.testimonial-section2:not(.testimonial_single) .testimonial2-content:hover .paragraph::before,
.testimonial-section2:not(.testimonial_single) .testimonial2-content:focus-within .paragraph::before {
    color: rgba(var(--sr-color));
    background-color: rgb(var(--white));
}

.testimonial2-content .paragraph::before {
    content: "\f10e";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    background-color: rgba(var(--primary-color));
    text-align: center;
    line-height: 40px;
    top: -20px;
    transition: 0.65s;
}

.testimonial2-content .paragraph::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    transform: rotate(45deg);
    bottom: -8%;
    left: 10%;
    z-index: -1;
    transition: 0.65s;
}

.testimonial2-content .paragraph,
.testimonial2-content .paragraph::after {
    background-color: rgba(var(--white));
}

.testimonial_single .testimonial2-content .paragraph,
.testimonial_single .testimonial2-content .paragraph::after {
    background-color: rgba(var(--sr-color));
}

.testimonial2-info {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 25px;
}

.testimonial2-image {
    margin-right: 15px;
}

.testimonial2-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
}

.testimonial2-detail h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: rgba(var(--sr-color));
}

.testimonial2-content:hover .paragraph::before,
.testimonial2-content:focus-within .paragraph::before {
    background-color: rgba(var(--sr-color));
}

.testimonial2-content:hover .paragraph,
.testimonial2-content:focus-within .paragraph,
.testimonial2-content:hover .paragraph::after,
.testimonial2-content:focus-within .paragraph::after {
    background-color: rgba(var(--primary-color));
}


/* testimonial2 end */


/* masonry */

.masonry {
    position: relative;
}

.masonry-item {
    position: absolute;
}

nav .pagination {
    justify-content: center;
}

nav .pagination .page-item .page-link {
    border: none;
    background-color: rgba(var(--white));
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50px 25px 25px 50px;
    color: rgba(var(--primary-color));
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

nav .pagination .page-item .page-link:hover,
nav .pagination .page-item .page-link.current,
nav .pagination .page-item .page-link:focus-within {
    background-color: rgba(var(--primary-color));
    color: rgba(var(--white));
}

nav .pagination .page-item:not(:last-child) {
    margin-right: 10px;
}


/* contact */

.form-section {
    padding: 100px 0;
    background-color: rgb(var(--white));
}

.form-section .send-your-enquiry {
    background-color: color-mix(in srgb,rgb(var(--primary-color)) 10%,#ffffff);;
    border-radius: 10px;
    padding: 25px;
}

.form-section .send-your-enquiry h4 {
    color: var(--dark1);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.form-section .send-your-enquiry .wpcf7-form label {
    display: block;
    color: var(--dark1);
}

.form-section .send-your-enquiry .wpcf7-form label input {
    background-color: rgb(var(--white));
    color: var(--dark1);
    border-radius: 5px;
    border-color: #848490;
    padding: 10px;
    width: 100%;
    border: 1px solid rgba(var(--primary-color), 0.3);
    border-radius: 50px 25px 25px 50px;
    outline: none;
    transition: 0.65s;
}

.form-section .send-your-enquiry .wpcf7-form label input:focus-within,
.wpcf7-form-control-wrap textarea:focus-within {
    color: var(--dark1);
    border-color: rgba(var(--primary-color));
}

.form-section .send-your-enquiry .wpcf7-form p:nth-child(2) {
    width: 48%;
    float: left;
}

.form-section .send-your-enquiry .wpcf7-form p:nth-child(3) {
    width: 48%;
    float: right;
}

.form-section .send-your-enquiry .wpcf7-form p:nth-child(4) {
    clear: both;
}

.form-section .send-your-enquiry .wpcf7-form p:nth-child(6) {
    margin: 0;
}

.wpcf7-form-control-wrap textarea {
    height: 100px;
    border-radius: 5px;
    width: 100%;
    transition: 0.65s;
    border-radius: 50px 25px 25px 50px;
    border: 1px solid rgba(var(--primary-color), 0.3);
    outline: none;
    padding: 25px;
}

.form-section .send-your-enquiry .wpcf7-form .wpcf7-submit {
    background-color: rgba(var(--primary-color));
    color: rgba(var(--white));
    font-weight: 600;
    border-radius: 30px 15px 15px 30px;
    outline: none;
    border: none;
    padding: 10px 15px;
    position: relative;
}

.form-section .widget-contact .widget-title {
    background-color: rgba(var(--primary-color), 0.4);
    padding: 15px 15px;
    border-radius: 50px 25px 25px 50px;
    position: relative;
    z-index: 1;
    color: rgb(var(--white));
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-section .widget-contact .widget-title::before {
    content: '';
    position: absolute;
    inset: 10px 20px 10px 0;
    background-color: rgba(var(--primary-color), 1);
    border-radius: 50px 25px 25px 50px;
    z-index: -1;
}

.form-section .widget-contact .contact-area {
    background-color: rgba(var(--sr-color), 0.5);
    position: relative;
    z-index: 1;
    border-radius: 100px 50px 50px 100px;
    padding: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.form-section .widget-contact .contact-area:last-child {
    margin-bottom: 0;
}

.form-section .widget-contact .contact-area::before {
    background-color: rgba(var(--sr-color));
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 100px 50px 50px 100px;
    inset: 15px 30px 15px 0;
}

.form-section .widget-contact .contact-area .contact-icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: rgb(var(--white));
    font-size: 22px;
    background-color: rgba(var(--primary-color));
    text-align: center;
    margin-right: 15px;
}

.form-section .widget-contact .contact-area .contact-info {
    display: flex;
    flex-direction: column;
}

.form-section .widget-contact .contact-area .contact-info span {
    font-size: 20px;
    font-weight: 600;
    color: rgb(var(--white));
}

.form-section .widget-contact .contact-area .contact-info a {
    text-decoration: none;
    font-size: 16px;
    color: rgb(var(--white));
}


/* contact  end*/


/* contact-info-section */

.contact-info-section {
    padding: 100px 0;
    background-color: rgba(var(--sr-color));
}

.contact-info-section .section-title h2,
.contact-info-section .section-title p {
    color: rgb(var(--white))
}

.contact-info-section .contact-info-item {
    background-color: rgba(var(--white), 0.5);
    padding: 40px 30px 60px;
    position: relative;
    z-index: 1;
    border-radius: 250px 250px 100px 100px;
    text-align: center;
    overflow: hidden;
    transition: 0.65s;
}

.contact-info-section .contact-info-item::before {
    content: '';
    background-color: rgba(var(--white));
    inset: 0 15px 30px 15px;
    position: absolute;
    z-index: -1;
    border-radius: 250px 250px 100px 100px;
}

.contact-info-section .contact-info-item::after {
    content: '';
    background-color: rgba(var(--primary-color));
    inset: 0 15px 30px 15px;
    position: absolute;
    z-index: -1;
    border-radius: 250px 250px 100px 100px;
    /* top: 100%; */
    transform: translateY(100%);
    opacity: 0;
    transition: 0.65s;
}

.contact-info-section .contact-info-item:hover::after,
.contact-info-section .contact-info-item:focus-within::after {
    transform: translateY(0%);
    top: 0%;
    opacity: 1;
}

.contact-info-section .contact-info-item:hover,
.contact-info-section .contact-info-item:focus-within {
    background-color: rgba(var(--primary-color), 0.4);
}

.contact-info-section .contact-info-item .contact-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 80px;
    background-color: rgba(var(--primary-color));
    color: rgb(var(--white));
    text-align: center;
    font-size: 35px;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    transition: 0.65s;
}

.contact-info-section .contact-info-item .contact-icon:before {
    content: '';
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(var(--primary-color));
    border-radius: 100%;
    transition: 0.65s;
}

.contact-info-section .contact-info-item .contact-info p.text span {
    font-size: 26px;
    font-weight: 700;
    color: rgba(var(--sr-color), 1);
    transition: 0.65s;
    display: block;
}

.contact-info-section .contact-info-item .contact-info p.text a {
    font-size: 18px;
    font-weight: 500;
    color: rgba(var(--sr-color), 1);
    transition: 0.65s;
    text-decoration: none;
}

.map-section>div {
    line-height: 0;
}

.map-section iframe {
    width: 100%;
    height: 500px;
}

.contact-info-section .contact-info-item:hover .contact-icon,
.contact-info-section .contact-info-item:focus-within .contact-icon {
    color: rgba(var(--primary-color));
    background-color: rgba(var(--white));
}

.contact-info-section .contact-info-item:hover .contact-icon::before,
.contact-info-section .contact-info-item:focus-within .contact-icon::before {
    border-color: rgba(var(--white));
}

.contact-info-section .contact-info-item:hover p.text>span,
.contact-info-section .contact-info-item:focus-within p.text>span,
.contact-info-section .contact-info-item:hover p.text>a,
.contact-info-section .contact-info-item:focus-within p.text>a {
    color: rgba(var(--white));
}


/* product-section */

.product-section {
    padding: 100px 0;
    background-color: rgb(var(--white));
}

.product-section p.woocommerce-result-count {
    float: left;
    padding: 10px 15px;
    background-color: rgba(var(--primary-color), 0.4);
    border-radius: 50px 25px 25px 50px;
    position: relative;
    z-index: 1;
    color: rgb(var(--white));
}

.product-section p.woocommerce-result-count::before {
    content: '';
    inset: 5px 10px 5px 0;
    background-color: rgba(var(--primary-color));
    border-radius: 50px 25px 25px 50px;
    position: absolute;
    z-index: -1;
}

.product-section form.woocommerce-ordering {
    float: right;
}

.product-section form.woocommerce-ordering select {
    padding: 10px 15px;
    background-color: rgba(var(--white));
    border: none;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px -5px, rgba(0, 0, 0, 0.04) 0px 0px 10px -5px;
}

.product-section .product-action {
    position: absolute;
    bottom: 0;
    transition: 0.65s;
}

.product-section .product-action .add_to_cart_button,
.product-section .product-action .product_type_grouped {
    text-decoration: none;
    display: inline-block;
    padding: 7px 14px;
    background-color: rgba(var(--primary-color));
    color: rgba(var(--white));
    border-radius: 30px;
}

.product-section .product-single:hover .product-action {
    transform: translate(-50%, 0px) translateY(0);
}


/* product-section End */

.modal-backdrop {
    z-index: 1;
}

.nav-area .menu-right {
    width: 100%;
    height: 100%;
    position: relative;
    /* z-index: 1; */
}

.nav-area .menu-right::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-left: 1px solid rgba(255 255 255 / 10%);
    z-index: -1;
}

.menu-right ul li {
    display: inline-block;
    height: 100%;
    line-height: 4;
    width: 33.33%;
    text-align: center;
}

.menu-right ul li:not(:last-child) {
    border-right: 1px solid rgba(255 255 255 / 10%);
}

.menu-right ul li a {
    height: 100%;
    display: block;
    color: var(--white-fix);
    font-size: 16px;
}

.menu-right .modal-header {
    border: none;
}

.header-search-flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.header-search-flex .search-form {
    display: flex;
    width: 100%;
    justify-content: end;
}

.header-search-flex .search-form .header-search-field {
    border-radius: 5px;
    width: 79%;
    outline: none;
    border: none;
    padding: 18px;
    transition: 0.65s;
    transition-delay: 0.5s;
    background-color: #fff;
    color: #000;
}

.header-search-flex .search-form .search-submit {
    width: 10%;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: rgba(var(--primary-color));
    transition: 0.65s;
    transition-delay: 0.5s;
    color: #fff;
    font-size: 22px;
    transform: translateX(-60px);
}

.modal .modal-content {
    background-color: rgb(4, 32, 56, 0.8);
}

.modal .modal-content .modal-header {
    border: 0;
}

.modal .modal-header .btn-close {
    color: #fff;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    top: 30%;
    z-index: 999;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 15px;
}

.modal .modal-header .btn-close:focus {
    box-shadow: unset !important;
}

.modal .header-search-flex .search-form .header-search-field:not(.modal.show .header-search-flex .search-form .header-search-field) {
    opacity: 0;
    transform: translateX(-50%);
    visibility: hidden;
}

.modal .header-search-flex .search-form .search-submit:not(.modal.show .header-search-flex .search-form .search-submit) {
    opacity: 0;
    transform: translateX(200%);
    visibility: hidden;
}

.header-two .header-search-toggle:hover:before,
.header-two .header-search-toggle:focus-within:before {
    background-color: rgba(var(--sr-color), 1);
}

.header-two .header-search-toggle:hover i,
.header-two .header-search-toggle:focus-within i {
    color: rgba(var(--primary-color), 1);
}

.header-two .header-search-toggle:hover,
.header-two .header-search-toggle:focus-within {
    background-color: rgba(var(--sr-color), 0.4);
    color: rgba(var(--primary-color));
}


/* ----- service -section -----*/

.service-section .card {
    box-shadow: none;
    border: 0;
    margin-bottom: 20px;
}

.service-section .card .card-front,
.service-section .card .card-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
}

.service-section .card .card-back .card-body::after,
.service-section .card .card-back .card-body::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 250px;
    border-color: rgba(180 180 180, 40%);
    z-index: 10;
}

.service-section .card .card-back .card-body::before {
    top: 10px;
    left: 10px;
    border-left: 1px solid rgba(180 180 180 / 50%);
    border-top: 1px solid rgba(180 180 180 / 50%);
}

.service-section .card .card-back .card-body::after {
    bottom: 10px;
    right: 10px;
    border-right: 1px solid rgba(180 180 180 / 50%);
    border-bottom: 1px solid rgba(180 180 180 / 50%);
}

.service-section .card .card-front::after {
    content: '';
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(180 180 180 / 40%);
    inset: 20px;
}

.service-section .card .card-body {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    padding: 100px 24px;
    z-index: 2;
}

.service-section .card .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.service-section .card .card-front img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.service-section .card .card-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #292929;
    background-image: url('../images/service/bg-image.jpg');
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.service-section .card .card-back .card-body .icon-item {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 80px;
    color: #fff;
    font-size: 40px;
    margin: auto;
    margin-bottom: 30px;
    background: rgba(var(--primary-color), 1);
}

.service-section .card .card-back .card-body .card-text {
    color: #fff;
    font-size: 16px;
}

.service-section .card .card-back .card-body .main-btn {
    overflow: visible;
}

.service-section .card:hover .card-front {
    transform: rotateY(-180deg);
}

.service-section .card:hover .card-back {
    transform: rotateY(0deg);
}

.service-section .card>* {
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service-section .card .card-front .card-body .card-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.service-section .card .card-front .card-body .card-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 80px;
    transform: translate(-50%, -50%);
    height: 3px;
    margin-left: -10px;
    background: rgba(var(--primary-color), 1);
}

.service-section .card .card-front::before,
.service-section .card .card-back::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 60%);
    z-index: 1;
}

.service-section .card .card-body .main-btn {
    border-radius: 10px 40px 40px 10px;
    font-size: 24px;
    color: rgba(var(--primary-color), 1);
    background-color: rgba(var(--white), .4);
}

.service-section .card .card-body .main-btn::before {
    background: rgba(var(--white), 1);
    inset: 6px 2px 6px 6px;
    border-radius: 10px 40px 40px 10px;
}

.service-section .card .card-back .card-body .main-btn {
    border-radius: 10px 40px 40px 10px;
    font-size: 24px;
    color: rgba(var(--white), 1);
    background-color: rgba(var(--primary-color), .4);
}

.service-section .card .card-back .card-body .main-btn::before {
    background: rgba(var(--primary-color), 1);
    inset: 6px 2px 6px 6px;
    border-radius: 10px 40px 40px 10px;
}

.service-section .card .card-back .card-body .main-btn:hover::after,
.service-section .card .card-back .card-body .main-btn:focus-within::after {
    content: '';
    inset: 6px 2px 6px 100%;
    background-color: rgba(var(--white));
    border-radius: 10px 40px 40px 10px;
}

.service-section .card .card-back .card-body .main-btn:hover::after,
.service-section .card .card-back .card-body .main-btn:focus-within::after {
    left: 6px;
    opacity: 1;
}

.service-section .card .card-back .card-body .main-btn:hover,
.service-section .card .card-back .card-body .main-btn:focus-within {
    color: rgba(var(--primary-color), 1);
    background: rgba(var(--white), 0.4);
}

circle {
    r: 5%;
}

circle.grow {
    r: 30%;
    transition: r 1s ease-out;
}

circle.shrink {
    r: 0%;
    transition: r 10s ease-in;
}

.sponsor {
    float: left;
    height: 100%;
    min-height: 100px !important;
    padding: 20px;
    line-height: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.footer-section svg {
    z-index: -2 !important;
}



/* preloader */
/**! 24. preloader **/
.preloader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    width: 100%;
  }
  
  .preloader .preloader-wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
  }
  
  .preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
  }
  
  .preloader .loader-section.section-right {
    right: 0;
  }
  
  .preloader .loader-section.section-left {
    left: 0;
  }
  
  .preloader .loaded .section-right {
    -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
            transform: translateX(101%);
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  }
  
  .preloader .loaded .section-left {
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    -o-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  }
  
  .preloader .spinner {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-color);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.preloader .spinner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-color);
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.preloader .spinner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--primary-color);
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.preloader .loaded .spinner {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    visibility: hidden;
  }
  
/* about page update */
.about-single-img{
    text-align: center;
    position: relative;
}
.about-single-img img{
    width: 100%;
}
.about-single-img .video-play a {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(var(--primary-color));
    color: rgba(var(--white));
}
.about-single-img .video-play a::before{
    content: '';
    position: absolute;
    inset: 0;
    animation: wave 1s linear infinite;
    background: rgba(var(--white), .4);
    border-radius: 100px;
}
@keyframes wave {
    from {
        box-shadow: 0 0 0px 0 rgba(var(--primary-color),0.4);
        inset: 0;
    }
    to {
        box-shadow: 0 0 15px 0 rgba(var(--primary-color),0.4);
        opacity: 0;
        inset: -15px;
    }
}

/* Filter widget */
.widget.woocommerce.widget_price_filter .price_slider_wrapper{
	padding: 20px;
}

/* Pagination */
nav.woocommerce-pagination, nav.navigation.pagination {
    text-align: center;
    margin-top: 25px;
    justify-content: center;
}
nav.woocommerce-pagination .nav-links, nav.navigation.pagination .nav-links {
    background: rgba(var(--sr-color), 1);
}
nav.woocommerce-pagination ul li .page-numbers, nav.navigation.pagination .nav-links .page-numbers {
    width: 40px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    color: rgb(var(--white));
    text-decoration: none;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
nav.woocommerce-pagination ul.page-numbers, nav.navigation.pagination span.page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    justify-content: center;
    background: rgba(var(--sr-color), 1);
}
nav.woocommerce-pagination ul li .page-numbers.current::before, nav.navigation.pagination .nav-links .page-numbers.current::before {
    background-color: rgba(var(--primary-color), 1);
    content: '';
    position: absolute;
    inset: -10px 0;
    z-index: -1;
    clip-path: polygon(10% 15%, 0 15%, 10% 0, 90% 0, 100% 15%, 90% 15%, 90% 85%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 10% 85%);
}
iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.page-links {
    padding: 0;
    margin-top: 30px;
    list-style: none;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}
.page-links .post-page-numbers {
    width: 40px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    color: rgb(var(--white));
    text-decoration: none;
    font-weight: 500;
    position: relative;
    z-index: 1;
    text-align: center;
    background: rgba(var(--sr-color), 1);
}
.page-links .post-page-numbers.current::before {
    background-color: rgba(var(--primary-color), 1);
    content: '';
    position: absolute;
    inset: -10px 0;
    z-index: -1;
    clip-path: polygon(10% 15%, 0 15%, 10% 0, 90% 0, 100% 15%, 90% 15%, 90% 85%, 100% 85%, 90% 100%, 10% 100%, 0 85%, 10% 85%);
}
/* woocommerce */
.woocommerce-info::before{
	position: unset;
}

.footer-item ul:has(.cat-item) {
    list-style-type: none;
    padding: 0;
}

.info-section aside.widget.widget-contact {
    width: 100%;
	padding: 40px 0;
}