.text-bg-back {
    position: absolute;
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
    font-weight: 700;
    display: inline;
    font-size: 150px;
    line-height: 160px;
    white-space: nowrap;
    text-transform: uppercase;
    top: -22px;
    left: -8px;
}

.text-bg-back-center {
    position: absolute;
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
    font-weight: 700;
    display: inline;
    font-size: 150px;
    line-height: 160px;
    white-space: nowrap;
    text-transform: uppercase;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.color-blue {
    color: #4163BB !important;
}

.font-weight-600 {
    font-weight: 600;
}

.whatsapp {
    position: fixed;
    width: 50px;
    height: 52px;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    opacity: 1;
    background-color: #4163BB;
    color: #fff;
    border-radius: 50%;
}

.whatsapp i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 21%;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.whatsapp:hover i {
    color: #fff;
}

.margin_about_50Per_right {
    margin-right: 50%;
}


.bullet_line {
    position: absolute;
    width: 70%;
    height: 78%;
    background: transparent;
    border: 1px solid #EFEFEF;
    z-index: -9;
    left: 50%;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.about_img_left {
    position: absolute;
    left: 0;
    top: 0;
}

.about_img_right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.img-width img {
    width: 320px;
    height: 320px;
    object-fit: cover;
}

.margin-75-rem {
    padding: 0;
    margin: 7.5rem 0;
}

.bg-color-right {
    background-color: #00173D;
}

.img-counters .img-left-icon {
    object-fit: cover;
    height: auto;
}

#counters .icon-counters {
    margin-right: 25px;
}

#counters .icon-counters img {
    width: 59px;
    height: 59px;
}

#counters .icon-counters-text {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

#counters .counter-margin-wrap .counter-spacer {
    height: 52px;
}

.goals-peta {
    position: relative;
    text-align: center;
    color: white;
}

.goals-peta .content-goals-peta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.text-bg-back-card-number {
    position: absolute;
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
    font-weight: 700;
    display: inline;
    font-size: 80px;
    line-height: 160px;
    white-space: nowrap;
    text-transform: uppercase;
    top: -25px;
    left: 20%;
}

.card-mission {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
    border: none;
}

.card-mission .btn-bottom-card {
    background-color: #4163BB;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 48px;
    box-shadow: 0px 5px 5px rgb(65 99 187 / 95%);
}

.card-mission .card-button {
    position: absolute;
    bottom: -20px;
    left: 65px;
}

.card-mission .card-title-number {
    padding: 10px 0;
    margin-bottom: 10px;
}

.card-mission .card-title-number .number-text {
    padding-left: 15px;
    border-left: 2px solid #4163BB;
    font-weight: 700;
    color: #4163BB;
}

.card-title-content p {
    font-size: 13px;
}

/* product */
.product-search .search-form {
    position: relative;
    z-index: 1;
}

.product-search .search-field {
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    padding: 0px 53px 0 20px;
    font-weight: 400;
    outline: none;
    overflow: hidden;
    transition: 0.3s;
}

.search-field:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-field:focus::-moz-placeholder {
    color: transparent;
}

.search-field:-moz-placeholder {
    color: transparent;
}

.product-search .search-button {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 56px;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    cursor: pointer;
}

.product-search i {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 6px;
    width: 40px;
    height: 40px;
    border-radius: unset;
    font-size: 19px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s;
    background-color: #4163BB;
}

.product-categories .categories-title,
.product-post .post-title {
    margin: 0 0 22px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    text-transform: capitalize;
}

.product-categories .categories-title .categories-title-wrapper,
.product-post .post-title .post-title-wrapper {
    position: relative;
    color: #000;
}

.product-categories .categories-title .categories-title-wrapper:after {
    position: absolute;
    z-index: -1;
    left: calc(100% - 0.35em);
    bottom: -0.35em;
    font-family: fontawesome;
    font-size: 40px;
    font-weight: 300;
    color: #d8d8d8;
    content: '\f115';
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #d8d8d8;
}

