/* Add here all your CSS customizations */
#cookie-bar {
	background-color: #171717;
	height: 40px;
	z-index: 99999;
	padding: 8px 0;
}
p.earthing_txt {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 27px;
}
.image {
    background: #1e326e;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 50px 10px;
    width: 70%;
    margin: auto;
    line-height: 35px;
    border-radius: 32px;
    margin-bottom: 45px;
    margin-top: 20px;
}
img.img_section {
    width: 60%;
    margin: auto;
    border-radius: 20px;
}
.img-text {
    line-height: 50px;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.image_hover:hover .image {
  opacity: 0.3;
}

.image_hover:hover .middle {
  opacity: 1;
}
.img-text {
    line-height: 70px;
}
.text {
    background-color: #1e326e;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    padding: 16px 32px;
}
.image_hover:hover .image {
    opacity: 1;
    background: #1e326e;
    color: transparent;
}
.img_section{
	margin-bottom: 25px;
}
.text a {
    text-decoration: none;
    color: #fff;
}
.header_section {
    width: 100%;
}
.header_section .home {
    width: auto;
    text-align: left;
}
.header_section .contact {
    width: auto;
    float: right;
    text-align: right;
}
.image.images {
    width: 80%;
}
img.img_sections {
    width: 80%;
    margin: auto;
    border-radius: 20px;
}
.margin_top {
    margin-top: 30px;
}

/*online_training*/
.tr-plan {
    background: #1E326E;
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    font-size: 18px;
    line-height: 24px;
}
tr.table-hed th {
    padding: 8px 10px;
    color: #000;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

tr.table-hed {
    border: 1px solid #000;
}
tr.table-hed th:first-child {
    border-left: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
tr.table-hed th:nth-child(2) {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
tr.table-hed th:last-child{
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

tr:nth-child(3) td:first-child {
    border-top-left-radius: 10px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tr:nth-child(3) td:last-child {
    border-top-right-radius: 10px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
tr:nth-child(3) td {
    border-top: 1px solid;
}

td:first-child {
    border-left: 1px solid;
}

tr:last-child td {
    border-bottom: 1px solid;
}
td:last-child {
    border-right: 1px solid;
}
.cr-table,
.ot-table{
    margin-top: 10px;
    margin-bottom: 5px;
    border-collapse: separate;
    color: #000;
    font-weight: 500;
}
table.ot-table tr td {
    padding: 6px;
}
table.cr-table tr td {
    padding: 14px;
}
.col_txt ul li {
    color: #000;
    font-weight: 500;
}
.col_txt {
    min-height: 325px;
    margin: 15px;
    padding: 21px 10px;
    border-radius: 15px;
    border: 1px solid;
}
.body {
    position: relative;
}
.body:after {
    content: '';
    display: block;
    height: 190px;
}
footer#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer#footer .col-md-12 {
    margin-bottom: 56px !important;
}