.section-padding {
    padding: 50px 0 50px;
}
.section-before-border {
    margin-left: 30px;
    position: relative;
    margin-bottom: 30px;
}
.section-before-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 10px;
    height: 60px;
}
.section-before-border h2 {
    margin-bottom: 10px;
}
.section-title h2 span {
    width: 60px;
    height: 3px;
    float: right;
    margin-top: 10px;
    margin-left: 30px;

   }


   .section-title h2 span, .boxed-btn, .preloader, #header-top, .cart-icon .cart-icon-wrapper i, .mean-container a.meanmenu-reveal, #search, .service-box .devider, .features-box h3:before, .sorting-btn li a.active:before, .sorting-btn li a:before, .project figure:after, .panel:hover .panel-heading, .gallery-items div.single-item a div i, .purchase-btn, .single-pricing .boxed-btn:before, .single-pricing.popular-plan .boxed-btn, .popular-text, .testimonial-carousel .owl-dot.active, .team-member:after, .team-member .inner-text:after, #fun-fact .single-box.light-bg, #latest-news .post-thumbnail:after, #latest-news .blog-post:hover .boxed-btn:before, .section-before-border:before, .what-we-do .devider, .progress .progress-bar, .page-link:hover, .page-item.next .page-link, .page-item.prev .page-link, #exclusive .owl-dots div.active, .blog-post figure:after, .post-new-comment .boxed-btn, .subscribe-wrapper button, .scrollup.boxed-btn, button.subscribe-btn, .widget-search button, ul.tags li a:hover, .search-icon i {
    background: #182a52;
}
.tbl {
    margin: 20px 10px;
}
.tbl table {
    width: 100%;
}
.tbl th {
    padding: 10px;
    text-align: center;
    background: #eee;
    color:#000;
}
.tbl th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
.tbl td {
    padding: 10px;
    text-align: left;
    color: black;
}
.services-slider .owl-item:nth-child(4n) .slides-tab {
    margin-left: 21px;
    padding-right: 0;
}

.section-padding {
    padding: 50px 0 50px;
}
.section-before-border {
    margin-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

.section-before-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 10px;
    height: 60px;
}

.section-before-border h2 {
    margin-bottom: 10px;
}
.section-title h2 span {
    width: 60px;
    height: 3px;
    float: right;
    margin-top: 10px;
    margin-left: 30px;
}

.table thead th {
    vertical-align: inherit;
    border-bottom: 2px solid #e9ecef;
    background: #182a52;
    color:#fff;
}
.table_td_bg_darkgrey {
    background: #9E9E9E;
    color:#000;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef;
}

#send-message {
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.contact-us-form {
    padding: 40px 30px;
}
.contact-us-form h3 {
    margin-bottom: 20px;
}
.contact-us-form h3 {
    font-weight: 700;
}
.form-group {
    margin-bottom: 1rem;
}
.contact-us-form .form-control {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 0;
}
.contact-us-form input {
    height: 40px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.contact-us-form .form-control {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 0;
}

.contact-us-form .form-control {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ececec;
    border-radius: 0;
}


.contact-us-form textarea {
    height: 160px;
}

.contact-us-form .boxed-btn {
    border: 0;
    margin-left: 15px;
    cursor: pointer;
}


.boxed-btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    border-radius: 0 20px 0 20px;
    padding: 14px 30px 10px;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.boxed-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

