/*
Theme Name: Industx Child
Theme URI: http://www.themechampion.com
Description: Industx Child Theme
Author: ThemeChampion
Author URI: http://www.themechampion.com
Template: industx
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Industx
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

#header.stricky-fixed {
    position: fixed;
    width: 100%;
    transition: all 300ms ease-in-out;
}


.req-button a, .req-button .submit {
    background: #7CB82F!important;
    color: #fff;
    text-transform:none!important;
}

.top-two-right {
    display: flex
;
    flex-direction: row-reverse;
    align-items: flex-end;
	column-gap: 20px!important;
}

.hide-mobile-nav {
    display: none;
}

@media screen and (max-width: 768px) {
    .hide-mobile-nav {
        display: block; 
    }
    .hide-desk-nav, #header >.container {
        display: none !important;
    }
}

.header1 .navbar .cmn-toggle-switch-escritorio {
        display: block;
        margin-top: 25px;
        position: relative;
    float: right;
    padding: 0;
    width: 25px;
    height: 35px;
    cursor: pointer;
    z-index: 101;
}

.header1 .cmn-toggle-switch-escritorio::before {
    margin-top: -9px;
}

.header1 .cmn-toggle-switch-escritorio::before, .header1 .cmn-toggle-switch-escritorio::after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: all 300ms ease-in-out;
	border-radius: 3px;
}

.header1 .cmn-toggle-switch-escritorio span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	border-radius: 3px;
}

.header1 .cmn-toggle-switch-escritorio {
    position: relative;
    float: right;
    padding: 0;
    width: 25px;
    height: 27px;
    cursor: pointer;
    z-index: 101;
}

.header1 .cmn-toggle-switch-escritorio::after {
    margin-top: 9px;
}

/* Submenu escritorio */
ul#escritorio {
    padding-left: 0px !important;
	padding-bottom: 30px;
}

.main-nav-escritorio {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

.menuescrpadre {
    display: flex !important;
    flex-direction: column !important;
    width: 25% !important;
    margin-bottom: 20px !important;
}

.menuescrpadre .sub-menu {
    display: block !important;
    margin-top: 10px;
}

.menuescrpadre .sub-menu li {
    display: block !important;
    padding: 1px 0 !important;
}

.main-nav-escritorio li a {
    border: 0px solid #fff !important;
	padding: 5px !important;
    color: #003057;
    font-size: 17px;
    
}



.menuescrpadre .sub-menu {
    padding-left: 0 !important;
}

.menuescrpadre .sub-menu li a {
    color: #003057 !important;
    font: 13px 'Roboto', Sans-serif !important;
}

.menuescrpadre .sub-menu li a:hover {
 color: #7CB82F;
    }
.menuescrpadre a:hover, 
.menuescrpadre a:focus {
    background-color: #7cb82f00 !important;
}

/* Asegura que Find your industry ocupe toda la fila y se alinee al final */
.menuescrpadreicons {
    border-top: 1px solid #003057 !important;
    margin-top: 20px !important;
    padding-top: 10px !important;
    display: block !important;
    width: 100% !important; /* Hace que ocupe todo el ancho */
    order: 99 !important; /* Lo coloca al final */
    text-align: center !important; /* Centra el texto */
}

/* Asegura que los ítems de menuescrpadreicons se mantengan en línea */
.menuescrpadreicons li {
    display: inline-block !important;
    padding: 10px !important;
}

.menuescrpadreicons > a {
    display: inline-block; /* El enlace del padre ya no es un flex */
    text-align: center !important; /* Centra el texto del enlace */
    padding: 10px 20px; /* Puedes ajustar el espacio de padding del enlace */
}

/* Elimina el ícono del enlace principal (Find your industry) */
.menuescrpadreicons > a::before {
    content: none !important; /* Elimina el ícono */
}

/* Agregar icono encima del texto en el submenú */
.menuescrpadreicons .sub-menu li a {
    display: flex !important;
    flex-direction: column !important; /* Icono arriba del título */
    align-items: center !important;
    justify-content: center !important;
}

/* Agregar íconos para los elementos del submenú */
.menuescrpadreicons .sub-menu li a::before {
    content: "";
    display: block !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px; /* Ajusta el tamaño del ícono */
    height: 20px;
    margin-bottom: 5px; /* Ajusta el espacio entre el ícono y el título */
}

/* Asigna la imagen para el submenu con clase icoste */
.icoste a::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/12/Iconos-Industrias-steel.png');
}

