@font-face {
    font-family: 'Ivy Journal';
    src: url('../fonts/IvyJournal-Italic.eot');
    src: local('../fonts/IvyJournal-Italic'),
        url('../fonts/IvyJournal-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IvyJournal-Italic.woff2') format('woff2'),
        url('../fonts/IvyJournal-Italic.woff') format('woff'),
        url('../fonts/IvyJournal-Italic.svg#IvyJournal-Italic') format('svg'),
        url('../fonts/IvyJournal-Italic.ttf') format('ttf');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.sec-title h5 {
    font-family: 'Ivy Journal';
    text-transform: none;
    font-size: 24px;
    margin-bottom: 12px;
}

.sec-title h5:before, .sec-title h5:after {
    height: 1px !important;
}

.intro-section .sec-title h5,
.info-style-two .sec-title h5 {
    margin-bottom: 20px;
}

.theme-btn {
    font-weight: 500;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
    .widget-whatsapp {
        margin: 20px;
    }
    #fale-conosco {
        display: block !important;
    }
    .support-section {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
    .service-style-two {
        padding: 70px 0 220px;
    }
    #video_block_two .video-inner {
        min-height: 400px;
    }
    .service-block-two .inner-box h4{
        padding-top: 0 !important;
      }
}
  
.widget-whatsapp {
    margin: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 16000160;
}

.widget-whatsapp--sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.widget-whatsapp {
    width: 50px;
    height: 50px;
    background-color: #4dc247;
    display: block;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.widget-whatsapp:hover {
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.widget-whatsapp:hover .widget-whatsapp--icon {
    fill: #4dc247;
}

.widget-whatsapp--icon {
    fill: #fff;
    width: 41px;
    height: 50px;
}

#fale-conosco {
    display: none;
}

.sticky-header #fale-conosco {
    display: block;
}

.main-header.style-one .header-lower .logo-box img,
.main-header.style-six .header-lower .logo-box img {
    height: 55px;
}

.main-header.style-one .sticky-header .logo-box img {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 0;
}

.main-header.style-one .header-lower .logo-box {
    padding-top: 30px;
}

.sticky-header .menu-area {
    padding: 10px 0;
}

.theme-btn.style-one:hover {
    color: #FFF !important;
    background: #052D25 !important;
    border: 2px solid #052D25;
}

.theme-btn.style-one::after {
    background: #052D25 !important;
}

.theme-btn.style-one::before,
.theme-btn.style-one::after {
    border-radius: 5px !important;
}

.theme-btn.style-two:hover {
    color: #55B7A4 !important;
    background: #FFF !important;
    border: 2px solid #fff;
}

.theme-btn.style-two::after {
    background: #FFF !important;
}

.theme-btn.style-two::before,
.theme-btn.style-two::after {
    border-radius: 5px !important;
}

.theme-btn.style-three:hover {
    color: #55B7A4 !important;
    background: #FFF !important;
}

.theme-btn.style-three::after {
    background: #FFF !important;
}

.theme-btn.style-three::before,
.theme-btn.style-three::after {
    border-radius: 5px !important;
}

#content_block_three .content-box .tabs-content .list-item li{
    position: relative;
    display: block;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 4px;
    padding-left: 22px;
  }
  
  #content_block_three .content-box .tabs-content .list-item li:last-child{
    margin-bottom: 0px;
  }
  
  #content_block_three .content-box .tabs-content .list-item li:before{
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    left: 0px;
    top: 1px;
    font-weight: 700;
  }

  .service-style-two .sec-title.light h5:before, .service-style-two .sec-title.light h5:after {
    background: #55B7A4 !important;
  }

  .team-block-one .inner-box .lower-content h3 {
    font-size: 21px;
    line-height: 24px;
    padding-bottom: 4px;
  }

  .team-block-one .inner-box .lower-content .info {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #666;
  }