/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bigshot+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
	--primary-color: #9d6a32;
	--secondary-color: #eab317;
	--text-color: #927658;
	--font-family-oswwald: "Oswald",sans-serif;	
	--font-family-cover: "Covered By Your Grace";
	--font-family-bigoneshot: "Bigshot One", cursive;

}

body {
	font-family: "FrankRuhlLibre", serif;
	overflow-x: hidden;
}

.autocomplete-suggestion .search-price,
.absolute-footer, .wpcf7-spinner{
	display: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.col-inner:last-child {
	padding-bottom: 0;
}

a {
	transition: all .25s ease;
}

p:last-child {
	margin-bottom: 0;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	max-width: 500px;
	width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 16px;
	text-transform: math-auto;
	color: #000;
}

.mfp-bg.mfp-ready {
	background-color: rgba(0, 0, 0, 0.4) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
	backdrop-filter: none !important;
}

.nav:not(.nav-slide) .active>.children {
	padding-bottom: 0;
}

.icon-box-img img,
.icon-box-img svg {
	padding-top: 0;
}

.autocomplete-suggestion img+.search-name {
	font-size: 16px;
}

.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}

.header-nav .sub-menu .menu-item-has-children {
	position: relative;
	width: 100%;
}

.header-nav .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
	opacity: 0;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu.nav-dropdown-default {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.sub-menu li a {
	min-width: 150px;
	font-weight: 400 !important;
	text-transform: math-auto !important;
	color: initial !important;
	font-size: 14px !important;
}


.nav-uppercase li a,
.nav-uppercase li>a,
ul.nav-uppercase>li>a {
	text-transform: none !important;
	letter-spacing: normal !important;
}

.flickity-button {
	opacity: 1;
}

.flickity-button svg {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 10px;
	border-radius: 4px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
}

.row-slider .flickity-prev-next-button svg {
	padding: 10px !important;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
	fill: #333;
}

.flickity-page-dots {
	background: #ffffff30;
	width: max-content;
	margin: auto;
	border-radius: 16px;
	padding: 0px 4px;
	padding-bottom: 2px;

}

.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fddddd;
	border: 1px solid red;
	color: red;
	box-shadow: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #ebfee3;
	color: #398f14;
	border-color: #398f142e;
}

ul:last-child,
li:last-child {
	margin-bottom: 0;
}

h1,h2,h4,h5{
	font-family: "Bigshot One", cursive;

}
h3,h6{
	font-family: "Covered By Your Grace";
}

