figure.testimonials {
    border-style: solid;
    padding: 30px 30px 30px 30px;
    border-radius: 5px;
    border-color: #7EF4DF;
    margin-top: 30px;
}

ul.tick-list {
    list-style-type: none;
}

ul.tick-list li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    padding: 0 10px 0 0;
}

.section-testimonials {
background-image: url(../files/ckeditor/f414be8947889e197891a8f914032792.jpg)
}

div.product-box .product-title{
    background-color: #044D41;
    height:70px;
}
.section-hometext .section-title {
  text-align: left;
  padding-left: 15px;
}

.row-center {
      text-align: center;
}

.icons ul li {
      text-align: left;
    list-style-type: none;
    min-height: 80px;
  line-height: 1.4
}

.icons ul li em {
    float: left;
    width: 50px;
  margin-bottom: 20px;
}

tr:nth-child(odd) {
    background: #efefef;
}

th {
    text-align: center;
    background-color: #305d50;
    color: #fff;
   padding: 20px;
    border: 2px solid #efefef;
 
}

tr:nth-child(2n) {
    background: #fff;
}

td:first-child {
    background-color: #044D41;
    color: #fff;
}

td {
    padding: 20px;
    border: 2px solid #d2d2d2
}

td i {
  text-align: center
}

.h1 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.list-ico>li:before, .section-fullboxes .box ul>li:before {
  display: none
}

.list-ico>li, .section-fullboxes .box ul>li {
  padding-left: 0px
}

.section-services .box .box-photo {
    height: 206px;
}

h3 {
    margin-bottom: 30px;
}

.product-box .product-title strong {
  font-size: 15px;
}

.row_padd {
  margin: 10px 0px;
}


@media (max-width: 600px){
table.bpackage {
font-size: 9px;
}
table.bpackage td {
padding: 2px 0px;
}
}

.content-text ul > li::before,
.list-bullet > li::before {
background-image: unset;
}

.content-text ul, .list-bullet {
list-style-type: disc;
padding-left: 2rem;
}

.content-text ul > li, .list-bullet > li {
display: list-item;
padding-left: 10px;
}

#main-start {
  scroll-margin-top: 200px;
}
footer .socials a {
  margin-right: 10px;
}

@media (max-width: 720px) {
.section-slider .carousel-caption .title {
    font-size: 26px;
}
}

/* Outline Box */
.outline-box-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.outline-box-col {
    display: flex;
    align-items: stretch;
}

.outline-box {
    border: 2px solid #58aa93;
    border-radius: 10px;
    margin: 20px 0px 20px;
    padding: 0px 10px;
    width: 100%;
}

.outline-box-icon {
    background-color:#fff;
    position:absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    padding-left: 8px;
    width: 55px;
}

.outline-box-title {
    z-index: 1;
    position: relative;
}

.pb-100 {
padding-bottom: 100px;
}

header .section-header-top {
    font-size: 14px;
}

/* Homepage banner style */
/*
.section-slider .title, .page-mainbanner .title {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 1);
}
*/
.section-slider .carousel-caption .btn {
    margin-top: 0px;
}

.section-slider .background-fixed-cover::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:  rgba(0, 0, 0, 0.4);
}

/* Twitter new logo */
.fa.fa-twitter::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
footer .fa.fa-twitter::before {
  width: 18px;
  height: 18px;
  margin-bottom: 4px;
}


.quote-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 70px 0px;
}

.quote-box strong {
    color:#044D41;
}

.blog-item .blog-title .title {
    color: #043c33;
}
/*
.blog-item .blog-img .blog-date, .background-secondary.color-white.contact-section .btn-primary, .background-primary.color-white {
    background: #043c33;
}
*/
/* Bold Links */
/*
a {
 font-weight: 700;
}
*/
/* 5 Columns */

.col-md-20 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 992px) {
.col-md-20 {
width: 20%;
}
}