@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

.title+.text {
	margin-top: 0;
}

.wow {
	visibility: hidden;
}

.header .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 0.85rem !important;
}

.header .header-info-logo-img img {
	width: 240px;
}

.cw-header-info .container {
	max-width: 1140px;
}

.cw-header-contact {
	font-size: 0.9rem;
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.25rem;
	color: var(--color-theme-secondary);
}

.header .navbar .active>.nav-link,
.navbar .nav-link:hover {
	color: var(--color-theme-highlight);
}

.cw-address:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f3c5";
	padding-right: 0.5rem;
	color: var(--color-theme-secondary);
}

.cw-phone:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f2a0";
	padding-right: 0.5rem;
	color: var(--color-theme-secondary);
}

header .navbar .dropdown-item {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: 400 !important;
}

.header .navbar .dropdown-menu {
	background: #EEEEEE;
}

@media (min-width: 992px) {
	.cw-header-info .header-info-logo-img {
		position: absolute;
		z-index: 1040;
		top: unset;
	}

	nav.navbar .container {
		min-height: 75px;
	}

	/* keeps nav items on the right side of header */
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 250px);
		justify-content: center;
	}

	.header .dropdown-menu[data-bs-popper] {
		/* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
		left: unset;
		right: 0;
	}
}

@media (min-width: 1400px) {

	.header .container,
	.cw-header-contact .container {
		max-width: 1340px;
	}
}

/* Slideshow */

.cw-padding {
	padding: 0;
}

/* Slides */
.cw-carousel-fade .carousel-item:nth-child(1) {
	background-image: url("https://post.carsforsale.com/CustomTemplatePhotos/1022963/photos/ss1.47647ef6.jpg");
}

.cw-carousel-fade .carousel-item:nth-child(2) {
	background-image: url("https://post.carsforsale.com/CustomTemplatePhotos/1022963/photos/ss2.86eee150.jpg");
}

.cw-carousel-fade .carousel-item:nth-child(3) {
	background-image: url("https://post.carsforsale.com/CustomTemplatePhotos/1022963/photos/ss3.8f7e8cb0.jpg");
}

.cw-carousel-fade .carousel-item {
	background-size: 120%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 29vw;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

	.cw-carousel-fade .carousel-inner>.item.next,
	.cw-carousel-fade .carousel-inner>.item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.cw-carousel-fade .carousel-inner>.item.prev,
	.cw-carousel-fade .carousel-inner>.item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.cw-carousel-fade .carousel-inner>.item.next.left,
	.cw-carousel-fade .carousel-inner>.item.prev.right,
	.cw-carousel-fade .carousel-inner>.item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@media(max-width: 568px) {
	.cw-carousel-fade .carousel-item {
		background-size: 212%;
		height: 52vw;
	}
}

/* Waves */
.cw-waveSlides {
	position: relative;
}

.cw-waveSlides .cw-inner-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: block;
	width: 100%;
	text-align: center;
	z-index: 2;
	overflow: hidden;
	padding: 1em;
}

.cw-waveSlides .cw-inner-header h1 {
	font-style: italic;
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	top: 0%;
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
}

.cw-waveSlides .cw-waves {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	min-height: 40px;
	z-index: 2;
}

/* Animation */
.cw-parallax>use {
	-webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
	animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.cw-parallax>use:nth-child(1) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
}

.cw-parallax>use:nth-child(2) {
	-webkit-animation-delay: -3s;
	animation-delay: -3s;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}

.cw-parallax>use:nth-child(3) {
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 13s;
	animation-duration: 13s;
}

.cw-parallax>use:nth-child(4) {
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
	-webkit-animation-duration: 20s;
	animation-duration: 20s;
}

@-webkit-keyframes move-forever {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0);
	}
}

@keyframes move-forever {
	0% {
		-webkit-transform: translate3d(-90px, 0, 0);
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(85px, 0, 0);
		transform: translate3d(85px, 0, 0);
	}
}

/* Prevent mobile page break / horizontal scroll */
@media (max-width:991px){

    html,
    body{
        overflow-x:hidden;
    }

    .cw-waves{
        width:100%;
        min-width:100%;
        height:80px;
    }
}

@media (min-width: 440px) {
	.cw-waveSlides .cw-inner-header h1 {
		top: 22%;
		-webkit-transform: translateY(-22%);
		-ms-transform: translateY(-22%);
		transform: translateY(-22%);
		padding: 0.3em 0;
	}
}