#top-bar{
	background-image: url("/wp-content/uploads/2026/08/top-line.webp")!important;
	background-color: #ffffff;
	background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	.flex-row{
		padding: 0 0 10px;
	}
	.html_topbar_left{
		p{
			font-size: 17px;
			color: #927658;
			span{
				font-family: var(--font-family-cover);
				color: var(--secondary-color);
				font-size: 26px;
			}
		}
	}
}
#masthead{
	height: 135px!important;
}
.header-main {
    .header-inner {
        padding: 5.1px 0 22.1px;
    }

    .header-nav,
    .mobile-nav {
        position: relative;

        > li {
            position: relative;
            z-index: 2;
            margin: 0 5px;

            > a {
                position: relative;
                z-index: 2;

                font-size: 17px;
                text-transform: uppercase;
                font-family: var(--font-family-oswwald);
                font-weight: 600;
                color: #927658 !important;

                padding: 8px 10px;

                transition: color 0.3s ease;
            }

            &:hover > a,
            &.current_page_item > a,
            &.current-menu-item > a {
                color: var(--primary-color) !important;
            }
        }

        .menu-hover-bg {
            position: absolute;
            top: 50%;
            left: 0;

            height: 36px;

            background: #f5f1eb;
            border-radius: 10px;

            transform: translateY(-50%);

            transition:
                left 0.3s ease,
                width 0.3s ease,
                opacity 0.2s ease;

            z-index: 1;
            pointer-events: none;
        }
    }
}
.ss-footer{
	.row-content{
		padding: 117.3px 0 51px;
	}
	.ux-logo-link{
		padding: 0!important;
	}
	.col{
		padding-bottom: 0;
		.col-inner{
			padding: 0!important;
		}
	}
	.content-footer{
		p{
			color: var(--text-color);
			font-size: 17px;
			margin: 61.2px 0 42.5px;
		}
	}
	.label{
		h3{
			font-size: 18px;
			color: var(--primary-color);
			font-weight: 600;
			margin-bottom: 13.5px;
			text-transform: uppercase;
			font-family: var(--font-family-oswwald);
		}
	}
	.ul-footer{
		margin: 25.5px 0;
		h3{
				font-size: 18px;
				color: var(--primary-color);
				font-weight: 600;
				margin-bottom: 13.5px;
				text-transform: uppercase;
				font-family: var(--font-family-oswwald);
			}
		li{
			list-style: none;
			margin: 0 0 2px;
			line-height: 20px;
			font-size: 17px;
			
			a{
				color: var(--primary-color);
				&:hover{
					color: var(--secondary-color);
				}
			}
		}
	}
	.follow-icons {
		padding-top: 10.2px;
		display: flex;
		gap: 8px;
		margin-bottom: 60px;
		a.button.icon {
			width: 51px;
			height: 51px;
			min-width: 51px;
			display: flex;
			align-items: center;
			justify-content: center;

			margin: 0;
			padding: 0;

			border: none !important;
			border-radius: 10px !important;

			background-color: #6a9253 !important;
			border-color: #6a9253 !important;
			color: #fff !important;

			transition: all 0.3s ease;

			i {
				color: #fff !important;
				font-size: 15px;
				line-height: 1;
			}

			&:hover {
				background-color: #f4e9d7 !important;
				border-color: #f4e9d7 !important;
				color: #fff !important;
				i {
					color: #927658 !important;
				}
			}
		}
	}
	.form-footer {
		margin-top: 25.5px;
		p {
			position: relative;
			display: flex;
			align-items: center;

			margin: 0;

			width: 100%;
			max-width: 300px;

			background-color: #f8f5f0;
			border-radius: 10px;
			overflow: hidden;
		}

		.wpcf7-form-control-wrap {
			flex: 1;
			display: block;
		}

		.wpcf7-email {
			width: 100%;
			height: 53px;

			margin: 0;
			padding: 7.88px 42.9px 7.88px 28.892px;

			border: none;
			box-shadow: none;
			outline: none;

			background: transparent;

			font-size: 18px;
			color: #927658;

			&::placeholder {
				color: #927658;
				opacity: 1;
			}

			&:focus {
				border: none;
				box-shadow: none;
				outline: none;
			}
		}

		.wpcf7-submit {
			flex-shrink: 0;

			height: 53px;
			min-height: 53px;

			margin: 0 !important;
			padding: 0 10px;

			border: none;
			border-radius: 10px;

			background-color: #9c6a37;
			color: #fff;

			font-family: var(--font-family-oswwald);
			font-size: 16px;
			font-weight: 600;
			text-transform: uppercase;

			transition: all 0.3s ease;

			&:hover {
				background-color: #6a9253;
				color: #fff;
			}
		}

		br {
			display: none;
		}

		.wpcf7-spinner {
			position: absolute;
			right: 10px;
			margin: 0;
		}
	}
	.row-copyright{
		background-image: url("/wp-content/uploads/2026/08/biege-bg.webp");
		min-height: 80px;
		.col{
			padding: 0 15% 0;
			margin-top: 30px;
		}
		p{
			font-size: 17px;
			color: #927658;
			a{
				color: var(--primary-color);
				&:hover{
					color: var(--secondary-color);
				}
			}
		}
	}
}
.ss-banner{
	.text-box{
		background: #9dc588;
		padding: 60px 0 81px 40px;
	}
	.banner-first{
		h2{
			margin: 0;
			font-family: var(--font-family-cover);
			font-size: 30px;
			font-weight: 400;
			color: rgb(85, 125, 62);
			line-height: 30px;
		}
		h1{
			margin: 0;
			font-size: 75px;
		}
	}
	.banner-second{
		h3{
			margin: 0;
			font-family: var(--font-family-cover);
			font-size: 30px;
			font-weight: 400;
			color: rgb(85, 125, 62);
			line-height: 30px;
		}
		h2{
			margin: 0;
			font-size: 75px;
		}
	}
	.button{
		margin: 0;
		font-size: 16px;
		font-family: var(--font-family-oswwald);
		font-weight: 600;
		letter-spacing: 0.4px;
		padding: 7px 35px;
		margin-top: 25px;
		background: #557D3E!important;
		border: none;
		&:hover{
			background: #f4e9d7!important;
			box-shadow: unset;
			color: var(--primary-color);
		}
	}
	.flickity-page-dots{
		bottom: 10%;
		background: none;
		.dot{
			width: 9px;
			height: 9px;
			opacity: 0.9;
		}
	}
}
.ss-pd{
	padding: 133px 0 103px!important;
}
.title{
	margin: 0;
	.section-title{
		margin: 6.8px 0 15px;
		justify-content: center;
	}
	h2{
		font-family: var(--font-family-bigoneshot);
		font-size: 55px;
		color: var(--primary-color);
		line-height: 55px;
		span{
			text-transform: unset;
		}
		b{
			display: none;
		}
	}
}
.sub-title {
    margin: 0;

    .section-title {
        margin: 0;
        justify-content: center;
        gap: 12px;

        &::before,
        &::after {
            content: "";
            display: block;
			width: 20px;
            max-width: 20px;
            height: 2px;
            background: var(--secondary-color);
        }
    }

    h3 {
        font-family: var(--font-family-cover);
        font-size: 30px;
        font-weight: 400;
        color: var(--secondary-color);

        span {
            text-transform: unset;
			margin: 0;
        }

        b {
            display: none;
        }
    }
}
.content{
	p{
		font-size: 17px;
		color: #927658;
		line-height: 1.3;
		margin-bottom: 21.42px;
	}
}
.btn-global {
    margin: 0;
    font-family: var(--font-family-oswwald);
    font-size: 16px;
    color: var(--primary-color);
    background: linear-gradient(
        to right,
        #f1de95 50%,
        #f4e9d7 50%
    );
    background-size: 210% 100%;
    background-position: right bottom;
	border-color: transparent;
    padding: 7px 35px;
    font-weight: 600;
    transition: background-position 0.3s ease;

    &:hover {
        background-position: left bottom;
        box-shadow: unset;
        color: var(--primary-color);
    }
}
.ss-welcome {
	.col{
		padding-right: 30px;
		padding-left: 30px;
	}
    .icon-box {
        text-align: center;

        .icon-box-img {
            width: 130px !important;
            height: 130px;
            margin: 0 auto !important;
            border-radius: 50%;
            background: #f4e9d7;
            display: flex;
            align-items: center;
            justify-content: center;
			transition: all 0.5s ease;
            .icon {
                width: 100%;
                height: 100%;

                display: flex;
                align-items: center;
                justify-content: center;
            }

            .icon-inner {
                width: 82px;
                height: 82px;

                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 82px !important;
                    height: 82px !important;
                    object-fit: contain;
                }
            }
        }

        .icon-box-text {
            .label {
                p {
                    margin: 35.5px 0 0;

                    a {
                        font-family: var(--font-family-oswwald);
                        font-size: 18px;
                        line-height: 1.15;
                        font-weight: 600;
                        text-transform: uppercase;
                        color: var(--primary-color);
                        text-decoration: none;
						transition: all 0.5s ease;
                    }
                }
            }
        }
		&:hover{
			.icon-box-img{
				background: #f1de91;
			}
			.icon-box-text{
				p{
					a{
						color: var(--secondary-color);
					}
				}
			}
			
		}
    }
}
.ss-provide{
	.content{
		margin: 57px 0;
	}
	.img-1{
		margin-bottom: 23px!important;
	}
	.small-banner {
		position: relative;
		overflow: hidden;

		background-color: #f4df91;


		padding: 60px 0 45px;

		transition: background-color 0.6s ease;

		.title-small,
		.sub-small {
			position: relative;
			z-index: 2;
		}

		.title-small {
			font-family: var(--font-family-bigoneshot);
			font-size: 35px;
			font-weight: 600;
			color: var(--primary-color);
			line-height: 30px;
			margin: 0;
			padding: 0 15%;

			transition: color 0.6s ease;
		}

		.sub-small {
			position: relative;
			z-index: 2;

			margin: 15px 0 0;

			display: flex;
			align-items: center;
			justify-content: center;
			gap: 12px;

			font-family: var(--font-family-cover);
			font-size: 30px;
			font-weight: 400;
			color: var(--secondary-color);

			transition: color 0.6s ease;

			&::before,
			&::after {
				content: "";
				display: block;

				width: 20px;
				min-width: 20px;
				height: 2px;

				background: var(--secondary-color);

				transition: background-color 0.6s ease;
			}
		}

		&::before {
			content: "";

			position: absolute;
			z-index: 1;

			top: -80%;
			left: 0;

			width: 100%;
			height: 250%;

			background: rgba(255, 255, 255, 0.18);

			transform: rotate(38deg) translateX(-100%);
			transition: transform 0.8s ease;

			pointer-events: none;
		}

		&:hover {
			background-color: var(--primary-color);

			&::before {
				transform: rotate(38deg) translateX(170%);
			}

			.title-small {
				color: #fff;
			}

			.sub-small {
				color: var(--secondary-color);

				&::before,
				&::after {
					background: var(--secondary-color);
				}
			}
		}
	}
}

