/* Enter Your Custom CSS Here */
@import url(http://fonts.googleapis.com/css?family=Abel);
.font-abel{font-family: 'Abel', sans-serif;}
.font-arial{font-family: 'arial', helvetica, sans-serif !important}
.et_pb_slide_content, .et_pb_slide_description {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
.et_pb_slide_image, .et_pb_slide:first-child .et_pb_slide_image img.active {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
/*** custome css ***/
.et_pb_slide_image{
	border: none !important;
}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
    
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
  .et_header_style_centered #logo {
    left: 70px !important;

	}
  .et_pb_section {
    	padding: 0% 0 !important;
	}
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
    .et_header_style_centered #logo {
    left: 10px !important;

	}
  	.et_pb_section {
    	padding: 0% 0 !important;
	}
    .et_header_style_centered #main-header {
    padding: 0px 0 !important;
	}
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
  .et_pb_section {
    	padding: 0% 0 !important;
	}
    .et_header_style_centered #main-header {
    padding: 0px 0 !important;
	}
  	.et_header_style_centered #logo {
		top: -40px !important;
    	left: 10% !important;
	}
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
    .et_pb_section {
    	padding: 0% 0 !important;
	}
    .et_header_style_centered #main-header {
    padding: 0px 0 !important;
	}
    .et_header_style_centered #logo {
		top: -40px !important;
    	left: 10% !important;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
    .et_pb_section {
    	padding: 0% 0 !important;
	}
  .et_header_style_centered #main-header {
    padding: 0px 0 !important;
	}
  .et_header_style_centered #logo {
    	top: -40px !important;
    	left: 10% !important;
	}
}