/*
Theme Name: Tanda Child
Theme URI: https://creativedigital.tech/tanda
Author: WordPressRiver
Author URI: https://themeforest.net/user/wordpressriver
Version: 1.3
Template: tanda
*/

@charset "UTF-8";


.banner-area.text-large .content h2 {
    font-size: 40px !important;
}

.banner-area.text-large .content h2 strong{
    font-size: 20px !important;
}

.wpb_text_column.wpb_content_element.new-text p {
    color: #666;
    font-size: 15px;
}

.feature-area.half-bg:after {
    border-top: transparent !important;
}
.heading-left h2 {
    font-size: 25px;
}

.services-area .services-tabs .info .content ul {
    display: none;
}
.service-area .service-box .item .icon {
    display: none;
}

.business-section .banner-area {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.business-section .content {
    padding: 0 !important;
}
.business-section .content h2 {
    font-size: 40px;
    margin-bottom: 25px;
}
.table-container-section .table-responsive {
    max-width: 1110px;
    margin: 0 auto;
}
.table-container-section .table-responsive th {
    border-color: #004185 !important;
    color: #fff;
    background-color: #004185;
}
.standard-services-items .item .info h4 {
    font-weight: 600;
    text-align: center !important;
}
.standard-services-items .item .info > i{
    display: flex;
    justify-content: center;
    align-items: center;
  margin: 0 auto 30px;
}
.standard-services-items .item::after{display: none;}
.standard-services-items .owl-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.standard-services-items .item {
    height: 100%;
    display: flex;
    width: 100%;
    flex: 1;
justify-content: center;
}
.tabs-about-section-inner .vc_tta-container {
    max-width: 1180px;
    margin: 0 auto 21.73913043px;
}

h2.wpb_heading.wpb_singleimage_heading {
    order: 2;
    font-size: 15px;
    text-align: center;
	margin-left:-18px;
}
.new-text {
	margin-left: 17px;
	margin-right: 17px;
}
.wpb_single_image.wpb_content_element.vc_align_center {
    display: flex;
    flex-direction: column;
}
figure.wpb_wrapper.vc_figure {
    order: 1;
    margin-bottom: 14px;
}

.tabs-about-section-inner li.vc_tta-tab.vc_active a {
    color: #fff !important;
    background-color: #004185 !important;
}
.tabs-about-section-inner li.vc_tta-tab a:hover {
    color: #fff !important;
    background-color: #004185 !important;
}


.service-area .service-items .item {
    padding: 20px 20px !important;
    border: 2px solid #881b25;
}

.service-area .service-items .item .info h4 {
    font-weight: 600 !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
}

.icon_tab {
    margin: 15px 0 !important;
}
.icon_tab figure.wpb_wrapper.vc_figure {
    max-width: 100%;
    background: #fff;
    padding: 10px;
    width: 90%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.service-area .service-items .item .info > i::after {
    position: absolute;
    left: -10px;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: none !important;
    z-index: -1;
    border-radius: 10px;
    transform: rotate(225deg);
}
.footer-bottom p {
    margin: 0;
    color: #0e2b3d;
    font-weight: 700;
}

.service-area .service-items .item .info > i {
    display: inline-block;
    margin-bottom: 30px !important;
    background: #086AD8 !important;
    height: 80px !important;
    width: 80px !important;
    line-height: 80px !important;
    color: #ffffff !important;
    font-size: 40px !important;
    border-radius: 50% !important;
    position: relative !important;
    z-index: 1 !important;
    text-align: center !important;
}

.btn-standard {
    display: none !important;
}

.vc_wp_text.wpb_content_element.wtw-dwewe {
    text-align: center;
}

.shadow.dark::after {
    background: #0000ff3d none repeat scroll 0 0 !important;
    content: "" !important;
    height: 100% !important;
    left: 0 !important;
    opacity: 0.5 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    z-index: -1 !important;
}

@media only screen and (max-width:992px) {
 .table-container-section .table-responsive {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.icon_tab figure.wpb_wrapper.vc_figure {
    width: 100%;
}
#tabs-about-section {
    margin-left: 0;
    margin-right: 0;
}
.tabs-about-section-inner .vc_tta-panel:hover h4 a {
    color: #fff !important;
    background-color: #004185 !important;
}	
.tabs-about-section-inner .vc_tta-panel.vc_active h4 a {
    color: #fff !important;
    background-color: #004185 !important;
}
.tabs-about-section-inner .vc_tta-panel h4 {
    font-size: 16px !important;
}	
}
@media only screen and (max-width:480px) {
.table-container-section .table {
    white-space: nowrap;
}
}