.product-post .post-title .post-title-wrapper:after {
    position: absolute;
    z-index: -1;
    left: calc(100% - 0.35em);
    bottom: -0.35em;
    font-family: fontawesome;
    font-size: 40px;
    font-weight: 300;
    color: #d8d8d8;
    content: '\f040';
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #d8d8d8;
}

.product-post .post-title .tags:after {
    position: absolute;
    z-index: -1;
    left: calc(100% - 0.35em);
    bottom: -0.35em;
    font-family: fontawesome;
    font-size: 40px;
    font-weight: 300;
    color: #d8d8d8;
    content: '\f292';
    color: transparent;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #d8d8d8;
}

.product-categories .categories-list {
    position: relative;
    margin-left: 0.4em;
    padding-left: 0.6em;
}

.product-categories .categories-list li {
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    line-height: 1.5;
    padding: 5px;
    color: #000;
}

.product-categories .categories-list li .active,
.product-categories .categories-list li a:hover {
    font-weight: 800;
    color: #000;
}

.product-categories .categories-list li a {
    text-transform: uppercase;
}


.product-categories .categories-list:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -3px;
    width: 2px;
    height: calc(100% - 15px);
    background: #eaeaea;
}

.product-sorting {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-sorting .result-count {
    width: 50%;
    margin: 0 0 40px;
    float: left;
}

.product-sorting .sort-select {
    float: left;
    width: 50%;
    margin: 0 0 40px;
    text-align: right;
}

.product-sorting .sort-select .orderby,
.product-sorting .result-count .orderby {
    margin: 0;
}

.product-card-body {
    padding: 1rem;
    border-top: 1px solid #E5E5E5;
}

/* pagination */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination li {
    margin-right: 10px;
}

.pagination li a:hover,
.pagination li a.current {
    background-color: #1C3E95;
    color: #ffffff;
}

.pagination li a {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: #f4f4f4;
    color: #222222;
    text-align: center;
    border: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/* product detail */
.btn-img {
    position: absolute;
    background-color: #F3F3F3;
    color: #000;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.product-detail-line {
    border-bottom: 1px solid #000;
    width: 20%;
    margin-bottom: 3rem;
}

.product-detail {
    padding-left: 3rem;
}

.btn-contact {
    background-color: #4163BB;
    padding: 8px 35px;
    color: #fff;
}

.btn-contact:hover {
    color: #fff;
}

.product-detail-description .nav-tabs {
    justify-content: center;
}

.product-detail-description .nav-tabs .nav-item {
    margin: 0 20px;
}

.product-detail-description .nav-tabs .nav-item a:hover,
.product-detail-description .nav-tabs .nav-item .active {
    border-bottom: 3px solid #4163BB;
    /* border: none; */
    border-left: transparent;
    border-top: transparent;
    border-right: transparent;
}

.product-detail-description .nav-tabs .nav-item:hover {
    transition: none;
}

ol li {
    list-style: auto;
}

.table .thead-light .label {
    background-color: #B1C7FF;
    width: 25%;
}

/* contact */

.contact-info .number-text {
    padding-left: 15px;
    border-left: 2px solid #4163BB;
    font-weight: 700;
    color: #4163BB;
}

.top-82 {
    top: -82px;
    left: -58px;
}

.widget-icon-contact {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 15px;
}

.widget-icon-contact .icon-contact {
    width: 5%;
}

.widget-icon-contact .icon-contact i {
    color: #4163BB;
}

.widget-icon-contact .icon-box-content {
    padding-left: 15px;
}

.social-icon-contact {
    background-color: rgba(29, 161, 242, 0);
    border-color: #D7D7D7;
    border-radius: 50% 50% 50% 50%;
    margin-right: 11px;
    font-size: 11px;
    padding: 8px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .9em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .9em)));
}

.social-icon-contact i {
    position: relative;
    display: block;
    color: #ADADAD;
    font-size: 16px;
}

