/* RESET */

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0px;
    padding: 0px;
}

a{
    cursor: pointer;
}

.blog-content-items-item-description img{
    max-width: 100%!important;
    width: 100%!important;
}

.product-content-description >a>img{
    width: auto!important;
}

a:hover,
a:focus {
    text-decoration: none;
}

.clean {
    clear: both;
}

.has-error {
    border: 1px solid #FF0000;
}

.knowledge-content {
    padding: 40px 0px;
}

.success-msg {
    display: none;
    color: #128812;
}

.button-loading {
    padding: 0px 20px!important;
    height: 46px;
    display: none;
}

.button-loading .img-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden!important;
    padding: 10px;
    margin-top: 3px;
}

.button-loading .img-container img {
    width: 65px;
}

.knowledge-content-items {}

.knowledge-content-items .col-md-6:nth-child(2n+1) {
    padding-left: 0px;
}

.knowledge-content-items .col-md-6:nth-child(2n+2) {
    padding-right: 0px;
}

.knowledge-content-description {
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
    margin-bottom: 30px;
}

.knowledge-content-items-item {
    background-color: #EEEEEE;
    margin-bottom: 20px;
    display: flex;
    padding: 10px 20px;
}

.knowledge-content-items-item-image {
    width: 55px;
    margin-right: 20px;
}

.knowledge-content-items-item-image img {
    width: 100%;
}

.knowledge-content-items-item-title {
    line-height: 55px;
    color: #4b5c72;
    font-size: 18px;
    font-weight: 500;
}

table {
    width: 700px;
    margin: 50px auto;
}

th {
    color: #FFFFFF;
    text-align: left;
    font-style: italic;
    background: #194A56;
    font-weight: 400;
    font-size: 19px;
    padding: 8px 14px;
}

td {
    padding: 10px;
}

table tr:first-child {
    color: #FFFFFF;
    text-align: left;
    font-style: italic;
    background: #194A56;
    font-weight: 400;
    font-size: 19px;
    padding: 8px 14px;
}

table tr.tb-category th{
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    background: #0d2d35;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 14px;
}

table tr span {
    background: #194A56!important;
}

table tr span font {
    color: #FFFFFF!important;
    font-size: 16px;
}

tr {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
}


/* !RESET */


/* NAVIGATION TOP */

.navigation-top {
    border-color: #F0F0F0;
    background-color: #FFFFFF;
    color: #9B9B9b;
    position: relative;
    z-index: 98;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}

.navigation-top-left {
    float: left;
}

.navigation-top-left-social {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 18px;
}

.navigation-top-left-social-icon:first-child {
    margin-left: 0px;
}

.navigation-top-left-social-icon {
    display: inline-block;
    margin-left: 10px;
    max-width: 7px;
    font-size: 14px;
}

.navigation-top-left-social-icon a,
.navigation-top-left-social-icon i {
    color: #ADADAD;
}

.navigation-top-left-social-icon a:hover {
    opacity: .8;
}

.navigation-top-right {
    float: right;
}

.navigation-top-right-content {
    padding: 12px 0 10px;
    line-height: 18px;
}

.navigation-top-right-content-text-block {
    display: inline-block;
    margin-right: 25px;
    font-size: 13px;
}

.navigation-top-right-content-text-block:last-child {
    margin-right: 0px;
}

.navigation-top-right-content-text-block i {
    margin-right: 6px;
}

.navigation-top-right-content-text-block.ptflag {
    background: url('/assets/images/br.png') no-repeat;
    width: 17px;
    height: 14px;
    margin-bottom: -2px;
    margin-right: 5px !important;
}

.navigation-top-right-content-text-block.esflag {
    background: url('/assets/images/es.png') no-repeat;
    width: 17px;
    height: 14px;
    margin-bottom: -2px;
    margin-right: 5px !important;
}

.navigation-top-right-content-text-block.enflag {
    background: url('/assets/images/en.png') no-repeat;
    width: 17px;
    height: 14px;
    margin-bottom: -2px;
    margin-right: 25px !important;
}


/* !NAVIGATION TOP */


/* HEADER */

#banner-home {
    margin-top: 163px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0px;
}

.nav-previus {
    position: absolute;
    top: 50%;
    left: 20px;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 29px;
    padding-right: 2px;
}

.nav-next {
    position: absolute;
    top: 50%;
    right: 20px;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 29px;
    padding-left: 2px;
}

.content-left {
    padding: 0px;
}

