/*
Theme Name: ELIS ENERGIA
Theme URI: https://projeto.com.br
Author: Vox Digital
Author URI: https://www.voxdigital.com.br/
Description: Tema criado especificamente para ELIS ENERGIA
Version: 1.0
Text Domain: ELIS ENERGIA
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
    ##################
    ###### RESET #####
    ##################
 */

/*TAGS*/
body {
    font-family: "Open Sans", sans-serif;
    background-color: #ffffff;
}

a {
    text-decoration: none;
    transition-duration: 0.8s;
}

a:hover {
    text-decoration: underline;
}

a img {
    text-decoration: none;
    border: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
    margin: 0;
    border: none;
}

b,
strong {
    font-weight: 800;
}

/*
    ####################
    ###### HELPERS #####
    ####################
 */

.ajax_load {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 4;
}

.ajax_load_box {
    margin: auto;
    text-align: center;
    color: #ffffff;
    font-weight: 800;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.ajax_load_box_circle {
    border: 16px solid #e3e3e3;
    border-top: 16px solid #3B5CA6;
    border-radius: 50%;
    margin: auto;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1.2s linear infinite;
    -o-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0;
    vertical-align: middle;
    border: none;
    overflow: hidden;
    max-width: 100%;
}

.embed iframe,
.embed object,
.embed embed,
.embed .fb-page {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: none;
}

.htmlchars {
    display: block;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
    clear: both;
}

.htmlchars h1,
.htmlchars h2,
.htmlchars h3,
.htmlchars h4,
.htmlchars h5,
.htmlchars h6 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 300;
    color: #364348;
}

.htmlchars h1 {
    font-size: 44px;
    font-size: 40px;
}

.htmlchars h2 {
    line-height: 40px;
    font-size: 36px;
}

.htmlchars h3 {
    line-height: 34px;
    font-size: 30px;
}

.htmlchars h4 {
    line-height: 30px;
    font-size: 26px;
}

.htmlchars h5 {
    line-height: 28px;
    font-size: 24px;
}

.htmlchars h6 {
    line-height: 26px;
    font-size: 22px;
}

.htmlchars p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #364348;
}

.htmlchars ul,
.htmlchars ol {
    display: list-item;
    padding-inline-start: 20px;
    margin: 20px 0;
}

.htmlchars ul {
    list-style: disc;
}

.htmlchars ol li,
.htmlchars ul li {
    display: list-item;
    margin-top: 5px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #364348;
}

.htmlchars a {
    text-decoration: none;
    transition-duration: 0.8s;
}

.htmlchars a:hover {
    color: #09f;
    text-decoration: underline;
}

.htmlchars b,
.htmlchars strong {
    font-weight: 700;
}

.htmlchars img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.htmlchars .alignleft {
    float: left;
    margin: 0 20px 0px 0;
}

.htmlchars .alignright {
    float: right;
    margin: 0 0 0px 20px;
}

.htmlchars pre {
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #eeeeee;
    margin: 20px 0;
    overflow-x: auto;
}

/*
    ####################
    ###### PLUGINS #####
    ####################
 */

/*WP-PAGENAVI*/

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.wp-pagenavi .pages {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    background-color: #364348;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    background-color: #364348;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition-duration: 0.8s;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    background-color: #364348;
    text-decoration: none;
    color: #fcd200;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    background-color: #364348;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition-duration: 0.8s;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    background-color: #364348;
    text-decoration: none;
    color: #fcd200;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    background-color: #364348;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition-duration: 0.8s;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    background-color: #364348;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #fcd200;
}

.wp-pagenavi .extend {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: none;
    background-color: #364348;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

/*
    #####################
    ###### COMMENTS #####
    #####################
 */

#comments {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 4px solid #f2f2f2;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #0057b1;
}

.commentlist {
    display: block;
    width: 100%;
}

.commentlist li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.commentlist li:last-child {
    margin-bottom: 0px;
}

.comment-respond {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.comment-reply-title {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 4px solid #f2f2f2;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 20px;
    font-weight: 500;
    color: #0057b1;
}

.comment-form {
    display: block;
    width: 100%;
}

.comment-form .comment-notes {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #b3b3b3;
}

.comment-form label {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
}

.comment-form input,
.comment-form select,
.comment-form textarea {
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
}

.comment-form-cookies-consent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 25px 0px;
}

.comment-form-cookies-consent input {
    display: block;
    flex: 0 0 30px;
    max-width: 30px;
}

.comment-form-cookies-consent label {
    display: block;
    flex: 0 0 calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-bottom: 0px;
}

.comment-form .form-submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.comment-form .form-submit input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 15px;
    border: none;
    outline: none;
    background-color: #005bb4;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.5s;
}

.comment-form .form-submit input[type="submit"]:hover {
    transform: scale(1.1);
    background-color: #dc364a;
    color: #ffffff;
}



/*
    ###################
    ###### HEADER #####
    ###################
*/

.main-header {
    display: block;
    width: 100%;
    background-color: #ffffff;
}

.main-header .container {
    max-width: 1230px;
}

