/*
Theme Name: Fortis Financial Group
Theme URI: http://xxx.com/
Template: builder
Version: 3.4
Updated: 10/10/2024
Author: Thomas Digital
Author URI: https://www.thomasdigital.com
Description: Builder with drag and drop elements using wireframe kit design.
Tags: wordpress, bootstrap, wireframe, acf
*/

/*------------------------------------------
    #MARK: REMOVE
------------------------------------------*/
/* #region */

.mh { 
    min-height: 2000px; 
    background-color: rgba(0,0,0,0.1);
}

body:not(.wp-admin) {
    /* background: url(upload/3.png) top center no-repeat;
    /* background: #062544; */
}

body:not(.wp-admin) main {

}

/* #endregion */

/*------------------------------------------
    #MARK: ROOT
------------------------------------------*/
/* #region */

:root {

    --font-size: 15px;
    --font-1: "Lato";
    --font-2: "Playfair Display";

    --color1: #9C9C9C;
    --color1a: #c2c2c2;
    --color1b: #f7f7f7;
    --color2: #0A406B;
    --color3: #BB9F64;
    --color4: #093456;

    --h1: 80px;
    --h2: 40px;
    --h3: 40px;
    --h4: 28px;
    --h5: 20px;
    --h6: 18px;


    --color10: black;
    --color11: white;

    --a: #BB9F64;
    --hover: #A1AEB7;       

    --darktitle:white;
    --darktext:white;
}

/* #endregion */

/*------------------------------------------
    #MARK: GENERAL
------------------------------------------*/
/* #region */

.f80 {
    font-size: var(--h1);
    line-height: 120%;
}

.f64 {
    font-size: 64px;
    font-weight: 500;
    color: var(--color2);
}

.f40, .f40a {
    font-size: var(--h2);
    color: var(--color2);
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    font-family: var(--font-2);
}

.f40a {
    font-weight: 500;
}


.f28 {
    font-size: var(--h4);
    font-weight: 500;
    line-height: 140%;
    color: var(--color2);
}

.f22 {
    font-size: 22px;
    font-weight: 500;
}

.f24 {
    font-size: 24px;
    font-weight: 500;
}

.f20 {
    font-size: var(--h5);
}

.t20 {
    font-size: 20px;
    line-height: 140%;
}


.t18i {
    font-size: 18px;
    font-style: italic;
    line-height: 140%; 
}

.element h1.mtitle {

}

.ititle,
.dtitle,
.mtitle {
    font-family: var(--font-2);
}

.mtitle {
    color: var(--color2);
}

.btitle {
    font-family: var(--font-1);
    font-size: 15px;
    font-weight: 500;
    color: var(--color3);
    text-transform: uppercase;
}

.itext,
.dtext,
.ptext {
    line-height: 140%;
}

.dtext p {
    margin-bottom: 20px;
}

.mtitle + .dtext {
    margin-top: 29px;
}

.navbar-brand { width: 286px; }

.section  {
    height: 810px;
}

hr.lx {
    border-top: 2px solid var(--color3)
}

#home_slides .section {
    height: 100vh !important;
}

#home_slides #slide-01 .fp-tableCell {
    position: relative;
    z-index: 1;
}

.fp-tableCell { 
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.cell-content {
    display: flex;
}

.home .section .wrap {
    height: 100%;
    position: absolute !important;
    width: 100%;
}

.bg-teal {
    background-color: var(--color4);
}

.bg-halfgray .wrap::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    background-color: rgba(217, 217, 217, 0.20);
    top: 0;
    left: 0;
    max-width: 1237px;
}

.bg-offwhite,
.bg-halfgray .offwhite {
    background-color: #f7f7f7;
}

.fk {
    background-color: rgba(0, 0, 0, 0.1);
}

section {
    /* background-color: white; */
}

section[data-theme="dark"] {
    /* background-color: var(--color4); */
}

[data-theme="dark"] .btitle {
    color: var(--color3);
}

[data-theme="dark"] .dtitle,
[data-theme="dark"] .ititle {
    color: white;
}

.element .gform_wrapper.gravity-theme .gform_validation_errors  {
    display: none;
}

.common-row .f40 {
    font-weight: 500;
}

hr.linex2 {
    border-top: 2px solid var(--color3);
    max-width: 30px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 19px;
}

.borderx {
    border: 1px solid rgba(187, 159, 100, 0.60);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dtext a {
    text-decoration: underline;
}

.dtext a:hover {
    color: var(--color3);
}

body.open-popmenu {
    overflow: hidden;
    height: 100svh;
}   

/* #endregion */


/*------------------------------------------
    #MARK: BUTTONS
------------------------------------------*/
/* #region */

.btn {
    padding: 14px 25px;
    border: none;
    border-radius: 100px;
}

.btn-1 {
    background-color: var(--color2);
}

.btn-1::after {
    border-radius: 70px;
}

.btn-1:hover,
.btn-1::after {
    background-color: var(--color3);   
}

.btn-2 {
    background-color: var(--color3);
}

.btn-2::after {
    border-radius: 70px;
}

.btn-2:hover,
.btn-2::after {
    background-color: var(--color2);   
}

.btn-1 span,
.btn-2 span {
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-3::after,
.btn-4::after {
    display: none;
}

.btn-3,
.btn-4 {
    background-color: transparent !important;
    padding: 0 30px 0 0;
    background-image: url(images/icons/arr-link.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    transition: 0.3s;
}

.btn-3 {
    background-position: left;
    padding: 0 0px 0 26px;
}

.btn-4:hover {
    padding-right: 35px;
}

.btn-3:hover {
    padding-left: 30px;
}

.btn-3 span,
.btn-4 span {
    color: var(--color3);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

span.play {
    position: relative;
}

/* #endregion */

/*------------------------------------------
    #MARK: HEADER
------------------------------------------*/
/* #region */

header.element {
    position: absolute;
    z-index: 101;
}

.navbar-brand {
    /* width */
}

header .menu_wrap {
    padding: 34px 0;
}

.home header .menu_wrap {
    padding: 24px 0;
}

.fp-scroll-mac.admin-bar header {   
    margin-top: 1px;
}

header.is-dark .main-logo,
header.is-light .sticky-logo {
    display: block;
}

header.is-light .main-logo,
header.is-dark .sticky-logo {
    display: none;
}

.mobile-pop .f-icon svg g {
    fill: var(--color2);
}

header.h-active .f-icon svg g {
    fill: var(--color3);
}

header .menu-tray,
header .menu-pop {
    display: flex;
    align-items: center;
    flex-basis: auto;
    flex-grow: 1;
}

header .menu-pop { 
    gap: 30px;
}

.menu-popper {
    display: none;
    margin-left: auto;
}

.menu-popper .btn {
    padding: 0;
}

.menu-popper .link-more {
    position: relative;
    transition: 0.3s;
}

.menu-popper .link-more::before {
    display: block;
    width: 0;
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;    
    transform: translateX(-50%);
    border-bottom: 1px solid var(--color3);
    transition: 0.3s;
}

.menu-popper .link-more:hover::before {
    width: 100%;
}

.menu-popper .link-more span {
    color: var(--color2);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}


header.is-light .menu-popper .link-more span {
    color: var(--color2);
}

header.is-dark .menu-popper .link-more span {
    color: white;
}

header .menu-popper .link-more:hover span  {
    color: var(--color3);
}

.menu-popper .link-more.lighter span {
    color: white !important;
}


.menu-pop .me-close {
    display: none;
}

body:not(.home, .single) header.header:not(.menu-overlay) {
    position: relative;
}

body:not(.home, .single) header.header:not(.menu-overlay) .menu_wrap {
    background-color: var(--color4);
    position: relative;
}

body:not(.home, .single) header.header:not(.menu-overlay) .menu_wrap::before {
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.49) 0%, rgba(30, 30, 30, 0.00) 100%);
}

a.nav-link[href="#"] {
    cursor: default;
}

header.sticky-head .menu_wrap {
    padding: 10px 0;
    background-color: rgba(11, 71, 120, 1);
}

.header.sticky-head .sticky-logo {
    display: none;
}
.header.sticky-head .main-logo {
    display: inline-block;
    width: 220px;
}
.header.sticky-head .btn-1 {
    border: 1px solid white;
}

/* #endregion */

/*------------------------------------------
    #MARK: MENUS
------------------------------------------*/
/* #region */

.d-brand.active {
    filter: brightness(0) invert(1);
}

.pop-mmenu {
    display: none;
    background-color: rgba(9, 52, 86, 1);
    z-index: 88;
    position: fixed;
}

.pop-mmenu .row {
    align-items: center;
}

.pop-mmenu a[title="About"] + ul {
    display: block;
    border: none;
}

.pop-mmenu .dropdown-menu {
    background-color: transparent;
}

.pop-mmenu .main-menu .dropdown-menu .menu-item a {
    border: none;
}

.pop-mmenu .main-menu .dropdown-menu .menu-item a,
.pop-mmenu .main-menu .dropdown-menu .menu-item a:hover {
    background-color: transparent;
}

.pop-mmenu .main-menu .menu-item.active::after, 
.pop-mmenu .main-menu .menu-item:hover::after,
.pop-mmenu .dropdown-toggle::after {
    display: none;
}

.pop-mmenu .dflex-center {
    width: 100%;
    height: 100%;
    position: relative;
}

.pop-mmenu a.dropdown-toggle[href="#"] {
    display: none;
}

.pop-mmenu .container-xl {
    max-width: 900px;
}

.pop-mmenu .main-menu .dropdown-menu .menu-item a span,
.pop-mmenu .dropdown-item span,
.pop-mmenu .main-menu .nav-link span {
    font-family: var(--font-2);
    font-size: 30px;
    text-transform: capitalize;
}

.pop-mmenu .main-menu .dropdown-menu .menu-item a:hover span {
    color: var(--color3);
}

.pop-mmenu .main-menu .dropdown-menu .menu-item a,
.pop-mmenu .main-menu .navbar-nav .nav-link {
    padding: 5px 0 !important;
}

.pop-mmenu .n-bg {
    background-color: var(--color4);
}

.pop-mmenu .n-bg img {
    opacity: 0.3;
    transform: scaleX(-1);
}

.pop-mmenu .overlay-vbg {
    width: 50%;
    height: 80%;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    left: unset;
    right: 0;
}

.pop-mmenu .dcompany .ssc .sc-icon {
    max-width: 25px;
}

.pop-mmenu .dcompany .sc-contact {
    color: var(--color1a);
    text-decoration: none;
    cursor: pointer;
}

/* #endregion */


/*------------------------------------------
    #MARK: MENUS
------------------------------------------*/
/* #region */

#navbar-home .main-menu .navbar-nav {
    gap: 30.7px;
}

.main-menu .navbar-nav  .nav-link {
    padding: 8px 0;
}

.main-menu .nav-link span {
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

.is-light .main-menu .nav-link span {
	color: var(--color2);
}

.main-menu .menu-item {
    position: relative;
}

.main-menu .menu-item::after {
    content: "";
    display: block;
    opacity: 0;
    width: 100%;
    bottom: 0px;
    height: 1px;
    background-color: var(--color3);
    position: absolute;
    transition: 0.5s;
}

.main-menu .menu-item.active::after,
.main-menu .menu-item:hover::after {
    opacity: 1; 
    bottom: 0px;  
}

.main-menu .menu-item.active .nav-link span,
.main-menu .menu-item .nav-link:hover span {
    color: var(--color3);
}

#navbar-home .menu-extension {
    margin-left: 30px;
}

#navbar-home .main-menu {
    padding-bottom: 3px;
}