/* Asigna la imagen para el submenu con clase icopep */
.icopep a::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/12/Iconos-Industrias-paper.png');
}

/* Asigna la imagen para el submenu con clase icocem */
.icocem a::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2026/04/steelshaping.png');
}

/* Asigna la imagen para el submenu con clase icomin */
.icomin a::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/12/Iconos-Industrias-mining.png');
}

/* Asigna la imagen para el submenu con clase icooil */
.icooil a::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/12/Iconos-Industrias-oil.png');
}

/* Asigna la imagen para el submenu con clase icoote */
.icoote a::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/10/icon-006-otros.png');
}

/* ===== HOVER: cambia a versión en color (v2) ===== */

/* icoste */
.icoste a:hover::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/10/icon-001-steelv2.png');
}

/* icopep */
.icopep a:hover::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/10/icon-002-paperv2.png');
}

/* icocem */
.icocem a:hover::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2026/04/steelshaping.png');
}

/* icomin */
.icomin a:hover::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/10/icon-004-miningv2.png');
}

/* icooil */
.icooil a:hover::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/10/icon-005-oilv2.png');
}

/* icoote */
.icoote a:hover::before {
    background-image: url('https://amiautomation.com/wp-content/uploads/2025/10/icon-006-otrosv2.png');
}

/* Asegura que el submenú esté en línea (horizontal) */
.menuescrpadreicons .sub-menu {
    display: flex !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
    flex-wrap: nowrap !important;
	padding-top: 20px;
}

.menuescrpadreicons .sub-menu li {
    display: inline-block !important;
    margin-right: 15px !important;
    padding: 5px 10px !important;
}

.menuescrpadreicons .sub-menu li a {
    color: #003057 !important;
    font: 13px 'Roboto', Sans-serif !important;
}