.content-left .col-md-6:nth-child(odd) {
    padding-left: 0px;
}

.content-left .col-md-6:nth-child(even) {
    padding-left: 0px;
}

.content-left .col-md-12 {
    padding: 0px!important;
}

.modal-product-image {
    min-height: 230px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-product-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.modal-product-text {
    font-size: 16px;
    line-height: 30px;
}

#top {
    position: fixed;
    top: 43px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1000;
    box-shadow: 0px 0px 13px -10px rgba(0, 0, 0, 0.75);
}

.header {
    background-color: #FFFFFF;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 120px;
    z-index: 1000;
}

.header .logo {
    float: left;
    line-height: 120px;
}

.header .logo a {}

.header .logo a img {
    height: 38px;
}

.header .menu {
    float: right;
}

.header .menu ul {
    margin-top: 37px;
    margin-bottom: 0px;
}

.header .menu ul li {
    display: inline-flex;
}

.header .menu ul li a {
    font-size: 13px;
    font-weight: bold;
    color: #0b9dbc;
    text-transform: none;
    display: block;
    padding: 14px 20px;
    margin-right: -4px;
}

.header .menu ul li a:hover,
.header .menu ul li a:focus {
    color: #000000;
    background-color: #F7F7F7;
}


/* !HEADER */


/* BANNER HOME */

.banner-home {
    height: 640px;
}

.banner-home-content {
    margin-top: calc(50% - 400px);
}

.banner-home-content-title {
    font-size: 40px;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 38px;
}

.banner-home-content-description {
    color: #FFFFFF;
    font-size: 16px;
    margin: 30px 0px 40px 0px;
    line-height: 25px;
}

.banner-home-content-button {
    margin-top: 20px;
}

.banner-home-content-button a {
    color: #FFFFFF;
    background-color: #0B9DBC;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
}

.banner-home-content-button a:hover,
.banner-home-content-button a:focus {
    background-color: #01D4E4;
}


/* !BANNER HOME */


/* BANNER INTERN */

.banner-intern {
    margin-top: 163px;
    height: 160px;
}

.banner-intern-content {
    margin-top: 44px;
}

.banner-intern-content-single{
    margin-top: 60px;
}

.banner-intern-title {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
}

.banner-intern-subtitle {
    font-style: italic;
    color: #01D4E4;
    font-size: 18px;
    font-weight: 500;
}


/* !BANNER INTERN */


/* HOME SECTION FIRST */

.home-section-first {
    padding: 0px;
    position: relative;
    -webkit-box-shadow: inset 0px 4px 0px 0px #0B9DBC;
    -moz-box-shadow: inset 0px 4px 0px 0px #0B9DBC;
    box-shadow: inset 0px 4px 0px 0px #0B9DBC;
}

.home-section-first .container {
    position: relative;
}

.home-section-first-image {
    padding-right: 0px;
}

.home-section-first-image-content {
    float: right;
    width: 140%;
    height: 700px;
    overflow: hidden;
}

.home-section-first-content {
    margin-top: 50px;
    padding-left: 36px;
}

.home-section-first-content-title {
    color: #4b5c72;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 24px;
    position: relative;
    margin-top: 40px;
}

.home-section-first-content-title::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    top: -30px;
    left: 0px;
    background-color: #0B9DBC;
}

.home-section-first-content-description {
    color: #777777;
    font-size: 13px;
    line-height: 26px;
}

.home-section-first-content-description p {
    margin-bottom: 20px;
}

.home-section-first-content-button {}

.home-section-first-content-button a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5B5B5B;
}

.home-section-first-content-button a:hover,
.home-section-first-content-button a:focus {
    color: #0B9DBC
}

.home-section-solution-content-infos-image {
    min-height: 545px;
}

.home-section-first-items {
    margin-top: -150px;
    width: 100%;
    position: absolute;
}