.main-menu .dropdown::after,
.main-menu .dropdown-menu .menu-item::after { 
    display: none;
}

.main-menu .dropdown-menu .menu-item a {
    background-color: var(--color4);
    padding: 12px 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .dropdown-menu .menu-item a:hover {
    background-color: var(--color3);
}

.main-menu .dropdown-menu .menu-item a span {
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}

/* #endregion */

/*------------------------------------------
    #MARK: FOOTER
------------------------------------------*/
/* #region */

.footer-01.alter {
    display: none;
}

.footer-01.section .wrap {
    padding-top: 153px;
}

.footer-01 {
    background-color: var(--color4);
}

.footer-01 .d-footer {
    position: relative;
    z-index: 1;
}

.footer-01 a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-01 a:hover {
    color: var(--color3);
}

.footer-01 .newsletter {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

    .footer-01 .newsletter .flexic {
        flex-wrap: wrap;
        align-items: center;
        gap: 23px;
        margin-bottom: 7px;
    }

    .footer-01 .newsletter .sot {
        flex: 0 0 330px;
    }

    .footer-01 .newsletter .ntitle {
        font-size: 24px;
        color: white;
        line-height: 120%;
        font-weight: 500;
        margin-bottom: 0;
    }


.footer-01 .newsletter .gform {
    flex: 1;
    padding-right: 14px;
}

    .footer-01 .newsletter .gform ::placeholder {
        text-transform: uppercase;
        font-size: 13px;
    }

.newsletter .gform .gform_wrapper.gravity-theme .gfield select, 
.newsletter .gform .gform_wrapper.gravity-theme .gfield input, 
.newsletter .gform .gform_wrapper.gravity-theme .gfield textarea {
    border: 1px solid white;
}

.newsletter .gform_wrapper.gravity-theme .gform_fields {
    gap: 10px;
}

.newsletter .gform .gform_wrapper.gravity-theme .gform_footer, 
.newsletter .gform .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 0;
}

.newsletter .gform .gform_wrapper.gravity-theme .gfield select, 
.newsletter .gform .gform_wrapper.gravity-theme .gfield input {
    height: 45px;
}

.element .gform .gform_wrapper.gravity-theme .gfield.gfield_error select, 
.element .gform .gform_wrapper.gravity-theme .gfield.gfield_error input, 
.element .gform .gform_wrapper.gravity-theme .gfield.gfield_error textarea {
    border-radius: 0;
}


.newsletter .gform form {
    display: flex;
}
.newsletter .gform form .gform_body {
    flex: 1;
}
.newsletter .gform form .gform_footer {
    flex: 0 0 26px;
}
.newsletter .gform form .gform_footer .btn {
    border-radius: 0;
    padding: 12px 25px;
}

.footer-01 .nwrap {
    padding: 10px 0 25px;
}

.footer-01 .fc .cc {
    flex: 0 0 288px;
}

.footer-01 .mm {
    flex: 1;
    justify-content: space-between;
}

    .footer-01 .mm .mn-2 {
        padding-left: 21px;
    }

    .footer-01 .mm .mn-3 {
        padding-right: 23px;
    }

.footer-01 .fc {
    gap: 30px;
}

.dcompany {
    padding: 0px 0 0;
}

.dcompany a {
    color: white;
}

.dcompany a:hover {
    color: var(--color3);
}

.dcompany .ssc {
    margin-top: 32px;
}

.dcompany .ssc .sc-icon {
    margin-top: 4px;
    margin-right: 17px;
}

.dcompany .sc-contact {
    font-size: 15px;
    line-height: 140%;
}

.footer-01 .menu-title,
.footer-01 .ftitle {
    color: var(--color3);
    font-weight: 600;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    font-size: 17px;
}

.footer-01 ul.dv {
    padding: 0;
    margin: 32.5px 0 0;
    list-style: none;
}

.footer-01 .dv .menu-item {
    margin-bottom: 6.5px;
    padding-left: 16px;
    position: relative;
}

.footer-01 .dv .menu-item a:hover {
    color: var(--color3);
}

.footer-01 ul.dv li::before {
    content: '›';
    color: var(--color3);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-01 ul.dv li a {
    font-size: 15px;
}

.footer-01 .social-icons {
    gap: 20px;
    padding: 20px 0 0 0;
}

.footer-01 .social-icons .soc-link {
    background-color: transparent;
}

.footer-01 .social-icons .soc-link img {
    opacity: 1;
    max-width: 14px;
}

.footer-01 .social-icons .icon-bg,
.footer-01 .social-icons .icon-bg span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.footer-01 .social-icons .icon {
    line-height: 1;
    filter: brightness(0) saturate(100%) invert(67%) sepia(14%) saturate(1132%) hue-rotate(3deg) brightness(95%) contrast(86%);
}

.social-icons .soc-link {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: 0.3s;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.footer-01 .social-icons .soc-link:hover {
    background-color: var(--color2);
}

.footer-01 .foot {
    display: flex;
    justify-content: space-between;
}

.footer-01 .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #c2c2c2;
    padding: 20px 0 5px;
}

.footer-01 .copyright a {
    color: #c2c2c2;
}

.footer-01 .copyright a:hover {
    color: var(--color3);
}

.footer-01 .sep {
    margin: 0 17px;
}


.footer-01 .f-left {
    display: flex;
}

.footer-01 .foot-bg {
    max-width: 509px;
    position: absolute;
    right: -68px;
    bottom: 0;
}

.footer-01.normal .newsletter {
    border-top: none;
    padding: 59px 0 34px;
}

.footer-01.normal .foot-bg {
    max-width: 386px;
}

.footer-01.normal .nwrap {
    padding: 40px 0 31px;
}

/* #endregion */


/*------------------------------------------
    #MARK: ♣ ALL 01
------------------------------------------*/
/* #region */

section .n-bg {
    background-color: white;
}

section[data-theme="dark"] .n-bg {
    background-color: var(--color4);
}

.n-bg img {
    opacity: 0.3;
    mix-blend-mode: multiply;
}

.n-bg.o2 img { 
    opacity: 0.2;
}

.n-bg.o6 img { 
    opacity: 0.6;
}

/* #endregion */

/*------------------------------------------
    #MARK: ♣ NAVI 01
------------------------------------------*/
/* #region */

body #fp-nav.fp-right {
    top: 55%;
    transform: translateY(-50%);
    right: 5%;
    opacity: 1;
}

body #fp-nav ul li a.active span {}
body #fp-nav ul li {
    margin: 10px 0;
}

body #fp-nav ul li a span {
    margin: 0;
}

body #fp-nav::before { 
    display: none;
}
body #fp-nav ul li a.active span,
body #fp-nav ul li,
body #fp-nav ul li a span,
body #fp-nav ul li:hover a span, 
body .fp-slidesNav ul li:hover a span {
    width: 6px;
    height: 6px;

}
body #fp-nav ul li:hover a.active span, 
body #fp-nav ul li a.active span, 
body .fp-slidesNav ul li:hover a.active span, 
body .fp-slidesNav ul li a.active span {
    width: 6px;
    height: 6px;
    background-color: transparent;
    margin: 0;
}