.menuescrpadreicons .sub-menu li a:hover {
    color: #fff;
    background: #7CB82F;
}
.inner-banner2 {
    background-position: center;
}
.breadcumb-wrapper {
    background: #003057;
    border-bottom: 1px solid #003057;
    color: #ffffff;
}
.breadcumb-wrapper * {
    color: #ffffff!important;
}
.footer-bg3 .widget-links {
    padding: 0px;
}
.wpb_text_column.orange_sub_title .sub_center_text {
    color: #003057;
}
.wpb_text_column.orange_sub_title .sub_left_line, .wpb_text_column.orange_sub_title .sub_right_line {
    background: #003057;
}
.get-t-touch-inner {
    border: 9px solid #003057;
}
.service-promo {
    padding-left: 0px;
}
.testimonial-t-sec .testimonialn-slider .content p {
    color: #003057;
}
.vc_btn3.vc_btn3-color-chino, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat {
    color: #000000!important;
    background-color: #f2f2f2!important;
}
.vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-chino.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-chino:focus, .vc_btn3.vc_btn3-color-chino:hover {
    color: #fff!important;
    background-color: #003057!important;
}
.projectsection .vc_figure-caption {
    /*-position: absolute;
    top: -6px;
    width: 92%;
    height: 92%;
    background: rgba(0,0,0,.5);
    padding: 48% 25% 0%;-*/
    font-size: 33px !important;
    color: #ffffff;
    /*-opacity:0;
    transition: all 300ms ease-in-out;
    cursor: pointer;-*/
}
.projectsection .wpb_single_image:hover .vc_figure-caption{
    opacity:1;
}
.testi_left h3 {
    color: #003057;
}
.testi_left h3:before {
    background: #003057;
}
.service-t-content.hm1_testimonial .testimonial-t-sec .testimonialn-slider .content {
    border-bottom: 2px solid #7cb82f;
}
.testi_logo h4 {
    color: #003057;
}
.slick-dots li button {
    border: 1px solid #003057;
}
.news-meta {
    display: none;
}
.news-evn-cont .event-date {
    background: #003057;
}
.news-evn-cont .event-date h3, .news-evn-cont .event-date h3 small {
    color: #ffffff;
}
.news-evn-cont h3 {
    margin-top: 35px;
}
.latest-news-padd:hover .news-evn-cont a h3 {
    color:#7CB82F;
}
.news-evn-cont a.news_readmore {
    display:none;
}
.service-request-form .submit-n-now .submit {
    background: #000 !important;
    color: #fff !important;
    border-radius: 20px;
    font-size: 12px !important;
}
.indurial-t-solution3 {
    display:none;
}
.footer-column {
    padding: 10px;
}
.footer-column, .footer-column a, .widget.about-us-widget p {
    color: #fff!important;
}
.widget-contact-list ul li i.icon.icon-Timer {
    display: none;
}
.footer-4 .widget-contact-list.row.m0 {
    display: none;
}
.footer-4 .widget, .footer-4 .vc_do_btn  {
    margin-bottom: 0 !important;
}
.footer-4 .vc_btn3.vc_btn3-style-custom {
    background-image: none!important;
}
.widget-contact h4:after{
    background: #fff!important;
}
.footer-t-bottom {
    background: #001e33;
    color: #fff!important;
}
.service_grid_two {
    margin-bottom: 0;
}
.grid_two_service_content h6, .grid_two_service_content p {
    display: none;
}
.service-info a h4 {
    font-size: 14px;
}
.service_grid_two .service-info .grid_two_service_content {
    padding: 20px 20px 10px;
    margin-top: -50px;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
}
.service_grid_two .service-info a h4 {
    border-bottom: none;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.service_grid_two .service-info:hover a h4 {
    color:#7cb82f!important;
}

.timeline-date-r {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.3em;
    width: 50px;
}
.timeline-text-r {
    display: inline-grid;
    width: 80%;
}
.timeline-date-l {
    display: inline-block;
    margin-left: 30px;
    font-size: 1.3em;
    width: 50px;
}
.timeline-text-l {
    display: inline-grid;
    width: calc(100% - 85px);
}
.inner-banner2 {
    background-image: url(https://amiautomation.com/wp-content/uploads/2025/10/Banner_Generico.jpg);
}



/*Producto*/
.product-details-content .content-box .title h3 {
    font-size: 28px;
    color: #000;
    text-transform: none!important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    display:none;
}
.product-details-content .content-box .content-text {
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size:16px;
    color:#878787;
}
ul.prd-info-list {
    list-style: none;
    padding: 0;
    font-size: 11px;
    color: #000;
}
ul.prd-info-list li:first-child {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #000000;
    border-bottom: none;
    border-top: 5px solid #7cb82f;
    text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 15px 30px;
    border-top: none;
}
.woocommerce div.product .woocommerce-tabs .panel h4 {
    color:#000;
    font-size:16px;
    font-weight:bold;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.product.type-product.status-publish {
    padding-top: 0;
}
.shadow-block {
    box-shadow: 0px 44px 26px rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 75px 50px;
}
.dot-col .vc_column-inner {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .1);
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: transparent !important;
    border: 2px solid;
    border-radius: 10px;
    padding: 10px 30px;
}
.woocommerce ul.products li.product .button:hover {
    background: #7cb82f!important;
    color: #fff;
}

.testimonial-t-sec .testimonialn-slider .content p {
    font: 300 15px / 1.7em 'Roboto', Sans-serif!important;
}

.image-gallery-wrap {
  position: relative;
}

.image-gallery {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 12px;
  scroll-behavior: smooth;
}

.image-gallery img {
  flex: 0 0 100%;
  max-width: 100%;
  height: auto;
  display: block;
  scroll-snap-align: center;
  border-radius: 8px;
  object-fit: cover;
}

.image-gallery br {
  display: none;
}

.ig-prev, .ig-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0,0,0,.45);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
}

.ig-prev {
  left: 8px;
}

.ig-next {
  right: 8px;
}

.image-gallery {
  scrollbar-width: none;
}

.image-gallery::-webkit-scrollbar {
  display: none;
}

/* TODO ROBOTO */
.widget_calendar caption {
  font-family: "Roboto", Sans-serif;
}