.home-section-first-item {
    position: relative;
    height: 90px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.home-section-first-item-overlay {
    background-color: #FFFFFF;
    opacity: .6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}

.home-section-first-item.active .home-section-first-item-overlay {
    background-color: #66bdd1f5;
}

.home-section-first-item-content {
    line-height: 20px;
    text-align: left;
    margin-top: 25px;
    position: relative;
    z-index: 10;
}

.home-section-first-item-content-title {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #242424;
}

.home-section-first-item.active .home-section-first-item-title {
    color: #FFFFFF;
}


/* !HOME SECTION FIRST */


/* HOME SECTION SECOND */

.home-section-second {
    background-color: #F7F7F7;
    padding: 80px 0px 40px 0px;
}

.home-section-second-item {
    min-height: 220px;
}

.home-section-second-item-info {
    display: inline-flex;
    height: 60px;
}

.home-section-second-item-info-title {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
}

.home-section-second-item-info-title a {
    color: #333333;
}

.home-section-second-item-info-icone {
    margin-right: 10px;
}

.home-section-second-item-info-icone img {
    width: 35px;
}

.home-section-second-item-description {
    padding: 0px 45px;
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
}


/* !HOME SECTION SECOND */


/* FOOTER */

.footer {
    background-color: #363636;
    padding: 40px 0px;
}

.footer .col-md-3:first-child {
    padding-left: 0px;
}

.footer .col-md-3:last-child {
    padding-right: 0px;
}

.footer-description {
    font-size: 13px;
    color: #969696;
    margin-top: 20px;
    line-height: 25px;
}

.footer-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: #DDDDDD;
}

.footer a {
    color: #7F7F7F;
}

.logo-footer img {
    width: 90%;
}

.footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #5c5c5c;
    margin: 1em 0;
    padding: 0;
}

.footer a i {
    color: #BBBBBB;
    font-size: 18px;
    margin-right: 10px;
}

.footer * {
    border-color: #363636;
}

.footer-copyright {
    background-color: #191919;
    padding: 16px 0px;
    text-align: right;
}

.footer-copyright-text {
    color: #828282;
    font-size: 13px;
}


/* !FOOTER */


/* HOME SECTION BLOG */

.home-section-blog {
    padding: 50px 0px;
    background-color: #333333;
}

.home-section-blog-head {
    margin-bottom: 30px;
}

.home-section-blog-head-title {
    float: left;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 600;
    color: #FFFFFF;
}

.home-section-blog-head-link {
    float: right;
}

