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

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

/*TAGS*/
body {
    font-family: "Roboto", 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;
}

embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

/*
    ####################
    ###### 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: "Roboto", 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: #000000;
}

.htmlchars h1 {
    line-height: 40px;
    font-size: 34px;
}

.htmlchars h2 {
    line-height: 38px;
    font-size: 32px;
}

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

.htmlchars h4 {
    line-height: 34px;
    font-size: 28px;
}

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

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

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

.htmlchars ul,
.htmlchars ol {
    display: list-item;
    padding-inline-start: 20px;
    margin: 20px 0;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.htmlchars ul {
    list-style: disc;
}

.htmlchars ul::marker {
    content: "";
}

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

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

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

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

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


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

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

.htmlchars hr {
    display: block;
    width: 100%;
    margin: 20px 0;
    border: none;
    height: 2px;
    background-color: #000000;
    opacity: 1.0;
}

/*
    ####################
    ###### 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;
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #868686;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #4d4d4d;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #868686;
    transition-duration: 0.8s;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
    border: 1px solid #005bc2;
    background-color: #005bc2;
    color: #ffffff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #4d4d4d;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #868686;
    transition-duration: 0.8s;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
    border: 1px solid #005bc2;
    background-color: #005bc2;
    color: #ffffff;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #4d4d4d;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #868686;
    transition-duration: 0.8s;
}

.wp-pagenavi .current,
.wp-pagenavi .page:hover {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #005bc2;
    background-color: #005bc2;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.wp-pagenavi .extend {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #4d4d4d;
    background-color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #868686;
}

/*
    #####################
    ###### 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%;
    padding: 12px 0;
    background-image: url("assets/images/backgrounds/backgrounds-header.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-template-home .main-header {
    position: absolute;
    top: 0;
    left: 0;
    background-image: none;
    z-index: 99;
}

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

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

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

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

.main-header-nav-menu>li {
    position: relative;
    display: inline-block;
    margin: 0 25px 0 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid transparent;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
    cursor: pointer;
}

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

.main-header-nav-menu>li.current_page_item,
.main-header-nav-menu>li:hover {
    border-bottom: 2px solid #35D9F0;
    color: #35D9F0;
}

.main-header-nav-menu>li>a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ffffff;
}

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

.main-header-nav-menu>li.current_page_item>a,
.main-header-nav-menu>li>a:hover {
    text-decoration: none;
    color: #35D9F0;
}

.main-header-nav-menu>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.2);
    border-radius: 0 10px 10px 10px;
    background-color: #ffffff;
    z-index: 90;
    transition-duration: 0.8s;
}

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

.main-header-nav-menu>li>ul li {
    display: block;
    width: 100%;
}

.main-header-nav-menu>li>ul li a {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 15px;
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #005bc2;
    transition-duration: 0.8s;
}

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

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

.main-header-nav>button {
    display: inline-block;
    padding: 12px 20px;
    box-shadow: none;
    outline: none;
    border-radius: 20px 20px 20px 0;
    border: none;
    background-image: url("assets/images/backgrounds/backgrounds-buttons.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.main-header-nav>button:hover {
    transform: scale(1.024);
}

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

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

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

.main-header-nav .offcanvas-body ul li a {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    transition-duration: 0.8s;
}

.main-header-nav .offcanvas-body ul li ul li a {
    font-weight: 300;
}

.main-header-nav .offcanvas-body ul li.current_page_item a,
.main-header-nav .offcanvas-body ul li a:hover {
    border-bottom: 2px solid #005bc2;
    text-decoration: none;
    color: #005bc2;
}



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

.section-clients {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #ffffff;
}

.section-clients-sections {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
}

.section-clients-sections:last-of-type {
    margin: 0;
}

.section-clients-sections .slick-clients {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.section-clients-sections .slick-clients .slick-prev,
.section-clients-sections .slick-clients .slick-next {
    width: 36px;
    height: 36px;
    z-index: 90;
}

.section-clients-sections .slick-clients .slick-prev {
    left: -45px;
}

.section-clients-sections .slick-clients .slick-next {
    right: -45px;
}

.section-clients-sections .slick-clients .slick-prev::before,
.section-clients-sections .slick-clients .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;
    border-radius: 50%;
    border: 2px solid #005bc2;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 24px;
    font-size: 24px;
    font-weight: 900;
    color: #005bc2;
}

.section-clients-sections .slick-clients .slick-prev::before {
    content: "\f104";
}

.section-clients-sections .slick-clients .slick-next::before {
    content: "\f105";
}

.section-clients-sections-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 256px;
    text-decoration: none;
    transition-duration: 0.8s;
    opacity: 0.6;
}

.section-clients-sections-item:hover {
    text-decoration: none;
    opacity: 1.0;
}

/* SECTION-SUPPORTS */
.section-support {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #ffffff;
}