body #fp-nav ul li a span { 
    background-color: #2A73AB;
    border-color: #2A73AB;
}

body #fp-nav ul li:hover a span, 
body .fp-slidesNav ul li:hover a span {
    width: 6px;
    height: 6px;
    margin: 0;
    background-color: transparent;
}

body #fp-nav ul li a.active span {
    margin: 0;
}

/* #endregion */

/*------------------------------------------
    #MARK: ♣ HERO 01
------------------------------------------*/
/* #region */

.heroslider-02 .wrap {
    padding-bottom: 141px;
    align-items: flex-end;
}

.heroslider-02 .slide-bg {
    top: 0;
    height: 100%;
    z-index: 1;
}

.heroslider-02 .slide-bg .item {
    height: 100%;
    display: flex;
    align-items: center;
}

.heroslider-02 .btitle + .mtitle,
.heroslider-02 .btitle + .dtitle {
    margin-top: 14px;
}

.heroslider-02 .dtitle + .ptext,
.heroslider-02 .mtitle + .dtext {
    margin-top: 30px;
}



.heroslider-02 .overlay.color1 {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.heroslider-02 .overlay.color2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    top: unset;
    bottom: 0;
    height: 232px;
}

.heroslider-02 .overlay.color1,
.heroslider-02 .overlay.color2 {
    z-index: 2;
}

.heroslider-02 .slide_buttons {
    position: absolute;
    width: 100%;
    height: 100%;
}

.heroslider-02 .pos-rel {
    z-index: 3;
}

.heroslider-02 .slider-bg {
    border-top: 2px solid rgba(217, 217, 217, 0.1);
    width: 100%;
    height: 141px;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    padding-bottom: 23px;
    z-index: 6;
}

.heroslider-02 .color {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.heroslider-02 .slider-bg .container-xl {
    max-width: 1440px;
}

.heroslider-02 .slider-bg .item {
    height: 37px;
}

.heroslider-02 .slider-bg .item img {
    width: auto;
    max-width: 202px;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
}

.heroslider-02 .slider-bg .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.-preview .heroslider-02 .owl-carousel {
    gap: 0;
}
.-preview .heroslider-02 .slider-bg .item {
    flex: 0 0 25%;
}


.heroslider-02 .slide-bg .owl-carousel .item  {
    display: none;
}

.heroslider-02 .slide-bg .owl-carousel .item:first-child {
    display: block;
}

.heroslider-02 .slide-bg .owl-carousel.owl-loaded .item {
    display: block;
}
/* #endregion */

/*------------------------------------------
    #MARK: ♣ CARDFLEX 01
------------------------------------------*/
/* #region */

.cardsflex-01 .container-xl {
    max-width: 100%;
    padding: 0;
}

.cardsflex-01 .container-xl,
.cardsflex-01 .flexic,
.cardsflex-01 .flex-item,
.cardsflex-01 .div-link {
    height: 100%;
}

.cardsflex-01 .flex-item {
    text-align: center;
}

.cardsflex-01 .div-link {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.cardsflex-01 .div-link::before {
    position: absolute;
    width: 2px;
    content: '';
    display: block;
    height: 100%;
    background-color: rgba(217, 217, 217, 1);
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: 4;
}

.cardsflex-01 .flex-item:first-child .div-link::before {
    display: none;
}

.cardsflex-01 .dimage {
    position: absolute;
}

.cardsflex-01 .div-link .d-img {
    transition: 0.5s;
}

.cardsflex-01 .div-link:hover .d-img {
    transform: scale(1.15);
}

.cardsflex-01 .dimage .color {
    height: 60%;
    transition: 0.5s;
}

.cardsflex-01 .dimage .colory {
    background-color: rgba(0,0,0, 1);
    opacity: 0.1;
    transition: 0.5s;
}

.cardsflex-01 .div-link:hover .colory {
    background-color: rgba(9,52,86, 1);
    opacity: 0.6;
}

.cardsflex-01 .dimage .color1 {
    background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0.00) 100%);
}
.cardsflex-01 .dimage .color2 {
    background: linear-gradient(0deg, #1E1E1E 0%, rgba(30, 30, 30, 0.00) 100%);
    top: unset;
    bottom: 0;
}

.cardsflex-01 .div-link:hover .color1,
.cardsflex-01 .div-link:hover .color2 {

}

.cardsflex-01 .liner {
    border-bottom: 2px solid var(--color3);
    max-width: 30px;
    margin-top: 19px;
    margin-bottom: 24px;
    transition: 0.5s;
}

.cardsflex-01 .div-link:hover .liner {
    max-width: 100%;
}

.cardsflex-01 .pad {
    width: 100%;
    padding: 50px 31px 11px;
    position: relative;
    z-index: 3;
    max-width: 360px;
    margin: 0 auto;
}

.cardsflex-01 .ptext {
    line-height: 140%;
    color: #C2C2C2;
}

.cardsflex-01 .abtn-loop {
    position: relative;
    opacity: 1;
    transition: 0.5s;
    width: 100%;
    left: 0;
    margin-top: 15px;
    bottom: -50px;
    opacity: 0;
}

.cardsflex-01 .div-link:hover .abtn-loop {
    bottom: 0;
    opacity: 1;
}

/* #endregion */

/*------------------------------------------
    #MARK: ♣ TEXT OPT 01
------------------------------------------*/
/* #region */

.text-o-01 {
    text-align: center;
}

.text-o-01 .col-info {
    max-width: 1012px;
    margin: 0 auto;
    padding-bottom: 6px;
}

.text-o-01 .col-info .pad {
    margin-left: 103px;
}

.text-o-01 .mtitle {
    margin-top: 15px;
}

.text-o-01 .dtext {
    max-width: 770px;
    margin: 30px auto 0;
    line-height: 140%;
}

/* #endregion */

/*------------------------------------------
    #MARK: ♣ LEGEND 01
------------------------------------------*/
/* #region */

.wex-legend {
    left: 14px;
    line-height: 1;
    position: absolute;
    text-orientation: sideways;
    transform: rotate(180deg);
    white-space: nowrap;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: flex-end;
    height: calc(100% - 40px);
    top: 22px;
    gap: 20px;
}

.pos-rel .wex-legend {
    left: 0;
}

.wex-legend span {
    flex: 1;
    position: relative;
    max-height: 160px;
}

.wex-legend .atitle {
    color: var(--color3);
    font-size: 16px;
    letter-spacing: 2.56px;
    text-transform: uppercase;
}

.wex-legend span::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    border-left: 1px solid var(--color3);
    left: 50%;
    transform: translateX(-50%);
}

/* #endregion */

/*------------------------------------------
    #MARK: ♣ FEAT POST 01
------------------------------------------*/
/* #region */

.rowpost-01 .btitle + .mtitle {
    margin-top: 14px;
}

.rowpost-01 .dtop {
    padding-left: 100px;
    margin-bottom: 3px;
}

.rowpost-01 .post-info {
    padding: 91px 0 30px;
    position: relative;
}

.rowpost-01 .post-text {
    padding: 25px 0;    
    max-width: 600px;
    margin-left: 100px;
    position: relative;
}
.rowpost-01 .post-text .liney {
    border-left: 2px solid rgba(187, 159, 100, 0.30);
    position: absolute;
    top: 2px;
    display: block;
    height: 24px;
    left: 14px;
}

.rowpost-01 .post-text .liney2 {
    top: unset;
    bottom: 2px;
}

.rowpost-01 .post-text::before {
    top: 0;
    left: 14px;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(187, 159, 100, 0.30);
    border-left: none;
}

.rowpost-01 .d-icon {
    width: 59px;
}

.rowpost-01 .qq {
    padding: 18px 0;
}

.rowpost-01 .media-bg {
    width: 600px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 455px;
    right: 0;
    left: unset;
    top: unset;
    bottom: -5px;
}

.rowpost-01 .pop-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.media-bg .pop-link .overlay {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}

.media-bg .pop-link:hover .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.media-bg .pop-link .overlay img {
    opacity: 1;
    width: 70px;
    height: 70px;
    max-width: 70px;
    position: relative;
    z-index: 3;
}

.qq .dtext {
    color: var(--color1);
    max-width: 360px;
    margin-top: 30px;
    min-height: 126px;
    padding-bottom: 5px;
}

.qq hr {
    max-width: 20px;
    margin: 24px 0;
}

.qq .author {
    color: white;
    line-height: 1;
}

.qq .posn {
    color: var(--color1);
    font-size: 13px;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1;
}

/* #endregion */

/*------------------------------------------
    #MARK: ♣ PLAY 01
------------------------------------------*/
/* #region */

.play::before, .play::after {
    content:"";
    display:block;    
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    background-color: rgba(42, 115, 171, 0.7);
    border-radius:100%;
}
.play::before {
    z-index:1;
    width:120%;
    height:120%;   
    animation:pulse-border 1500ms ease-out infinite;
}
.play::after {
    z-index:2;
    width:120%;
    height:120%;   
    transition: 0.4s;
}

.play:hover::before { animation:pulse-border 700ms ease-out infinite; }
.play:hover::after { background-color: rgba(42, 115, 171, 1); }

