/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }

  html, body {
    overflow-x:hidden;
    width:100%;
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
 
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }


  /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}


.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

table{
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
  clear: both;
  content: '';
  overflow: auto;
}

.widgets_grid_box  ul ul.children{
  padding: 0px 0px 0px 5px!important;
  border-radius: 0px;
  border: 0px!important;
  
}

.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
  float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
  width: 100%;
}
.wp-block-button{
  margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
  color: #fff;
}

.col-lg-12.padding_zero{
  padding: 0px;
}
.sec_comments .col-lg-12{
  padding: 0px;
}

.header .header_logo_box img, .default_sickty_heaad .header_logo_box img {
    display: block;
     width: auto!important;
    height: auto;
    margin-bottom: 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000!important;
    transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
}

.lnkTopo {
    color: #aaafb8!important;
}

/*.slider.style_four .slide-item-content .slider_content {
    position: relative;
    z-index: 11;
    padding: 100px 0px 200px!important;
}*/

.slider.style_four .slide-item-content .slider_content {
   
    min-height:552px!important;
}

.nav-link {
    font-size:13px!important;
}

    .nav-link a {
        font-size: 13px !important;
    }

.slider.style_four .slide-item-content .slider_content h1 {
    font-size: 42px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    color: #fff;
    opacity: 0;
    transition: 0.9s ease-in-out;
    -moz-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    -ms-transition: 0.9s ease-in-out;
}

.project_post.style_one .project_caro_content h2 a {
    font-size: 16px!important;
    font-weight: 500!important;
    color: var(--heading-dark);
    display: block;
    line-height: 30px;
}

.project_post.style_one .project_caro_content {
    position: relative;
    padding: 20px 10px 0px 0px!important;
}

.project_post.style_one .image img {
    width: 100%;
    height: 200px!important;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.title_all_box.style_one .title_sections .title, .title_all_box.style_one .title_sections h1, .title_all_box.style_one .title_sections h2, .title_all_box.style_one .title_sections h3, .title_all_box.style_one .title_sections h4, .title_all_box.style_one .title_sections h5, .title_all_box.style_one .title_sections h6, .title_all_box.style_two .title_sections .title, .title_all_box.style_two .title_sections h1, .title_all_box.style_two .title_sections h2, .title_all_box.style_two .title_sections h3, .title_all_box.style_two .title_sections h4, .title_all_box.style_two .title_sections h5, .title_all_box.style_two .title_sections h6 {
    font-size: 25px!important;
    line-height: 30px;
    font-weight: 500;
    color: var(--heading-dark);
    padding: 0px 0px 10px 0px;
    font-family: var(--creote-family-one);
}


.project_caro_content p a {
     color: var(--primary-color-one)!important;

}

.footer_widgets .fo_wid_title h2 {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #fff !important;
    font-weight: 500 !important;
    margin-bottom: 1px;
}

.newsteller.style_one .content h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    font-size: 25px!important;
    line-height: 30px;
}

.footer_widgets .fo_wid_title:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 1px!important;
    background: var(--primary-color-one);
    left: 0;
    bottom: -1px!important;
}

.footer_widgets {
    position: relative;
     margin-bottom: 0px!important;
}

    .footer_widgets.get_in_touch_foo .foo_cont_inner .top h6, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom h6 {
        font-size: 14px !important;
        line-height: 20px !important;
        color: #999999 !important;
        font-weight: 500 !important;
        margin-bottom: 8px;
    }

    .footer_widgets.get_in_touch_foo .foo_cont_inner .top p, .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom p {
        color: #999999 !important;
        margin-bottom: 0px;
    }

    .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content h5 {
        display: inline-block;
        font-family: var(--creote-family-two);
        font-size: 14px !important;
        font-weight: 400;
        color: #999999 !important;
        line-height: 20px !important;
    }

    .footer_widgets.navigation_foo .navigation_foo_inner ul li a {
        display: block;
        font-size: 14px;
        line-height: 24px!important;
        margin-bottom: 5px!important;
        color: #999999 !important;
        font-weight: 400;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }

    .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content {
        position: relative;
        margin-bottom: 5px;
        color: #999999!important;
    }

        .footer_widgets.get_in_touch_foo .foo_cont_inner .bottom .con_content a {
            color: #999999 !important;
            font-size: 14px!important;
            line-height: 20px!important;
            display: inline-block;
        }

