.column {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
/*


*/
.row::after{display:table;clear:both;content:""}
.row{margin:auto; width:1000px;}

@media screen and (max-width: 600px) {
  .column {
    width: 80%;
	margin:auto;
	position: relative;
	box-sizing: inherit;
	float:none;
  }
}
@media screen and (max-width: 600px) {
  .row {
    width: 100%;
	margin:auto;
	float:none;
  }
  .row::after{display:table;clear:both;content:""}
}



/*==================================Custom Css=================================*/

@media screen and (max-width:767px){
	.row{margin:auto; width:100%;}
	.column {
		float: left;
		width: 25%;
		height: 865px;
	}
	#views_slideshow_cycle_main_testimonial-block{
		width:100%;
	}
	/*.imap-biible{
		display: none !important;
	}*/
}

@media screen and (max-width: 575px){
.column {
    float: left;
    width: 100%;
    height: 676px;
}
	.jcarousel-skin-default .jcarousel-clip-horizontal{
		
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
#views_slideshow_cycle_div_our_experience-block_1 p {
    left: 10px;
    font-size: 20px;
    line-height: 30px;
    top: 10px;
}
	#superfish-1-accordion {
    display: block;
    position: relative;
    top: 45px !important;
}
	#superfish-1-toggle {
    right: 15px;
}
}