.main-header-nav {
    display: block;
    width: 100%;
    padding: 30px 0px;
}

.main-header-nav-logo {
    display: block;
    width: 156px;
    max-width: 100%;
    margin: 0 auto;
    text-decoration: none;
    transition-duration: 0.8s;
}

.main-header-nav-logo:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-header form {
    display: flex;
    width: 358px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.main-header form button {
    display: inline-block;
    padding: 15px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    line-height: 14px;
    font-size: 14px;
    font-weight: 900;
    color: #b6b6b6;
}

.main-header form button:hover {
    color: #fcd200;
}

.main-header form input {
    display: block;
    width: 100%;
    padding: 15px 15px 15px 0;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    background-color: transparent;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #fcd200;
    transition-duration: 0.8s;
}


.main-header form input::placeholder {
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #b6b6b6;
}

.main-header .gtranslate_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main-header .gtranslate_wrapper a {
    display: inline-block;
    margin: 0 15px 0 0;
}

.main-header .gtranslate_wrapper a:last-of-type {
    margin: 0;
}

.main-header-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-nav ul li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.main-header-nav ul li:last-of-type {
    margin: 0;
}

.main-header-nav ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    transition-duration: 0.8s;
}

.main-header-nav ul li a:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-header-menu {
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-header-menu .container>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-menu .container>ul>li {
    position: relative;
    display: inline-block;
    transition-duration: 0.8s;
}

.main-header-menu .container>ul>li>a {
    display: block;
    width: 100%;
    padding: 20px;
    border-top: 2px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #364348;
    transition-duration: 0.8s;
}

.main-header-menu .container>ul>li.menu-item-has-children>a::after {
    content: " ▾";
    line-height: 16px;
    font-size: 16px;
}

.main-header-menu .container>ul>li.current-menu-item>a,
.main-header-menu .container>ul>li>a:hover {
    border-top: 2px solid #fcd200;
    text-decoration: none;
    color: #fcd200;
}

.main-header-menu .container>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 200px;
    margin: 0;
    padding: 15px;
    list-style: none;
    border-radius: 0 10px 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    z-index: 90;
    transition-duration: 0.8s;
}

.main-header-menu .container>ul>li:hover>ul {
    display: block;
}

.main-header-menu .container>ul>li>ul li {
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
}

.main-header-menu .container>ul>li>ul li:last-of-type {
    margin: 0;
}

.main-header-menu .container>ul>li>ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #364348;
    transition-duration: 0.8s;
}

.main-header-menu .container>ul>li>ul li a:hover {
    text-decoration: none;
    color: #fcd200;
}

.main-header-menu .container>ul>li>ul li ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-menu .container>button {
    display: inline-block;
    width: auto;
    padding: 15px;
    box-shadow: none;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #4A555A;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.main-header-menu .container>button:hover {
    background-color: #fcd200;
    transform: scale(1.024);
}

.main-header-menu .offcanvas-body ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-header-menu .offcanvas-body ul li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

.main-header-menu .offcanvas-body ul li:last-of-type {
    margin: 0;
}

.main-header-menu .offcanvas-body ul li a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #364348;
    transition-duration: 0.8s;
}

.main-header-menu .offcanvas-body ul li a:hover {
    text-decoration: none;
    color: #fcd200;
}

/*
    ##################
    ###### PARTS #####
    ##################
*/



/*
    ################
    ###### 404 #####
    ################
*/



/*
    ###################
    ###### SEARCH #####
    ###################
*/

.tpl-search {
    display: block;
    width: 100%;
}

.tpl-search-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.tpl-search-header .container {
    position: absolute;
}

.tpl-search-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 40px;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
}

.tpl-search-header-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-search-header-breadcrumb>span {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.tpl-search-header-breadcrumb>span:last-of-type {
    margin: 0;
}

.tpl-search-header-breadcrumb>span a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-search-header-breadcrumb>span a:hover {
    text-decoration: none;
    color: #fcd200;
}

.tpl-search-description {
    display: block;
    width: 100%;
    padding: 40px 0px;
}

.tpl-search-description .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}

.tpl-search-description .title h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 80px;
    text-shadow: -1px 1px 0 #f4f4f4, 1px 1px 0 #f4f4f4, 1px -1px 0 #f4f4f4, -1px -1px 0 #f4f4f4;
    font-size: 76px;
    font-weight: 900;
    color: #ffffff;
}