.home-section-blog-head-link a {
    margin-top: 15px;
    font-size: 13px;
    display: block;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.home-section-blog-items {}

.home-section-blog-items-item {}

.home-section-blog-items-item:first-child {
    padding-left: 0px;
}

.home-section-blog-items-item:nth-child(2) {
    padding: 0px 7.5px;
}

.home-section-blog-items-item:last-child {
    padding-right: 0px;
}

.home-section-blog-items-item-image {
    margin-bottom: 20px;
}

.home-section-blog-items-item-head {
    border-bottom: 4px solid #FFFFFF;
    padding-bottom: 15px;
}

.home-section-blog-items-item-title {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    height: 60px;
    color: #FFFFFF;
}

.home-section-blog-items-item-date {
    color: #FFFFFF;
}

.home-section-blog-items-item-date span {
    font-weight: bold;
    margin-right: 7px;
    font-size: 12px;
    color: #A0A0A0;
}

.home-section-blog-items-item-date a {
    color: #FFFFFF;
    font-size: 12px;
}

.home-section-blog-items-item-description {
    color: #ABABAB;
    font-size: 13px;
    line-height: 25px;
    margin-top: 15px;
}

.home-section-blog-items-item-description p:last-child {
    margin-bottom: 0px;
}

.home-section-items-item-button {}

.home-section-items-item-button a {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 15px;
    color: #FFFFFF;
}

.social-share {
    margin-bottom: 40px;
    line-height: 1;
    padding: 27px 27px 22px;
    background-color: #f3f3f3;
}

.social-share-title {
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    color: #353535;
}

.social-share a {
    display: inline-block;
    width: 23px;
    margin-right: 6px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.social-share a:hover,
.social-share a:focus {
    opacity: 1;
}

.social-share a img {
    display: block;
}

.post-author-div {
    margin-bottom: 30px;
}

.post-author-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom-width: 0;
    border-bottom-style: solid;
}

.post-author-avartar {
    float: left;
    margin-right: 20px;
}

.post-author-content {
    overflow: hidden;
    color: #848484;
    font-size: 13px;
    line-height: 25px;
    margin-top: 5px;
}

.post-author {
    font-size: 17px;
    margin-bottom: 10px;
}

.post-author a {
    color: #5b5b5b;
}

.post-author a:hover,
.post-author a:focus {
    color: #0b9dbc;
}


/* !HOME SECTION BLOG */


/* HOME SECTION SOLUTION CONTENT */

.home-section-solution-content {
    padding: 93px 0px;
    padding-right: 0px;
}

.home-section-solution-content-title {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #4B5C72
}

.home-section-solution-content-subtitle {
    margin-top: 5px;
    font-size: 13px;
    font-style: italic;
    color: #777777;
    margin-bottom: 20px;
}

.home-section-solution-content-items {}

.home-section-solution-content-items-item {
    border-bottom: 1px solid #EBEBEB;
    font-size: 14px;
    line-height: 19px;
    padding: 14px 30px 14px 20px;
    margin-bottom: 0;
    cursor: pointer;
    padding-bottom: 15px;
    color: #0B9DBC;
}

.home-section-solution-content-items-item.active {
    background-color: #0B9DBC;
    color: #FFFFFF;
}

.home-section-solution-content-items-item i {
    color: #A0A0A0;
    margin-right: 15px;
}

.home-section-solution-content-infos {
    padding-left: 0px;
}

.home-section-solution-content-infos-image img {
    width: 140%;
}

.home-section-solution-content-infos-content {
    position: absolute;
    padding: 60px 40px;
    bottom: 0px;
    left: 0px;
    width: 360px;
    background-color: rgba(255, 255, 255, .9);
    min-height: 400px;
}

.home-section-solution-content-infos-content-title {
    color: #454545;
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 21px;
}

.home-section-solution-content-infos-content-description {
    color: #646464;
    font-size: 13px;
    line-height: 25px;
    min-height: 220px;
}

.home-section-solution-content-infos-content-button {
    margin-top: 30px;
}

.home-section-solution-content-infos-content-button a {
    background-color: #0B9DBC;
    border-bottom: 3px solid #1F535E;
    font-size: 11px;
    padding: 11px 16px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}


/* !HOME SECTION SOLUTION CONTENT */


/* CONTENT CASES */

.content-cases {
    padding: 40px 0px;
}

.content-cases-items {}

.content-cases-items-item {
    margin-bottom: 40px;
}

.content-cases-items-item:nth-child(3n+1) {
    padding-left: 0px;
}

.content-cases-items-item:nth-child(3n+2) {
    padding: 0px 7.5px;
}

.content-cases-items-item:nth-child(3n+3) {
    padding-right: 0px;
}

.content-cases-items-item:nth-child(3n+1),
.content-cases-items-item:nth-child(3n+2),
.content-cases-items-item:nth-child(3n+3) {
    margin-bottom: 150px;
}

.content-cases-items-item-image {
    margin-bottom: 30px;
    height: 210px;
    overflow: hidden;
}

.content-cases-items-item-category {
    text-transform: uppercase;
    color: #004C59;
    font-weight: bold;
    font-size: 12px;
}

.content-cases-items-item-title {
    color: #0182AA;
    font-weight: bold;
    font-size: 22px;
}

.content-cases-items-item-title a {
    color: #0182AA;
}

.content-cases-items-item-description {
    color: #848484;
    font-size: 13px;
    line-height: 25px;
    margin-top: 5px;
}

.content-cases-items-item-description p:last-child {
    margin-bottom: 0px;
}

.content-cases-items-item-button {}

.content-cases-items-item-button a {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 15px;
    color: #333333;
}


/* !CONTENT CASES */


/* PRODUCT CONTENT */

.product-content {
    padding: 40px 0px;
}

.product-content-title {
    margin-left: -40px;
    margin-bottom: 20px;
}

.product-content-title span {
    text-align: center;
    padding: 10px 40px;
    background: #194A56;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background: url(/assets/images/back-title.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.product-content-description {
    padding: 10px 0px 60px 0px;
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
}

.product-content-description ul {
    padding-left: 15px;
}

.product-content-description p {
    margin-bottom: 20px;
}

.product-content-description .item {}

.product-content-description .item a {
    color: #333333;
}

.product-content-description .item a:hover,
.product-content-description .item a:focus {
    color: #444444;
}

.product-content-description-item {
    display: flex;
    line-height: 45px;
    color: #6D6D6D;
    margin-bottom: 10px;
}

.product-content-description-item-title {
    margin-left: 10px;
}


/* !PRODUCT CONTENT */


/* CONTENT TABS */

.content-tabs {
    padding: 50px 0px;
    background-color: #FBFBFB;
}

.content-tabs-items {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-tabs-items-item {
    width: 240px;
    text-align: center;
}

.content-tabs-items-item-image {}

.content-tabs-items-item-image img {}

.content-tabs-items-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    color: #2A9FBB;
}


/* !CONTENT TABS */


/* CONTACT CONTENT */

.contact-content {
    padding: 60px 0px;
}

.contact-content .col-md-4 {
    padding-left: 0px;
}

.contact-content .col-md-8 {
    padding-right: 0px;
}

.contact-content-item {}

.contact-content-item-title {
    color: #4B5C72;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 4px;
}

.contact-content-item-description {
    font-size: 13px;
    line-height: 25px;
    color: #6C6C6C;
    margin-bottom: 30px;
}

.contact-content-item-description p {
    margin-bottom: 10px;
}

.contact-content-item-description p:last-child {
    margin-bottom: 0px;
}

.contact-content-item-description p i {
    width: 30px;
    margin: 0 auto;
    font-size: 20px;
}

.contact-content-item-description p:nth-child(3) i {
    font-size: 18px;
}

.contact-content-item-items {}

.contact-content-item-items a {
    font-size: 28px;
    margin-right: 10px;
    color: #444444;
}

.support-content .col-md-3 {
    padding-bottom: 50px;
}


.contact-content .col-md-4 {
    padding-left: 0px!important;
}


/*
.home-section-blog-items-item:first-child{
    padding: 0px;
    margin-bottom: 30px;
}

.home-section-blog-items-item:last-child{
    padding: 0px;
}
.home-section-blog-items-item:nth-child(2){
    padding: 0px;
    margin-bottom: 30px;
}*/

.contact-content-item {
    margin-top: 30px;
}

.contact-content-form-title {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 25px;
}

.contact-content-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 16px 12px!important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #EBEBEB;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-content-form textarea.form-control {
    height: auto;
    resize: none;
}