.play.play1::before { animation:pulse-border1 1500ms ease-out infinite; }
.play.play1:hover::before { animation:pulse-border1 700ms ease-out infinite;}

@keyframes pulse-border1 {
    0% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
        opacity:1;
        filter: blur(0px);
    }
    100% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity:0;
        filter: blur(5px); 
    }
}    

@keyframes pulse-border {
    0% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1;
        filter: blur(0px);
    }
    100% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0;
        filter: blur(5px);   
    }
}

/* #endregion */

/*------------------------------------------
    #MARK: ♣ ROW MEDIA 01
------------------------------------------*/
/* #region */

.rowmedia-01 .dtop {
    margin-bottom: 59px;
}

    .rowmedia-01 .dtitle {
        margin-top: 15px;
    }

.rowmedia-01 .post-info {
    margin-left: 100px;
    position: relative;
}

.rowmedia-01 .d-media {
    width: 96%;
    display: block;
}

    .rowmedia-01 [data-rtl="1"] .d-media {
        margin-left: auto;
    }

.rowmedia-01 .dinfo { 
    width: 91%;
}

    .rowmedia-01 [data-rtl="0"] .dinfo {
        width: calc(91% - 3px);
        margin-left: auto;
    }

    .rowmedia-01 [data-rtl="1"] .dinfo {
        width: calc(91%);
    }

.rowmedia-01 .mtitle + .dtext {
    margin-top: 30px;
}

.rowmedia-01 .wex-legend {
    top: 70px;
}

/* v2 */

.rowmedia-01.v2 .wex-legend { 
    top: 123px;
}

.rowmedia-01.v2 .dinfo {
    padding-bottom: 34px;
}

    .rowmedia-01.v2 .btitle + .mtitle {
        margin-top: 15px;
    }

    .rowmedia-01.v2 .btn-loop {
        margin-top: 33px;
    }


/* #endregion */

/*------------------------------------------
    #MARK: ♣ COL POST 01
------------------------------------------*/
/* #region */

.colpost-01 .wrap {
    padding-top: 0px;
}

.colpost-01 .post-info {
    margin-left: 100px;
}

.colpost-01 .dtop {
    margin-bottom: 23px;
}

.mm .mtitle {
    overflow: hidden;
    text-align: center;
    display: inline-block;
  }
  
  .mm .mtitle::before,
  .mm .mtitle::after {
    background-color: rgba(187, 159, 100, 0.30);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
  }
  
  .mm .mtitle::before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  .mm .mtitle::after {
    left: 0.5em;
    margin-right: -50%;
  }


.colpost-01 .pos-box {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
}

.colpost-01 .mtitle {
    line-height: 1;
}

.colpost-01 .pos-box::before {
    top: 28px;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid rgba(187, 159, 100, 0.30);
    border-top: none;
    left: 50%;
    transform: translate(-50%);
}

.colpost-01 .qq {
    padding: 52px 40px 34px;
}

.colpost-01 .qq hr {
    margin: 15px auto 14px;
}

.colpost-01 .qq .dtext {
    font-size: 20px;
    padding: 15px 10px;
    max-width: unset;
    margin-top: 0;
    position: relative;

    background-image: url(images/icons/quote-sm.svg);
    background-size: 14px;
    background-position: 7px 5px;
    background-repeat: no-repeat;
}

.colpost-01 .wex-legend {
    top: 63px;
}

/* #endregion */

/*------------------------------------------
    #MARK: ♣ CARDS 01
------------------------------------------*/
/* #region */

.cards-01 {
    background-color: var(--color4);    
}

.cards-01.v3 {
    background-color: white;
}

.cards-01 .btitle + .mtitle {
    margin-top: 15px;
}

.cards-01 .post-info {
    margin-left: 100px;
    max-width: 1000px;
}

.cards-01 .dtop {
    max-width: 96%;
    margin-bottom: 43px;
}

.cards-01 .num {
    position: absolute;
    font-family: var(--font-2);
    color: rgba(187, 159, 100, 0.2);
    font-size: 85px;
    font-weight: 600;
    top: -20px;
    left: -6px;
    line-height: 1;
}

.cards-01 .nn:nth-child(1) .num,
.cards-01 .nn:nth-child(2) .num {
    /*font-size: 93px;*/
}

.cards-01 .dinfo {
    max-width: 95%;
    position: relative;
    z-index: 2;
}

.cards-01 .row {
    justify-content: center;
    row-gap: 45px;
}

.cards-01 .div-link {
    position: relative;
    padding: 30px 17px 0px;
}

.cards-01 .ptext {
    margin-top: 20px;
    color: var(--color1);
}

.cards-01 .wex-legend {
    top: 35px;
}


/* #endregion */

/*------------------------------------------
    #MARK: ♣ CTA BG 01
------------------------------------------*/
/* #region */

.cta-bg-01 .wrap {
    text-align: center;
}

.cta-bg-01 .overlay-bg img {
    object-position: center;
}

.cta-bg-01 .overlay.color {
    background: linear-gradient(0deg, #1E1E1E 0%, rgba(30, 30, 30, 0.00) 100%);
    opacity: 0.5;
    bottom: 0;
    height: 320px;
    top: unset;
}

.cta-bg-01 .btitle + .mtitle {
    margin-top: 15px;
}

.cta-bg-01 .dtext {
    color: #1E1E1E;
    font-size: 15px;
    margin-top: 29px;
}

.cta-bg-01 .btn-loop {
    margin-top: 41px;
}

/* #endregion */

/*------------------------------------------
    #MARK: CTA BG 01
------------------------------------------*/
/* #region */

.heroslider-02 .dinfo {
    padding: 0 0 60px 0;
}

.cardsflex-01 .div-link {
    padding-bottom: 10%;
}

.text-o-01 .wrap {

}

.rowpost-01 .wrap {
    padding-top: 2%;
}

.rowmedia-01 .wrap {
    padding-top: calc(2% + 5px);
}

.rowmedia-01 .dtext {
    color: var(--color1);
}

.colpost-01 .wrap {
    padding-bottom: calc(3% + 8px);
}

.rowmedia-01.v2 .wrap {
    padding-top: calc(5% + 5px);
}

.cards-01 .wrap {
    padding-top: calc(4%);
}

.cta-bg-01 .wrap {
    padding-bottom: calc(5% - 3px);
}

.footer-01.section .wrap {
    padding-top: 20%;
}

/* #endregion */

/*------------------------------------------
    #MARK: HERO 01
------------------------------------------*/
/* #region */

.hero-opt {
    padding: 101px 0;
}

.hero-01 .wrap {
    height: 600px;
    align-items: flex-end;
}

.hero-01 .color1 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    height: 158px;
    top: 0px;
}
.hero-01 .color2 {
    background: rgba(0, 0, 0, 0.30);
    /* height: 377px; */
    height: 100%;
    bottom: 0;
    top: unset;
}
.hero-01 .color3 {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    max-width: 42%;
}


/* #endregion */

/*------------------------------------------
    #MARK: CARDFLEX 02
------------------------------------------*/
/* #region */

.cardsflex-01.v2 .container-xl {
    max-width: 1170px;
}

.cardsflex-01.v2 .wrap {
    padding: 100px 0;
}

.cardsflex-01.v2 .mtitle + .dtext {
    margin-top: 27px;
}

.cardsflex-01.v2 .dtop {
    margin-bottom: 61px;
}

.cardsflex-01.v2 .colory {
    display: none;
}