.tpl-search-description .title p {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 34px;
    font-size: 30px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-search-form {
    display: block;
    width: 100%;
    padding: 60px 0px;
    background-color: #364348;
}

.tpl-search-form span {
    display: block;
    width: 100%;
    font-style: italic;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.tpl-search-form form {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.tpl-search-form form input {
    display: block;
    width: 100%;
    padding: 20px;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: transparent;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.tpl-search-form form input::placeholder {
    font-style: italic;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

.tpl-search-form form button {
    display: inline-block;
    padding: 20px;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: transparent;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    transition-duration: 0.8s;
}

.tpl-search-form form button:hover {
    color: #ffffff;
}

.tpl-search-form p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.tpl-search-content {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.tpl-search-content article {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #70707085;
}

.tpl-search-content article:last-of-type {
    margin: 0;
}

.tpl-search-content article h1 {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    font-weight: 900;
    color: #707070;
}

.tpl-search-content article h1 a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #707070;
    transition-duration: 0.8s;
}


.tpl-search-content article h1 a:hover {
    text-decoration: none;
    color: #000000;
}

.tpl-search-content article p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #707070;
}

/*
    #####################
    ###### TAXONOMY #####
    #####################
*/



/*
    #################
    ###### PAGE #####
    #################
*/

.tpl-page {
    display: block;
    width: 100%;
}

.tpl-page .container {
    max-width: 1264px;
}

.tpl-page-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.tpl-page-header .container {
    position: absolute;
}

.tpl-page-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 40px;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
}

.tpl-page-header-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-page-header-breadcrumb>span {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.tpl-page-header-breadcrumb>span:last-of-type {
    margin: 0;
}

.tpl-page-header-breadcrumb>span a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-page-header-breadcrumb>span a:hover {
    text-decoration: none;
    color: #fcd200;
}

.tpl-page-content {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.tpl-page-content .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}

.tpl-page-content .title h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 80px;
    text-shadow: -1px 1px 0 #f4f4f4, 1px 1px 0 #f4f4f4, 1px -1px 0 #f4f4f4, -1px -1px 0 #f4f4f4;
    font-size: 76px;
    font-weight: 900;
    color: #ffffff;
}

.tpl-page-content .title p {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 34px;
    font-size: 30px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-page-content .htmlchars ul li,
.tpl-page-content .htmlchars ol li,
.tpl-page-content .htmlchars p {
    line-height: 24px;
    font-size: 16px;
}

.tpl-page-documents {
    display: block;
    width: 100%;
    padding: 0px 0px 80px 0px;
}

.tpl-page-documents-header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.tpl-page-documents-content {
    display: block;
    width: 100%;
}

.tpl-page-documents-content article {
    display: block;
    width: 100%;
    text-align: center;
}

.tpl-page-documents-content article span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    border: 2px solid #fcd200;
    line-height: 64px;
    font-size: 64px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-page-documents-content article h1 {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #364348;
}

.tpl-page-documents-content article a {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #fcd200;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fcd200;
    transition-duration: 0.8s;
}

.tpl-page-documents-content article a:hover {
    background-color: #fcd200;
    text-decoration: none;
    color: #364348;
}

/*
    ###################
    ###### SINGLE #####
    ###################
*/

.tpl-single {
    display: block;
    width: 100%;
}

.tpl-single .container {
    max-width: 1200px;
}

.tpl-single-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.tpl-single-header .container {
    position: absolute;
}

.tpl-single-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 40px;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
}

.tpl-single-header-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-single-header-breadcrumb>span {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.tpl-single-header-breadcrumb>span:last-of-type {
    margin: 0;
}

.tpl-single-header-breadcrumb>span a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-single-header-breadcrumb>span a:hover {
    text-decoration: none;
    color: #fcd200;
}

.tpl-single-background {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.tpl-single-background .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

.tpl-single-background .title h4 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 80px;
    text-shadow: -1px 1px 0 #f4f4f4, 1px 1px 0 #f4f4f4, 1px -1px 0 #f4f4f4, -1px -1px 0 #f4f4f4;
    font-size: 76px;
    font-weight: 900;
    color: #ffffff;
}

.tpl-single-background .title p {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 34px;
    font-size: 30px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-single-content {
    display: block;
    width: 100%;
}

.tpl-single-footer {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tpl-single-footer-backpage {
    display: inline-block;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #fcd200;
    transition-duration: 0.8s;
}

.tpl-single-footer-backpage:hover {
    text-decoration: none;
    color: #364348;
}

.tpl-singles-sidebar {
    display: block;
    width: 100%;
}

.tpl-singles-sidebar article {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}

.tpl-singles-sidebar article:last-of-type {
    margin: 0;
}

.tpl-singles-sidebar article form {
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tpl-singles-sidebar article form button {
    display: inline-block;
    padding: 15px;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: transparent;
    line-height: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #4a555a;
    transition-duration: 0.8s;
}

.tpl-singles-sidebar article form button:hover {
    color: #fcd200;
}

.tpl-singles-sidebar article form input {
    display: block;
    width: 100%;
    padding: 15px;
    box-shadow: none;
    outline: none;
    border: none;
    line-height: 18px;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    color: #fcd200;
}

.tpl-singles-sidebar article form input::placeholder {
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    color: #4a555a;
}

.tpl-singles-sidebar article h4 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #4a555a;
}

.tpl-singles-sidebar article ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tpl-singles-sidebar article ul li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tpl-singles-sidebar article ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #4a555a;
    transition-duration: 0.8s;
}

.tpl-singles-sidebar article ul li a:hover {
    text-decoration: none;
    color: #fcd200;
}

/*
    ###########################
    ###### PAGE-TEMPLATES #####
    ###########################
*/

/*TPL-HOME*/
.tpl-home {
    display: block;
    width: 100%;
    background-image: url("assets/images/backgrounds/backgrounds-home.png");
    background-size: 1920px 1057px;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-home-carousel {
    display: block;
    width: 100%;
}

.tpl-home-carousel .slick-carousel {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tpl-home-carousel .slick-carousel .slick-prev,
.tpl-home-carousel .slick-carousel .slick-next {
    width: 36px;
    height: 36px;
    z-index: 90;
}

.tpl-home-carousel .slick-carousel .slick-prev {
    left: 25px;
}

.tpl-home-carousel .slick-carousel .slick-next {
    right: 25px;
}

.tpl-home-carousel .slick-carousel .slick-prev::before,
.tpl-home-carousel .slick-carousel .slick-next::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    border-radius: 50%;
    border: 2px solid #fcd200;
    line-height: 20px;
    font-size: 20px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-home-carousel .slick-carousel .slick-prev::before {
    content: "\f104";
}

.tpl-home-carousel .slick-carousel .slick-next::before {
    content: "\f105";
}

.tpl-home-carousel article {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-home-carousel article .container-fluid {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.tpl-home-carousel article .container-fluid .content {
    display: block;
    width: 832px;
    max-width: 100%;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.65);
}

.tpl-home-carousel article .htmlchars h1,
.tpl-home-carousel article .htmlchars h2,
.tpl-home-carousel article .htmlchars h3,
.tpl-home-carousel article .htmlchars h4,
.tpl-home-carousel article .htmlchars h5,
.tpl-home-carousel article .htmlchars h6 {
    display: block;
    width: 100%;
    line-height: 34px;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
}

.tpl-home-carousel article .htmlchars ul li,
.tpl-home-carousel article .htmlchars ol li,
.tpl-home-carousel article .htmlchars p {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}

.tpl-home-carousel article .htmlchars hr {
    display: block;
    width: 552px;
    max-width: 100%;
    height: 2px;
    margin: 20px 0;
    border: none;
    background-color: #fcd200;
    opacity: 1.0;
}

.tpl-home-carousel article .content>a {
    display: inline-block;
    padding: 12px 36px;
    border-radius: 5px;
    background-color: #fcd200;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #364348;
    transition-duration: 0.8s;
}

.tpl-home-carousel article .content>a:hover {
    background-color: #4A555A;
    text-decoration: none;
    color: #ffffff;
}

.tpl-home-about {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.tpl-home-about .htmlchars ul {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    border-bottom: 1px solid #364348;
    background-color: #F7F8F9;
    list-style: none;
}

.tpl-home-about .htmlchars ul li::before {
    content: "\f00c";
    display: inline-block;
    padding: 0 10px 0 0;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    color: #fcd200;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tpl-home-about .htmlchars ul li,
.tpl-home-about .htmlchars ol li,
.tpl-home-about .htmlchars p {
    line-height: 24px;
    font-size: 16px;
}

.tpl-home-about-cta {
    display: inline-block;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #fcd200;
    transition-duration: 0.8s;
}

.tpl-home-about-cta:hover {
    text-decoration: none;
    color: #4A555A;
}

.tpl-home-projects {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.tpl-home-projects-header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.tpl-home-projects-content {
    display: block;
    width: 100%;
}

.tpl-home-projects-content .slick-projects {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.tpl-home-projects-content .slick-projects .slick-prev,
.tpl-home-projects-content .slick-projects .slick-next {
    width: 36px;
    height: 36px;
    z-index: 90;
}

.tpl-home-projects-content .slick-projects .slick-prev {
    left: -25px;
}

.tpl-home-projects-content .slick-projects .slick-next {
    right: -25px;
}

.tpl-home-projects-content .slick-projects .slick-prev::before,
.tpl-home-projects-content .slick-projects .slick-next::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 36px;
    font-size: 36px;
    font-weight: 900;
    color: #364348;
}

.tpl-home-projects-content .slick-projects .slick-prev::before {
    content: "\f104";
}

.tpl-home-projects-content .slick-projects .slick-next::before {
    content: "\f105";
}

.tpl-home-projects-content article {
    position: relative;
    display: block;
    width: 100%;
    height: 375px;
    border-radius: 30px 0 30px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.8s;
    overflow: hidden;
}

.tpl-home-projects-content article h1 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #364348;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-home-projects-content article:hover h1 {
    display: flex;
}

.tpl-home-projects-footer {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.tpl-home-projects-footer-cta {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #F8F8F8;
    border: 2px solid #364348;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #364348;
    transition-duration: 0.8s;
}

.tpl-home-projects-footer-cta:hover {
    background-color: #364348;
    text-decoration: none;
    color: #ffffff;
}

.tpl-home-operation {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.tpl-home-blog {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #4A555A;
}

.tpl-home-blog .container {
    max-width: 985px;
}

.tpl-home-blog-header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.tpl-home-blog-header .htmlchars h1,
.tpl-home-blog-header .htmlchars h2,
.tpl-home-blog-header .htmlchars h3,
.tpl-home-blog-header .htmlchars h4,
.tpl-home-blog-header .htmlchars h5,
.tpl-home-blog-header .htmlchars h6,
.tpl-home-blog-header .htmlchars ul li,
.tpl-home-blog-header .htmlchars ol li,
.tpl-home-blog-header .htmlchars p {
    color: #fcd200;
}

.tpl-home-blog-content article {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: auto;
}

.tpl-home-blog-content article .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 30px 0 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.8s;
}

.tpl-home-blog-content article .thumbnail span {
    position: absolute;
    bottom: 0;
    right: 25px;
    display: block;
    width: 80px;
    padding: 10px;
    background-color: #FCD200;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #4a555a;
}


.tpl-home-blog-content article header {
    display: block;
    width: 100%;
    height: 256px;
    padding: 30px 25px;
    background-color: #ffffff;
}

.tpl-home-blog-content article header span {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.tpl-home-blog-content article header span a {
    text-decoration: none;
    color: #808080;
    transition-duration: 0.8s;
}

.tpl-home-blog-content article header span a:hover {
    text-decoration: none;
    color: #FCD200;
}

.tpl-home-blog-content article header h1 {
    display: block;
    width: 100%;
    margin: 10px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 900;
    color: #000000;
}

.tpl-home-blog-content article header p {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4a555a;
}

.tpl-home-blog-content article header>a {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 65px 0 0;
    text-decoration: none;
    line-height: 20px;
    font-style: italic;
    font-size: 16px;
    font-weight: 900;
    color: #f9bf06;
    transition-duration: 0.8s;
}

.tpl-home-blog-content article header>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 49px;
    height: 1px;
    background-color: #f9bf06;
    transition-duration: 0.8s;
}

.tpl-home-blog-content article header>a:hover {
    text-decoration: none;
    color: #000;
}

.tpl-home-blog-content article header>a:hover::after {
    background-color: #000000;
}

.tpl-home-blog-footer {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.tpl-home-blog-footer a {
    display: inline-block;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #fcd200;
    transition-duration: 0.8s;
}

.tpl-home-blog-footer a:hover {
    text-decoration: none;
    color: #ffffff;
}

/*TPL-ABOUT*/
.tpl-about {
    display: block;
    width: 100%;
}

.tpl-about-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.tpl-about-header .container {
    position: absolute;
}

.tpl-about-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 40px;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
}

.tpl-about-header-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-about-header-breadcrumb>span {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.tpl-about-header-breadcrumb>span:last-of-type {
    margin: 0;
}

.tpl-about-header-breadcrumb>span a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-about-header-breadcrumb>span a:hover {
    text-decoration: none;
    color: #fcd200;
}

.tpl-about-content {
    display: block;
    width: 100%;
    padding: 80px 0px 160px 0px;
}

.tpl-about-content .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
}

.tpl-about-content .title h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 80px;
    text-shadow: -1px 1px 0 #f4f4f4, 1px 1px 0 #f4f4f4, 1px -1px 0 #f4f4f4, -1px -1px 0 #f4f4f4;
    font-size: 76px;
    font-weight: 900;
    color: #ffffff;
}

.tpl-about-content .title p {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 34px;
    font-size: 30px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-about-content .htmlchars ul {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    border-bottom: 1px solid #364348;
    background-color: #F7F8F9;
    list-style: none;
}

.tpl-about-content .htmlchars ul li::before {
    content: "\f00c";
    display: inline-block;
    padding: 0 10px 0 0;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fcd200;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tpl-about-content-cta {
    display: inline-block;
    padding: 15px 30px;
    background-color: #F8F8F8;
    border: 2px solid #364348;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #364348;
    transition-duration: 0.8s;
}

.tpl-about-content-cta:hover {
    background-color: #364348;
    text-decoration: none;
    color: #ffffff;
}

.tpl-about-awards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 12px;
}

.tpl-about-awards .container {
    position: absolute;
}

.tpl-about-awards .container>.row>.col-12:first-of-type {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-about-awards .container>.row>.col-12:last-of-type {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 184px;
    background-color: #364348;
}

.tpl-about-awards-thumbnail {
    display: block;
    width: 100%;
    text-align: center;
}

.tpl-about-awards .slick-awards {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 40px;
}

.tpl-about-awards .slick-awards .slick-prev,
.tpl-about-awards .slick-awards .slick-next {
    width: 36px;
    height: 36px;
    z-index: 90;
}

.tpl-about-awards .slick-awards .slick-prev {
    left: 15px;
}

.tpl-about-awards .slick-awards .slick-next {
    right: 15px;
}

.tpl-about-awards .slick-awards .slick-prev::before,
.tpl-about-awards .slick-awards .slick-next::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 36px;
    font-size: 36px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-about-awards .slick-awards .slick-prev::before {
    content: "\f104";
}

.tpl-about-awards .slick-awards .slick-next::before {
    content: "\f105";
}

.tpl-about-awards article {
    display: block;
    width: 100%;
}

.tpl-about-awards article .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.tpl-about-awards article h1 {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #fcd200;
}

.tpl-about-awards article p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.tpl-about-benefits {
    display: block;
    width: 100%;
    padding: 160px 0 60px 0px;
    background-color: #F8F8F8;
}

.tpl-about-benefits-header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.tpl-about-benefits-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 512px;
    padding: 20px 0px;
    background-size: 267px 512px;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-about-benefits-content article {
    display: block;
    width: 360px;
    max-width: 100%;
}

.tpl-about-benefits-content>.row>.col-12:nth-of-type(2n+0) article {
    margin: 0 0 0 auto;
}

.tpl-about-benefits-content>.row>.col-12:nth-of-type(2n+0) article .row {
    flex-direction: row-reverse;
}

.tpl-about-benefits-content article .icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.tpl-about-benefits-content article h1 {
    display: block;
    width: 100%;
    line-height: 26px;
    font-size: 22px;
    font-weight: 700;
    color: #fcd200;
}

.tpl-about-benefits-content article p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #364348;
}

.tpl-about-pillars {
    display: block;
    width: 100%;
    padding: 0 0 80px 0;
    background-color: #ffffff;
}

.tpl-about-pillars .htmlchars {
    display: block;
    width: 585px;
    max-width: 100%;
}

.tpl-about-pillars .accordion {
    display: block;
    width: 585px;
    max-width: 100%;
}

.tpl-about-pillars .accordion-item {
    margin: 0 0 20px 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.tpl-about-pillars .accordion-item:last-of-type {
    margin: 0;
}

.tpl-about-pillars .accordion-item .accordion-header {
    background-color: transparent;
}

.tpl-about-pillars .accordion-item .accordion-header .accordion-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #393939;
    border-radius: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.tpl-about-pillars .accordion-item .accordion-header .accordion-button::after {
    margin: 0 0 0 60px;
    background-image: url(assets/images/icons/icons-arrow-down-accordion.png);
}

.tpl-about-pillars .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.tpl-about-documents {
    display: block;
    width: 100%;
    padding: 0 0 80px 0px;
}

.tpl-about-documents-header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.tpl-about-documents-content {
    display: block;
    width: 100%;
}

.tpl-about-documents-content article {
    display: block;
    width: 100%;
    text-align: center;
}

.tpl-about-documents-content article span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    border: 2px solid #fcd200;
    line-height: 64px;
    font-size: 64px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-about-documents-content article h1 {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #364348;
}

.tpl-about-documents-content article a {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #fcd200;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fcd200;
    transition-duration: 0.8s;
}

.tpl-about-documents-content article a:hover {
    background-color: #fcd200;
    text-decoration: none;
    color: #364348;
}


/* TPL-PROJECTS */
.tpl-projects {
    display: block;
    width: 100%;
}

.tpl-projects .container {
    max-width: 1200px;
}

.tpl-projects-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.tpl-projects-header .container {
    position: absolute;
}

.tpl-projects-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 40px;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
}

.tpl-projects-header-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-projects-header-breadcrumb>span {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.tpl-projects-header-breadcrumb>span:last-of-type {
    margin: 0;
}

.tpl-projects-header-breadcrumb>span a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-projects-header-breadcrumb>span a:hover {
    text-decoration: none;
    color: #fcd200;
}

.tpl-projects-list {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.tpl-projects-list-header {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}

.tpl-projects-list-header .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}

.tpl-projects-list-header .title h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 80px;
    text-shadow: -1px 1px 0 #f4f4f4, 1px 1px 0 #f4f4f4, 1px -1px 0 #f4f4f4, -1px -1px 0 #f4f4f4;
    font-size: 76px;
    font-weight: 900;
    color: #ffffff;
}

.tpl-projects-list-header .title p {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 34px;
    font-size: 30px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-projects-list-content {
    display: block;
    width: 100%;
}

.tpl-projects-list-content .row .col-12:nth-of-type(2n+0) article .row {
    flex-direction: column-reverse;
}

.tpl-projects-list-content article {
    display: block;
    width: 100%;
}

.tpl-projects-list-content article header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 310px;
    padding: 40px;
    background-color: #364348;
}

.tpl-projects-list-content .row .col-12:nth-of-type(2n+0) article header {
    height: 295px;
}

.tpl-projects-list-content article header>div>h1 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    line-height: 26px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}


.tpl-projects-list-content article header>div>button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: #ffffff;
    line-height: 20px;
    font-size: 20px;
    font-weight: 900;
    color: #364348;
    transition-duration: 0.8s;
}

.tpl-projects-list-content article header>div>button:hover {
    transform: scale(1.024);
}

.tpl-projects-list-content article .thumbnail {
    display: block;
    width: 100%;
    height: 280px;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-projects-list-content .row .col-12:nth-of-type(2n+0) article .thumbnail {
    height: 295px;
}

.tpl-projects-energy {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #F8F8F8;
}

.tpl-projects-energy-header {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}

.tpl-projects-energy-header .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}

.tpl-projects-energy-header .title h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 80px;
    text-shadow: -1px 1px 0 #efefef, 1px 1px 0 #efefef, 1px -1px 0 #efefef, -1px -1px 0 #efefef;
    font-size: 76px;
    font-weight: 900;
    color: #F8F8F8;
}

.tpl-projects-energy-header .title p {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 34px;
    font-size: 30px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-projects-energy-cta {
    display: inline-block;
    padding: 15px 30px;
    background-color: #F8F8F8;
    border: 2px solid #364348;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #364348;
    transition-duration: 0.8s;
}

.tpl-projects-energy-cta:hover {
    background-color: #364348;
    text-decoration: none;
    color: #ffffff;
}

/*TPL-BLOG*/
.tpl-blog {
    display: block;
    width: 100%;
}

.tpl-blog .container {
    max-width: 985px;
}

.tpl-blog-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.tpl-blog-header .container {
    position: absolute;
}

.tpl-blog-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 40px;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
}

.tpl-blog-header-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-blog-header-breadcrumb>span {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.tpl-blog-header-breadcrumb>span:last-of-type {
    margin: 0;
}

.tpl-blog-header-breadcrumb>span a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-blog-header-breadcrumb>span a:hover {
    text-decoration: none;
    color: #fcd200;
}

.tpl-blog-content {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #4A555A;
}

.tpl-blog-content article {
    display: block;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.tpl-blog-content article .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 30px 0 0 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.8s;
}

.tpl-blog-content article .thumbnail span {
    position: absolute;
    bottom: 0;
    right: 25px;
    display: block;
    width: 80px;
    padding: 10px;
    background-color: #FCD200;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #4a555a;
}


.tpl-blog-content article header {
    display: block;
    width: 100%;
    height: 256px;
    padding: 30px 25px;
    background-color: #ffffff;
}

.tpl-blog-content article header span {
    display: block;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
}

.tpl-blog-content article header span a {
    text-decoration: none;
    color: #808080;
    transition-duration: 0.8s;
}

.tpl-blog-content article header span a:hover {
    text-decoration: none;
    color: #FCD200;
}

.tpl-blog-content article header h1 {
    display: block;
    width: 100%;
    margin: 10px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 900;
    color: #000000;
}

.tpl-blog-content article header p {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #4a555a;
}

.tpl-blog-content article header>a {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 65px 0 0;
    text-decoration: none;
    line-height: 20px;
    font-style: italic;
    font-size: 16px;
    font-weight: 900;
    color: #f9bf06;
    transition-duration: 0.8s;
}

.tpl-blog-content article header>a::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    width: 49px;
    height: 1px;
    background-color: #f9bf06;
    transition-duration: 0.8s;
}

.tpl-blog-content article header>a:hover {
    text-decoration: none;
    color: #000;
}

.tpl-blog-content article header>a:hover::after {
    background-color: #000000;
}


/*TPL-CONTACT*/
.tpl-contact {
    display: block;
    width: 100%;
}

.tpl-contact-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.tpl-contact-header .container {
    position: absolute;
}

.tpl-contact-header h1 {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 40px;
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
}

.tpl-contact-header-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tpl-contact-header-breadcrumb>span {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.tpl-contact-header-breadcrumb>span:last-of-type {
    margin: 0;
}

.tpl-contact-header-breadcrumb>span a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-contact-header-breadcrumb>span a:hover {
    text-decoration: none;
    color: #fcd200;
}

.tpl-contact-content {
    display: block;
    width: 100%;
    padding: 80px 0px;
}

.tpl-contact-content .title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
}

.tpl-contact-content .title h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 80px;
    text-shadow: -1px 1px 0 #f4f4f4, 1px 1px 0 #f4f4f4, 1px -1px 0 #f4f4f4, -1px -1px 0 #f4f4f4;
    font-size: 76px;
    font-weight: 900;
    color: #ffffff;
}

.tpl-contact-content .title p {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    line-height: 34px;
    font-size: 30px;
    font-weight: 900;
    color: #fcd200;
}

.tpl-contact-content form {
    display: block;
    width: 782px;
    max-width: 100%;
    margin: 0 auto;
}

.tpl-contact-content .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    border: 1xp solid rgba(0, 0, 0, 0.1);
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
}

.tpl-contact-content .form-control::placeholder {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #333;
}

.tpl-contact-content button {
    display: inline-block;
    padding: 15px 45px;
    border: 2px solid #fcd200;
    background-color: #ffffff;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fcd200;
    transition-duration: 0.8s;
}

.tpl-contact-content button:hover {
    background-color: #fcd200;
    color: #ffffff;
    transform: scale(1.024);
}

/*
    ###################
    ###### FOOTER #####
    ###################
*/

.main-footer {
    display: block;
    width: 100%;
    background-color: #364348;
}

.main-footer-nav {
    display: block;
    width: 100%;
    padding: 60px 0px 80px 0;
}

.main-footer-nav article {
    display: block;
    width: 100%;
}

.main-footer-nav article h4 {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.main-footer-nav-about-logo {
    display: block;
    width: 173px;
    max-width: 100%;
    text-decoration: none;
    transition-duration: 0.8s;
}

.main-footer-nav-about-logo:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-footer-nav-about p {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

.main-footer-nav-menu ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer-nav-menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}

.main-footer-nav-menu ul li:last-of-type {
    margin: 0;
}

.main-footer-nav-menu ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

.main-footer-nav-menu ul li a:hover {
    text-decoration: none;
    color: #fcd200;
}

.main-footer-nav-contact-channels {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-footer-nav-contact-channels li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

.main-footer-nav-contact-channels li:last-of-type {
    margin: 0;
}

.main-footer-nav-contact-channels li a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

.main-footer-nav-contact-channels li a:hover {
    text-decoration: none;
    color: #fcd200;
}

.main-footer-nav-contact-channels li a i {
    color: #fcd200;
}

.main-footer-nav-contact-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.main-footer-nav-contact-social li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.main-footer-nav-contact-social li:last-of-type {
    margin: 0;
}

.main-footer-nav-contact-social li a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    font-weight: 900;
    color: #fcd200;
}

.main-footer-nav-contact-social li a:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.main-footer-copyright {
    display: block;
    width: 100%;
    padding: 25px 0px;
    border-top: 2px solid #fcd200;
}

.main-footer-copyright .htmlchars p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}

.main-footer-copyright .htmlchars a {
    text-decoration: none;
    color: #ffffff;
    transition-duration: 0.8s;
}

.main-footer-copyright .htmlchars a:hover {
    text-decoration: none;
    color: #fcd200;
}

/*
    ##########################
    ###### MEDIA QUERIES #####
    ##########################
 */

/*1366px*/
@media (max-width: 85.375em) {
    /* TPL-HOME */
    .tpl-home-carousel article .container-fluid .content {
        width: 768px;
    }
}

/*1200px*/
@media (max-width: 75em) {}

/*1024px*/
@media (max-width: 64em) {
    /*HELPERS*/
    .htmlchars h1 {
        line-height: 34px;
        font-size: 30px;
    }
    
    .htmlchars h2 {
        line-height: 32px;
        font-size: 28px;
    }
    
    .htmlchars h3 {
        line-height: 30px;
        font-size: 26px;
    }
    
    .htmlchars h4 {
        line-height: 28px;
        font-size: 24px;
    }
    
    .htmlchars h5 {
        line-height: 26px;
        font-size: 22px;
    }
    
    .htmlchars h6 {
        line-height: 24px;
        font-size: 20px;
    }
    
    .htmlchars ol li,
    .htmlchars ul li,
    .htmlchars p {
        line-height: 24px;
        font-size: 16px;
    }

    .htmlchars br {
        display: none;
    }

    .htmlchars .alignleft,
    .htmlchars .alignright {
        float: none;
        margin: 0px auto 20px auto;
    }

    /* MAIN-HEADER */
    .main-header-nav {
        padding: 20px 0;
    }

    .main-header form {
        margin: 25px 0;
    }

    .main-header-menu {
        padding: 0 0 20px 0;
        border-top: 0;
    }

    /* TPL-HOME */
    .tpl-home-carousel article .container-fluid .content {
        padding: 25px;
    }

    .tpl-home-carousel article .htmlchars h1,
    .tpl-home-carousel article .htmlchars h2,
    .tpl-home-carousel article .htmlchars h3,
    .tpl-home-carousel article .htmlchars h4,
    .tpl-home-carousel article .htmlchars h5,
    .tpl-home-carousel article .htmlchars h6 {
        line-height: 32px;
        font-size: 28px;
    }

    .tpl-home-carousel article .htmlchars ul li,
    .tpl-home-carousel article .htmlchars ol li,
    .tpl-home-carousel article .htmlchars p {
        line-height: 20px;
        font-size: 16px;
    }

    .tpl-home-projects-content .slick-projects .slick-prev {
        left: 5px;
    }
    
    .tpl-home-projects-content .slick-projects .slick-next {
        right: 5px;
    }

    .tpl-home-operation {
        text-align: center !important;
    }

    .tpl-home-operation img {
        max-width: 200px;
    }

    /* TPL-ABOUT */
    .tpl-about-content {
        padding: 80px 0px;
    }

    .tpl-about-awards .container {
        position: initial;
    }

    .tpl-about-awards-thumbnail {
        height: 200px;
    }

    .tpl-about-benefits {
        padding: 80px 0px;
    }

    .tpl-about-benefits-header {
        margin: 0px;
    }

    .tpl-about-benefits-content {
        background-image: none !important;
    }

    .tpl-about-benefits-content>.row>.col-12:nth-of-type(1n+0) article .row {
        flex-direction: column-reverse;
    }

    .tpl-about-benefits-content article {
        width: 100%;
    }

    /* TPL-PROJECTS */
    .tpl-projects-list-content .row .col-12:nth-of-type(2n+0) article .row {
        flex-direction: row;
    }

    .tpl-projects-list-content article header,
    .tpl-projects-list-content article .thumbnail {
        height: 295px;
    }
}

/*768px*/
@media (max-width: 48em) {}

/*576px*/
@media (max-width: 36em) {}