.social-icon-contact:hover,
.social-icon-contact:hover i {
    color: #fff;
    background-color: #4163BB;
}

.social-icon-contact i::before {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* blog */
.post_count {
    margin-left: 5px;
    line-height: 1;
    color: #c3c3c3;
    transition: 0.3s;
}

.popular_posts .media-box {
    margin-bottom: 20px;
    cursor: pointer;
}

.popular_posts .media-box .box-img img {
    width: 100%;
    height: 100%;
    transition: .8s ease;
    object-fit: cover;
}

.popular_posts .media-box .box-detail {
    padding-left: 0px;
}

.popular_posts .media-box .box-detail h2 {
    font-weight: 700;
    font-size: 16px;
    transition: .8s ease;
}

.popular_posts .media-box .box-detail p {
    font-size: 12px;
    line-height: 1.8;
}

.popular_posts .media-box .box-detail p span {
    font-weight: bold;
}

.tagcloud {
    font-size: 14px;
    margin-bottom: -17px;
}

.tagcloud a {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    padding: 5px 9px;
    border: 1px solid #d6d6d6;
    font-size: inherit !important;
    font-weight: 700;
    line-height: 1.2;
    text-transform: lowercase;
    transition: 0.4s;
    color: #000;
}

.tagcloud a:hover {
    background-color: #4163BB;
    color: #fff;
}

.img-blog {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

/* blog image */
.post_meta-categories {
    position: absolute;
    z-index: 2;
    top: -2px;
    left: 40px;
    margin-right: 40px;
}

.post_meta-categories span {
    display: inline-block;
    position: relative;
    line-height: 26px;
}

.post_meta-categories a {
    display: inline-block;
    position: relative;
    border: unset;
    padding: 2px 9px 0;
    font-size: 12px;
    font-weight: 800;
    line-height: inherit;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #4163BB;
}

.blog-post_content {
    position: relative;
    padding: 25px 40px 22px;
}

.post_meta-wrap {
    padding-top: 10px;
    padding-bottom: 9px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #989898;
    text-transform: capitalize;
}

.post_meta-wrap .meta-wrapper.post-meta-data {
    flex-grow: 1;
}

.blog-post_content .meta-wrapper {
    font-size: 14px;
}

.post_meta-wrap .meta-wrapper>*:first-child {
    font-weight: 800;
}

.post_meta-wrap .meta-wrapper>* {
    display: inline-block;
    vertical-align: middle;
}

.post_meta-wrap .meta-wrapper>*:first-child:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 1.43em;
    margin-top: -4px;
    margin-right: 9px;
    vertical-align: middle;
    background: #4163BB;
}

.post_date {
    color: #4163BB;
}

.post_meta-wrap .meta-wrapper>*+*:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0.1875em 10px;
    vertical-align: baseline;
    background: #4163BB;
}

.post_meta-wrap .meta-wrapper>* a:not(:hover) {
    color: inherit;
}

.blog-post_title {
    display: block;
    word-wrap: break-word;
    clear: both;
    line-height: 34px;
    font-weight: 600;
}

.blog-post_text {
    font-size: 16px;
    line-height: 1.5;
    /* margin-top: 20px; */
}

.blog-post_content p {
    margin-bottom: 18px;
}

.blog-post_content .button-read-more:last-child {
    margin-bottom: 29px;
}

.button-read-more:before {
    box-shadow: -5px 4px 16px rgb(65 99 187 / 40%);
}

.button-read-more:before {
    content: '\f054';
    display: inline-block;
    margin-right: 1.2em;
    border-radius: 50%;
    padding: 0px 1em;
    font-family: fontawesome;
    font-size: 0.75em;
    line-height: 2.917;
    text-align: center;
    color: #ffffff;
    /* transform: rotate(90deg); */
    background-color: #4163BB;
}

.button-read-more:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 2em;
    height: 100%;
    border-radius: 1.5em;
    filter: brightness(0.9);
    opacity: 0;
    transition: all 0.5s, opacity 0.25s 0.25s;
    background-color: #4163BB;
}