.cardsflex-01.v2 .color1 {
    background: linear-gradient(0deg, #1E1E1E 0%, rgba(30, 30, 30, 0.00) 100%);
    height: 234px;
    top: unset;
    bottom: 0;
}

.cardsflex-01.v2 .color2 {
    height: 100%;
    opacity: 0;
    background: linear-gradient(0deg, #1E1E1E 0%, rgba(30, 30, 30, 0.29) 100%);
}

.cardsflex-01.v2 .div-link {
    padding: 0;
    height: 400px;    
}

.cardsflex-01.v2 .div-link .ititle {
    color: white;
}

.cardsflex-01.v2 .liner {
    margin-top: 12px;
    margin-bottom: 8px;
    border-top: 1px solid var(--color3);
    border-bottom: 1px solid var(--color3);
}

.cardsflex-01.v2 .div-link:hover .liner {
    border-bottom: 1px solid var(--color3);
    border-top: 1px solid rgba(0,0,0, 0);
}

.cardsflex-01.v2 .i-nfo {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 500ms;
    padding: 12px 0 11px;
}

.cardsflex-01.v2 .i-nfo > div { 
    overflow: hidden;
}

.cardsflex-01.v2 .div-link:hover .i-nfo {
    grid-template-rows: 1fr;
}

.cardsflex-01.v2 .div-link:hover .color1 {
    height: 0;
}

.cardsflex-01.v2 .div-link:hover .color2 {
    opacity: 1;
}

.cardsflex-01.v2 .btn-4 {
    margin-top: 20px;
    margin-bottom: 17px;
    padding-right: 17px;
    background-image: url(images/icons/arr-link2.svg);
}

.cardsflex-01.v2 .btn-4:hover {
    padding-right: 22px;
}
.cardsflex-01.v2 .btn-4 span {
    font-size: 13px;
}

.cardsflex-01.v2 .pad {
    padding: 20px 20px 0;
}

.cardsflex-01.v2 .overlay-bg img {
    opacity: 0.2;
    mix-blend-mode: multiply;
}


/* #endregion */

/*------------------------------------------
    #MARK: CTA BG 02 01
------------------------------------------*/
/* #region */

.cta-bg-01.v2 .wrap {
    height: 567px;
    align-items: flex-start;
    padding: 46px 0 0;
}

.cta-bg-01.cc .wrap {
    height: 626px;
    padding: 110px 0 0;
}

.cta-bg-01.v2 .color1,
.cta-bg-01.v2 .color2,
.cta-bg-01.v2 .color3 {
    background: linear-gradient(180deg, #FFF 0%, rgba(227, 227, 239, 0.00) 100%);
}

.cta-bg-01.v2.bg-offwhite .color1,
.cta-bg-01.v2.bg-offwhite .color2,
.cta-bg-01.v2.bg-offwhite .color3 {
    background: linear-gradient(180deg, #F7F7F7 0%, rgba(227, 227, 239, 0.00) 100%);
}

.cta-bg-01.v2 .color1 {
    height: 249px;
}

.cta-bg-01.v2 .color2 {
    height: 281px;
}

.cta-bg-01.v2 .color3 {
    height: 297px;
}

.cta-bg-01.v2 .color4 {
    top: unset;
    bottom: 0;
    height: 250px;
    background: linear-gradient(0deg, #1E1E1E 0%, rgba(30, 30, 30, 0.00) 100%);
    opacity: 0.5;
}

.cta-bg-01.v2 .col-info {
    max-width: 100%;
}

.cta-bg-01.v2 .col-info .dtext {
    max-width: 66%;
    margin-left: auto;
    margin-right: auto;
}

.modal-backdrop {
    opacity: 0.6;
    background-color: rgba(10, 64, 107, 1);
}

/* #endregion */

/*------------------------------------------
    #MARK: TTILE OPT 01
------------------------------------------*/
/* #region */

.titleopt-01 .wrap {
    text-align: center;
    padding: 80px 0 20px;
}

.titleopt-01 .col-info {
    margin: 0 auto;
}

.titleopt-01 .mtitle {
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
    color: var(--color2);
}

.titleopt-01 .mtitle + .dtext {
    margin-top: 29px;
}

.titleopt-01 .dtext {
    padding: 0 25px;
}

/* #endregion */

/*------------------------------------------
    #MARK: ROW MEDIA 03
------------------------------------------*/
/* #region */

.rowmedia-03 .wrap {
    align-items: flex-start;
}

.rowmedia-03[data-theme="dark"] {
    background-color: transparent;
}

.rowmedia-03[data-theme="dark"] .dtext {
    color: #9C9C9C;
}

.rowmedia-03 [data-col="6-6"] .bb-img {
    max-width: 500px;
}

.rowmedia-03 [data-rtl="1"] .bb-img {
    margin-left: auto;
}

.rowmedia-03 .dinfo {
    position: relative;
}

.rowmedia-03 .borderx {
    left: 50px;
    width: 112%;
}

.rowmedia-03 .btitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.56px;
}

.rowmedia-03 .btitle + .mtitle {
    margin-top: 17px;
}

/* 
## MARK: A
version C */

.rowmedia-03.ver-a .wrap { 
    padding: 41px 0 80px;
}

.rowmedia-03.ver-a .dinfo {
    padding: 41px 0 32px;
}

.rowmedia-03.ver-a .pad {
    position: relative;
    z-index: 2;
}

.rowmedia-03.ver-a .pad {
    padding: 10px 0 20px;
    background-color: white;
}

/* 
## MARK: B
version C */

.rowmedia-03.ver-b .wrap { 
    padding: 96px 0 17px;
}

.rowmedia-03.ver-b .color {
    height: calc(87% - 3px);
    background-color: var(--color4);
}

.rowmedia-03.ver-b .bb-img {
    margin-top: 3px;
}

/* 
## MARK: C
version C */

.rowmedia-03.ver-c .wrap { 
    padding: 80px 0 80px;
}

.rowmedia-03.ver-c .pad {
    padding-bottom: 4px;
}


/* #endregion */

/*------------------------------------------
    #MARK: CHART 01
------------------------------------------*/
/* #region */

.chart-01 .wrap {
    align-items: flex-start;
    padding: 81px 0 61px;
}

#myChart { 
    width: 100%; 
}

.circ-graph {
    margin-top: 41.5px;
    /* margin: 41px auto; */
    position: relative;
    width: 356px;
}

.circ-graph img {
    position: absolute;
    max-width: 135px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.2;
}

.fake-chart {
    width: 356px;
    height: 356px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color2);
    border-radius: 100%;
}

.chart-01 .text-bg {
    position: relative;
    padding: 5px 0;
    min-height: 491px;
}

.chart-01 .title-wrap {
    display: flex;
}

.chart-01 .ititle {
    color: var(--color2);
    font-size: 22px;
    font-weight: 500;
    white-space: nowrap;
    width: auto;
}

.chart-01 .itext {
    font-size: 13px;
    margin-top: 11px;
}

.chart-01 .flexic .circ-graph {
    flex: 0 0 356px;
    position: relative;
    z-index: 6;
    height: 356px;

    background-color: white;
    border-radius: 100%;
}

.chart-01 .flexic {
    justify-content: space-between;
}

.chart-01 .fl-left,
.chart-01 .fl-right {
    flex: 1;
}

.chart-01 .title-wrap  {
    position: relative;
    height: 25px;
    width: 115%;
}

.chart-01 .fl-right .tone {
    max-width: 246px;
    margin-left: auto;
}

.chart-01 .flexic .flexic {
    flex: 0 0 269px;
    padding: 9px 0 0 0;
    flex-direction: column;
    row-gap: 56px;
}

.chart-01 .dtop {
    margin-bottom: 50px;
}

.chart-01 .inner-wrap .dline img.dt {
    position: absolute;
    left: 0;
    height: 5px;
    width: 400px;
}

.chart-01 .inner-wrap {
    width: 100%;
    position: absolute;
    display: flex;
    gap: 10px;
    align-items: center;
}

.chart-01 .inner-wrap .dline {
    position: relative;
    overflow: hidden;
    height: 5px;
    margin-top: 5px;
}

.chart-01 .fl-right .inner-wrap {
    gap: 0px;
    display: block;
}

.chart-01 .fl-right .inner-wrap .liner {
    width: 0;
}
.chart-01 .fl-right .inner-wrap .dline {
    position: absolute;
    margin-top: 0;
    width: 214px;
    left: unset;
    right: 10px;
    top: 9px;
}

.chart-01 .fl-right .inner-wrap .dline img.dt {
    left: unset;
    right: 0;
}

.chart-01 .inner-wrap .liner {
    width: 100%;
    position: relative;
}

.chart-01 .inner-wrap .dtc {
    position: absolute;
    top: 7px;
    right: -20px;
    width: 23px;
    height: 38px;
    display: none;
}

.chart-01 .label-1,
.chart-01 .label-4 {
    position: relative;
    transform: translateX(34px);
}

.chart-01 .label-5,
.chart-01 .label-8 {
    transform: translateX(-34px);
}

.chart-01 .fl-right .inner-wrap .dtc {
    right: unset;
    transform: scaleX(-1);
    top: 10px;
    left: -244px;
}

.chart-01 .label-1 .dtc,
.chart-01 .label-4 .dtc,
.chart-01 .label-5 .dtc,
.chart-01 .label-8 .dtc {
    display: block;
}

.chart-01 .label-4 .dtc {
    transform: scaleX(-1);
    top: -29px;
}

.chart-01 .label-8 .dtc {
    transform: none !important;
    top: -25px !important;
}


/* #endregion */

/*------------------------------------------
    #MARK: CARDS 02
------------------------------------------*/
/* #region */

.cards-01.v2 .wrap {
    padding: 100px 0 100px;
}

.cards-01.v2 .mtitle {
    font-weight: 500;
}

.cards-01.v2 .row {
    row-gap: 30px;
    margin-bottom: 1px;
}

.cards-01.v2 .post-info {
    margin-left: 0;
    max-width: 100%;
}

.cards-01.v2 .div-link {
    padding: 90px 27px 39px 42px;
    height: 100%;
}

.cards-01.v2 .div-link .ititle {
    margin-bottom: 10px;
}

.cards-01.v2 .dtop {
    margin-bottom: 59px;
}

.cards-01.v2 .div-link::before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(217, 217, 217, 0.10);
}

.cards-01.v2 .num {
    top: 20px;
    left: 26px;
    font-weight: 500;
}

.cards-01.v2 .ptext {
    color: var(--color1);
}

/* #endregion */

/*------------------------------------------
    #MARK: JS COLLAPSE 01
------------------------------------------*/
/* #region */

section [data-design*="tab-1"] .ntabs li.active::before {
    display: none;
}

.js-collapse-01 .wrap {
    padding: 81px 0;
}

.js-collapse-01 .dtop {
    margin-bottom: 48px;
}

.js-collapse-01 .ntabs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    font-size: 14px;
}

.js-collapse-01 .ntabs li:last-child {
    display: none;
}

.js-collapse-01 .ntabs li a {
    text-transform: uppercase;
    color: var(--color2);
}

