html {
	scroll-behavior: smooth;
	height: 100%;
}
section {
  scroll-margin-top: 85px; /* navbar ni height jetlu */
}
body {
	background: white;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 16px;
}
.mysite {
	flex: 1 0 auto; /* grow to fill the space between header and footer */
	margin-top: 85px;
}
.container {
	max-width: 1340px;
	width: 100%;
	padding: 0 60px;
}

a,
button {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	outline: none;
}

img {
	max-width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.max-w-100 {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}
.error {
	color: var(--red);
	font-size: var(--font-16);
	margin-bottom: 16px;
	line-height: normal;
}
.hero-section {
	position: relative;
	padding: 45px 0;
	background: url(../images/hero-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-section .hero-title {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 70.89px;
	line-height: 100%;
	color: #000000;
}
.hero-section .hero-text {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 17.7231px;
	line-height: 27px;
	color: #000000;
}
.hero-section .hero-content {
	row-gap: 16px;
}
.hero-section .hero-img-block img {
	margin-right: -60px;
}
.hero-section::before {
	content: "";
	background: linear-gradient(246.74deg, rgba(245, 163, 21, 0.32) 34.97%, rgba(233, 72, 31, 0.32) 84.5%);
	filter: blur(110.769px);
	transform: rotate(75deg);
	background: linear-gradient(246.74deg, rgba(245, 163, 21, 0.32) 34.97%, rgba(233, 72, 31, 0.32) 84.5%);
	filter: blur(110.769px);
	transform: rotate(75deg);
}
.aboutus-sec {
	background-color: #FFF8EB;
	padding: 55px 0;
}
.aboutus-svg {
	position: absolute;
	top: 35%;
	right: 40px;
	transform: translateY(-50%);
}
.aboutus-slider .splide__slide {
	padding-bottom: 18px;
}
.aboutus-slider .splide__slide img {
	border-radius: 25px;
}
.aboutus-slider .splide__slide .splide-content {
	margin: 18px 0;
}
.our-service-categories-sec {
	background: url(../images/bg-my-services.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 38px 0;
}
.our-service-categories-sec .container {
	padding: 0;
}
.our-service-categories-sec .splide__arrow {
	height: 54px;
	width: 54px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px;
	background: linear-gradient(246.74deg, rgba(245, 163, 21, 0.32) 34.97%, rgba(233, 72, 31, 0.32) 84.5%);
	opacity: 0.8;
	border-radius: 1106.58px;
}
.our-service-categories-sec .splide__arrow:hover {
	background: linear-gradient(246.74deg, #F5A315 34.97%, #E9481F 84.5%);
}
.our-service-categories-sec .splide__arrow--prev {
	right: 80px;
	left: auto;
}
.our-service-categories-sec .splide__arrow--next {
	right: 0;
	left: auto;
}

.our-service-categories-sec .my-best-offers,
.my-why-choose .spaceY16 {
	gap: 16px;
}

.small-title {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 17.7231px;
	line-height: 100%;
	text-transform: uppercase;
}
.title {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 70.8923px;
	line-height: 100%;
}
.our-service-categories-sec .splide__arrows {
	position: absolute;
	right: 60px;
	top: -30px;
}

.my-why-choose {
	background: url(../images/bg-why-choose.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 198px 0 60px;
	margin-top: -120px;
	margin-bottom: 200px;
}
.my-why-choose .card-img-block img {
	position: relative;
	right: -90px;
}
.my-why-choose .why-clients-trustus-slider .title {
	margin-bottom: 50px;
}
.mobile-m {
    position: absolute;
    top: 90px;
    left: 20%;
    transform: translateX(-50%);
}
.mobile-m {
	z-index: 20;
}

.mobile-s {
	position: absolute;
	top: 50%;

}
.clients-svg-r {
    position: absolute;
    right: 32px;
    top: -30%;
}

.clients-svg-r svg {
	width: 100%;
	height: 100%;
}

.my-why-choose .small-title,
.my-why-choose .title {
	color: #fff;
}
.my-why-choose .title {
	margin-bottom: 50px;
}
.my-why-choose .title span {
	display: block;
}

.why-clients-container {
	width: 100%;
	max-width: 1370px;
	padding: 0 35px;
}
.why-clients-trustus-slider {
	background-color: #000;
	border-radius: 63px;
	padding: 80px 65px 140px;
	width: 100%;
	margin-bottom: -230px;
	margin-top: -200px;
}
.savings-block {
	z-index: 20;
}
.why-clients-trustus-slider .splide-clients-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 26.5846px;
	gap: 26.58px;
	background: #202731;
	border: 2.21538px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
}
.why-clients-trustus-slider .splide-clients-box .number {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 53.17px;
	height: 53.17px;
	background: #000000;
	border-radius: 53.1692px;
	font-family: 'Inter';
	font-weight: 600;
	font-size: 22.1538px;
	color: #FFFFFF;
}
.why-clients-trustus-slider .splide-clients-box .title {
	font-family: 'Inter';
	font-weight: 600;
	font-size: 22.1538px;
	line-height: 40px;
	color: #FFFFFF;
}
.why-clients-trustus-slider .splide-clients-box .client-description {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 17.7231px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.64);
}

.why-clients-trustus-slider .is-active.is-visible .splide-clients-box {
	background: linear-gradient(246.74deg, rgba(245, 163, 21, 0.32) 34.97%, rgba(233, 72, 31, 0.32) 84.5%);
	border: 2.21538px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0px 53.1692px 110.769px rgba(53, 68, 203, 0.5);
}
.why-clients-trustus-slider .is-active.is-visible .splide-clients-box .number .text-block {
	background-color: #fff;
	background: linear-gradient(246.74deg, #F5A315 34.97%, #E9481F 84.5%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	background-color: #fff;
}
.why-clients-trustus-slider .is-active.is-visible .splide-clients-box .number {
	background-color: #fff;
	overflow: hidden;
}
.why-clients-trustus-slider .splide__arrow {
	height: 54px;
	width: 54px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 6px;
	background: #fff;
	border-radius: 1106.58px;
	top: -54px;
	opacity: 100;
	right: 0;
	z-index: 20;
}
.why-clients-trustus-slider .splide__arrow:hover {
	background: #fff;
	opacity: 0.8;
}
.why-clients-trustus-slider .splide__arrow--prev {
	right: 80px;
	left: auto;
}
.why-clients-trustus-slider .splide__arrow--next {
	right: 0;
	left: auto;
}

.get-in-touch-sec {
	background-color: #FFF8EB;
	padding: 22px 0 0;
	overflow: hidden;
}

.get-in-touch-content {
	margin-bottom: 50px;
}
.get-in-touch-sec .small-title {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 17.7231px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	font-feature-settings: 'liga' off;
	color: #7F7D8B;
}

.get-in-touch-sec .title {
	line-height: 100%;
	text-align: center;
	color: #000000;
}

.get-in-touch-sec .form-block {
	padding-left: 100px;
	padding-bottom: 38px;
}

.get-in-touch-sec .img-block img {
	position: relative;
	bottom: -30px;
}
.testimonials-sec {
	background-color: #000;
	padding: 28px 0;
	overflow: hidden;
}

.testimonials-sec .svg-q-l {
	position: absolute;
	top: -22px;
	left: 0;
}
.testimonials-sec .svg-q-r {
	position: absolute;
	right: 0px;
	top: -22px;
}
.svg-b-r {
	position: absolute;
	right: 0;
	bottom: 0;
}
.testimonials-sec .small-title {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	font-size: 17.7231px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #7F7D8B;
}

.testimonials-sec .title {
    text-align: center;
    color: #fff;
	font-family: 'Ubuntu';
	margin-bottom: 50px;
}
.testimonials-sec  .testimonials-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	gap: 40px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}
.testimonials-sec .user-img-block {
	height: 54px;
	width: 54px;
	border-radius: 300px;
	object-fit: cover;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.testimonials-sec .testimonials-content {
	padding-left: 10px;
}
.testimonials-sec .testimonials-content h4 {
	font-size: 22px;
	color: #000000;
	font-weight: 500;
	font-family: 'Inter';
	margin-bottom: 3px;
}
.testimonials-sec .testimonials-content p {
	font-size: 17px;
	color: #000000;
	font-weight: 500;
	font-family: 'Inter';
	margin-bottom: 0;
}
.testimonials-sec .splide__pagination {
    right: -40px;
    left: auto;
    top: 50%;
	transform: translateY(-50%);
    bottom: auto;
    display: flex;
	gap: 17px;
    flex-direction: column;
	width: 8px;
	padding: 0;
}
.testimonials-sec .splide__pagination .splide__pagination__page {
	width: 8px;
	height: 33px;
	background-color: #E8E8E8;
	border-radius: 8px;
}
.testimonials-sec .splide__pagination .splide__pagination__page.is-active {
	background-color: #7F7D8B;
	height: 66px;
}

.grid-cols-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.testimonials-splide {
	z-index: 20;
	position: relative;
}
.mobile-mshow {
	display: none;
}
@media (max-width:1280px) {
	.title {
        font-size: 40px;
    }
	.hero-section .hero-title {
		font-size: 45px;
	}
}
@media (max-width:1280px) {
.mobile-m {
		width: 70%;
		top: 0;
}	
}
@media (max-width:1180px) {
    .title {
        font-size: 38px;
    }
	.hero-section .hero-title {
		font-size: 45px;
	}
	.aboutus-sec .aboutus-left svg {
		display: none;
	}
	.mobile-m {
		width: 70%;
		top: 0;
	}
	.why-clients-trustus-slider {
		padding-top: 100;
		padding-bottom: 50px;
	}
	.my-why-choose .title span {
		display: inline-block;
	}
}
@media (max-width:992px) {
	.container,
	.our-service-categories-sec .container {
		padding: 0 16px; 
	}
	.hero-section .hero-img-block img {
		margin: 0 0 -20px;
	}
	.hero-section .hero-title {
		font-size: 40px;
	}
	.hero-section {
		padding-bottom: 0;
		overflow: hidden;
	}
	.aboutus-sec .slider-aboutus-block {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.aboutus-sec .aboutus-left {
		text-align: center;
		padding-bottom: 30px;
	}
	.aboutus-sec .aboutus-left img {
		width: 80%;
		margin: 0 auto;
	}
	.aboutus-sec .aboutus-left svg {
		margin-top: -40px;
        transform: rotate(70deg);
        width: 90px;
	}
	.title {
		font-size: 32px;
	}
	.my-why-choose .title span {
		display: inline-block;
	}
	.mobile-m {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	.get-in-touch-content,
	.my-why-choose .title {
		margin-bottom: 0;
	}
	.aboutus-sec {
		padding: 24px 0;
	}
	.aboutus-slider .splide__slide {
		padding-bottom: 0;
	}
	.my-why-choose {
        margin-top: -200px;
        padding-top: 270px;
	}
	.my-why-choose .card-img-block img {
		right: auto;
	}
	.clients-svg-r {
		right: 12px;
	}
	.why-clients-trustus-slider {
		padding: 140px 16px 40px;
	}
	.card-img-block  {
		display: none;
	}
	.my-why-choose-container {
		text-align: center;
	}
	.get-in-touch-sec .form-block {
		padding: 60px 0 40px 0;
		width: 100%;
	}
	.testimonials-sec .testimonials-box {
		margin: 40px 0;
	}
	.aboutus-slider .splide__slide .splide-content {
		padding-bottom: 30px;
	}
	.our-service-categories-sec .splide__arrows {
		top: -30px;
		right: 0;
	}
	.our-service-categories-sec .my-best-offers {
		padding-bottom: 60px;
	}
	.our-service-categories-sec .splide__arrow {
		right: 0;
		width: 40px;
		height: 40px;
	}
	.our-service-categories-sec .splide__arrow--prev {
		right: 55px;
	}
	.aboutus-slider.slider-block {
		text-align: center;
	}
	.testimonials-img-block img {
		margin: 0 auto;
	}
	.aboutus-sec .aboutus-left svg {
		display: flex;
	}
	.testimonials-sec .splide__pagination {
		right: 0;
		display: flex;
		flex-direction: row;
		justify-content: end;
		width: 100%;
		top: 0;
	}
	.testimonials-sec .splide__pagination .splide__pagination__page {
		width: 20px;
		height: 5px;
	}
	.testimonials-sec .splide__pagination .splide__pagination__page.is-active {
		width: 40px;
		height: 5px;
	}
	.my-why-choose .why-clients-trustus-slider .title {
		margin-bottom: 20px;
	}
	.mobile-m {
		width: 100%;
		display: none;
	}
	.mobile-mshow {
		width: 50%;
		margin: 0 auto;
		margin-top: 50px;
		display: block;
	}
	.clients-svg-r {
		display: none;
	}
	.why-clients-trustus-slider {
		margin-top: -100px;
	}
	.why-clients-trustus-slider {
		padding-top: 40px;
	}
	.card-img-block {
        display: block;
    }
	.my-why-choose .card-img-block img {
        right: auto;
        margin-bottom: -100px;
    }
	.my-why-choose .why-clients-trustus-slider h3.title {
		margin-bottom: 100px;
	}
	.why_clients_trustus .splide__list {
		align-items: self-start !important;
	}
}

@media (max-width:767px) {
    .my-why-choose {
    	margin-top: -150px;
        padding-top: 170px;
    }
	.my-why-choose .card-img-block img {
        right: auto;
        margin-bottom: -10px;
    }
}