.mobile_header .top_nav_mobile .main_menu_nav > li > a {
  font-family: 'Roboto', Sans-serif;
}

.mobile_header .top_nav_mobile .main_menu_nav ul li a {
  font-family: 'Roboto', Sans-serif;
}

.widget.widget_block ol li.wp-block-latest-comments__comment {
  font-family: 'Roboto', Sans-serif;
}

footer .widget p.widget_title,
footer.site-footer .widget p.widget_title,
footer.site-footer .widget.widget_categories p.widget_title {
  font-family: "Roboto", Sans-serif;
}

.posts_list .blog-list-cl h1,
.posts_list .blog-list-cl h2,
.posts_list .blog-list-cl h3,
.posts_list .blog-list-cl h4,
.posts_list .blog-list-cl h5,
.posts_list .blog-list-cl h6 {
  font-family: "Roboto", Sans-serif;
}

.right-column .posts_list .blog-list-cl h3 {
  font-family: "Roboto", Sans-serif;
}

.posts_list ul.page-numbers li {
  font-family: "Roboto", Sans-serif;
}

.widget_categories ul li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.widget_archive ul li a,
.wp-block-latest-posts.wp-block-latest-posts__list li a,
ol.wp-block-latest-comments footer.wp-block-latest-comments__comment-meta,
ol.wp-block-latest-comments footer.wp-block-latest-comments__comment-meta a,
ul.wp-block-archives-list.wp-block-archives li a,
ul.wp-block-categories-list.wp-block-categories li a {
  font-family: 'Roboto', Sans-serif;
}

.gallery-caption {
  font-family: "Roboto", Sans-serif;
}

.text_block>h1,
.text_block>h2,
.text_block>h3,
.text_block>h4,
.text_block>h5,
.text_block>h6 {
  font-family: "Roboto", Sans-serif;
}

.tt-featured-title {
  font-family: "Roboto", Sans-serif;
}

h4#reply-title {
  font-family: "Roboto", Sans-serif;
}

.commentsWrapper h3 {
  font-family: "Roboto", Sans-serif;
}

#footer .footer_widgets .widget .widget_title {
  font-family: 'Roboto', Sans-serif;
}

.sidebar-footer.footer-columns.clearfix {
  font-family: 'Roboto', Sans-serif;
}

.btn {
  font-family:  "Roboto", Sans-serif;
}

.section-title {
  font-family:  "Roboto", Sans-serif;
}

.welcome-texts {
  font-family:  'Roboto', Sans-serif;
}

.header-searchform .form-control {
  font-family: 'Roboto', Sans-serif;
}

.header-contacts .this-subtitle {
  font-family:  'Roboto', Sans-serif;
}

.header-contacts .this-title {
  font-family:  'Roboto', Sans-serif;
}

.get-appointment-btn {
  font-family:  'Roboto', Sans-serif;
}

.thm-btn {
  font-family: 'Roboto', Sans-serif;
}

.wel-band {
  font-family:  'Roboto', Sans-serif;
}

.wel-info h1 {
  font-family:  "Roboto", Sans-serif;
}

.wel-info p {
  font-family: 'Roboto', Sans-serif;
}

.wel-bot h2 {
  font-family: 'Roboto', Sans-serif;
}

.wel-ind-r-txt p {
  font-family: 'Roboto', Sans-serif;
}


ul.ind-menu .menu ul li a {
  font-family:  'Roboto Condensed', Sans-serif;
}

.main-menu-wrapper .free-qoute-button a {
  font-family:  'Roboto Condensed', Sans-serif;
}

.service-info p {
  font-family:  'Roboto', Sans-serif;
}

.nau-head {
  font-family: "Roboto", Sans-serif;
}

.nau-head p {
  font-family:  "Roboto", Sans-serif;
}

.testimonial-sec .testimonial-slider p {
  font-family:  'Roboto', Sans-serif;
}

.service-tab-box p {
  font-family:  'Roboto', Sans-serif;
}

.service-tab-box h6 {
  font-family:  'Roboto', Sans-serif;
}

.service-tab-box ul.c-brochure li a {
  font-family:  'Roboto', Sans-serif;
}

.single-sidebar-widget .sec-title h2 span {
  font-family:  "Roboto", Sans-serif;
}