.ss-why {
    .sub-title {
        .section-title {
			display: flex;
            justify-content: flex-start;
            gap: 12px;
			border: none;
			align-items: center;
            &::before,
            &::after {
                background: var(--primary-color);
				transform: translateY(-4px);
            }
        }

        h3 {
            color: var(--primary-color);

            span {
                margin: 0;
				border: none;
            }
        }
    }

    .title {
        .section-title {
            justify-content: flex-start;
            margin: 6.8px 0 15px;
			border: none;
        }

        h2 {
            color: #fff;
			font-size: 75px;
			letter-spacing: 1.2px;
            span {
                margin: 0;
                text-align: left;
				border: none;
            }
        }
    }
}

@media screen and (max-width: 1024px){
	#top-bar {
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;

        .flex-row {
            height: 42px !important;
            min-height: 42px !important;

			padding: 4px 30px 15px;

            align-items: center;
        }

        .nav {
            height: 100%;
            align-items: center;
        }

        .nav > li {
            height: 100%;
            display: flex;
            align-items: center;
        }

        .html_topbar_left {
            p {
                margin: 0;
                font-size: 13px;
                line-height: 1;

                span {
                    font-size: 17px;
                }
            }
        }
		.mobile-nav {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;

            > li {
                margin: 0;
            }

            .html_topbar_left {
                margin-right: auto;
            }

            .cart-item {
                margin-left: auto;
            }
        }
    }
	 #masthead {
        height: 81px !important;
        min-height: 81px !important;
    }

    .header-main {
        height: 81px !important;
        min-height: 81px !important;

        .header-inner {
            height: 81px !important;
            min-height: 81px !important;

            padding: 5px 28px 15px;

            align-items: center;
        }

        #logo {
            img {
                width: 93px;
                max-height: 70px;
            }
        }

        .nav-icon {
            display: none;
        }

        .header-nav,
        .mobile-nav {
            position: relative;
            flex-wrap: nowrap;

            > li {
                position: relative;
                z-index: 2;

                margin: 0 2px;
                flex-shrink: 0;

                > a {
                    position: relative;
                    z-index: 2;

                    font-size: 13px;
                    line-height: 1.2;

                    white-space: nowrap;

                    text-transform: uppercase;
                    font-family: var(--font-family-oswwald);
                    font-weight: 600;

                    color: #927658 !important;

                    padding: 7px 6px;

                    transition: color 0.3s ease;
                }

                &:hover > a,
                &.current_page_item > a,
                &.current-menu-item > a {
                    color: var(--primary-color) !important;
                }
            }

            .menu-hover-bg {
                position: absolute;
                top: 50%;
                left: 0;

                height: 32px;

                background: #f5f1eb;
                border-radius: 10px;

                transform: translateY(-50%);

                transition:
                    left 0.3s ease,
                    width 0.3s ease,
                    opacity 0.2s ease;

                z-index: 1;
                pointer-events: none;
            }
        }
    }
	.ss-footer{
		.row-content{
			padding: 69px 15px 20px;
		}
		.content-footer{
			p{
				margin: 46.8px 0 32.5px;
				font-size: 13px;
			}
		}
		.ul-footer{
			margin: 19.5px 0;
			h3{
				font-size: 16px;
				margin-bottom: 12px;
			}
			li{
				font-size: 13px;
			}
		}
		.col-3,
		.col-contact{
			margin-top: 30px;
			padding-top: 30px;
			border-top: 1px solid #e4e9ea;
		}
		.label{
			h3{
				font-size: 16px;
				margin-bottom: 12px;
			}
		}
		.follow-icons{
			padding-top: 6px;
			margin-bottom: 45px;
			a.button.icon{
				width: 39px;
				height: 39px;
				min-width: 39px;
			}
		}
		.row-copyright{
			min-height: 60px;
			.col{
				padding: 0 5% 0;
			}
			p{
				font-size: 13px;
			}
		}
		.form-footer{
			.wpcf7-submit{
				font-size: 13px;
			}
			.wpcf7-email{
				font-size: 13px;
				padding: 6.026px 32.806px 6.026px 22.093px;
			}
		}
	}
	.ss-banner{
		.text-box{
			padding: 35px 0 30px 30px;
		}
		.banner-first{
			h2{
				font-size: 18px;
			}
			h1{
				font-size: 45px;
			}
		}
		.banner-second{
			h3{
				font-size: 18px;
			}
			h2{
				font-size: 45px;
			}
		}
		.button{
			font-size: 12px;
			padding: 9px 25px;
		}
		.flickity-page-dots{
			display: none;
		}
	}
	.ss-pd{
		padding: 66px 0 48px!important;
	}
	.title{
		margin: 0;
		.section-title{
			margin: 4px 0 7px;
			justify-content: center;
		}
		h2{
			font-size: 20px;
			line-height: normal;
		}
	}
	.sub-title {
		margin: 0;
		h3 {
			font-size: 18px;
		}
	}
	.content{
		p{
			font-size: 13px;
			margin-bottom: 13px;
		}
	}
	.btn-global{
		font-size: 12px;
		padding: 7px 25px;
	}
	.ss-welcome {
		.row{
			padding: 0 20px;
		}
		.col{
			padding-right: 15px;
			padding-left: 15px;
		}
		.icon-box {
			text-align: center;

			.icon-box-img {
				width: 76.5px !important;
				height: 76.5px;

				.icon-inner {
					width: 49.5px;
					height: 49.5px;

					img {
						width: 49.5px !important;
						height: 49.5px !important;
						object-fit: contain;
					}
				}
			}

			.icon-box-text {
				.label {
					p {
						margin: 15px 0 0;

						a {
							font-size: 14px;
							line-height: normal;
						}
					}
				}
			}
		}
	}
	.ss-provide{
		.row{
			padding: 0 10px;
		}
		.content{
			margin: 33px 0;
		}
		.img-1{
			margin-bottom: 14px!important;
		}
		.small-banner{
			padding: 30px;
			.title-small{
				font-size: 20px;
				padding: 0;
			}
			.sub-small{
				font-size: 18px;
				margin: 0;
			}
		}
	}
	.ss-why {
		padding: 30px 0 0!important;
		.row{
			padding: 0 20px;
		}
		.title {
			.section-title {
				margin: 4px 0 13px;
			}

			h2 {
				font-size: 32px;
			}
		}
	}
}