.footer_copy_content a {
    position: relative;
    color: #fff!important;
    margin: 0px;
    font-family: var(--creote-family-two);
}

.social_media_v_one ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50px;
    background:#fff!important;
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.header .header_content_collapse .navigation_menu .navbar_nav li, .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li {
 text-transform:uppercase!important;
 font-weight:400!important;
 font-size:14px!important;
 color:#000!important;
 font-family:Arial!important;

}

    .header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link, .default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link {
        text-transform: uppercase !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #000 !important;
        line-height: 45px;
        padding: 0;
        font-family: Arial !important;
        transition: 0.5s ease-in-out;
        -ms-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
    }



    .top_bar {
    background-color: #006666 !important;
}

    .top_bar .top_inner .common_css .contntent .text span, .top_bar .top_inner .common_css .contntent .text a {
        font-size: 14px!important;
        color: #fff!important;
    }

        .top_bar .top_inner .common_css .contntent .text span i, .top_bar .top_inner .common_css .contntent .text a i {
            position: relative;
            margin-left: 9px !important;
            top: inherit;
            right: inherit;
            left: inherit;
            margin: inherit;
            height: auto;
            font-size: 13px;
            color: #fff!important;
        }


.theme-btn.two {
    display: inline-block;
    padding: 0px 5px;
    border-radius: 10px 0px 10px 0px;
    background: var(--primary-color-one);
    color: #fff;
    border: 1px solid var(--primary-color-one);
    line-height: 36px!important;
    min-height: 36px!important;
    min-width: 160px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header .header_right_content ul, .default_sickty_heaad .header_right_content ul {
    padding: 10px 0px 0px!important;
    margin: 0px;
}


/* pagina detalhe */

.page_header_default {
    position: relative;
    min-height: 85px!important;
    padding: 30px 0px 20px!important;
    overflow: hidden;
    align-items: center;
}

    .page_header_default .page_header_content .banner_title_inner .title_page {
        color: #fff;
        font-size: 20px!important;
        line-height: 30px!important;
        font-weight: 500!important;
        font-family: var(--creote-family-one);
    }

.description_box {
    line-height:25px!important;
    text-align:justify;
}

    .description_box p {
        margin: 0;
        line-height: 25px !important;
        text-align: justify;
        color: #999999!important;
    }

.title_all_box.style_one .title_sections .before_title, .title_all_box.style_two .title_sections .before_title {
    font-size: 16px!important;
    line-height: 22px!important;
    font-weight: 500!important;
    color: #000!important;
    padding: 0px 0px 10px 0px;
    text-decoration:unset!important;;
    font-family: var(--creote-family-one);
}

/* lista noticias*/

.news_box.default_style.list_view .image {
    position: relative;
    max-width: 40%;
    min-width: 40%;
   /* height: 230px!important;*/
}

.news_box.default_style.list_view {
    position: relative;
    max-width: 80%;
    min-width: 60%;
    height: 230px !important;
}

    .news_box.default_style.list_view .content_box h2 a {
        display: block;
        color: var(--heading-dark);
        line-height: 20px!important;
        font-size: 17px!important;
        font-weight: 500!important;
        margin-bottom: 5px!important;
    }

    .news_box.default_style.list_view .content_box a.link__go {
        display: block;
        color: var(--text-color-dark);
        font-family: var(--creote-family-one);
        /* font-weight: 600; */
        font-size: 13px!important;
        text-transform:unset!important;
    }

.footer_copy_content a {
    position: relative;
    color: #999999 !important;
    margin: 0px;
    font-family: var(--creote-family-two);
}

.footer_widgets.about_company .content_box p {
    color: #999999!important;
    margin-bottom: 3px !important;
}

.footer_copy_content_right {
    color: #999999 !important;
    font-size: 13px !important;
}

    .footer_copy_content_right a {
        color: #999999 !important;
        font-size: 13px !important;
    }

.footer_copy_content {
    position: relative;
    color: #999999!important;
    margin: 0px;
    font-family: var(--creote-family-two);
    font-size:13px!important;
}

.footer_logo img {
     width: 100%!important;
     background-color:#fff;
     padding:5px;
     border-radius:4px;
}

.social_media_v_one ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50px;
    background: #999999 !important;
    color: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

    .social_media_v_one ul li a.share {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        border-radius: 50px;
        background: #e6e6e6 !important;
        color: #fff;
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }

    .partilhe {
         font-size:10px;
         color:gray;
    }

.news_box.default_style.list_view .content_box p {
    margin-bottom: 5px!important;
}

    .news_box.default_style.list_view .content_box p.short_desc {
        margin-bottom: 5px !important;
        font-size: 14px!important;
        color: gray!important;
    }

.news_box.default_style.list_view .content_box .date span {
    display: block;
    color: var(--primary-color-one);
    font-family: var(--creote-family-one);
    font-weight: 600;
    font-size: 11px!important;
    text-transform:unset!important;
}

.chamada {
    font-size:10px!important;
    color:#fff!important;
}

.divIntro {
   margin-bottom:10px;
}
.divIntro p {
 font-weight:600;
 
}

.contact_box_content.style_one .contact_box_inner .contnet h3 {
    font-size: 15px!important;
    font-weight: 600;
    color: var(--heading-dark);
    margin-bottom: 5px;
    line-height: 24px;
}

.contact_box_inner p {
    font-size: 14px !important;
}



.contact_form_box_all input, .contact_form_box_all input[type=text], .contact_form_box_all input[type=email], .contact_form_box_all input[type=number], .contact_form_box_all textarea, .contact_form_box_all select {
    margin: 6px 0px 10px !important;
}

textarea {
    height: 100px!important;
    padding: 10px 10px!important;
}

/* --- codemind /*

/* Outer */
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 999999;
}
/* Inner */
.popup-inner {
    overflow: auto;
    max-width: 900px;
    max-height: 550px;
    width: 90%;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
    z-index: 999999;
    text-align: justify;
}

    .popup-inner p {
        font-size: 13px;
    }