.single-sidebar-widget .single-service-contact p {
  font-family: 'Roboto', Sans-serif;
}

.single-client-box .content h3 {
  font-family: 'Roboto', Sans-serif;
}

.single-sidebar-widget ul.brochure-btns li a {
  font-family: 'Roboto', Sans-serif;
}

.sec-title h2 span {
  font-family: 'Roboto', Sans-serif;
}

.sec-title p {
  font-family:  'Roboto', Sans-serif;
}

.single-service-page .image-caption-box .text-box p,
.single-post-page .image-caption-box .text-box p {
  font-family:  'Roboto', Sans-serif;
}

.core-projects h1 {
  font-family:  "Roboto", Sans-serif;
}

.core-projects h4 {
  font-family:  'Roboto', Sans-serif;
}

.core-projects p {
  font-family:  'Roboto', Sans-serif;
}

.project-post-info .info-text h4 {
  font-family:  'Roboto', Sans-serif;
}

.project-post-info .info-text a {
  font-family:  'Roboto', Sans-serif;
}

.widget-search-blog .search-form .form-control {
  font-family: 'Roboto', Sans-serif;
}

.single-blog-post .meta-info .content-box .post-links li {
  font-family: 'Roboto', Sans-serif;
}

.single-blog-post h6 {
  font-family: 'Roboto', Sans-serif;
}

.news p {
  font-family: 'Roboto', Sans-serif;
}

blockquote p {
  font-family: 'Roboto', Sans-serif;
}

blockquote footer {
  font-family: "Roboto", Sans-serif;
}

.news-comments .comments_count,
.leave-comments .leave-comment-title {
  font-family: "Roboto", Sans-serif;
}

.comments .comment .media-body h5 {
  font-family: 'Roboto', Sans-serif;
}

.comments .comment .media-body p {
  font-family: 'Roboto', Sans-serif;
}

.comment-form .leave-comment-title {
  font-family: "Roboto", Sans-serif;
}

.comment-form .form-control {
  font-family: 'Roboto', Sans-serif;
}

.touch .touch_bg .touch_top-con ul .item .media .media-body {
  font-family:  'Roboto', Sans-serif;
}

.touch .touch_bg .touch_middle .input_form form .form-control {
  font-family:  'Roboto', Sans-serif;
}

.touch p {
  font-family:  'Roboto', Sans-serif;
}

.touch h6,
.touch h6 span {
  font-family:  'Roboto', Sans-serif;
}

.testimonials p {
  font-family:  'Roboto', Sans-serif;
}

.testimonial-p .media-body h3 {
  font-family:  'Roboto', Sans-serif;
}

.testimonial-p .media-body p {
  font-family:  'Roboto', Sans-serif;
}

.testimonial-p .media-body a {
  font-family:  'Roboto', Sans-serif;
}

.section_header-t h2,
.section_header-r h2 {
  font-family:  "Roboto", Sans-serif;
}

.req-page span,
.req-page-area span {
  font-family:  'Roboto', Sans-serif;
}

.projects_hours p,
.projects_hours p span,
.project-con h2,
.project-con p,
.project-scop h3,
.project-scop p,
.project-scop .scope-item li {
  font-family: 'Roboto', Sans-serif;
}

.single-shop-item .content .price {
  font-family: 'Roboto';
}

.single-shop-item .content a.thm-btn {
  font-family: 'Roboto';
}

.single-sidebar-widget .best-seller.popular-post .content a h4 {
  font-family: 'Roboto';
}

.single-sidebar-widget .best-seller.popular-post .content p {
  font-family: 'Roboto';
}

.single-sidebar-widget .best-seller.popular-post .content a.read-more {
  font-family: 'Roboto';
}

.product-details-content .content-box .title h3,
.product-details-content .content-box .cart-btn {
  font-family: 'Roboto';
}

.product-details-content .content-box .price span {
  font-family: 'Roboto';
}

.product-tab-box .tab-content p {
  font-family: 'Roboto', Sans-serif;
}

#checkout-content .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  font-family: 'Roboto', Sans-serif;
}

#checkout-content .thm-btn {
  font-family: 'Roboto';
}