.js-collapse-01 .ntabs li a:hover {
    color: var(--color3);
}

.js-collapse-01 .ntabs li.active a {
    color: var(--color3);
}

.js-collapse-01 .ntabs-loc {
    margin-bottom: 70px;
}

/*
MARK: V2
*/

.js-collapse-01.v2 .wrap {
    padding: 80px 0;
    background-color: var(--color4);
}

.js-collapse-01.v2 .ntabs {
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.js-collapse-01.v2 .ntabs li {
    border: none;
    padding: 0;
}

.js-collapse-01.v2 .ntabs .nav-item {
    padding: 0 10px;
}

.js-collapse-01.v2 .sp {
    padding: 0;
}

.js-collapse-01.v2 .navi {
    color: white;
    text-align: center;
}

.js-collapse-01.v2 .ntabs-loc {
    margin-bottom: 82px;
  }

.js-collapse-01.v2 .dtop {
    margin-bottom: 60px;
}

.js-collapse-01.v2 .tab-content {
    border: none;
}

.js-collapse-01.v2 .ititle {
    color: var(--color2);
}

.js-collapse-01.v2 .ititle br {
    display: none;
}

.js-collapse-01.v2 .ptext {
    color: var(--color1);
}

/* #endregion */

/*------------------------------------------
    #MARK: ROW MEDIA 04
------------------------------------------*/
/* #region */

.rowmedia-04 { }

.rowmedia-04 .flexic {
    align-items: center;
}

.rowmedia-04 .dimage {
    flex: 0 0 57.3%;
    background-color: var();
    height: 502px;
    position: relative;
    z-index: 1;
}

.rowmedia-04 .dinfo {
    position: relative;
    flex: 0 0 42.7%;
    z-index: 2;
}

    .rowmedia-04 .dinfo::before {
        content: '';
        background-color: white;
        width: calc(100% + 70px);
        height: calc(100% + 161px);
        position: absolute;
        left: unset;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    }

    .rowmedia-04 .dinfo .quas {
        position: relative;
        left: -10px;
        max-width: 90%;
    }

.rowmedia-04 .no-img {
    padding: 80px 0;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    background-color: white;
}

.rowmedia-04 .no-img .dinfo {
    flex: 0 0 100%;
    text-align: center;
}    

.rowmedia-04 .no-img .dinfo .quas {
    margin: 0 auto;
    max-width: 600px;
}

.rowmedia-04 .no-img hr {
    margin: 25px auto;
}

.rowmedia-04 .no-img .dinfo::before {
    width: 100%;
    height: calc(100% + 80px);
    filter: none;
}

.v2 .rowmedia-04 .dinfo .quas {
    margin-bottom: 20px;
}

.v2 .rowmedia-04 .dinfo::before { 
    width: calc(100% + 70px);
    height: calc(100% + 60px);
    filter: none;
    top: calc(50% - 10px);
}


.v2 .rowmedia-04 .no-img .dinfo::before {
    width: 100%;
    height: calc(100% + 80px);
    filter: none;
}


/* #endregion */

/*------------------------------------------
    #MARK: ICON 01
------------------------------------------*/
/* #region */

.icon-01 .wrap {
    padding: 80px 0;
    background-color: #f7f7f7;
}

.icon-01 .btitle {
    letter-spacing: 3px;
}

.icon-01 .btitle + .dtitle {
    margin-top: 20px;
}

.icon-01 .quas {
    height: 100%;
}

.icon-01 .quas .linex2 {
    margin-top: 31px;
}

.icon-01 .quas .logo-bg {
    position: absolute;
    bottom: 0;
    width: 77%;
}

.icon-01 .quas .logo-bg img {
    filter: brightness(0);
    max-width: 63%;
    display: block;
    margin: 0 auto;
}

.icon-01 .top-title {
    position: relative;
    padding-left: 100px;
    display: flex;
    height: 100px;
    align-items: center;
    color: white;
}

.icon-01 .top-title .t-title {
    position: relative;
    padding: 18px 0;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
}

.icon-01 .top-title .t-title::before {
    content: '';
    position: absolute;
    width: calc(100% + 20px); 
    height: 100%;
    top: 0;
    left: -20px;
    background-color: var(--color4);
}

.icon-01 .top-title .t-title .wex {
    position: relative;
    z-index: 2;
}

.icon-01 .diconn {
    width: 100px;
    height: 100px;
    background-color: white;
    max-width: unset;
    border-radius: 100%;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.10));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}

.icon-01 .diconn img { 
    width: 45px;
    height: 45px;
}

.icon-01 .dinfo {
    max-width: 82%;
    margin-left: auto;
}

.icon-01 .div-link:last-child {
    margin-bottom: 0;
}

.icon-01 .div-link {
    margin-bottom: 30px;
}

.icon-01 .spacer {
    height: 10px;
}

/* #endregion */

/*------------------------------------------
    #MARK: SLIDER QUOTE 01
------------------------------------------*/
/* #region */

.colsquote-01 .wrap {
    height: 628px;
    padding: 80px 0;
}

.colsquote-01 .slide-bg.bbg,
.colsquote-01 .slide-bg.bbg .owl-carousel {
    height: 100%;
}

.colsquote-01 .slide-bg.bbg .item {
    position: relative;
    padding-bottom: 20px;
}

.colsquote-01 .color1 {
    width: 77%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.colsquote-01 .color2 {
    width: 77%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.colsquote-01 .container-xl {
    max-width: 1180px;
}

.colsquote-01 .dinfo {
    padding: 53px 0 53px 30px;
    margin-bottom: 12px;
}

.colsquote-01 .slide-box {
    width: 100%;
    max-width: 550px;
}

.colsquote-01 .slide-box .item-box {
    position: relative;
    width: 100%;
}
.colsquote-01 .slide-box .item-box::before {
    content: '';
    border: 1px solid rgba(187, 159, 100, 0.30);
    border-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.colsquote-01 .owl-dots {
    display: flex;
    bottom: 0;
    margin: 10px 0;
    padding: 0;
    padding-left: 30px;
    gap: 6px;
    list-style: none;
    justify-content: flex-start;
}

.colsquote-01 .owl-dot {
    width: 7px;
    height: 7px;
    background-image: url(images/bg/quint.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    display: block;
    cursor: pointer;
    background-color: var(--color1);
    border-radius: 100%;
}

.colsquote-01 .active.owl-dot {
    background-color: var(--color3);
}


.linebox .subj {
    position: relative;
    color: var(--color3);
    font-family: var(--font-2);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    top: -12px;
    margin-top: 12px;
}

.linebox .subj span {
    display: inline-block;
}

.linebox .stext {
    padding: 20px 30px;
    color: white;
    line-height: 140%;
    font-style: italic;
}


.linebox .subj::before,
.linebox .subj::after {
    content: "";
}

.linebox .subj::before {
    border-bottom: 1px solid rgba(187, 159, 100, 0.30);
    flex: 0 0 22px;
}

.linebox .subj::after {
    border-bottom: 1px solid rgba(187, 159, 100, 0.30);
    flex: 1;
}

/* #endregion */

/*------------------------------------------
    #MARK: ROW MEDIA 05
------------------------------------------*/
/* #region */

.rowmedia-05 .wrap {
    padding: 80px 0;
}

.rowmedia-05 .dinfo .pad {
    padding: 36px 40px 36px 40px;
    max-width: 500px;
    margin-bottom: 25px;
}

.rowmedia-05 .bb-img {
    position: relative;
}

.rowmedia-05 .bb-img img {
    position: absolute;
    right: 0;
    width: calc(100% + 200px);
}

.rowmedia-05 .pad2 {
    background-color: white;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
}

.rowmedia-05 .pad2:last-child {
    margin-bottom: 0;
}

.rowmedia-05 .pad2 .linex2 {
    margin-top: 17px;
    margin-bottom: 19px;
}

.rowmedia-05 .ititle {
    color: var(--color2);
    font-weight: 500;
}

.rowmedia-05 .itext {
    display: block !important;
    padding-right: 5px;
}



/* #endregion */

/*------------------------------------------
    #MARK: ROW POSR 02
------------------------------------------*/
/* #region */

.rowpost-02 .wrap {
    padding: 80px 0;
}

.rowpost-02 .dinfo {
    padding: 10px 0 0 0;
    position: relative;
}

.rowpost-02 .dinfo::before {
    content: '';
    width: calc(100% - 120px);
    height: calc(100% + 61px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid rgba(187, 159, 100, 0.6);
    left: -60px;
}

.rowpost-02 .wex {
    max-width: 85%;
    margin-left: auto;
    background-color: white;
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}



.rowpost-02 .media-bg .pop-link .overlay img {
    filter: brightness(0.6);
}

.rowpost-02 .media-bg .play::after {
    filter: brightness(0.6);
}

/* #endregion */

/*------------------------------------------
    #MARK: GRID CPT 01
------------------------------------------*/
/* #region */

.gridcpt-01 .wrap {
    text-align: center;
    padding: 80px 0 100px;
}

.gridcpt-01 .spacer {
    height: 108px;
}

.gridcpt-01 .dtext {
    color: var(--color1);
}

.gridcpt-01 .dtext strong {
    color: var(--color1a);
}

.gridcpt-01 .col-info {
    margin-bottom: 61px;
}

.gridcpt-01 .row {
    row-gap: 60px;
}

.gridcpt-01 .n-bg img {
    object-position: top center;
    opacity: 0.6;
}

.post-member .post-info {
    position: relative;
    height: 370px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    width: 100%;
    background-color: white;
}

    .post-member .overlay-img {
        top: 20px;
        background-position: top;
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
    }

.post-member .color {
    bottom: 0;
    top: unset;
    transition: 0.3s;
}

/* #endregion */

/*------------------------------------------
    #MARK: MEMBER 01
------------------------------------------*/
/* #region */

.post-member .color1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.56) 100%);
    height: 55%;
}

.post-member .color2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.56) 100%);
    height: 33%;
}

