@media (min-width: 1240px){
	.cozigo-theme .home-slider .owl-nav .owl-prev {
		right: auto;
		left: 3.5rem;
	}

	.cozigo-theme .home-slider .owl-nav .owl-next {
		left: auto;
		right: 3.5rem;
	}
}
@media (max-width: 1024px) {
	.cozigo-theme .text-marquee_home_section .marquee-title {
		font-size: 40px !important;
	}
	.cozigo-theme .theme-content{
		padding: 40px 44px 18px 15px !important;
		clip-path: polygon(0 13%, 85% 0, 96% 100%, 0% 100%) !important;
	}
	.cozigo-theme .theme-icon{
		bottom: 30% !important;
		right: 6% !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.cozigo-theme .header-transparent .main-slider div.main-content{
        margin-top: 13rem;
	}
	.cozigo-theme .home-slider.owl-theme .owl-dots {
		bottom: 1.3rem;
	}
}

@media (max-width: 991px) {
	
	.cozigo-theme .home-slider.owl-theme .owl-dots,
	.cozigo-theme .home-slider.owl-theme .owl-nav.disabled+.owl-dots {
		bottom: 0.5rem;
	}
	.cozigo-theme .home-slider div.owl-nav button[class*=owl-]{
		transform: translateY(30px);
	}
	.cozigo-theme .col-to-action-section:after{
		display: none;
	}
	.cozigo-theme .col-to-action-title{
		margin-bottom: 20px;
	}
	.cozigo-theme .col-to-action-section .design-item{
		text-align: left;
	}
	.cozigo-theme .text-marquee_home_section .marquee-title {
		font-size: 25px !important;
	}
	.cozigo-theme .owl-theme div.owl-nav [class*=owl-]{
		width: 2.75rem !important;
	}
}
@media (min-width:376px)and (max-width: 425px) {
	.cozigo-theme .theme-icon{
		bottom: 20% !important;
	}
}
@media (max-width: 540px) {
	.cozigo-theme .main-content h4{
		font-size: 0.85rem;
	}
	.cozigo-theme .text-marquee_home_section .scrolling-text {
     animation: marquee 3s linear infinite !important;
}
}