@media (min-width: 768px) {
	.cw-waveSlides .cw-waves {
		height: 15vh;
		margin-bottom: -7px;
		min-height: 70px;
		max-height: 70px;
	}

	.cw-waveSlides .cw-inner-header h1 {
		font-size: 4vw;
	}

	.cw-waveSlides .cw-inner-header h1 {
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	}
}

@media (min-width: 992px) {
	.cw-carousel-fade .item {
		background-size: cover;
		height: 30vw;
	}
}

@media (min-width: 1200px) {
	.cw-waveSlides .cw-waves {
		min-height: 100px;
	}
}

@media (min-width: 1400px) {
	.cw-waveSlides .cw-waves {
		min-height: 140px;
	}

	.cw-carousel-fade .item {
		background-size: cover;
		height: 25vw;
	}
}

section.inventory-search-module .btn-primary {
	background: var(--color-theme-secondary);
	border-color: var(--color-theme-secondary);
}

section.inventory-search-module .form__wrapper {
	border-radius: 0 !important;
	border: 0 !important;
}

@media (min-width: 992px) {

	.page-home .inventory-search-module {
		position: relative;
		margin-top: 0 !important;
		padding-bottom: 4rem;
	}

	section.inventory-search-module .form__wrapper {
		background: #EEEEEE !important;
		border-color: #CCCCCC !important;
	}

	.page-home section.inventory-search-module label {
		font-weight: 700;
	}

	section.inventory-search-module>.container {
		max-width: 1320px !important;
	}
}

.page-home .list {
	padding-top: 1.5rem;
	padding-bottom: 5em;
}

.page-home .list .list-img-wrap {
	padding: 54% 0;
}

.page-home .list .list-wrap {
	position: relative;
	margin-bottom: 0;
}

.page-home .list .list-text-title {
	position: absolute;
	bottom: 15%;
	left: 5%;
	right: 5%;
	width: auto;
	height: auto;
	color: #FFFFFF;
	margin: auto;
	text-shadow: 0 0 4px #000000;
	pointer-events: none;
}

.page-home .list .list-img-photo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.25;
	transition: opacity 0.5s linear 0.1s;
}

.page-home .list a.list-img-link:hover .list-img-photo:after {
	opacity: 0.5;
	background: var(--color-theme-highlight);
}

.page-home .list .btn {
	display: none;
}

.page-home .inventoryslideshow {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem !important;
}