.read-more-wrap a:hover {
    font-weight: 700;
}

/* blog-detail */
.blog-detail {
    padding-bottom: 0;
    padding-top: 250px;
}

.blog-categories a {
    display: inline-block;
    position: relative;
    border: unset;
    padding: 2px 9px 0;
    font-size: 12px;
    font-weight: 800;
    line-height: inherit;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #4163BB;
    margin-bottom: 15px;
}

.blog-header h2 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 80px;
    font-size: 3.5rem;
    text-transform: capitalize;
}

.blog-detail .post_meta-wrap {
    width: 200%;
    margin-left: -50%;
    padding: 21.25px 50%;
    color: #ffffff;
    background: rgba(17, 17, 17, 0.3);
}

.blog-detail .post_meta-wrap .post-meta-data {
    z-index: 999;
}

.post_meta-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #989898;
    text-transform: capitalize;
}

.dropcap-bg {
    float: left;
    width: 2em;
    height: 2em;
    margin-top: 0.45em;
    margin-right: 1.15em;
    border: unset;
    border-radius: 50%;
    font-size: 1.25em;
    line-height: 2em;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    background: #4163BB;
    box-shadow: 4px 5px 16px rgb(28 62 149 / 40%);
}

.post-youtube iframe {
    /* position: absolute; */
    z-index: 1;
    height: 100%;
}

.blog-detail-post div {
    margin-bottom: 25px;
}

blockquote {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    padding-left: 31px;
}

blockquote:before {
    content: '';
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 3px;
    height: calc(100% - 0.55em);
    background: #4163BB;
}

blockquote cite {
    display: block;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 800;
    color: #c5c5c5;
    font-style: normal;
    text-transform: uppercase;
}

.single_post_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    clear: both;
}

.tagcloud {
    margin-bottom: -10px;
}

.tagcloud a {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    padding: 5px 9px;
    border: 1px solid #d6d6d6;
    font-size: inherit !important;
    font-weight: 700;
    line-height: 1.2;
    text-transform: lowercase;
    transition: 0.4s;
}

.single_post_info .post_info-divider:not(:last-child) {
    margin-right: 30px;
}

.single_post_info .post_info-divider:not(:first-child) {
    margin-left: 30px;
}

.single_post_info .post_info-divider {
    flex-grow: 1;
    flex-basis: 100px;
}

.post_info-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    clear: both;
}

