
	.section-one-home {
		background-color: var(--dark-blue);
		background-image: url('https://ovrtoptreescom71e39.zapwp.com/q:i/r:0/wp:0/w:1/u:ovrtoptrees.com/wp-content/uploads/2026/06/home-hero-desktop.webp');
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
		text-align: center;
		padding: 120px 0px 20px 0px;
		color: white;
	}

	.home-sec1 h1 {
		color: #fff;
		font-size: 60px;
		line-height: 1.2;
		font-weight: 700;
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.home-sec1 h2 {
		font-size: 30px;
		font-weight: 700;
	}

	.home-sec1 p {
		color: #fff;
		font-size: 20px;
		line-height: 27px;
		font-weight: 400;
		margin-bottom: 25px;
	}

	.home-btn {
		display: flex;
		justify-content: center;
		gap: 15px;
		column-gap: 30px;
	}

	.home-btn a {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		padding: 12px 15px 14px;
		display: inline-flex;
		align-items: center;
		gap: 10px;
	}

	.home-btn a .fa {
		color: var(--dark-blue);
		background-color: #fff;
		font-size: 18px;
		border-radius: 100px;
		padding: 2px 8px;
		width: 22px;
		height: 22px;
		margin-left: 8px;
	}

	.home-btn a.green {
		background-color: var(--secondary);
		border-radius: 5px;
	}

	.home-btn a.orange {
		background-color: #FF5E14;
		font-weight: 400;
		border-radius: 5px;
	}

	.home-btn a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	.section-two-home {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 70px 0px;
		background-color: var(--dark-blue);
	}

	.section-two-home h2 {
		color: #fff;
		font-size: 48px;
		line-height: 55px;
		font-weight: 700;
		text-align: center;
		max-width: 65%;
		margin: 0 auto;
		margin-bottom: 0px;
		margin-bottom: 35px;
	}

	.section-two-home a {
		color: inherit;
	}

	.section-two-home a:hover {
		text-decoration: none;
	}

	.section-two-home .col-inner {
		height: 100%;
		background-color: #fff;
		position: relative;
		padding-bottom: 80px;
	}

	.sec2-title {
		color: #fff;
	}

	.sec2-title .subhead {
		color: var(--red)
	}

	.sec2-title p {
		text-align: center;
		font-size: 16px;
		line-height: 23px;
		color: #fff;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.sec2-inner {
		background-color: #fff;
		background-repeat: repeat;
		background-position: center;
		border-top-left-radius: 5px;
		padding: 30px 20px 0px 20px;
		border-top-right-radius: 5px;
	}

	.sec2-inner img,
	.sec2-inner svg {
		display: block;
	}

	.sec2-inner h3 {
		display: inline-block;
	}

	.section-two-home hr {
		background-color: var(--red);
		width: 72px;
		height: 2px;
		text-align: left;
		margin: 10px 0 0;
		transition: width 0.3s ease-in-out;
	}

	.section-two-home a:hover h3 hr {
		width: 100%;
		transition: width 0.3s ease-in-out;
	}

	.section-two-home .col-md-4 {
		margin-bottom: 30px;
	}

	.sec2-inner p {
		margin-bottom: 0px;
	}

	.sec2-btns {
		background-color: var(--light);
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}

	.sec2-btns>div {
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	.sec2-btns a {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
	}

	.sec2-btns .blue {
		background-color: #1C262F;
	}

	.sec2-btns .orange {
		background-color: var(--orange);
	}

	.sec2-btns .blue .fa.fa-angle-right {
		color: #fff;
		background-color: var(--red);
		font-size: 18px;
		border-radius: 100px;
		padding: 2px 8px;
		width: 22px;
		height: 22px;
		margin-left: 8px;
	}

	.sec2-btns .orange .fa.fa-angle-right {
		color: var(--dark-blue);
		background-color: #fff;
		font-size: 18px;
		border-radius: 100px;
		padding: 2px 8px;
		width: 22px;
		height: 22px;
		margin-left: 8px;
	}

	.sec2-inner h3 {
		color: #1C262F;
		font-size: 20px;
		line-height: 27px;
		margin-top: 15px;
		margin-bottom: 15px;
		font-weight: 700;
	}

	.sec2-btns a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	.section-three-home .row {
		align-content: center;
		align-items: center;
	}

	.section-three-home h2 {
		color: var(--dark-blue);
		font-size: 42px;
		line-height: 1.2;
		font-weight: 700;
		margin-top: 0px;
	}

	.section-three-home h3 {
		color: var(--red);
		font-size: 16px;
		line-height: 23px;
		margin-top: 0px;
		margin-bottom: 5px;
		font-weight: 700;
	}

	.section-three-home p,
	.section-three-home li {
		color: #000;
	}

	.section-three-home li::before {
		content: "\f00c";
		font-family: "FontAwesome";
		color: #fff;
		background-color: var(--red);
		border-radius: 100px;
		padding: 3px 3px;
		font-size: 14px;
		margin-right: 10px;
	}

	.section-three-home ul {
		list-style: none;
		margin: 0 auto;
		padding: 0px;
		margin-bottom: 20px;
	}

	.section-three-home ul li {
		margin-bottom: 5px;
	}

	.section-three-home p a {
		color: #484E54;
	}

	.section-three-home {
		padding: 80px 0px;
	}

	.section-three-home .buttons-line .btn-call {
		border-radius: 10px;
	}

	.section-three-home .buttons-line .btn-call .fa {
		color: var(--dark-blue);
		background-color: #fff;
		border-radius: 100px;
		padding: 2px 8px;
		width: 22px;
		height: 22px;
	}

	.rl-gallery:not(.rl-hidden-text) .rl-gallery-link::after {
		background-color: #cd4800B5 !important;
	}

	[class^="rl-hover-icon-"] .rl-gallery-link::before,
	[class*=" rl-hover-icon-"] .rl-gallery-link::before {
		color: #000 !important;
		background-color: #fff !important;
		font-size: 30px !important;
	}

	.sec4-btn a {
		color: #fff;
		background-color: var(--red);
		font-size: 24px;
		font-weight: 700;
		display: inline-block;
		padding: 15px 25px;
		border-radius: 5px;
	}

	.sec4-btn a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	.sec4-btn {
		text-align: center;
		margin-top: 35px;
	}

	.section-four-home {
		padding-bottom: 80px;
		background-color: #fff;
	}

	.section-five-home h2 {
		font-size: 32px;
		line-height: 39px;
		font-weight: 700;
		margin-top: 0px;
	}

	.section-five-home {
		text-align: center;
		padding: 60px 0px;
		background-color: var(--dark-blue);
		color: #fff;
	}

	.section-five-home .row {
		align-content: center;
		align-items: center;
		justify-content: center;
	}

	.sec5-inner {
		padding: 25px 15px;
		background-color: #fff;
		min-height: 207px;
		display: grid;
		justify-content: center;
		align-content: flex-start;
		align-items: center;
		border: 1px solid #EBEBEB;
		border-radius: 10px;
		text-align: left;
		height: 100%;
	}

	.sec5-inner img {
		text-align: center;
		margin: 0;
	}

	.sec5-inner h3 {
		color: var(--dark-blue);
		font-size: 18px;
		line-height: 25px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.section-five-home .col-md-4 {
		margin-bottom: 30px;
	}

	.sec5-inner p {
		color: #000;
		font-size: 16px;
		line-height: 23px;
		font-weight: 400;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.section-five-home .col-md-3 {
		margin-bottom: 25px;
	}

	.section-five-home .col-md-12 {
		margin-bottom: 25px;
	}

	.section-five-home a {
		color: #484E54;
	}

	.section-five-home .col-md-12 p {
		padding: 0px 100px;
	}

	.home .section-six-home.cta-content {
		background-image: url('https://ovrtoptreescom71e39.zapwp.com/q:i/r:0/wp:0/w:1/u:ovrtoptrees.com/wp-content/uploads/2026/06/cta-bg.webp');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 50px 0px;
		text-align: center;
	}

	.section-six-home h2 {
		color: #fff;
		font-size: 36px;
		line-height: 43px;
		font-weight: 700;
		margin-top: 0px;
	}

	.section-six-home p {
		color: #E2E2E2;
		font-size: 16px;
		line-height: 23px;
		font-weight: 400;
	}

	.sec6-btn a {
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		background-color: var(--red);
		display: inline-block;
		padding: 15px 30px;
	}

	.sec6-btn a:hover {
		text-decoration: none;
		opacity: 0.8;
	}

	@media screen and (max-width: 1240px) {
		.home-sec1 p {
			font-size: 18px !important;
			line-height: 25px !important;
			padding: 0px 0px !important;
			margin-bottom: 25px;
		}

		.home-btn a {
			font-size: 22px !important;
			padding: 20px 25px;
		}

		.section-one-home {
			padding: 60px 0px 20px 0px !important;
		}

		.section-two-home {
			padding: 55px 0px !important;
		}

		.section-two-home h2 {
			font-size: 45px !important;
			line-height: 52px !important;
			margin-bottom: 30px !important;
		}

		.sec4-btn a {
			font-size: 20px !important;
			padding: 20px 50px !important;
		}

		.section-four-home {
			padding-bottom: 60px !important;
		}
	}

	@media screen and (max-width: 1200px) {
		.section-one-home {
			padding: 50px 0px 20px 0px !important;
		}

		.section-three-home {
			padding: 60px 0px !important;
		}

		.section-four-home .rl-gallery-item img {
			width: 100%;
		}
	}

	@media screen and (max-width: 1024px) {
		.home-sec1 h1 {
			font-size: 50px;
			line-height: 57px;
			margin-bottom: 20px;
		}

		.home-btn a {
			font-size: 18px !important;
			padding: 18px 23px;
		}

		.section-two-home {
			padding: 40px 0px !important;
		}

		.section-two-home h2 {
			font-size: 35px !important;
			line-height: 42px !important;
			margin-bottom: 20px !important;
		}

		.section-three-home {
			padding: 40px 0px !important;
		}

		.section-three-home h2 {
			font-size: 30px;
		}

		.section-three-home p,
		.section-three-home li {
			font-size: 15px;
			line-height: 22px;
		}

		.section-five-home {
			padding: 40px 0px !important;
		}

		.section-five-home h2 {
			font-size: 30px !important;
			line-height: 37px !important;
		}

		.section-five-home .col-md-12 p {
			padding: 0px 0px !important;
			font-size: 15px !important;
			line-height: 22px !important;
		}

		.section-six-home {
			padding: 40px 0px !important;
		}

		.section-six-home h2 {
			font-size: 33px !important;
			line-height: 40px !important;
			margin-bottom: 15px !important;
		}

		.section-six-home p {
			font-size: 15px !important;
			line-height: 22px !important;
		}
	}

	@media screen and (max-width: 900px) {
		.home-sec1 h1 {
			font-size: 45px;
			line-height: 52px;
			margin-bottom: 15px;
		}

		.home-sec1 p {
			font-size: 17px !important;
			line-height: 23px !important;
			margin-bottom: 20px !important;
		}

		.section-one-home {
			padding: 50px 0px 20px 0px !important;
		}
	}

	@media screen and (max-width: 768px) {
		.home-sec1 h1 {
			font-size: 40px;
			line-height: 47px;
		}

		.home-sec1 h2 {
			font-size: 25px;
		}

		.section-one-home {
			padding: 40px 0px 50px 0px !important;
		}

		.section-three-home h2 {
			font-size: 28px;
		}

		.section-four-home {
			padding: 0px 0px 50px 0px !important;
		}

		.sec4-btn a {
			font-size: 18px !important;
			padding: 16px 40px !important;
		}

		.section-five-home h2 {
			font-size: 28px !important;
			line-height: 35px !important;
		}

		.section-six-home h2 {
			font-size: 30px !important;
			line-height: 37px !important;
			margin-bottom: 10px !important;
		}
	}

	@media screen and (max-width: 767px) {
		.section-one-home {
			background-image: url('https://ovrtoptreescom71e39.zapwp.com/q:i/r:0/wp:0/w:1/u:ovrtoptrees.com/wp-content/uploads/2026/06/home-hero-mobile.webp');
		}

		.home-btn {
			flex-direction: column;
			align-items: center;
		}
	}

	@media screen and (max-width: 700px) {
		.home-sec1 h1 {
			font-size: 35px;
			line-height: 42px;
		}

		.section-two-home h2 {
			font-size: 30px !important;
			line-height: 37px !important;
			margin-bottom: 15px !important;
			max-width: 100% !important;
		}

		.section-two-home .col-md-4 {
			margin-bottom: 20px;
		}

		.section-three-home img {
			width: 100%;
			margin-bottom: 20px;
		}

		.section-three-home h2 {
			font-size: 25px;
			margin-bottom: 15px;
		}

		.section-five-home h2 {
			font-size: 25px !important;
			line-height: 31px !important;
			margin-bottom: 15px !important;
		}
	}

	@media screen and (max-width: 640px) {
		.home-sec1 h1 {
			font-size: 30px;
			line-height: 37px;
		}

		.home-sec1 h2 {
			font-size: 20px;
		}

		.home-btn a {
			font-size: 17px !important;
			padding: 17px 20px 17px 10px;
			width: 283px;
			max-width: 100%;
		}

		.section-three-home h2 {
			font-size: 23px;
		}

		.section-five-home h2 {
			font-size: 23px !important;
			line-height: 29px !important;
		}
	}

	@media screen and (max-width: 349px) {
		.home-btn a {
			justify-content: center;
		}

		.home-btn a .fa {
			display: none;
		}
	}