.cw-homeAbout {
	margin-bottom: 2.5rem;
	padding: 4rem 0;
	background:
		linear-gradient(to bottom, rgb(0 0 0 / 72%), rgb(0 0 0 / 72%)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/089624034ABDB78384DFD81D1680D2D0.jpg");
	background-size: cover;
}

.cw-homeAbout .col-12 {
	z-index: 2;
}

.textwithimage h3 span {
	margin-bottom: 0.25rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60%;
	color: var(--color-theme-secondary);
}

.cw-homeSpecial {
	margin-bottom: 6rem;
	color: #FFFFFF;
}

.cw-homeSpecial .cw-homeSpecial-wrapper {
	padding: 2em;
}

.cw-homeSpecial h4 {
	font-size: 2rem;
}

.cw-homeSpecial img {
	width: 400px;
}

.cw-homeSpecial .container {
	background: var(--color-theme-highlight);
}

@media (max-width: 576px) {
	.cw-homeSpecial .cw-homeSpecial-content {
		margin-bottom: 2em;
	}
}

@media (min-width: 768px) {
	.page-home .list .list-text-title {
		font-size: 1.75rem;
	}

	.cw-homeAbout {
		padding: 6rem 0;
	}

	.cw-homeAbout h3 {
		margin-bottom: 1rem;
		font-size: 2.5rem;
	}

	.cw-homeSpecial h4 {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.page-home .textwithimage h2 {
		margin-bottom: 1rem;
		font-size: 2.5rem;
	}

	.cw-homeSpecial h4 {
		font-size: 2.5rem;
	}

	.cw-homeSpecials .lead {
		font-size: 1.3rem;
	}
}

@media (min-width: 1340px) {

	.page-home .textwithimage h2,
	.cw-homeAbout h3 {
		font-size: 3rem;
	}

	.page-home .list .list-text-title {
		font-size: 2rem;
	}

	.cw-homeAbout {
		background-attachment: fixed;
	}
}

.popular-vehicles-sections {
	margin: 5em auto !important;
}

.card__multi__style2 .item__card {
	border-radius: 0 !important;
}

.inventoryslideshow h3 {
	font-size: 1.2rem !important;
}

.inventoryslideshow .item__data__price {
	font-size: 1.25rem !important;
}

.inventoryslideshow-slick {
	padding-top: 1rem;
}

.inventoryslideshow-title-heading {
	font-size: 2.25rem;
}

.inventoryslideshow-title-heading span {
	margin-bottom: 0.25rem;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60%;
	color: var(--color-theme-secondary);
}

@media (min-width: 768px) {
	.inventoryslideshow-title-heading {
		font-size: 2.75rem;
	}
}

@media (min-width: 1340px) {
	.inventoryslideshow-title-heading {
		font-size: 3rem;
	}
}

.inventory {
	padding-top: 0 !important;
}

.dropdown-menu .badge {
	color: var(--color-theme-primary);
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory .srp-sidebar .card-header::before {
	border-color: transparent !important;
}

.inventory .card {
	background: #EEEEEE !important;
}

.inventory .inventory-cta .btn {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.inventory .vehicle-card.layout-2 .inventory-title {
	font-size: 1.2rem !important;
}

.inventory .vehicle-card.layout-2 .price {
	background: var(--color-theme-primary) !important;
	font-weight: 700;
}

.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
	color: var(--color-theme-text-btn);
}

.inventory .carousel-indicators {
	background: rgba(255, 255, 255, 0.4) !important;
	bottom: 0 !important;
	margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	background: var(--color-theme-highlight);
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
	background: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight) !important;
}

.vdp__title__mod {
	background: var(--color-theme-highlight);
	padding: 1.5rem 1rem 1rem;
	color: #FFFFFF;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 25px !important;
}

.page-inventory .container.mb-4 {
	max-width: none;
	margin-bottom: 0 !important;
	padding: 1rem;
	background: var(--color-theme-primary);
	color: #FFFFFF;
}

p.veh__generation,
.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
	color: #FFFFFF !important;
}

@media (min-width: 992px) {
	.page-inventory .container.mb-4 {
		padding: 3rem 4rem;
	}
}

section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background:
		linear-gradient(to bottom, rgb(0 0 0 / 60%), rgb(0 0 0 / 60%)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8AF19A58991466F4E9AEE86B057B97B2.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: #FFFFFF;
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
}

section:not(.page-home) .title h1 {
	font-size: 2rem;
}

section:not(.page-home) .form {
	padding-top: 1rem;
}

@media (min-width: 992px) {
	section:not(.page-home) .title .title-heading {
		padding: 3.5rem 0;
	}

	section:not(.page-home) .title h1 {
		font-size: 2.5rem;
	}
}

.form-forms-header {
	font-size: 1.75rem;
}

.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000000;
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight);
}

.cw-footer {
	padding: 4rem 0;
	background-color: #dddddd;
	background-size: cover;
	text-align: center
}

.cw-footer iframe {
	width: 100%;
	height: 350px;
}

.cw-footer a {
	color: var(--white)
}

.cw-address,
.cw-phone {
	position: relative;
	line-height: 1.35;
	padding-left: 1.5rem;
	font-size: 1.1rem
}

.cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: var(--white)
}

.cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: 0;
	top: 2px;
	padding-right: .5rem;
	color: var(--white)
}

.cw-footerMenu a {
	display: block;
	margin-bottom: .65rem;
	font-weight: 700
}

.cw-footerMenu a:hover,
.cw-social a:hover,
.cw-phone:hover {
	color: var(--color-theme-secondary)
}

.cw-footer h5,
.business-hours .bh-title {
	margin-bottom: 1rem;
	color: var(--color-theme-primary);
	padding-left: 0;
	border: none;
	font-size: 1.25rem
}

.cw-social a {
	display: inline-block;
	margin: 0 .5rem 0 0
}

.cw-social i {
	font-size: 25px
}

.footer {
	padding-top: 0
}

footer>.container {
	display: none
}

@media(min-width: 768px) {
	.cw-footer {
		text-align: left
	}
}

/* -------------------- VDP sticky nav & accessibility fixes ---------------------- */
.vdp-module-canvas-razor-wrapper .vdp__container .row {
	margin: auto;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:767px) {
	.vdp-module-canvas-razor-wrapper .vdp__details__mod .row>* {
		padding: 0 !important;
	}
}

.sn_business_openclose.open {
	background: var(--color-theme-primary) !important;
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	font-size: .7rem !important;
	padding: 7px 10px !important;
}

