@media (max-width: 1800px) {

	.content-fold-c::before {
	    opacity: .15;
}
	
}

@media (max-width: 1200px) {
	
	.content-fold-c-wrapper {
	    padding: 100px 0px;
}
	
}

@media (max-width: 1024px) {
/*CONTENT FOLD C*/
.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 40px 0px;
    gap: 40px;
    justify-content: flex-end;
    text-align: center;
}

.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.content-fold-c-img {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

	.content-fold-c-img .owl-dots {
    left: unset;
    right: 20px;
}

.content-fold-c-caption {
    bottom: 10px;
    left: 20px;
}

	
}

@media (max-width: 540px) {
	
	
    /*CONTENT FOLD C*/
.content-fold-c-wrapper {
    display: flex;
    align-items: stretch;
    padding: 40px 0px;
    gap: 40px;
    justify-content: flex-end;
    text-align: center;
}

.content-fold-c-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.content-fold-c-img {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
	
	.content-fold-c-img img {
	    min-height: 300px;
}

	/*== SLIDER ==*/

.content-fold-c-caption {
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 75px;
}

	.content-fold-c-img-box {
	    position: relative;
	    height: 300px;
}

.content-fold-c-img {
    height: 400px;
    overflow: visible;
}

	.content-fold-c-img .owl-dots {
    top: 10px;
    left: 50px;
    transform: translatex(-50%);
    bottom: unset;
}

	.content-fold-c-caption p {
	    text-align: center;
	    padding: 0px 15px;
	    font-size: 14px;
	    line-height: 18px;
	    margin-bottom: 0px;
}

		/*== SLIDER END ==*/
	
}

@media (max-width: 400px) {
	
	/*== == MODULE FOLDB == ==*/
	
	.content-fold-c-caption {
 	   min-height: 100px;
}
	
	.content-fold-c-img {
    	height: 425px;
 	   overflow: visible;
}
	
		/*== == MODULE FOLDB END == ==*/
	
}

