/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
p{margin-bottom:5px !important;}
.dir-ltr{direction:ltr;}
.imgBG{min-height:60rem !important;}
/*sticky main menu*/
#site-header.hfe-sticky{
position: fixed;
top:0%;
width:100%;
background-color:#ffffff !important;
border-bottom:solid 1px black;
box-shadow:1px 1px 5px rgb(0 0 0 / 50%);
animation:slide-down 1s;
}

/* remove transition for objects with the class 'parallax' */
.parallax {
   transition: none !important;
}

/*logo slider*/
/*
.elementor-image-carousel-wrapper div[data-swiper-slide-index="3"] img{margin-top:20px !important;}
*/
.elementor-image-carousel-wrapper div[data-swiper-slide-index="8"] img{margin-top:20px !important;}

/*table*/
@media screen and (min-width: 768px) and (max-width: 1020px) {
	
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.tablepress-id-1 .column-1 {
		width: 30%;
	}
	.tablepress-id-1 .column-2 {
		width: 70%;
	}
	.tablepress-id-2 .column-1 {
		width: 20%;
	}
	.tablepress-id-2 .column-2 {
		width: 80%;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
	.tablepress-id-1 .column-1 {
		width: 30%;
	}
	.tablepress-id-1 .column-2 {
		width: 70%;
	}
	.tablepress-id-2 .column-1 {
		width: 25%;
	}
	.tablepress-id-2 .column-2 {
		width: 75%;
	}
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
	.tablepress-id-1 .column-1 {
		width: 30%;
	}
	.tablepress-id-1 .column-2 {
		width: 70%;
	}
	.tablepress-id-2 .column-1 {
		width: 25%;
	}
	.tablepress-id-2 .column-2 {
		width: 75%;
	}
}

@media screen and (min-width: 1440px) and (max-width: 1650px) {
	.tablepress-id-1 .column-1 {
		width: 30%;
	}
	.tablepress-id-1 .column-2 {
		width: 70%;
	}
	.tablepress-id-2 .column-1 {
		width: 25%;
	}
	.tablepress-id-2 .column-2 {
		width: 75%;
	}
}

@media screen and (min-width: 1650px){
	.tablepress-id-1 .column-1 {
		width: 30%;
	}
	.tablepress-id-1 .column-2 {
		width: 70%;
	}
	.tablepress-id-2 .column-1 {
		width: 25%;
	}
	.tablepress-id-2 .column-2 {
		width: 75%;
	}
}

/*about equipment eng*/
.tablepress-id-4{direction:ltr;}
.tablepress-id-4 tr td{text-align:left;}

/*about timeline*/
.twae-horizontal .twae-timeline-img,
.twae-horizontal .twae-title{display:none !important;visibility:hidden !important;}
@media screen and (min-width: 1024px) {
.twae-horizontal div[class^='twae-button-']{display:none !important;visibility:hidden !important;}
}
.twae-horizontal .twae-description{padding-top:15px;}
/*main-contact*/
.main-form{}
.main-form-row{margin-bottom:15px;}
.main-form input[type="submit"]{background-color:#25358c;color:#ffffff;}

@media screen and (max-width: 1024px) {
	.main-form-col-third{width:100%;}
	.main-form-col-half{width:100%;}
	.main-form-col-full{width:100%;}
}

@media screen and (min-width: 1024px) {
	.main-form-col-third{width:30%;float:right;margin:0 5px 0 5px;}
	.main-form-col-half{width:46%;float:right;margin:0 5px 0 5px;}
	.main-form-col-full{width:94%;float:right;margin:0 5px 0 5px;}
}
/*footer form*/
.footer-form{}
.footer-form-row{margin-bottom:15px;}
.footer-form input[type="submit"]{background-color:#25358c;color:#ffffff;}

@media screen and (max-width: 1024px) {
	.footer-form-col-third{width:100%;}
	.footer-form-col-half{width:100%;}
	.footer-form-col-full{width:100%;}
}

@media screen and (min-width: 1024px) {
	.footer-form-col-third{width:30%;float:right;margin:0 5px 0 5px;}
	.footer-form-col-half{width:46%;float:right;margin:0 5px 0 5px;}
	.footer-form-col-full{width:94%;float:right;margin:5px 5px 5px 5px;}
}