@media (min-width:440px) {
	.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn {
		font-size: .8rem !important;
		padding: 7px 12px !important;
	}
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:hover {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod button.sn_more_btn:before {
	background: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a:hover {
	color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a:hover {
	color: var(--color-theme-primary);
}

/* Template Button text Size  */
.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_item button.button_sn_item {
	font-size: 1rem !important;
}

/* VDP Dealership info mod  */
@media (max-width:767px) {
	.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .row>* {
		padding: 0 !important;
	}
}

@media (max-width:991px) {
	.vdp-module-canvas-razor-wrapper .vdp__container .vdp__dealerInfo__mod {
		margin-bottom: 0 !important;
	}
}

.vdp-module-canvas-razor-wrapper .vdp__dealerInfo__mod .store__hours {
	margin-bottom: 1em;
}

/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
	margin-bottom: 2em;
}

/* Loan App Mobile  */
.vdp__loanCalc__mod .narrow__col-12 {
	padding: 0;
}


/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
	color: var(--color-theme-header);
	margin: 0 0 .5em 0;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
	border: 0 !important;
	margin-top: 1em !important;
	margin-bottom: 1.5em;
	border-radius: .8vw !important;
}

/* ====================== Start finding section ================= */
.cw_jumpSection .cw_cta {
	margin: 1em;
	text-align: center;
}

.cw_jumpSection .cw_cta h5 {
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1em;
}

.cw_jumpSection .cw_cta h5 span.cw_smaller {
	font-size: 0.7em;
}

.cw_jumpSection .cw_cta h5 span.cw_color {
	color: #db0000 !important;
}

.cw_jumpSection .cw_cta p {
	color: #666666 !important;
}

.cw_jumpSection .cw_cta a {
	margin-bottom: 4px;
}

.cw_jumpSection img.cw_car {
	padding: 2em;
	height: auto;
	margin: 0 auto;
}

/* MD: 992px and Up */
@media (min-width: 992px) {
	.row.cw_equalVertical {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cw_jumpSection .cw_cta {
		text-align: left;
	}

	.cw_jumpSection .cw_cta h5 {
		font-size: 3em;
	}
}

.cw_jumpSection {
	padding: 3rem 0;
}


/* Testimonials Page */
section.testimonials {
	background-image:
		linear-gradient(0deg, #FFFFFF, rgba(255, 255, 255, .5)),
		url("https://s3.amazonaws.com/fcwebmanager/Textures/SmartSites/HeroImages/0/texture_14.jpg");
	background-size: contain;
	padding: 3rem 0 0rem 0;
}

.shadow-effect {
	background: #FFFFFF;
	padding: 20px;
	border-radius: 1em;
	text-align: center;
	border: 1px solid #EEEEEE;
	border-bottom: 3px solid var(--color-theme-primary);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25), 0 9px 15px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}

h2.review-letter {
	color: var(--color-theme-primary);
	margin-bottom: 0.5em;
	padding: 10px;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: var(--color-theme-primary);
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #FFFFFF;
	box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
	text-align: center;
	padding: 30px 0;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: var(--color-theme-primary);
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: var(--color-theme-primary);
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(.3) rotate(45deg);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

/*----- homepage about us -----*/

.cw-abt {
		background: #dddddd;
	}

	.cw-abt-wrapper {
		background: #ffffff;
		overflow: hidden;
		/*border: 1px solid #d9d9d9;*/
	}

	.shadow-sm {
		box-shadow: 0 .125rem .25rem rgb(0 0 0 / 50%) !important;
	}

	.cw-abt-img img {
		object-fit: cover;
		min-height: 100%;
	}

	.cw-abt-cnt {
		padding: 50px 55px;
	}

	.cw-abt-title {
		font-size: 3rem;
		font-weight: 800;
		letter-spacing: 2px;
		margin-bottom: 25px;
		color: #000;
	}

	.cw-abt-cnt p {
		font-size: 1rem;
		line-height: 1.9;
		color: #333;
		margin-bottom: 24px;
	}

	@media (max-width: 991px) {
		.cw-abt-col {
			flex-direction: column;
		}

		.cw-abt-cnt {
			padding: 40px 30px;
		}

		.cw-abt-title {
			font-size: 2.3rem;
		}
	}

	@media (max-width: 767px) {
		.cw-abt-title {
			font-size: 2rem;
		}

		.cw-abt-cnt {
			padding: 30px 20px;
		}

		.cw-abt-cnt p {
			line-height: 1.7;
		}
	}

	@media (min-width: 992px) {
		.cw-abt-img {
			width: 1800px;
		}
	}