.module_three_col {
	margin: 55px 0;
	font-size: 16px;
	color: #6a7b81;
    line-height: 22px;
    position: relative;
}

.module_three_col .owl-carousel {
	touch-action: manipulation;
}

.module_three_col .column {
	padding: 0 40px;
	font-size: 16px;
	color: #6a7b81;
    line-height: 22px;
}

.module_three_col .owl-item {
	border-right: 1px solid #e3e5e9;
}

.module_three_col .owl-item:first-child {
	padding-left: 0;
}

.module_three_col .owl-item:last-child {
	border-right: none;
	padding-right: 0;
}

.module_three_col .column .first_paragraph {
	margin: 0 0 5px 0;
	font-size: 18px;
	color: #f29a32;
	font-style: italic;
	font-weight: bold;
	display: block;
}

.module_three_col .column .first_title {
	font-size: 23px;
	color: #009fc2;
	margin: 0 0 10px;
	display: block;
}

.module_three_col .column p {
	display: block;
	margin: 0 0 10px;
}

.module_three_col .column a.btn {
	margin-top: 5px;
	border-radius: 20px;
	color: #55bed4;
	border: 1px solid #55bed4;
	padding: 7px 25px;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
    transition:all 0.3s ease;
}

.module_three_col .column a.btn:hover{
	border-color: #f19c16;
	color: #f19c16;
}

.guides-slider .carousel-indicators {
	bottom: -60px;
}

.guides-slider .carousel-indicators li {
	border: 1px solid #CCC;
	width: 12px;
	height: 12px;
}

.guides-slider .carousel-indicators li.active {
	background: #1FA9C6;
	border: 1px solid #1FA9C6;
}

.guides-slider .carousel-control {
	width: 9%;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	cursor: pointer;
	opacity: 1;
}

.guides-slider .carousel-control:hover {
	opacity: 0.8;	
}

.guides-slider .carousel-control.left {
	background-image: url("../../images/carousel__arrowleft.png");
	background-position: center left;
	margin-left: 5px;
	width: 24px;
}

.guides-slider .carousel-control.right {
	background-image: url("../../images/carousel__arrowright.png");
	background-position: center right;
	margin-right: 5px;
	width: 24px;
}

.guides-slider .carousel-inner {
	padding-left: 50px;
    padding-right: 50px;
}

/*carousel*/

.module_three_col .owl-nav .arrow{
    position: absolute;
    height: 24px;
    width: 24px;
    top: 50%;
	background-image: url("../../images/carousel__arrowright.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.module_three_col .owl-nav .arrow.prev{
	left: 2%;
	background-image: url("../../images/carousel__arrowleft.png");
}
.module_three_col .owl-nav .arrow.next{
	right: 2%;
}

.module_three_col .owl-dots{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -60px;
}

.module_three_col .owl-dots .owl-dot.active{
	background:#20b2cd;
}
.module_three_col .owl-dots .owl-dot{
    height: 20px;
    display: inline-block;
    margin: 0 10px;
    width: 20px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #c0c0c0;
}

@media (max-width: 425px) {
	
	.guides-slider {
		margin-left: 0 !important;
	}
	
}

@media (max-width: 768px) {
	
	.guides-slider .carousel-inner {
		padding-left: 30px;
		padding-right: 30px;	
	}
	
}

@media(max-width: 1024px){
	.module_three_col .owl-item {
		border-right: 0;
	}
	.module_three_col .column{
		text-align: center;
		padding-left: 10%!important;
		padding-right: 10%!important;
	}
}