﻿.col_two{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
}
.col_two .img_context{
	width: 39.85926928281461%;
	color: #ffffff;
}
.col_two .img_box img{
	border-radius: 2px;
}
.col_two .img_box{
	width: 55.00725689404935%;
	border: 6px solid #fff;
	border-radius: 9px;
	box-shadow: 0 0 25px #595959;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.col_two .img_context h3{
	font-size: 40px;
	line-height: 70px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 50px;
}
.img_context a.button-01{
	font-size: 16px;
	line-height: 40px;
	padding: 13px 36px;
	text-transform: uppercase;
	font-family: 'Verdana', sans-serif;
	font-weight: normal;
	background-color: #f29427;
	border-radius: 50px;
	color: #fff;
}
.col_two .img_context p{
	padding-bottom: 44px;
}

.cusotm-swiper .swiper-button-next,.cusotm-swiper .swiper-button-prev{
	color: #F29428
}

.cusotm-swiper.swiper-container-horizontal>.swiper-pagination-bullets,
.cusotm-swiper .swiper-pagination-custom,
.cusotm-swiper .swiper-pagination-fraction{
	bottom: 0;
}
.cusotm-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #E5E5E5;
	border-radius: 6px;
	opacity: 1;
}
.cusotm-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 24px;
	background-color: #F29428;

}
.cusotm-swiper.swiper-container-horizontal{
	padding-bottom: 70px;
}



@media only screen and (max-width: 1999px) {
	.col_two .img_box img{
	max-width: 100%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.col_two .img_context{
		padding-left: 25px;
	}
	.col_two .img_context h3{
		font-size: 30px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.col_two .img_context{
		padding-left: 25px;
	}
	.col_two .img_context h3{
		font-size: 20px;
		line-height: 35px;
	}
}
@media only screen and (max-width: 979px) and (min-width: 768px){
	.col_two .img_context{
		padding-left: 25px;
	}
	.col_two .img_context h3{
		font-size: 20px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.col_two .img_context p{
		padding-bottom: 15px;
	}
}
 @media only screen and (max-width: 767px) {
 
 	.col_two > div.img_context{
 		width: 100%;
 		padding:0 25px;
 		order: 1;
 	}
 	.col_two .img_context h3{
 		font-size: 20px;
 		line-height: 35px;
 	}
 	.col_two .img_box{
 		order: 0;
 		margin:25px;
 		width: 100%;
 	}
 	.cusotm-swiper.swiper-container-horizontal{
 		padding-bottom: 30px;
 	}

}