.contact-content-form button {
    background-color: #4B5C72;
    border: 0px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
}

.contact-content-form label {
    font-weight: 400;
    margin-bottom: 14px;
    font-size: 14px;
    color: #5f5f5f;
}

.contact-content-form button:hover,
.contact-content-form button:focus {
    background-color: #374455;
}


/* !CONTACT CONTENT */


/* PARTNERS CONTENT */

.partners-content {
    padding: 60px 0px;
}

.partners-content-description {
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
    margin-bottom: 25px;
}

.partners-content-description p {
    margin-bottom: 15px;
}

.partners-content-description p:last-child {
    margin-bottom: 0px;
}

.partners-content-type {
    padding-top: 20px;
}

.partners-content-type-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
}

.partners-content-item {
    padding-left: 40px;
}

.partners-content-item-title {
    color: #4B5C72;
    font-size: 20px;
    margin-top: 40px;
}

.partners-content-item-url {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 15px;
    color: #ACACAC;
    margin: 10px 0px 20px 0px;
}

.partners-content-item-description {
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
}

.partners-content-item-description p i {
    color: #222222;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 10px;
}


/* !PARTNERS CONTENT */


/* VALUES CONTENT */

.values-content {
    padding: 60px 0px 0px 0px;
}

.values-content-item {
    height: 200px;
}

.values-content-item-image {
    text-align: center;
}

.values-content-item-image img {
    width: 80%;
    margin: 0 auto;
}