.faq-question-one .single-faq h3 {
  font-family: 'Roboto', Sans-serif;
}

.wel-t-band {
  font-family:  'Roboto', Sans-serif;
}

.we-offer-cont2 p {
  font-family:  'Roboto', Sans-serif;
}

.quality-wrapper h2 {
  font-family:  'Roboto', Sans-serif;
}

.quality-wrapper p {
  font-family:  'Roboto', Sans-serif;
}

.testimonial-t-sec .testimonialn-slider .content p {
  font-family:  'Roboto', Sans-serif;
}

.testimonial-t-sec .testimonialn-slider .name-content .client-name p {
  font-family:  'Roboto', Sans-serif;
}

.testimonial-t-sec .testimonialn-slider .name-content .client-name p span {
  font-family:  'Roboto', Sans-serif;
}

.news-evn-cont .event-date h3 {
  font-family:  'Roboto', Sans-serif;
}

.news-evn-cont .event-date h3 small {
  font-family:  'Roboto', Sans-serif;
}

.news-evn-cont p {
  font-family:  'Roboto', Sans-serif;
}

.news-meta a {
  font-family:  "Roboto", Sans-serif;
}

.diff-offer-wrapper3 .diff-offer h2 {
  font-family: 'Roboto', Sans-serif;
}

.we-customer-support .service-t-content p {
  font-family:  'Roboto', Sans-serif;
}

.get-t-touch .input_form .form-control {
  font-family: 'Roboto', Sans-serif;
}

.get-t-touch .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  font-family:  'Roboto', Sans-serif;
}

.about-us-section .sec-title h2 {
  font-family: "Roboto", Sans-serif;
}

.about-us-section .about-us p {
  font-family: 'Roboto', Sans-serif;
}

.about-us-section .about-us ul,
.about-us-section .about-us ul li {
  font-family: 'Roboto', Sans-serif;
}

.about-tab-box .single-tab-content h3 {
    font-family: 'Roboto';
}

.about-tab-box .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
    font-family: 'Roboto', Sans-serif;
}

.faq-left-box .single-faq-left .text-box p {
  font-family: 'Roboto', Sans-serif;
}

.news-meta a {
  font-family:  "Roboto", Sans-serif;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-family: 'Roboto', Sans-serif;
}

.blog-side-shop aside#categories-2 ul li a {
  font-family: 'Roboto', Sans-serif;
}

.blog-side-shop aside#categories-3 ul li a {
  font-family: 'Roboto', Sans-serif;
}

.blog-side-shop aside#categories-4 ul li a {
  font-family: 'Roboto', Sans-serif;
}

.about-us-section .about-us p {
  font-family: 'Roboto', Sans-serif;
}

.about-us-section .about-us ul,
.about-us-section .about-us ul li {
  font-family: 'Roboto', Sans-serif;
}

.faq-left-box .single-faq-left .text-box p {
  font-family: 'Roboto', Sans-serif;
}

.home-nother-clss .vc_tta-panel-body .wpb_text_column.wpb_content_element .wpb_wrapper p {
  font-family:  'Roboto', Sans-serif;
}

.get-t-touch .input_form .form-control {
  font-family:  'Roboto', Sans-serif;
}

.get-t-touch .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
  font-family:  'Roboto', Sans-serif;
}

.we-customer-support .service-t-content p {
  font-family:  'Roboto', Sans-serif;
}

.header-tmc_header_4 .breadcumb-wrapper {
  font-family: 'Roboto', Sans-serif;
}

.project-post-info.grid .effect-zoe p.description a {
  font-family:  'Roboto', Sans-serif;
}

.header1 .header-navigation ul > li > .sub-menu > li > a {
  font-family:  'Roboto', Sans-serif;
}

.header1 ul.sub-menu li a {
  font-family:  'Roboto', Sans-serif;
}

.header-tmc_header_4 .breadcumb-wrapper {
  font-family: 'Roboto', Sans-serif;
}

.project-post-info.grid .effect-zoe p.description a {
  font-family:  'Roboto', Sans-serif;
}

.widget-contact h4,
.get-in-touch h4,
.widget-links h4,footer .widget h3, footer .widget h2 {
  font-family:  'Roboto', Sans-serif!important;
}