/* Close Button */
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 30px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0,0,0,0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0,0,0,1);
        text-decoration: none;
    }

.alerta {
margin:20px;
  border-radius:7px;
  background-color:indianred;
  color:#fff;
  font-size:14px;
  padding:20px;
}

    .alerta h2 {
        font-size: 16px;
        color: #fff;
    }


.custom-checkbox2 {
    /*    border: 1px solid #ccc;*/
    border-radius: 3px;
    width: 18px !important;
    height: 18px !important;
    content: '';
    display:flex !important;
    top:3px;
}



.FormRow {
    display: flex;
    align-items: center;
    vertical-align:middle!important;
    gap: 10px; /* Espaço entre a checkbox e o texto */
}

.contact_form_box_all input, .contact_form_box_all input[type="text"], .contact_form_box_all input[type="email"], .contact_form_box_all input[type="number"], .contact_form_box_all textarea, .contact_form_box_all select {
    margin: 6px 0px 15px !important;
}

input, input[type=text], input[type=email], input[type=number], textarea, select {
    position: relative;
    height: 46px;
    line-height: 22px;
    border-radius: 5px;
    border: 1px solid var(--border-color-dark);
    width: 100%;
    padding: 4px 10px 0px 10px;
    display: block;
    transition: 0.5s ease-in-out !important;
    -moz-transition: 0.5s ease-in-out !important;
    -o-transition: 0.5s ease-in-out !important;
    -ms-transition: 0.5s ease-in-out !important;
    margin-bottom: 20px;
    color: var(--text-color-dark);
}

h2.title_sections {
 font-size:20px!important;
 font-weight:400;
}

.theme-btn.two {
    display: inline-block;
    color: rgb(255, 255, 255)!important;
    min-width: 160px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    line-height: 36px !important;
    min-height: 36px !important;
    padding: 0px 20px;
    border-radius: 10px 0px;
    background: var(--primary-color-one);
    border: 1px solid var(--primary-color-one);
    transition: 0.5s;
}