.values-content-item-title {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.values-content-item-description {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
}


/* !VALUES CONTENT */


/* MISSION CONTENT */

.mission-content {
    padding: 30px 0px;
}

.mission-content-item {}

.mission-content-item-title {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.mission-content-item-description {
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
}


/* !MISSION CONTENT */


/* ABOUT CONTENT */

.about-content {
    padding: 100px 0px;
    background-position: top center;
    background-size: cover;
    margin-top: 160px;
}

.about-content-title {
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 52px;
    margin-bottom: 10px;
    color: #4B5C72;
}

.about-content-subtitle {
    color: #0B9DBC;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 50px;
}

.about-content-subtitle::before {
    content: '';
    position: absolute;
    margin: 0 auto;
    background-color: #0B9DBC;
    width: 25px;
    height: 2px;
    bottom: 25px;
    left: calc(50% - 12.5px);
}

.about-content-description {
    font-size: 16px;
    line-height: 1.9;
    color: #000000;
}


/* !ABOUT CONTENT */


/* BLOG CONTENT */

.blog-content {
    padding: 60px 0px;
}

.not-found-items {
    padding-left: 0px;
    border: 1px solid #d65938;
    padding: 10px;
    text-align: center;
    background-color: #d65938;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.blog-content-items {}

.blog-content-items-item {
    margin-bottom: 80px;
}

.blog-content-items-item:last-child {
    margin-bottom: 0px;
}

.blog-content-items-item-image {}

.blog-content-items-item-infos {
    padding: 25px 0px;
    margin-bottom: 20px;
    border-bottom: 4px solid #EBEBEB;
}

.blog-content-items-item-infos-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.blog-content-items-item-infos-title a {
    color: #4B5C72;
}

.blog-content-items-item-infos-date {
    display: inline-block;
    font-size: 13px;
    color: #A0A0A0;
}

.blog-content-items-item-infos-date span {
    font-weight: bold;
    margin-right: 7px;
}

.blog-content-items-item-description {
    color: #848484;
    font-size: 13px;
    line-height: 25px;
    margin-top: 5px;
}

.blog-content-items-item-description p:last-child {
    margin-bottom: 0px;
}

.blog-content-items-item-button {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 1px;
}

.blog-content-items-item-button a {
    color: #5B5B5B;
}

.blog-content-items-item-button a:hover,
.blog-content-items-item-button a:focus {
    color: #0B9DBC;
}

.blog-content-sidebar {}

.blog-content-sidebar-title {
    color: #4b5c72;
    display: inline-block;
    padding-right: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-content-sidebar-form {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 0px 10px;
    width: 100%;
}

.blog-content-sidebar-form input {
    height: 100%;
    border: none;
    width: 88.5%;
}

.blog-content-sidebar-form button {
    background-color: none;
    border: none;
    width: 10%;
    height: 100%;
}

.blog-content-sidebar-form input:focus,
.blog-content-sidebar-form button:focus {
    outline: 0;
}

.blog-content-sidebar-description {
    color: #848484;
    font-size: 13px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.blog-content-sidebar-description p {
    margin-bottom: 0px;
}

.blog-content-sidebar-category ul {
    position: relative;
    list-style: none;
    margin-left: 0;
}

.blog-content-sidebar-category ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    line-height: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DBDBDB;
    list-style: none;
}

.blog-content-sidebar-category ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
}

.blog-content-sidebar-category ul li a {
    color: #5b5b5b;
    font-size: 13px;
}

.blog-content-sidebar-related-items {
    margin-bottom: 40px;
}

.blog-content-sidebar-related-item {
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 15px;
}

.blog-content-sidebar-related-item-image {
    margin: 0px 15px 15px 0px;
}

.blog-content-sidebar-related-item-image img {
    max-width: 75px;
}

.blog-content-sidebar-related-item-title {
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.blog-content-sidebar-related-item-title a {
    color: #5B5B5B;
}


/* !BLOG CONTENT */


/* SUPPORT CONTENT */

.support-content {
    padding: 60px 0px 45px 0px;
}

.support-content-item {
    margin-bottom: 60px;
}

.support-content-item-description {
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
    margin-bottom: 10px;
}

.support-content-description {
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
    margin-bottom: 10px;
}

.support-button a {
    background-color: #4B5C72;
    border: 0px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
    text-align: center;
}

.support-button a:hover,
.support-button a:focus {
    background-color: #374455;
    outline: 0;
}

.support-content-item-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}

.support-content-item-form input {
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}

.support-content-item button {
    background-color: #4B5C72;
    border: 0px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
}

.support-content-item button:hover,
.support-content-item button:focus {
    background-color: #374455;
    outline: 0;
}

.support-content-item a {
    background-color: #4B5C72;
    border: 0px;
    width: 100%;
    display: inline-block;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
}

.support-content-item a:hover,
.support-content-item a:focus {
    background-color: #374455;
    outline: 0;
}


/* !SUPPORT CONTENT */


/* Partners Bottom */

.partners-content-bottom {
    padding-top: 40px;
}

.partners-content-bottom-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.partners-content-bottom-description {
    font-size: 14px;
    line-height: 25px;
    color: #6C6C6C;
}

.partners-content-bottom-button {
    margin-top: 25px;
}

.partners-content-bottom-button a {
    background-color: #4B5C72;
    border: 0px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
}


/* !Partners Bottom */

/* pagination */

.pagination{
    
}

.pagination>li>a, .pagination>li>span {
    position: relative!important;
    float: left!important;
    padding: 6px 12px!important;
    margin-left: -1px!important;
    line-height: 1.42857143!important;
    color: #4b5c72!important;
    text-decoration: none!important;
    background-color: #fff!important;
    border: 1px solid #ddd!important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3!important;
    color: #fff!important;
    cursor: default!important;
    background-color: #4b5c72!important;
    border-color: #4b5c72!important;
}

/* !pagination */