.post-member .color3 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
    opacity: 0;
}

.post-member:hover .color3 {
    opacity: 1;
}

.post-member .post-info .dinfo {
    margin: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
    padding: 0 0 10px;
}

.post-member .post-info .was-hide {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 500ms;  
    padding: 22px 0 9px;
}

.post-member .post-info .was-hide .alink {

}

.post-member .post-info .was-hide > div {
    overflow: hidden;
}

.post-member .post-info:hover .was-hide {
    grid-template-rows: 1fr;
}

.post-member .btn-4 span {
	font-size: 13px;
}

.post-member .btn-4 {
	background-image: url('images/icons/arr-link2.svg');
	padding-right: 18px;
	background-size: 12px;
}

.post-member .btn-4:hover {
	padding-right: 24px;
}

.post-member .name {
    color: white;
    font-family: var(--font-2);
    margin-bottom: 3px;
}

.post-member .posn {
    font-size: 18px;
}

.post-member:hover .posn {
    color: white;
}

.post-member .d-link {
    display: inline-flex !important;
}

.pmember {
    width: 100%;
    max-width: 1170px !important;
}

.pop-member {
    border-radius: 0;    
    height: 810px;
    position: relative;
}

.pop-member button.close {
    position: absolute;
    color: white;
    background-color: var(--color3);
    font-size: 44px;
    font-weight: 300;
    right: 0;
    width: 44px;
    height: 44px;
    opacity: 1;
    left: unset;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 5;
}

.pop-member .modal-body {
    padding: 0;
    text-align: left;
    position: relative;
}

.pop-member .modal-body .color1 {
    height: 30px;
    top: unset;
    bottom: 0;
    background-color: var(--color3);
}

.pop-member .flexic {
    position: relative;
    z-index: 3;
    align-items: center;
}

.pop-member .modal-body .fcol {
    flex: 0 0 48%;
}

.pop-member .fcol1 {
    position: relative;
}

.pop-member .m-photo {
    text-align: center;
    height: 810px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pop-member .m-photo img {
    object-fit: contain;
    max-width: 461px;
    max-height: 722px;
    margin-bottom: -1px;
}

.pop-member .m-info {
    padding: 81px 0 123px 9px;
    max-width: 500px;
}

.pop-member .name {
    font-family: var(--font-2);
}

.pop-member .posn {
    font-size: 18px;
    color: var(--color3);
    text-transform: uppercase;
    margin-top: 9px;
}

.pop-member .dtop {
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    padding-bottom: 29px;
    margin-bottom: 29px;
}

.pop-member .dtext {
    max-width: 94%;
    line-height: 141%;
}

.btn.closemer {
    display: inline-flex !important;
    line-height: 1;
    align-items: center;
    padding: 0 15px 0 0px;
    height: 36px;
    border-radius: 36px;
    margin-top: 41px;
    border: none;
    gap: 10px;
}

.btn.closemer:hover {
    background-color: rgba(11, 71, 120, 0.3);
}

.btn.closemer em {
    display: block;
    background-image: url(images/icons/back.svg);
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: left center;
    width: 36px;
    height: 36px;
}

.btn.closemer span {
    margin-bottom: 2px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--color2);
    font-size: 14px;
}

/* #endregion */

/*------------------------------------------
    #MARK: COL MEDIA 01
------------------------------------------*/
/* #region */

.colmedia-01 {
    background-color: white;
}

.colmedia-01 .wrap {
    padding: 80px 0 40px;
}

.colmedia-01 .hero-opt {
    padding: 0;
}


.colmedia-01 .spacer {
    height: 156px;
}

.colmedia-01 .dinfo {
    margin-bottom: 50px;
}

.colmedia-01 .n-bg {
    height: calc(69% - 5px);
    border-bottom: 10px solid var(--color3);
}

/* #endregion */

/*------------------------------------------
    #MARK: TITLE 02
------------------------------------------*/
/* #region */

.title-02 .wrap {
    padding: 49px 0 80px 0;
}

.title-02 .btitle {
    font-size: 16px;
    letter-spacing: 2.7px;
}

.title-02 .btitle + .mtitle {
    margin-top: 17px;
}

.title-02 .dtext {
    margin: 2px 0 0 0;
    line-height: 141%;
}

.title-02 .linex2 {
    margin-top: 29px;
    margin-bottom: 0;
}

/* #endregion */

/*------------------------------------------
    #MARK: ROW MEDIA 06
------------------------------------------*/
/* #region */

.rowmedia-06 {
    background-color: white;
}

.rowmedia-06 .wrap {
    padding: 80px 0 40px;
}

.rowmedia-06 .d-media {
    height: 75%;
}

.rowmedia-06 .dinfo {
    padding: 51px;
    background-color: rgba(9, 52, 86, 0.9);
}

.rowmedia-06 .dtext {
    padding-bottom: 2px;
    color: var(--color1);
}

/* #endregion */

/*------------------------------------------
    #MARK: CARDS 01.V3
------------------------------------------*/
/* #region */

.cards-01.v3 .wrap {
    padding: 40px 0 80px;
}

.cards-01.v3 .btitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.56px;
}

.cards-01.v3 .btitle + .mtitle {
    margin-top: 17px;
}

.cards-01.v3 .post-info {
    margin: 0;
    max-width: 100%;
}

.cards-01.v3 .quas {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 8px;
}   

.cards-01.v3 .num {
    font-weight: 400;
    top: 5px;
    left: 22px;
    color: rgba(187, 159, 100, 0.4);
}

.cards-01.v3 .row {
    row-gap: 30px;
}

.cards-01.v3 .div-link {
    padding: 0;
    border: 1px solid #d8d8d8;
    height: 100%;
}

.cards-01.v3 .ititle {
    color: var(--color2);
}

.cards-01.v3 .wex {
    padding: 79px 10px 40px 30px;
    background-color: white;

}

.cards-01.v3 .wex .bg-img {
    mix-blend-mode: multiply;
    opacity: 0.2;
}

.cards-01.v3 .ptext {
    margin-top: 26px;
}


/* #endregion */

/*------------------------------------------
    #MARK: AJAXP 01
------------------------------------------*/
/* #region */

.ajaxp-01 .wrap {
    padding: 107px 0 30px;
}

.ajaxp-01 .mtitle {
    line-height: 1;
}

.ajaxp-01 .cat-links {
    display: none;
}

.ajaxp-01 .dtop {
    margin-bottom: 76px;
}

.ajaxp-01 .row {
    row-gap: 59px;
    margin-bottom: 88px;
}

.ajaxp-01 .box {
    height: 100%;
}

.ajaxp-01 .post-link {
    display: block;
    color: var(--color1);
    background-color: var(--color1b);
    height: 100%;
}

.ajaxp-01 .post-link .thumb-bg {
    height: 330px;
    position: relative;
    overflow: hidden;
}

.ajaxp-01 .post-link .post-title {
    font-size: 26px;
    color: var(--color2);
    line-height: 120%;
}

.ajaxp-01 .post-link .post-title + .post-excerpt {
    margin-top: 21px;
    line-height: 139%;
}

.ajaxp-01 .post-link .pad {
    padding: 39px 40px 39px;
}

.ajaxp-01 .post-link img {
    transition: 0.3s;
}

.ajaxp-01 .post-link:hover img {
    opacity: 0.5;
}

.ajaxp-01 .post-link .thumb-bg {
    background-color: var(--color4);
}

.ajaxp-01 .abtn-loop {
    margin-top: 26px;
}   

.ajaxp-01 .pbtn {
    padding: 0;
    padding-right: 17px;
    background: url(images/icons/arr-link2.svg) no-repeat right center; 
    overflow: visible;
}

.ajaxp-01 .pbtn span {
    color: var(--color3);
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}

.ajaxp-01 .pbtn span::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--color3);
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
}   

.ajaxp-01 .pbtn:hover span::before {
    width: 100%;
}

.ajaxp-01 .bg-placeholder[data-ph="logo"] img {
    width: 300px;
}


/* #endregion */

/*------------------------------------------
    #MARK: HERO 02
------------------------------------------*/
/* #region */
.hero-02 .wrap {
    height: 550px;
    text-align: center;
    align-items: flex-end;
    padding: 101px 0;
}

.hero-02 .color1 {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.49) 0%, rgba(30, 30, 30, 0.00) 100%);
    height: 95px;
}

.hero-02 .color2 { 
    background: rgba(0, 0, 0, 0.60);
}

/* #endregion */

/*------------------------------------------
    #MARK: LOGO SLIDER 01
------------------------------------------*/
/* #region */

.logoslider-01 .wrap {
    padding: 76px 0 20px;
}