.section-support .container {
    max-width: 1110px;
}

.section-support .container>.row>.col-12:last-of-type {
    padding-top: 20px;
    background-image: url("assets/images/pictures/pircures-square.png");
    background-size: 92px 94px;
    background-position: right top;
    background-repeat: no-repeat;
}

.section-support-faq {
    display: block;
    width: 100%;
}

.section-support-faq .accordion-item {
    margin: 0 0 20px 0;
    box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.section-support-faq .accordion .accordion-item:last-of-type {
    margin: 0;
}

.section-support-faq .accordion-item .accordion-button {
    padding: 20px;
    box-shadow: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.section-support-faq .accordion-item .accordion-button::after {
    width: 48px;
    height: 48px;
    margin-left: 20px;
    background-image: url("assets/images/icons/icons-accordion-plus.png");
    background-position: center;
    background-size: 48px;
}

.section-support-faq .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("assets/images/icons/icons-accordion-minus.png");
}

.section-support-help {
    display: block;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.section-support-help form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.section-support-help form .form-control::placeholder {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #868686;
}

.section-support-help form button[type="submit"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 5px 5px 25px;
    box-shadow: none;
    outline: none;
    border-radius: 20px 25px 25px 0px;
    border: none;
    background-image: url(assets/images/backgrounds/backgrounds-buttons.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.section-support-help form button[type="submit"] i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.section-support-help form button[type="submit"]:hover {
    transform: scale(1.024);
}

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

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


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



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

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

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

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

.tpl-single-background {
    display: block;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
}

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

.tpl-single-header ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 50px);
    padding: 20px 0;
    margin: 0 auto 20px auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tpl-single-header ul li {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 16px;
    font-weight: 300;
    color: #909090;
}

.tpl-single-header ul li:last-of-type {
    margin: 0;
}

.tpl-single-header ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #909090;
    transition-duration: 0.8s;
}

.tpl-single-header ul li a:hover {
    text-decoration: none;
    color: #000000;
}

.tpl-single-header h1 {
    display: block;
    width: 100%;
    padding: 20px 25px;
    line-height: 38px;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}

.tpl-single-content {
    display: block;
    width: 100%;
    padding: 20px 25px;
}

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

.tpl-single-footer-backpage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 5px 5px 35px;
    border-radius: 20px 25px 25px 0px;
    background-image: url("assets/images/backgrounds/backgrounds-buttons.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-single-footer-backpage i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-single-footer-backpage:hover {
    text-decoration: none;
    transform: scale(1.024);
}

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

.tpl-single-sidebar article {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
}

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

.tpl-single-sidebar article form {
    display: flex;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tpl-single-sidebar article form input {
    display: block;
    width: 100%;
    padding: 15px;
    box-shadow: none;
    border: none;
    background-color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.tpl-single-sidebar article form input::placeholder {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #909090;
}

.tpl-single-sidebar article form button {
    display: inline-block;
    padding: 15px;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: #ffffff;
    line-height: 24px;
    font-size: 24px;
    font-weight: 900;
    color: #909090;
    transition-duration: 0.8s;
}

.tpl-single-sidebar article form button:hover {
    color: #000000;
}

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

.tpl-single-sidebar article h4::after {
    content: "";
    display: block;
    width: 90px;
    height: 10px;
    margin: 15px 0 0 0;
    background-image: url("assets/images/pictures/pircures-line.png");
    background-size: 90px 10px;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

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

.tpl-single-sidebar article ul li a:hover {
    text-decoration: none;
    color: #35D9F0;
}


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

/*TPL-HOME*/
.tpl-home {
    display: block;
    width: 100%;
}

.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;
    border-radius: 50%;
    border: 2px solid #ffffff;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 24px;
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
}

.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%;
    overflow: hidden;
}

.tpl-home-carousel article .container {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 125px;
}

.tpl-home-carousel article .content {
    display: block;
    width: 510px;
    max-width: 100%;
}

.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,
.tpl-home-carousel article .htmlchars ul li,
.tpl-home-carousel article .htmlchars ol li,
.tpl-home-carousel article .htmlchars p {
    font-weight: 300;
    color: #ffffff;
}

.tpl-home-carousel article .htmlchars hr {
    background-color: #ffffff;
}

.tpl-home-carousel article .content>a {
    display: inline-block;
    margin: 10px 20px 10px 0px;
    padding: 5px 5px 5px 35px;
    border-radius: 20px 25px 25px 0px;
    background-image: url(assets/images/backgrounds/backgrounds-buttons.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-home-carousel article .content>a:last-of-type {
    margin: 10px 0;
}

.tpl-home-carousel article .content>a i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-home-carousel article .content>a:hover {
    text-decoration: none;
    transform: scale(1.024);
}

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

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

.tpl-home-about .htmlchars p,
.tpl-home-about .htmlchars ul li,
.tpl-home-about .htmlchars ol li {
    font-weight: 300;
}

.tpl-home-about .htmlchars ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tpl-home-about .htmlchars ul li::before {
    content: "\f14a";
    padding: 0 10px 0 0;
    font-weight: 900;
    text-rendering: auto;
    font-style: normal;
    font-variant: normal;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tpl-home-about-button {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 5px 5px 5px 35px;
    border-radius: 20px 25px 25px 0px;
    background-image: url("assets/images/backgrounds/backgrounds-buttons.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none !important;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-home-about-button i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-home-about-button:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    transform: scale(1.024);
}

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

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

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

.tpl-home-solutions-content .row .col-12:nth-of-type(2n+0) {
    padding-top: 30px;
}

.tpl-home-solutions-content article {
    display: block;
    width: 256px;
    max-width: 100%;
    margin: 0 auto;
    height: 323px;
    padding: 30px;
    background-image: url("assets/images/pictures/pircures-boxes.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.tpl-home-solutions-content article .icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50%;
    background-color: #EAFCFE;
}

.tpl-home-solutions-content article h1 {
    display: block;
    width: 100%;
    margin: 15px 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.tpl-home-solutions-content article a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #36e0f7;
    transition-duration: 0.8s;
}

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

.tpl-home-cta {
    display: block;
    width: 100%;
    background-image: url("assets/images/backgrounds/backgrounds-banner-featured.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tpl-home-cta .container {
    max-width: 1585px;
}

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

.tpl-home-cta .htmlchars hr {
    width: 457px;
    max-width: 1005;
    background-color: #32CBE1;
}

.tpl-home-cta-button {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 5px 5px 5px 35px;
    border-radius: 20px 25px 25px 0px;
    background-image: url("assets/images/backgrounds/backgrounds-buttons.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    text-decoration: none !important;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-home-cta-button i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-home-cta-button:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    transform: scale(1.024);
}

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

.tpl-home-blog article {
    display: block;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.tpl-home-blog article .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 268px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    transition-duration: 0.7s;
}

.tpl-home-blog article .thumbnail span {
    position: absolute;
    bottom: 0;
    left: 25px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #36E0F7;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.tpl-home-blog article header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 284px;
    padding: 25px;
}

.tpl-home-blog article header h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #233569;
}

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

.tpl-home-blog article header a {
    position: absolute;
    bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 194px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 5px 5px 35px;
    border-radius: 20px 25px 25px 0px;
    background-image: url(assets/images/backgrounds/backgrounds-buttons.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-home-blog article header a i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-home-blog article header a:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.tpl-home-blog-button {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #005bc2;
}

.tpl-home-blog-button:hover {
    text-decoration: none;
    color: #000000;
}

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

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

.tpl-about-header .htmlchars p,
.tpl-about-header .htmlchars ul li,
.tpl-about-header .htmlchars ol li {
    font-weight: 300;
}

.tpl-about-header .htmlchars ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tpl-about-header .htmlchars ul li::before {
    content: "\f14a";
    padding: 0 10px 0 0;
    font-weight: 900;
    text-rendering: auto;
    font-style: normal;
    font-variant: normal;
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.tpl-about-awards {
    display: block;
    width: 100%;
    padding: 80px 0px 220px 0;
    background-image: url("assets/images/backgrounds/backgrounds-about.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

.tpl-about-awards .htmlchars h1,
.tpl-about-awards .htmlchars h2,
.tpl-about-awards .htmlchars h3,
.tpl-about-awards .htmlchars h4,
.tpl-about-awards .htmlchars h5,
.tpl-about-awards .htmlchars h6,
.tpl-about-awards .htmlchars ul li,
.tpl-about-awards .htmlchars ol li,
.tpl-about-awards .htmlchars p {
    color: #ffffff;
}

.tpl-about-awards .htmlchars ul li,
.tpl-about-awards .htmlchars ol li,
.tpl-about-awards .htmlchars p {
    font-weight: 300;
}

.tpl-about-awards-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 332px;
    max-width: 100%;
    padding: 5px 5px 5px 35px;
    border-radius: 20px 25px 25px 0px;
    background-image: url(assets/images/backgrounds/backgrounds-buttons.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-about-awards-button i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-about-awards-button:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.tpl-about-awards-video {
    position: absolute;
    top: 40px;
    right: 160px;
    display: block;
    width: 148px;
    max-width: 100%;
    text-decoration: none;
    transition-duration: 0.8s;
}

.tpl-about-awards-video:hover {
    text-decoration: none;
    transform: scale(1.024);
}

.tpl-about-awards-content {
    position: absolute;
    left: 0;
    bottom: -330px;
    display: block;
    width: 100%;
    padding: 40px;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

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

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

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

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

.tpl-about-awards-content .slick-awards .slick-prev::before,
.tpl-about-awards-content .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;
    border-radius: 50%;
    border: 2px solid #005bc2;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 24px;
    font-size: 24px;
    font-weight: 900;
    color: #005bc2;
}

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

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

.tpl-about-awards-content article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 144px;
    text-align: center;
}

.tpl-about-awards-content .slick-track .slick-slide:nth-of-type(2n+0) article {
    border-left: 1px solid #A4C2F3;
    border-right: 1px solid #A4C2F3;
}

.tpl-about-awards-content article h4 {
    display: block;
    width: 100%;
    line-height: 44px;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}

.tpl-about-awards-content article p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 26px;
    font-size: 22px;
    font-weight: 300;
    color: #000000;
}

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

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

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


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

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

.tpl-about-operations-content .slick-operations .slick-prev {
    left: -25px;
}

.tpl-about-operations-content .slick-operations .slick-next {
    right: -25px;
}

.tpl-about-operations-content .slick-operations .slick-prev::before,
.tpl-about-operations-content .slick-operations .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;
    border-radius: 50%;
    border: 2px solid #005bc2;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 24px;
    font-size: 24px;
    font-weight: 900;
    color: #005bc2;
}

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

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

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

.tpl-about-operations-content article .icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
}

.tpl-about-operations-content article h4 {
    display: block;
    width: 100%;
    margin: 15px 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.tpl-about-operations-content article p {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.tpl-single-solutions {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #ffffff;
    background-image: url("assets/images/backgrounds/backgrounds-solutions.png");
    background-size: 1920px 1518px;
    background-position: center;
    background-repeat: no-repeat;
}

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

.tpl-single-solutions-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 332px;
    max-width: 100%;
    padding: 5px 5px 5px 35px;
    border-radius: 20px 25px 25px 0px;
    background-image: url(assets/images/backgrounds/backgrounds-buttons.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-single-solutions-button i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-single-solutions-button:hover {
    text-decoration: none;
    transform: scale(1.024);
}

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

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

.tpl-single-solutions-faqs-content .accordion-item {
    margin: 0 0 20px 0;
    border: none;
}

.tpl-single-solutions-faqs-content .accordion .accordion-item .accordion-header {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tpl-single-solutions-faqs-content .accordion .accordion-item:last-of-type {
    margin: 0;
}

.tpl-single-solutions-faqs-content .accordion-item .accordion-button {
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

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

.tpl-single-solutions-clients-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 256px;
    text-decoration: none;
    transition-duration: 0.8s;
    opacity: 0.6;
}

.tpl-single-solutions-clients-item:hover {
    text-decoration: none;
    opacity: 1.0;
}

/* TPL-CLIENTS */
.tpl-clients {
    display: block;
    width: 100%;
}

/*TPL-BLOG*/
.tpl-blog {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #ffffff;
}

.tpl-blog-search form {
    display: flex;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.tpl-blog-search form input {
    display: block;
    width: 100%;
    padding: 15px;
    box-shadow: none;
    border: none;
    background-color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.tpl-blog-search form input::placeholder {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #909090;
}

.tpl-blog-search form button {
    display: inline-block;
    padding: 15px;
    box-shadow: none;
    outline: none;
    border: none;
    background-color: #ffffff;
    line-height: 24px;
    font-size: 24px;
    font-weight: 900;
    color: #909090;
    transition-duration: 0.8s;
}

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

.tpl-blog article {
    display: block;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.tpl-blog article .thumbnail {
    position: relative;
    display: block;
    width: 100%;
    height: 268px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    transition-duration: 0.7s;
}

.tpl-blog article .thumbnail span {
    position: absolute;
    bottom: 0;
    left: 25px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #36E0F7;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.tpl-blog article header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 284px;
    padding: 25px;
}

.tpl-blog article header h1 {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #233569;
}

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

.tpl-blog article header a {
    position: absolute;
    bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 194px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 5px 5px 35px;
    border-radius: 20px 25px 25px 0px;
    background-image: url(assets/images/backgrounds/backgrounds-buttons.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-blog article header a i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-blog article header a:hover {
    text-decoration: none;
    transform: scale(1.024);
}

/*TPL-CONTACT*/

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

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

.tpl-contact-content article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    padding: 40px;
    border-radius: 10px;
    border: 2px solid #35daf044;
    text-align: center;
}

.tpl-contact-content article h4 {
    display: block;
    width: 100%;
    margin: 15px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

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

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

.tpl-contact-content article p a:hover {
    text-decoration: none;
    color: #35D9F0;
}

.tpl-contact-form {
    display: block;
    width: 100%;
    padding: 80px 0px;
    background-color: #EFF2F7;
}

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

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

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

.tpl-contact-form form button[type="submit"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 5px 5px 25px;
    box-shadow: none;
    outline: none;
    border-radius: 20px 25px 25px 0px;
    border: none;
    background-image: url("assets/images/backgrounds/backgrounds-buttons.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    transition-duration: 0.8s;
}

.tpl-contact-form form button[type="submit"] i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

.tpl-contact-form form button[type="submit"]:hover {
    transform: scale(1.024);
}

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

.main-footer {
    display: block;
    width: 100%;
    padding: 40px 0px 20px 0;
    background-image: url("assets/images/backgrounds/backgrounds-footer.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

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

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

.main-footer-menu,
.main-footer-contact {
    display: block;
    width: 100%;
}

.main-footer-menu h4,
.main-footer-contact h4 {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

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

.main-footer-menu ul li,
.main-footer-contact ul li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

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

.main-footer-menu ul li a,
.main-footer-contact ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition-duration: 0.8s
}

.main-footer-menu ul li a i,
.main-footer-contact ul li a i {
    color: #35D9F0;
}

.main-footer-menu ul li a:hover,
.main-footer-contact ul li a:hover {
    text-decoration: none;
    color: #35D9F0;
}

.main-footer-menu ul li a::before {
    content: "> ";
}

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

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

.main-footer-social li:last-of-type {
    margin: 5px 0;
}

.main-footer-social li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ffffff;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    font-weight: 900;
    color: #35D9F0;
    color: #005bc2;
    transition-duration: 0.8s
}

.main-footer-social li a:hover {
    text-decoration: none;
    background-color: #005bc2;
    color: #ffffff;
    transform: scale(1.024);
}

.main-footer-copyright {
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding-top: 20px;
    border-top: 2px solid #ffffff;
}

.main-footer-copyright .htmlchars ul,
.main-footer-copyright .htmlchars ol {
    margin: 0;
    padding: 0;
}

.main-footer-copyright .htmlchars ul li,
.main-footer-copyright .htmlchars ol li,
.main-footer-copyright .htmlchars p {
    margin: 0;
    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: #35D9F0;
}

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

/*1366px*/
@media (max-width: 85.375em) {}

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

/*1024px*/
@media (max-width: 64em) {

    /*HELPERS*/
    .htmlchars br {
        display: none;
    }

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

    /* MAIN-HEADER */
    .main-header-logo {
        width: 128px;
    }

    /* SECTION-CLIENTS */
    .section-clients .slick-clients .slick-prev {
        left: 5px;
    }

    .section-clients .slick-clients .slick-next {
        right: 5px;
    }

    /* SECTION-SUPPORT */
    .section-support-help {
        padding: 40px 20px;
    }

    /* TPL-HOME */
    .tpl-home-carousel article .container {
        margin-top: 165px;
    }

    .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: 30px;
        font-size: 24px;
    }

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

    .tpl-home-solutions-content .row .col-12:nth-of-type(2n+0) {
        padding-top: 0px;
    }

    .tpl-home-cta {
        padding: 80px 0px;
    }

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

    .tpl-about-awards-video {
        position: initial;
        margin: 0 auto;
    }

    .tpl-about-awards-button {
        margin: 0 auto;
    }

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

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

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

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

    .tpl-about-operations-content .slick-operations .slick-prev {
        left: 5px;
    }

    .tpl-about-operations-content .slick-operations .slick-next {
        right: 5px;
    }

    .tpl-about-operations-content article p br {
        display: none;
    }
}

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

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