@media screen and (max-width: 767px){
	#top-bar{
		display: none;
	}
	#masthead{
		height: 99px !important;
        max-height: 99px !important;
	}
	 .header-main {
        .flex-left {
            .mobile-nav {
                display: none;
            }
        }

        .nav-icon {
            display: unset;
        }

        .menu-item {
            display: none;
        }
        .cart-item {
            list-style: none !important;
            margin: 0 !important;

            &::marker {
                content: none !important;
            }

            &::before {
                content: none !important;
                display: none !important;
            }
			i{
				font-size: 20px;
				color: var(--primary-color)!important;
			}
        }

        .header-inner {
            height: 99px !important;
            max-height: 99px !important;
            padding: 5px 28px 0;
        }

        #logo {
            img {
                width: 125px;
            }
        }
    }
	.ss-footer{
		.row-content{
			padding: 55.2px 77.5px 42px;
		}
		.col-1{
			padding-top: 20px;
			margin-top: 20px;
			border-top: 1px solid #e4e9ea;
		}
		.label{
			h3{
				font-size: 15px;
				margin-bottom: 11.25px;
			}
		}
		.follow-icons{
			padding-top: 4.8px;
			margin-bottom: 45px;
			a.button.icon{
				width: 26px;
				height: 26px;
				min-width: 26px;
				padding: 16px 16px 5%;
				i{
					font-size: 13px;
				}
			}
		}
		.row-copyright{
			.col{
				padding: 0 12% 0;
			}
		}
	}
	.mfp-wrap {
		background: #1e1d22;

		.sidebar-menu {
			padding: 0;
		}

		.nav-sidebar {
			width: fit-content;
			margin: 0 auto;

			.html_topbar_right {
				padding: 0 !important;
				margin-bottom: 26px !important;
				text-align: center;
				justify-content: center;
				img {
					width: 125px;
					height: 70px;
				}
			}

			> li.menu-item {
				> a {
					padding: 0 !important;
					font-size: 18px !important;
					font-family: var(--font-family-oswwald);
					color: #fff !important;
					font-weight: 400;
					text-transform: uppercase !important;

					justify-content: flex-start !important;
					text-align: left !important;
					letter-spacing: 1.2px!important;
					&:hover{
						color: var(--secondary-color)!important;
					}
				}
			}

		.header-search-form {
				padding: 0 !important;
				margin-top: 26px !important;
				width: 224px !important;

				.header-search-form-wrapper,
				.searchform-wrapper,
				.searchform {
					width: 224px !important;
					margin: 0;
				}

				.searchform {
					.flex-row {
						width: 224px !important;
						height: 46px;

						display: flex;
						align-items: center;
						overflow: hidden;

						background: #2d2c32;
						border-radius: 10px;
					}

					.flex-grow {
						flex: 1;
						min-width: 0;
					}

					.search-field {
						width: 100%;
						height: 46px !important;

						padding: 0 18px !important;

						background: transparent !important;
						border: none !important;
						box-shadow: none !important;

						color: #fff !important;
						&::placeholder {
							color: #fff !important;
							opacity: 1;
						}
					}

					.ux-search-submit {
						flex: 0 0 46px;
						width: 46px;
						height: 46px;
						min-height: 46px;

						margin: 0 !important;
						padding: 0 !important;

						background: transparent !important;
						border: none !important;
						box-shadow: none !important;

						display: flex;
						align-items: center;
						justify-content: center;
						i{
							font-size: 14px;
						}
					}
				}
			}

			.header-social-icons {
				padding: 13px 0 !important;
				text-align: center !important;

				.social-icons {
					display: flex;
					justify-content: center !important;
					text-align: center !important;
				}
				a{
					margin: 0 6px;
				}
				i{
					font-size: 14px;
					color: var(--secondary-color);
				}
			}
		}
	}
	.ss-banner{
		.text-box{
			background: none;
		}
		.banner-first{
			h2{
				display: none
			}
			h1{
				font-size: 35px;
			}
		}
		.banner-second{
			h3{
				display: none
			}
			h2{
				font-size: 35px;
			}
		}
		.button{
			padding: 5px 15px;
		}
	}
	.ss-pd{
		padding: 53px 0 33px!important;
	}
	.title{
		margin: 0;
		.section-title{
			margin: 3.2px 0 7px;
			justify-content: center;
		}
		h2{
			font-size: 20px;
			line-height: normal;
		}
	}
	.sub-title {
		margin: 0;
		h3 {
			font-size: 18px;
		}
	}
	.ss-welcome {
		.row{
			padding: 0 20px;
		}
		.col{
			padding-right: 15px;
			padding-left: 15px;
		}
		.icon-box {
			.icon-box-img {
				width: 133px !important;
				height: 133px;

				.icon-inner {
					width: 64px;
					height: 64px;

					img {
						width: 64px !important;
						height: 64px !important;
						object-fit: contain;
					}
				}
			}

			.icon-box-text {
				.label {
					p {
						margin: 15px 0 0;

						a {
							font-size: 13px;
							line-height: normal;
						}
					}
				}
			}
		}
	}
	.ss-provide{
		.row{
			padding: 0 15%;
		}
		.content{
			margin: 27px 0;
		}
		.col-1{
			padding-bottom: 50px;
		}
		.small-banner{
			padding: 20px 5px 15px;
		}
		.btn-global{
			font-size: 12px;
			padding: 5px 15px;
		}
	}
	.ss-why {
        .sub-title {
            .section-title {
                justify-content: center;
                text-align: center;
            }

            h3 {
                text-align: center;

                span {
                    text-align: center;
                }
            }
        }

        .title {
            .section-title {
                justify-content: center;
                text-align: center;
            }

            h2 {
                text-align: center;

                span {
                    text-align: center;
                }
            }
        }

        .img {
            margin-left: auto;
            margin-right: auto;
        }
    }
}