.logoslider-01 .dinfo {
    text-align: center;
    margin-bottom: 63px;
}

.logoslider-01 .slider-bg .item {
    height: 45px;
}

.logoslider-01 .slider-bg .item img {
    width: auto;
    max-width: 259px;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) grayscale(1);
    opacity: 0.6;
}

.logoslider-01 .slider-bg .item {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* #endregion */

/*------------------------------------------
    #MARK: GRID CPT 02
------------------------------------------*/
/* #region */

.gridcpt-02 {
    background-color: transparent;
}

.gridcpt-02 .wrap {
    padding: 67px 0 20px;
}   

.gridcpt-02 .wrap .row {
    align-items: initial;
}

.gridcpt-02 .div-link {
    height: 100%;
}

.gridcpt-02 .box {
    display: block;
    height: 100%;
    background-color: var(--color4) !important;
    position: relative;
}

.gridcpt-02 .box::before {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid var(--color3);
    opacity: 0;
    transition: 0.3s;
}

.gridcpt-02 .box:hover::before {
    opacity: 1;
}

.gridcpt-02 .pad {
    padding: 39px 40px 41px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.gridcpt-02 .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    margin-top: 5px;
}

.gridcpt-02 .linex2 {
    margin-top: 12px;
    margin-bottom: 20px;
}

.gridcpt-02 .meta-date span {
    color: var(--color3);
}

.gridcpt-02 .source {
    font-size: 14px;
    color: var(--color1a);
}

/* #endregion */

/*------------------------------------------
    #MARK: FORM CONTACT 01
------------------------------------------*/
/* #region */

.frcontact-01 {
    background-color: transparent;
}

.frcontact-01 .color {
    background-color: rgba(14, 37, 54, 0.9);
}

.frcontact-01 .wrap {
    padding: 80px 0 0;
}

.frcontact-01 .spacer {
    height: 147px;
}

.frcontact-01 .dinfo {
    margin-bottom: 101px;
}

.frcontact-01 .company-contact {
    max-width: 370px;
}

.frcontact-01 .company-contact .flexic {
    padding-top: 50px;
    flex-direction: column;
    row-gap: 57px;
}

.frcontact-01 .company-contact .sc-before {
    color: var(--color3);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.56px;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: block;
    width: 100%;
}

.frcontact-01 .gform {
    max-width: 570px;
    margin-left: auto;
}

.frcontact-01 .ccc1 {
	height: 400px;
}

.frcontact-01 .cc1 {
    position: relative;
}

.frcontact-01 .cc1::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 0;
    background: rgba(217, 217, 217, 0.10);
}

.frcontact-01 .gform .atitle {
    margin-bottom: 57px;
}

.frcontact-01 .sc-contact {
    color: white;
    font-size: 24px;
    line-height: 140%;
    display: block;
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .ginput_complex label, 
.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield_label {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.frcontact-01 .gform_wrapper.gravity-theme .gfield_required {
    color: var(--color3);
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield select, 
.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield input, 
.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(217, 217, 217, 0.1);
    color: white;
    height: 39px;
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield textarea:focus-visible, 
.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield input:focus-visible {
    background-color: transparent;
}

.frcontact-01 .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 35px;
}

.frcontact-01 .gform .ginput_container_consent label::after, 
.frcontact-01 .gform .ginput_container_radio .gchoice label::after, 
.frcontact-01 .gform .ginput_container_checkbox .gchoice label::after {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid white;
    top: 2px;
}

.frcontact-01 .gform_wrapper.gravity-theme .gfield_checkbox label, 
.frcontact-01 .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 13px;
    color: var(--color1a);
}

.frcontact-01 .gform .gfield--type-checkbox {
    margin-top: 5px;
}

.frcontact-01 .gform .ginput_container_consent label, 
.frcontact-01 .gform .ginput_container_radio .gchoice label, 
.frcontact-01 .gform .ginput_container_checkbox .gchoice label {
    padding-left: 26px;
}

.frcontact-01 .gform .gfield_checkbox  {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}

.frcontact-01 .gform .ginput_container_consent, 
.frcontact-01 .gform .ginput_container_radio .gchoice, 
.frcontact-01 .gform .ginput_container_checkbox .gchoice {
    margin: 0;
    flex: 0 0 33%;
}

.frcontact-01 .gform .ginput_container_checkbox {
    padding: 19px 0;
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .gform_footer, 
.frcontact-01 .gform .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 36px;
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .gform_footer .btn {
    min-width: 126px;
    justify-content: center;
}

.frm.footer-01 {
    margin-top: 80px;
    background-color: transparent;
}

/* #endregion */

/*------------------------------------------
    #MARK: ARTICLE 01
------------------------------------------*/
/* #region */

article {
    position: relative;
}

article .container {
    max-width: 800px;
}   

article .spacer {
    height: 165px;
}

article .n-bg {
    height: 446px;
    background-color: var(--color4);
}

article .post-thumbnail {
    margin-bottom: 40px;
}

article.no-thumb .n-bg {
    height: 128px;
}

article .wrap,
article section {
    position: relative;
    z-index: 6;
}

article .thumb-bg {
    height: 400px;
}

article .dtitle {
    line-height: 120%;
}

article .author {
    margin-top: 19px;
}

article hr {
    border-top: 2px solid var(--color3);
    max-width: 30px;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 19px;
}

article .post-text {
    padding: 40px 0 0;
    line-height: 141%;
}

article .post-text p {
    word-spacing: 0.5px;
    margin-bottom: 20px;
}

article .post-text img.size-full {
    display: block;
}

article .post-text img.alignnone {
    margin: 60px 0 40px;
}

article .post-text img.alignleft {
    float: left;
    margin: 30px 30px 30px 0;
}

article .post-text img.alignright {
    float: right;
    margin: 30px 0px 30px 30px;
}

article .post-text h2 {
    font-size: var(--h2);
}

article .post-text h3 {
    font-size: 32px;
}

article .post-text h4 {
    font-size: var(--h4);
}

article .post-text h5 {
    font-size: var(--h5);
}

article .post-text h6 {
    font-size: var(--h6);
}

article .post-text h2,
article .post-text h3,
article .post-text h4,
article .post-text h5,
article .post-text h6 {
    font-family: var(--font-2);
    color: var(--color2);
    font-weight: 500;
    line-height: 140%;
}

article .post-text h2,
article .post-text h3,
article .post-text h4 {
    margin-bottom: 20px;
    position: relative;
}


article .post-text h2::after,
article .post-text h3::after,
article .post-text h4::after {
    content: '';
    width: 30px;
    border-top: 2px solid var(--color3);
    margin-left: 0;
    margin-top: 20px;
    display: block;
}

article .post-text hr.hr {
    margin-top: 60px;
    width: 100%;
    max-width: 100%;
    border-top: 2px solid rgba(187, 159, 100, 0.6);
}

article .post-meta {
    margin-bottom: 60px;
}

article .post-meta .dtitle {
    font-weight: 500;
    color: var(--color2);
    margin-top: 17px;
}

article .btn.closemer {
    margin-top: 37px;
}

article .heateor_sss_sharing_ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 14px !important;
}

article div.heateor_sss_follow_ul a, 
article div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    border: 1px solid rgba(23, 29, 41, 0.1) !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 0 !important;
}

article div.heateor_sss_follow_ul a:hover, 
article div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:hover {
    background-color: var(--color3) !important;
}

article div.heateor_sss_follow_ul a:hover span, 
article div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:hover svg {
    filter: brightness(0) invert(1);
}

article div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_more span {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

article div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a.heateor_sss_more span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
}

/* #endregion */


/*------------------------------------------
    #MARK: ARTICLE CTA 01
------------------------------------------*/
/* #region */

article .cta {
    position: relative;
    display: block;
    margin: 60px 0 41px;
}

article .cta-inner {
    position: relative;
    z-index: 2;
    padding: 57px 50px 60px;
}

article .cta .btitle {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.56px;
    color: var(--color3);
}

article .cta .mtitle {
    font-weight: 400;
    margin-top: 18px;
}

article .cta .color1 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.49) 77.53%, rgba(0, 0, 0, 0.00) 177.53%);
}

article .cta .color2 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}

article .cta .flexic {
    align-items: flex-end;
}

article .cta .cta-text {
    flex: 1;
}

article .cta .cta-text div {
    max-width: 90%;
}

article .cta .abtn-loop {
    flex: 0 0 130px;
    margin-bottom: 32px;
}


.-preview .element .cell-content {
    height: 100%;
}

.me-close, .me-open {
    margin: 0;
}

/* #endregion */

/*------------------------------------------
    #MARK: REVISIONS 01
------------------------------------------*/
/* #region */

.owl-carousel .item:not(:first-child) {
    display: none;
}

.text-01 .wrap {
	padding: 40px 0;
}

.gform .ginput_container_phone,
.gform .ginput_container_email,
.gform .ginput_container_text {
	position: relative;
}

.gform .ginput_container_phone::after,
.gform .ginput_container_email::after,
.gform .ginput_container_text::after {
	content: '';
	position: absolute;
	width: 100%;
	display: block;
	border-bottom: 1px solid rgba(222, 222, 222, 0.30);
	bottom: 1px;
}

.rowmedia-01.nnn [data-rtl="0"] .dinfo {
	width: calc(91% - 7px);
}

/* #endregion */