.single_info-share_social-wpapper .share_social-wpapper {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.single_info-share_social-wpapper .share_link {
    position: relative;
    display: inline-block;
    transition: 0.45s ease-in-out;
    margin-left: 5px;
}

.single_info-share_social-wpapper .share_link span.fa {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 13px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    transition: 0.5s;
}

.single_info-share_social-wpapper .share_twitter .fa {
    background-color: #1da1f2;
    box-shadow: 4px 5px 16px rgb(29 161 242 / 30%);
}

.single_info-share_social-wpapper .share_facebook .fa {
    background-color: #3b5998;
    box-shadow: 4px 5px 16px rgb(59 89 152 / 30%);
}

.single_info-share_social-wpapper .share_pinterest .fa {
    background-color: #e40000;
    box-shadow: 4px 5px 16px rgb(189 8 28 / 30%);
}

.single_info-share_social-wpapper .share_linkedin .fa {
    background-color: #007bb5;
    box-shadow: 4px 5px 16px rgb(0 123 181 / 30%);
}

.author-info_wrapper {
    display: flex;
    position: relative;
    z-index: 0;
    margin: 60px 0 9px;
    border: 1px solid #d6d6d6;
    border-radius: unset;
    background-color: #ffffff;
}

.author-info_avatar {
    min-width: 260px;
    margin: -1px;
}

.author-info_content {
    flex-grow: 1;
    padding: 40px;
}

.author-info_name {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.author-info_social-wrapper {
    margin: 19px 0;
    line-height: 1;
}

.author-info_social-wrapper a {
    margin-right: 10px;
}

.irecco-post-navigation {
    position: relative;
    margin-bottom: -30px;
    padding: 0;
}

.prev-link_wrapper {
    float: left;
}

.next-link_wrapper {
    float: right;
}

.prev-link_wrapper,
.next-link_wrapper {
    width: calc(50% - 65px);
    margin-bottom: 30px;
}

.prev-link_wrapper .info_wrapper>a,
.next-link_wrapper .info_wrapper>a {
    display: flex;
    align-items: center;
    position: relative;
    transition: 0.8s;
}

.next-link_wrapper a {
    justify-content: flex-end;
    text-align: right;
}

.next-link_wrapper .image_next {
    margin-left: 20px;
}

.prev-link_wrapper a {
    justify-content: flex-start;
    text-align: left;
}

.prev-link_wrapper .image_prev {
    margin-right: 20px;
}

.prev-link_wrapper .info_wrapper .image_prev,
.prev-link_wrapper .info_wrapper .image_next,
.next-link_wrapper .info_wrapper .image_prev,
.next-link_wrapper .info_wrapper .image_next {
    display: inline-block;
    position: relative;
    min-width: 70px;
    width: 70px;
    height: 70px;
    vertical-align: top;
    transition: inherit;
}

.prev-link_wrapper .info_wrapper .image_prev [class|='text'],
.prev-link_wrapper .info_wrapper .image_next [class|='text'],
.next-link_wrapper .info_wrapper .image_prev [class|='text'],
.next-link_wrapper .info_wrapper .image_next [class|='text'] {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    border-radius: unset;
    font-size: 16px;
    line-height: 70px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    transition: inherit;
}

.prev-link_wrapper:hover .info_wrapper .image_prev [class|='text'],
.prev-link_wrapper:hover .info_wrapper .image_next [class|='text'],
.next-link_wrapper:hover .info_wrapper .image_prev [class|='text'],
.next-link_wrapper:hover .info_wrapper .image_next [class|='text'] {
    opacity: 1;
    background-color: #4163BB;
}

.prev-link_wrapper .image_prev [class|='text'] {
    left: 0;
}

.prev-link_wrapper .info_wrapper .prev_title,
.prev-link_wrapper .info_wrapper .next_title,
.next-link_wrapper .info_wrapper .prev_title,
.next-link_wrapper .info_wrapper .next_title {
    display: inline-block;
    position: relative;
    max-width: 280px;
    font-size: 16px;
    line-height: 1.44;
    font-weight: 700;
    word-wrap: break-word;
    transition: 0.45s;
}

.prev-link-info_wrapper .meta-wrapper,
.next-link-info_wrapper .meta-wrapper {
    font-size: 14px;
    line-height: 2.3;
    font-weight: 400;
    color: #989898;
}

.irecco-post-navigation .back-nav_page {
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px;
    cursor: pointer;
}

.irecco-post-navigation .back-nav_page span {
    position: absolute;
    width: 8px;
    height: 8px;
    border: unset;
    background-color: #dadada;
    transition: 0.45s;
}

.irecco-post-navigation .back-nav_page span:nth-child(1) {
    top: 0;
    left: 0;
}

.irecco-post-navigation .back-nav_page span:nth-child(2) {
    top: 0;
    right: 0;
}

.irecco-post-navigation .back-nav_page span:nth-child(3) {
    bottom: 0;
    right: 0;
}

.irecco-post-navigation .back-nav_page span:nth-child(4) {
    bottom: 0;
    left: 0;
}


.line-left {
    border-left: 2px solid #4163BB;
    padding-left: 15px;
}

.img-one img {
    max-width: 450px;
}

.img-two img {
    max-width: 250px;
    max-height: ;
}

.img-three img {
    max-width: 150px;
    max-height: ;
}

.owl-fullscreen {
  position: relative; }
  .owl-fullscreen .owl-item {
    opacity: 1; }
    .owl-fullscreen .owl-item.active {
      opacity: 1; }
  .owl-fullscreen .owl-dots {
    text-align: center; }
    .owl-fullscreen .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-fullscreen .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #4d4d4d;
        border-radius: 50%; }
      .owl-fullscreen .owl-dots .owl-dot:hover, .owl-fullscreen .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-fullscreen .owl-dots .owl-dot.active {
        background: #b3b3b3; }
        .owl-fullscreen .owl-dots .owl-dot.active:after {
          border-color: #fff; }
  .owl-fullscreen.home-slider {
    position: relative;
    height: 650px;
    z-index: 0; }
    .owl-fullscreen.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 650px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-fullscreen.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-fullscreen.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: .3; }
      .owl-fullscreen.home-slider .slider-item .slider-text {
        height: 650px;
        position: relative; }
        .owl-fullscreen.home-slider .slider-item .slider-text .text {
          z-index: 0;
          color: rgba(255, 255, 255, 0.9); }
        .owl-fullscreen.home-slider .slider-item .slider-text h1 {
          font-size: 9vw;
          font-weight: 800;
          text-transform: uppercase;
          color: #fff;
          line-height: 1; }
          @media (max-width: 991.98px) {
            .owl-fullscreen.home-slider .slider-item .slider-text h1 {
              font-size: 50px; } }
        .owl-fullscreen.home-slider .slider-item .slider-text h2 {
          font-size: 36px;
          /*text-transform: uppercase;*/
          letter-spacing: 2px;
          /*font-family: "Poppins", Arial, sans-serif;*/
          font-weight: 700;
          color: white;
          color: #fff;
          display: inline-block;
          position: relative;
          letter-spacing: 4px; }
    .owl-fullscreen.home-slider .owl-nav {
      position: absolute;
      top: 50%;
      width: 100%; }
      .owl-fullscreen.home-slider .owl-nav .owl-prev,
      .owl-fullscreen.home-slider .owl-nav .owl-next {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: none !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0; }
        @media (prefers-reduced-motion: reduce) {
          .owl-fullscreen.home-slider .owl-nav .owl-prev,
          .owl-fullscreen.home-slider .owl-nav .owl-next {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
        .owl-fullscreen.home-slider .owl-nav .owl-prev span:before,
        .owl-fullscreen.home-slider .owl-nav .owl-next span:before {
          font-size: 30px;
          color: rgba(255, 255, 255, 0.5);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          @media (prefers-reduced-motion: reduce) {
            .owl-fullscreen.home-slider .owl-nav .owl-prev span:before,
            .owl-fullscreen.home-slider .owl-nav .owl-next span:before {
              -webkit-transition: none;
              -o-transition: none;
              transition: none; } }
        .owl-fullscreen.home-slider .owl-nav .owl-prev:hover span:before, .owl-fullscreen.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-fullscreen.home-slider .owl-nav .owl-next:hover span:before,
        .owl-fullscreen.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
      .owl-fullscreen.home-slider .owl-nav .owl-prev {
        left: 0;
        margin-left: 0; }
      .owl-fullscreen.home-slider .owl-nav .owl-next {
        right: 0;
        margin-right: 0; }
    .owl-fullscreen.home-slider:hover .owl-nav .owl-prev,
    .owl-fullscreen.home-slider:hover .owl-nav .owl-next {
      opacity: 1; }
    .owl-fullscreen.home-slider:hover .owl-nav .owl-prev {
      margin-left: 50px; }
    .owl-fullscreen.home-slider:hover .owl-nav .owl-next {
      margin-right: 50px; }
    .owl-fullscreen.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 40px;
      width: 100%;
      text-align: center; }
      @media (max-width: 767.98px) {
        .owl-fullscreen.home-slider .owl-dots {
          bottom: 5px; } }
      .owl-fullscreen.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
        .owl-fullscreen.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

.owl-fullscreen.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }
