/*
Theme Name: The Dev Team
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 */
.center-video.bg-white{ background-color: #FFF !important}
.center-video .swiper-slide{ margin:0 auto !important;}
.mh { 
    min-height: 2000px; 
}

body:not(.wp-admin) {
    /* background: url(nouse/11.png) top center no-repeat; */
}

/* #endregion */

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

:root {

    --font-size: 18px;
    --font-1: "Poppins";
    --font-2: "Bebas Neue";
    --font-3: "Oswald";

    --color1: #454545;    
    --color2: #6CB2F5;
    --color3: #5E5E70;
    --color4: #081022;
    --color5: #262930;

    /*

    --color2: #001221;
    --color3: #CC003B;

    --h1: 80px;
    --h2: 54px;
    --h3: 44px;
    --h4: 32px;
    --h5: 24px;
    --h6: 18px;
    */

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

    --a: #4F99DF;
    --hover: #A1AEB7;       

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

/* #endregion */

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

.font-1 {
    font-family: var(--font-1);
}
.font-2 {
    font-family: var(--font-2);
}
.font-3 {
    font-family: var(--font-3);
}

.btitle {
    color: var(--a) !important;
    font-family: var(--font-1);
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 3.6px;
    text-transform: uppercase;    
    margin-bottom: 20px;
}

.mtitle {
    font-family: var(--font-2);
    font-weight: 400;
    line-height: 114%;
    letter-spacing: 0px;    
    color: #262930;
}

.mtitle strong {
    font-weight: normal;
    color: var(--a);
}

.atitle {
    color: var(--a);
    font-family: var(--font-2);
    font-size: 30px;
    font-weight: 400;
    line-height: 114%;     
}

.ptext, .dtext, .itext {
    font-size: 18px;
    font-weight: 300;
    line-height: 152%;    
}

.dtext a {
    /* font-weight: 500; */
}

.element .f-80 {
    font-size: 80px;
    line-height: 1;
}

.element .f-70 {
    font-size: 65px;
    line-height: 1;
}

.element .f-50 {
    font-size: 50px;
}

.element h3.f-50 {
    font-size: 35px;
}


.element .f-45 {
    font-size: 45px;
}

.f-30 {
    font-size: 30px;
}

.element .f-24 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

[data-theme="dark"] .btitle, 
[data-theme="dark"] .atitle, 
[data-theme="dark"] .mtitle {
    color: white;
} 

[data-theme="dark"] .dtext, 
[data-theme="dark"] .ptext, 
[data-theme="dark"] .itext {
    color: white;
}

[data-margin] .dtext, 
[data-margin] .ptext, 
[data-margin] .itext {
    margin-top: 6px;
}

[data-margin] .btn-loop {
    margin-top: 27px;
}

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

.hero-opt { padding: 0; }

.bg-grey {
    background-color: #f8f8f8;
}

.bg-black {
    background-color: black;
}

.bg-greytowhite {
    background: linear-gradient(180deg, #F8F8F8 0%, #FFF 100%);
}

sup {
	top: -1.1em;
	font-size: 50%;
}

/* #endregion */

/*------------------------------------------
    #MARK: CLUSTER
------------------------------------------*/
/* #region */

.section-cluster {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.section-cluster.dn-2{
    background-color: white;
}
.section-cluster.dn-2 .overlay-bg {
    position: fixed;
	/*
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	*/
	top: 0;
	left: 0;
    z-index: -1;
    display: none;
}

.section-cluster.dn-4 {
    background-image: url(images/bg/spiral-bg-small.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.hliner {
    width: calc(50vw + 104px);
    background-color: black;
    position: absolute;
    height: 10px;
}

.hliner::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 0;
    height: 0;    
}
.
.hliner-1 {
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #4F99DF 0%, #00B7E6 100%);
}
.hliner-2 {
    bottom: 0;
    right: 0;
    width: calc(60vw + 104px);
    background: linear-gradient(270deg, #4F99DF 0%, #00B7E6 100%);
}
.hliner-1::after {
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 11px solid white; 
    right: 0;
}
.hliner-2::after {
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white; 
    left: 0;
}

.dn-1 {
    background-color: var(--color4);
}
.dn-1 section[data-theme="dark"]:not(.not-dark) {
    background-color: transparent;
}
.dn-1 .overlay-dn {
    left: 10%;
}

.dn-3 {
    background-color: var(--color4);
}
.dn-3 section[data-theme="dark"]:not(.not-dark) {
    background-color: transparent;
}
.dn-3 .overlay-dn {
  width: 2000px;
  left: 55%;
  transform: translateX(-50%);
  top: 0;
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.dn-4  {
    
}
.dn-5 .overlay-dn { 
    background-position: center 40%;
    opacity: 0.7;
}
.dn-5 .overlay-dn::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.00) 100%);
}

.dn-6 .overlay-dn { 
	width: 735px;
	height: 670px;
	left: 50%;
	transform: translatex(-50%);
	top: -3%;
}

/* #endregion */

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

.btn:after {
    border-radius: 20px;
}

.btn-1,
.btn-2 {
    background-color: transparent;
    border: 1px solid var(--a);
    border-radius: 50px;
    padding: 15px 24px;
}

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


.btn-1 span,
.btn-2 span {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;    
    color: white;
    transition: 0.3s;
}

.btn-2 span {
    color: var(--color1);
}
.btn-2:hover span {
    color: white;
}

.link-more {
    display: inline-block;
}
.link-more span {
    color: var(--a);
    font-weight: 500;
    text-transform: uppercase;
}

.div-link {
    display: block;
}

.btn.w-icon {
    background-color: transparent;
    border: 1px solid var(--a);
    border-radius: 50px;
    padding: 15px 24px;
}

.btn.w-icon:hover,
.btn.w-icon::after {
    background-color: var(--a);
}

.btn.w-icon span::before {
    display: none;
}

.btn[data-icon="post"] img {
    margin-left: 10px;
}

.btn.w-icon span {
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-transform: uppercase;    
    color: var(--color1);
}

.btn.w-icon:hover span {
    color: white;
}
.btn.w-icon:hover img {
    filter: brightness(0) invert(1);
}

#menu-oc-right .mm-title {
    color: white;
    opacity: 0.4;
}

#menu-oc-right .dropdown-menu .menu-item {
    background-color: transparent !important;
}

#menu-oc-right .btn[data-icon="btn"] {
    border: none;
    background-color: transparent !important;
    gap: 15px;
}

#menu-oc-right .btn[data-icon="btn"] span {
    color: white;
}

#menu-oc-right .btn[data-icon="btn"] img {
    position: relative;
    left: auto;
    top: unset;
    transform: none;
}

#menu-oc-right .industries-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#menu-oc-right .industries-list .divlink, .menu-item-2877 ul li .flex-item {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
#menu-oc-right .industries-list .divlink::before, .menu-item-2877 ul li .flex-item::before {
    content: '•';
    position: absolute;
    left: 0px;
    color: white;
}
#menu-oc-right .industries-list a {
    padding: 0;
}
#menu-oc-right .industries-list a span, .menu-item-2877 ul li .flex-item h6{
    font-size: 15px;
    color: white;
}

/* #endregion */

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

.navbar-brand {
    width: 217px;
    margin-top: 5px;
}

header.header-menu {
    position: absolute;
}

header .company-about {
    flex: 0 0 100%;
    color: var(--color2);
    margin-right: 2px;
}
header .company-about sup {
    font-size: 10px;
    text-transform: uppercase;
    top: -8px;
}

header .menu_wrap {
    padding: 21px 0 27px;
    transition: 0.3s;
}

header.is-hovered .menu_wrap {
    background-color: #111;
}

header .navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}

header.sticky-head .menu_wrap {
	background-color: #111;
	padding: 10px 0;
}

header.sticky-head .navbar-collapse {
	gap: 0px;
}

header.sticky-head .navbar-brand {
	width: 175px;
}

/* #endregion */

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

.main-menu .navbar-nav {
    /* gap */
}

#navbar-home .navbar-nav {
    gap: 24px;
}

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

.main-menu .nav-link span {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    transition: 0.3s;
}

.main-menu .menu-item {
    /* padding */
}

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

.main-menu .current-page-ancestor a span {
	color: var(--a);
}

/* #endregion */

/*------------------------------------------
    #MARK: MEGA MENU
------------------------------------------*/
/* #region */

.mega-drop {
    max-width: 1170px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(17, 17, 17, 0.9);
}

#m-services .flexic {
    margin: 0 -20px;
}
#m-services .flex-1,
#m-services .flex-2 {
    padding: 0 20px;
}
#m-services .flex-1 {
    flex: 0 0 66.66%;
}
#m-services .flex-2 {
    flex: 0 0 33.33%;
}
#m-services .links1,
#m-services .links2 {
    margin-top: 33px;    
    display: flex;
    flex-wrap: wrap;
    row-gap: 13px;
}
#m-services .divlink {
    flex: 0 0 50%;
}
#m-services .links2 .divlink { 
    flex: 0 0 100%;
}

.mega-drop {
    color: white;
}

.mega-drop .dimage {
	min-height: unset;
}

.mega-drop .wrap {
    padding: 30px 56px 67px;
}

.mega-drop .mmenu-title {
    font-family: var(--font-2);
    font-size: 40px;
    position: relative;
    margin-bottom: 18px;
    display: flex;
    gap: 18px;
    align-items: center;
}

.mega-drop .mmenu-title::after {
    content: '';
    border-top: 1px solid var(--a);
    flex: 1;
}

.mega-drop .mm-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}

.mega-drop .btn[data-icon="btn"] {
    border: none;
    height: 40px;
    padding-left: 56px;
}

.mega-drop .btn[data-icon="btn"] img {
    max-width: unset;
    max-height: 18px;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
}

.mega-drop a span,
.mega-drop .btn[data-icon="btn"] span {
    color: #E0E0E0;
    font-size: 15px;
    transition: 0.3s;
}

.mega-drop .btn[data-icon="btn"]:hover span {
    color: var(--a);
}

.mega-drop .btn[data-icon="btn"]:hover, 
.mega-drop .btn[data-icon="btn"]:focus-visible, 
.mega-drop .btn[data-icon="btn"]::after {
    background-color: transparent;
}

.mega-drop .img-wrap {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background-color: #262930;
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.mega-drop .btn[data-icon="btn"]:hover .img-wrap {
    background-color: var(--a);
}

#m-industries.mega-drop .wrap, #m-insights.mega-drop .wrap {
    padding: 40px 54px 67px 48px;
}

#m-industries .flexic {
    gap: 30px;
}

#m-industries .menu-links, 
#m-insights .menu-links,
.mega-drop .menu-links
{
    flex: 0 0 calc(50% - 16px);
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    row-gap: 11px;    
}
#m-insights .flex-item{ padding:7px 0;}
.mega-drop .div-link,
#m-industries .divlink, #m-insights .divlink {
    padding-left: 31px;
    background-image: url(images/bg/mmbullet.svg);
    background-repeat: no-repeat;
    background-position: 3px 8px;
}

.mega-drop .div-link {
	background-position: 3px 5px;
}

.mega-drop .divlink span,
.mega-drop .div-link h6,
#m-industries .divlink a span, #m-insights .divlink a span {
    text-transform: capitalize;
    font-weight: 400;
}

.mega-drop .div-link h6 {
	font-size: 15px;
	margin-bottom: 0px;
	font-weight: normal;
	color: white;
}

.mega-drop .div-link:hover h6 {
	color: var(--a);
}

.mega-drop .divlink a:hover span,
#m-industries .divlink a:hover span, #m-insights .divlink a:hover span {
    color: var(--a);
}
.mega-drop .mmenu-title, 
#m-industries .mmenu-title, 
#m-insights .mmenu-title {
    margin-bottom: 21px;
}


#menu-oc-right .dimage {
	min-height: unset;
}

.menu-item-4167 .div-link {
	padding: 0;
}
.menu-item-4167 a h6 {
	color: white;
	font-weight: normal;
}

.mobile-menu .dropdown-menu .menu-item-4167 a {
	padding: 0;
}

/* #endregion */



/*------------------------------------------
    #MARK: FOOTER
------------------------------------------*/
/* #region */
footer.element {
    background-color: #000;
}
footer.element,
footer.element a {
    color: #E0E0E0;
}

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

footer .wrap {
    padding: 39px 0 0;
    overflow: hidden;
}
footer .navbar-brand {
    width: 170px;
    margin-top: 0;
}

footer .dtop {
    font-size: 15px;
    margin-bottom: 57px;
}

footer.element .sc-ba {
    display: none;
}

footer.element .div-icon {
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

footer.element .ssc .sc-icon {
    filter: brightness(0) invert(1);
    margin-right: 0;
}

footer .social-icons .soc-link img {
    max-width: 17px;
    filter: brightness(0) invert(1);
}

footer .soc-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin-right: 3px;
}

footer .soc-flex .soc-link {
    width: 45px;
    height: 45px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
    transition: 0.3s;
}

footer .soc-flex .soc-link:hover {
    border-color: transparent;
    background-color: var(--a);
}

footer .footer-menu {
    width: 100%;
}
footer .flex-links {
    margin: 0 -23px;
    justify-content: space-between;
    row-gap: 37px;
}

footer .flex-links .flex-item:first-child {
    flex: 0 0 284.4px;
}

footer .flex-links .flex-item {
    padding: 0 23px;
    flex: 0 0 25%;
}

footer .menu-title {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    border-bottom: 3px solid #2D9CDB;
    padding-bottom: 19px;
    color: white;
}

footer .menu-links {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

footer .flex-links .flex-item.f-industry {
    flex: 0 0 100%;
}

footer .menu-links .menu-item {
    padding: 0 0 0 20px;
    background-image: url(images/bg/›.svg);
    background-repeat: no-repeat;
    background-position: 0 14px;
    background-size: 3px;
}

footer .menu-links a span {
    color: #E0E0E0;
    font-size: 13px;
    transition: 0.3s;
}
footer .menu-links a:hover span {
    color: var(--a);
}

footer .f-industry .flexic {
    justify-content: space-between;
        margin-top: 27px;
}
footer .f-industry .menu-links.dv {
    flex: 0 0 30%;
    margin: 0;
}

footer .disclaim {
    color: #EDF1FB;
    text-align: center;
    font-size: 13px;
    font-weight: 300;    
    margin-top: 26px;
}

footer .copyright {
    padding: 41px 0 36px;
}
footer .copyright::before {
    background: linear-gradient(90deg, #4F99DF 0%, #00B7E6 100%);
    height: 2px;
    width: 100%;
    display: block;
    content: '';
}

footer .foot {
    display: flex;
    justify-content: space-between;
	gap: 0px;
    font-size: 13px;
    color: #EDF1FB;
    margin-top: 23px;
    flex-direction: column;
    text-align: center;
}

/* #endregion */

/*------------------------------------------
    #MARK: RIPPLE
------------------------------------------*/
/* #region */

@keyframes growAndFade {
    0% {
        /* Start with full opacity and a very small size */
        opacity: 1;
        transform: scale(0);
    }
    100% {
        /* Fade to transparent and expand to full size */
        opacity: 0;
        transform: scale(1);
    }
}

.ripple-main {
    width: 900px !important;
    height: 900px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}    

.ripple-circle {
    animation: growAndFade 3s infinite ease-out;
    border: 1px solid white; /* The key change for border-only effect */
    border-radius: 50%;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.ripple-1 { animation-delay: 0s; }
.ripple-2 { animation-delay: 0.5s; }
.ripple-3 { animation-delay: 1s; }
.ripple-4 { animation-delay: 1.5s; }  

/* #endregion */



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

.heroopt-01 .wrap {
    background-color: #081022;
}

.heroopt-01 .overlay-bg {
    opacity: 0.7;
}

.heroopt-01 .overlay.color {
    background: linear-gradient(180deg, #030509 0%, rgba(13, 21, 39, 0.00) 50.48%, #000 100%);
}

.heroopt-01 .swiper-container,
.heroopt-01 .swiper-slide {
    height: 810px;
}

.heroopt-01 .swiper-container {
    overflow: hidden;
}

.heroopt-01 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroopt-01 .swiper-slide .dinfo {
    padding-top: 52px;    
    text-align: center;
    color: white;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.heroopt-01 .swiper-slide .mtitle {
    font-family: var(--font-3);
    font-size: 60px;
    font-weight: 400;
    line-height: 116%; /* 69.6px */
    text-transform: capitalize;
    color: white;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.heroopt-01 .swiper-slide .mtitle strong {
    font-weight: 400;
    color: var(--a);
}

.heroopt-01 .swiper-slide .dtitle {
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}

.heroopt-01 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: white;
    opacity: 1;
}

.heroopt-01 .swiper-pagination-bullet-active {
    background-color: var(--a);
}

.heroopt-01 .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px;
}

/* #endregion */


/*------------------------------------------
    #MARK: SWIPER
------------------------------------------*/
/* #region */

.element .swiper-bg {
    width: 100%;
    position: relative;
}

.element .swiper-btn {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px solid var(--a);
    border-radius: 100%;
    bottom: 0;
    top: unset;
    transition: 0.3s;
}

.element .swiper-btn:hover {
    background-color: var(--a);
}

.element .swiper-button-next::after, 
.element .swiper-button-prev::after {
    font-size: 0px;
    background-repeat: no-repeat;
    width: 8px;
    height: 16px;
}

.element .swiper-button-prev::after {
    background-image: url(images/bg/›.svg);
    transform: scale(-1);
}

.element .swiper-button-next::after {
    background-image: url(images/bg/›.svg);
}

.element .swiper-btn:hover::after {
    filter: brightness(0) invert(1);
}

.white-btn .swiper-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #efefef;
    bottom: unset;
    top: 130px;
    opacity: 0.4;
    display: flex;
}

.white-btn .swiper-btn:hover {
    background-color: transparent;
    opacity: 1;
}

.white-btn .swiper-button-prev::after,
.white-btn .swiper-button-next::after {
    filter: brightness(0) invert(1);
    width: 6px;
    height: 12px;
    background-size: contain;
}

.white-btn .swiper-button-prev {
    left: -70px;
}

.white-btn .swiper-button-next { 
    right: -70px;
}

.arrow-btn .swiper-btn {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    bottom: unset;
    top: 130px;
    opacity: 0.4;
    display: flex;
}

.arrow-btn .swiper-btn:hover {
    background-color: transparent;
    opacity: 1;
}

.arrow-btn .swiper-button-prev::after,
.arrow-btn .swiper-button-next::after {
    filter: brightness(0) invert(0.5);
    width: 6px;
    height: 12px;
    background-size: contain;
}

.arrow-btn .swiper-btn:hover::after {
    filter: brightness(0) invert(0.5);
}

.arrow-btn .swiper-button-prev {
    left: 0px;
}

.arrow-btn .swiper-button-next { 
    right: 0px;
}


/* #endregion */

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

.cardswiper-01 .wrap {
    padding: 21px 0 0;
}

.cardswiper-01 .swiper-slide {
    height: 300px;
    background-color: #081022;
    position: relative;
}

.cardswiper-01 .swiper {
    padding-bottom: 110px;
}

.cardswiper-01 .swiper-pagination {
    bottom: 43px !important;
}

.cardswiper-01 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: white;
    opacity: 1;
}

.cardswiper-01 .swiper-pagination-bullet-active {
    background-color: var(--a);
}

.cardswiper-01 .pop-link {
    height: 300px;
}

.cardswiper-01 .pop-link .overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgba(8, 16, 34,0.32) 0%, rgba(13, 21, 39, 0.00) 50.48%, rgba(8, 16, 34,0.32) 100%);    
}

.cardswiper-01 .pop-link::before {
    position: absolute;
    content: '';
    width: 100%;
    z-index: 2;
}

.cardswiper-01 .pop-link .overlay img {
    opacity: 0.4;
    width: 60px;
    height: 60px;
    max-width: unset;
    border-radius: 100%;
}

.cardswiper-01 .pop-link .d-img {
    transition: 0.3s;
}

.cardswiper-01 .pop-link:hover .d-img {
    opacity: 0.8;
}

.cardswiper-01 .pop-link:hover .overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgba(8, 16, 34,0.5) 0%, rgba(13, 21, 39, 0.00) 50.48%, rgba(8, 16, 34,0.5) 100%);        
}
.cardswiper-01 .pop-link:hover .overlay img {
    opacity: 1;
}

.cardswiper-01 .dinfo {
    position: absolute;
    bottom: 15px;
    left: 28px; 
    color: white;
}

.cardswiper-01 .dinfo .ititle {
    font-family: var(--font-2);
    font-size: 25px;
    font-weight: 400;
    line-height: 114%;     
}

.cardswiper-01 .dinfo .atitle {
    color: #9191A3;
    font-size: 18px;
    font-weight: normal;
    font-family: var(--font-1);
}

.cardswiper-01 .swiper-button-prev {
    right: 60px;
    left: unset;
}

.cardswiper-01 .swiper-button-next {
    right: 0;
}



/* #endregion */

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

.rowxmedia-01 .wrap {
    padding: 90px 0 206px;
}

.rowxmedia-01 .dmedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    position: relative;
}

.rowxmedia-01 .d-popmedia {
    width: 100%;
    max-width: 427px;
    height: auto;
    object-fit: cover;
    border-radius: 100%;
    position: relative;
    z-index: 3;
}

.rowxmedia-01 .dinfo {
    padding: 15px 0 0 73px;
}

/* #endregion */

/*------------------------------------------
    #MARK: GSAP 1
------------------------------------------*/
/* #region */

.gsaptab-01 .pin-section {
    width: 100%;
}

.gsaptab-01 .content-wrapper {
    position: relative;
    padding: 95px 0 0;
}

.gsaptab-01 .content-wrapper .dtop {
    text-align: center;
}


/* body:not(.wp-admin) .pin-1 .dtop, */
body:not(.wp-admin) .pin-1 .centerpiece,
body:not(.wp-admin) .pin-1 .flex-icon {
    opacity: 0;
    transform: translateY(50px);
}



.gsaptab-01 .btitle {
    margin-bottom: 16px;
}

.gsaptab-01 .atitle {
    margin-top: 21px;
}

.gsaptab-01 .gsap-bg {
    justify-content: space-between;
    padding: 28px 0 58px;
}

.gsaptab-01 .d-icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: #262930;
    transition: 0.3s;
}

.gsaptab-01 .d-icon img {
    max-width: 40px;
}

.gsaptab-01 .row-left,
.gsaptab-01 .row-right {
    flex: 0 0 370px;
    padding: 26px 0 0;
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.gsaptab-01 .centerpiece2,
.gsaptab-01 .centerpiece {
    flex: 0 0 370px;
    height: 522px;
}

.gsaptab-01 .centerpiece img {
    width: auto;
}

.gsaptab-01 .mv-img {
  max-width: 250px;
  margin-inline: auto;
  margin-top: 30px;
  display: none;
}

.gsaptab-01 .flex-icon .div-link {
    display: flex;
    gap: 28px;
    position: relative;
}
.gsaptab-01 .flex-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}
.gsaptab-01 .flex-icon.ready::after {
    display: none;
}

.gsaptab-01 .row-right .flex-icon .div-link {
    flex-direction: row-reverse;
}

.gsaptab-01 .flex-icon .ititle {
    margin-top: 2px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%;   
    letter-spacing: 0;
    color: var(--color1); 
    transition: 0.3s;
}

.gsaptab-01 .flex-icon .pad {
    flex: 1;
    text-align: right;
}
.gsaptab-01 .row-right .pad {
    text-align: left;
}

.gsaptab-01 .flex-icon .ptext {
    color: var(--color3);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 7px;
}

.gsaptab-01 .flex-icon .link-more {
    margin-top: 2px;
}

.gsaptab-01 .flex-icon .div-link:hover .ititle {
    color: #2D9CDB;
}
.gsaptab-01 .flex-icon .div-link:hover .d-icon {
    background-color: var(--a);
}
.gsaptab-01 .flex-icon .div-link:hover .link-more span {
    color: #262930;
}

.xliner {
    border-bottom: 4px solid #262930;
}
.xliner2 {
    border-color: var(--a);
    margin-top: 3px;
}

/* #endregion */

/*------------------------------------------
    #MARK: GSAP 2
------------------------------------------*/
/* #region */

.gsaptab-01.v2 .content-wrapper {
    padding: 24px 0 72px;
}

.gsaptab-01.v2 .centerpiece2 {
    height: auto;
}

.gsaptab-01.v2 .gsap-bg {
    padding: 32px 0 40px;
}

.gsaptab-01.v2 .row-left, 
.gsaptab-01.v2 .row-right {
    padding: 48px 0 0;
}

.gsaptab-01.v2 .d-icon img {
    max-width: 36px;
}


/* #endregion */

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

.cardsflex-01 .wrap {
    padding: 93px 0 30px;
}

.cardsflex-01 .flexic-bg {
    max-width: 1070px;
    margin: 0 auto;
}

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

.cardsflex-01 .div-link {
    text-align: center;
}

.cardsflex-01 .div-link .ititle {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 114%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 3px;
}

.cardsflex-01 .dimage {
    width: 248px;
    height: 248px;
    border-radius: 100%;
    margin: 0 auto 28px;
}

.cardsflex-01 .ptext {
    line-height: 130%;
}

.cardsflex-01 .btn-loop {
    display: flex !important;
    justify-content: center;
    text-align: center;
    margin-top: 36px;
}

.cardsflex-01 .btn-loop::before,
.cardsflex-01 .btn-loop::after {
    border-top: 2px solid var(--a);
    content: '';
    flex: 1;
    display: block;
    opacity: 0.2;
}


/* #endregion */

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

.projects-01 .wrap {
    padding: 38px 0 54px;
}

.projects-01 .btitle {
    margin-bottom: 16px;
}

.projects-01 .atitle {
    margin-top: 17px;
}

.projects-01 .row {
    align-items: flex-end;
    margin-bottom: 55px;
}

.projects-01 .dinfo {
    margin-bottom: 4px;
}

.projects-01 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.projects-01 .swiper-bg {
    margin-bottom: 61px;
}

.projects-01 .swiper-bg .div-link {
    height: 257px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;    
}



.projects-01 .div-nav {
    text-align: center;
    cursor: pointer;
    color: white;
    padding: 10px;
    position: relative;

}

.projects-01 .div-nav::after {
    position: absolute;
    content: '/';
    font-size: 25px;
    font-style: normal;
    color: var(--a);
    font-family: var(--font-2);
    position: absolute;
    right: -10px;
    top: 17px;
    line-height: 1;
}

.projects-01 .ititle {
    font-family: var(--font-3);
    font-size: 21px;
    font-weight: 400;    
    line-height: 1;
}

.projects-01 .iloc {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
    margin-top: -3px;
}

.projects-01 .pp-info {
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 600;
    line-height: 114%;
    text-align: center;    
}
.projects-01 .pp-info span {
    display: block;
    color: white;
    opacity: 0;
}

.projects-01 .overlay.color {
    background-color: rgba(0, 0, 0, 0.55);
}

.projects-01 .pp-info span,
.projects-01 .overlay.color {
    transition: 0.3s;
    opacity: 0;
}

.projects-01 .div-link:hover .pp-info span,
.projects-01 .div-link:hover .overlay.color {
    opacity: 1;
}

/* #endregion */

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

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

.testimonials-01 .wrap {
    padding: 102px 0 100px;
    overflow: hidden;
}

.testimonials-01 .btitle {
    margin-bottom: 16px;
}

.testimonials-01 .dinfo {
    margin-bottom: 17px;
}

.testimonials-01 .hliner-1 {
    width: calc(57vw + 113px);
	top:0;
}

.quote {
    margin: 0 auto;
}
.quote .d-img {
    margin-bottom: 25px;
}
.quote .ititle {
    font-size: 25px;
    font-weight: 600;
    line-height: 114%;
}
.quote .itext {
    margin: 9px 0 0;
    padding: 0 25px;
    line-height: 142%;
}
.quote img {
    height: auto;
    max-height: 69px;
    width: auto;
}
.quote .d-tag {
    display: inline;
}
.quote .meta {
    margin-top: 8px;
}
.quote .name {
    font-weight: 700;
	margin-right: 5px;
}
.quote .position {
    font-style: italic;
}

.testimonials-01 .btn-loop {
    margin-top: 26px;
}

.swiper-testimonials .swiper-button-prev {
    left: -20px;
}

.swiper-testimonials .swiper-button-next {
    right: -20px;
}

/* #endregion */

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

.cta-02 .overlay.colorbg {
    background-color: black;
    top: unset;
    bottom: 0;
    height: 146px;
}

.cta-02 .iwrap {
    background: linear-gradient(180deg, #003875 0%, #002551 100%);
    margin-left: -1px;
    border-radius: 30px;
    align-items: flex-start;
    padding: 82px 0 75px 85px;
}

.cta-02 .container-xl {
    max-width: 1206px;
}

.cta-02 .btitle,
.cta-02 .dtext {
    max-width: 465px;
}

.cta-02 .btitle {
    font-size: 20px;
    font-weight: 700;    
    text-transform: none;
    letter-spacing: 0;
    color: white !important;
    line-height: 120%;
}

.cta-02 .btn-loop {
    margin-top: 21px;
}


/* #endregion */

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

.hero-01 .wrap {
    height: 464px;
    align-items: flex-end;
    padding-bottom: 61px;    
}

.hero-01 .hliner-1 {
    bottom: -10px;
    top: unset;
    width: calc(50vw + 116px);
    z-index: 2;
}

.hero-01 .atitle {
    margin-bottom: 10px;
    margin-top: -6px;
    line-height: 1;
}

.hero-01 .color1 {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.70) 2.74%, rgba(17, 17, 17, 0.00) 100%);
    height: 236px;
    top: 0;
}

.hero-01 .color2 {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    width: 62.85%;
}

.hero-01.ver-2 .color1 {
    background: linear-gradient(180deg, #111 2.74%, rgba(17, 17, 17, 0.00) 100%);
    height: 274px;
}

.hero-01.ver-2 .color2 {
    background: linear-gradient(270deg, rgba(196, 196, 196, 0.00) 22.15%, rgba(0, 0, 0, 0.80) 86%);
    opacity: 0.5;
    width: 100%;
}

.hero-01.ver-3 .color1 {
    background: linear-gradient(180deg, rgba(8, 16, 34, 0.70) 2.74%, rgba(8, 16, 34, 0.00) 100%);
    height: 223px;
}

.hero-01.ver-3 .color2 {
    opacity: 0.2;
    background: linear-gradient(270deg, rgba(8, 16, 34, 0.00) 0%, #081022 100%);
    width: 62.85%;
}

.hero-01.ver-4 .color1 {
    background: linear-gradient(180deg, rgba(8, 16, 34, 0.70) 2.74%, rgba(8, 16, 34, 0.00) 100%);
    height: 293px;
}

.hero-01.ver-4 .color2 {
    background: linear-gradient(270deg, rgba(8, 16, 34, 0.00) 31.93%, #081022 65.62%);
    opacity: 0.3;
    width: 90%;
}


.hero-01.ver-5 .color1 {
    background: linear-gradient(180deg, #111 2.74%, rgba(17, 17, 17, 0.00) 100%);
    height: 274px;
}

.hero-01.ver-5 .color2 {
    background: linear-gradient(270deg, rgba(196, 196, 196, 0.00) 22.37%, rgba(0, 0, 0, 0.80) 75.33%);
    opacity: 0.8;
    width: 100%;
}    

.hero-01.ver-9 .color2 {
    background: linear-gradient(270deg, rgba(8, 16, 34, 0.00) 0%, rgba(8, 16, 34, 0.70) 100%);
    width: 62.85%;
} 

/* .hero-01.ver-9 .hliner-1::after {
    border-bottom: 10px solid black;
} */

.hero-01.ver-10 .color1 {
    max-width: 38.819444%;
	height: 100%;
	background: linear-gradient(90deg, rgba(79, 153, 223, 0) 0%, #4F99DF 100%);
	opacity: 0.3;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-01.ver-10 .color2 {
	width: 100%;
    background: linear-gradient(90deg, #081022 13.29%, rgba(8, 16, 34, 0) 27.02%);
} 

.hero-01.ver-10 .color3 {
	background: linear-gradient(90deg, #081022 13.29%, rgba(8, 16, 34, 0) 30.67%);
}

.hero-01.ver-11 .overlay-bg {
	max-width: 57.013889%;
	left: unset;
	right: 0;
}
 
.hero-01.ver-11 .color1 {
    max-width: 26.25%;
  	height: 464px;
  	background: linear-gradient(90deg, rgba(79, 153, 223, 0) 0%, #4f99df 100%);
  	opacity: 0.3;
  	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-01.ver-11 .color2 {
	max-width: 57.222222%;
  	background: linear-gradient(90deg, rgba(8, 16, 34, 0) 0%, #081022 24.93%);
  	transform: matrix(-1, 0, 0, 1, 0, 0);
} 

.hero-01.ver-11 .color3 {
	max-width: 57.986111%;
  	background: linear-gradient(90deg, rgba(8, 16, 34, 0) 0%, #081022 25.98%);
  	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-01.ver-11 .color4 {
	max-height: 39.224138%;
  	background: linear-gradient(180deg, rgba(8, 16, 34, 0.7) 2.74%, rgba(8, 16, 34, 0) 100%);
}

.hero-01.ver-12 .color1 {
    max-height: 30.172414%;
  	bottom: 0;
  	top: unset;
  	background: linear-gradient(180deg, rgba(8, 16, 34, 0.4) 2.74%, rgba(8, 16, 34, 0) 100%);
  	transform: rotate(180deg);
}

.hero-01.ver-12 .color2 {
	max-height: 71.551724%;
	width: 100%;
	bottom: 0;
	top: unset;
	background: linear-gradient(180deg, rgba(8, 16, 34, 0.4) 2.74%, rgba(8, 16, 34, 0) 100%);
	transform: rotate(180deg);
} 

.hero-01.ver-12 .color3 {
	max-height: 47.198276%;
	background: linear-gradient(180deg, rgba(8, 16, 34, 0.5) 2.74%, rgba(8, 16, 34, 0) 100%);
}

.hero-01.ver-12 .color4 {
	max-width: 62.847222%;
	background: linear-gradient(90deg, rgba(8, 16, 34, 0) 0%, #081022 100%);
	opacity: 0.2;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-01.ver-13 .overlay-bg {
	max-width: 74.791667%;
	left: unset;
	right: 0;
}

.hero-01.ver-13 .color1 {
    max-height: 44.181034%;
	background: linear-gradient(180deg, #111111 2.74%, rgba(17, 17, 17, 0) 100%);
}

.hero-01.ver-13 .color2 {
	max-width: 28.680556%;
	width: 100%;
	background: linear-gradient(90deg, rgba(79, 153, 223, 0) 0%, #4F99DF 100%);
	opacity: 0.3;
	transform: matrix(-1, 0, 0, 1, 0, 0);
} 

.hero-01.ver-13 .color3 {
	max-width: 45.208333%;
	background: linear-gradient(90deg, rgba(8, 16, 34, 0) 0%, #081022 39.2%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.hero-01.ver-13 .color4 {
	max-width: 37.222222%;
	background: linear-gradient(90deg, rgba(8, 16, 34, 0) 0%, #081022 32.31%);
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* #endregion */

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

.flexmedia-01 .wrap {
    padding: 100px 0 101px;
    overflow: hidden;
}

.flexmedia-01 .dinfo {
    position: relative;
}

.flexmedia-01 .dinfo * {
    position: relative;
    z-index: 2;
}

.flexmedia-01 .dinfo .bg-img {
    z-index: 1;
    position: absolute;
    width: 735px;
    height: 670px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    display: none;
}

.flexmedia-01.ss .dinfo .bg-img {
    display: block;
}

.flexmedia-01 .dmedia {
    position: relative;
    z-index: 2;
}

.flexmedia-01 [data-rtl="0"] .dmedia {
    padding-right: 15px;
}

.flexmedia-01 .dmedia img {
    border-radius: 30px;
}

.flexmedia-01 [data-rtl="0"] .dinfo {
    padding: 18px 0 0 85px;
}

.flexmedia-01 .dtext p {
    margin-bottom: 25px;
}

.flexmedia-01 [data-rtl="1"] .dinfo {
    padding: 0px 85px 0 0px;
}    

.flexmedia-01 [data-rtl="1"] .dmedia {
    padding-left: 15px;
}

.flexmedia-01 [data-rtl="1"] .dinfo .bg-img {
left: 25%;
  top: 25%;
}

.flexmedia-01 .btn-loop {
    margin-top: 37px;
}

.flexmedia-01 [data-ver="ver-2"].wrap {
    padding: 30px 0 30px;
}

.flexmedia-01 .dmedia img {
    border-radius: 20px;
}

.flexmedia-01 [data-ver="ver-3"][data-rtl="0"] .dinfo {
    padding: 0 0 0 56px;
}

.flexmedia-01 [data-ver="ver-3"][data-rtl="1"] .dinfo {
    padding: 0 47px 0 0;
}


.flexmedia-01 [data-ver="ver-2"] .mtitle {
    font-size: 35px;
}

.flexmedia-01 [data-ver="ver-2"] .mtitle.f-50 {
	font-size: 50px;
}

.flexmedia-01 [data-ver="ver-2"] .dtext {
    margin-top: 30px;
}

.flexmedia-01 .dmedia a {
    display: block;
    height: auto;
    overflow: hidden;
    border-radius: 30px;
}

.flexmedia-01 .pop-video img, 
.flexmedia-01 .pop-video video {
    position: relative;
}

.flexmedia-01 .pop-link .overlay, 
.flexmedia-01 .pop-link .overlay img {
    opacity: 1;
}

.flexmedia-01 .pop-link .overlay img {
    filter: none;
    width: 100px;
    height: 100px;
    max-width: unset;
    position: absolute;
}

@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(0px)
  }
}
.flexmedia-01 .pop-link .play {
    width:100px;
    height:100px
}
.flexmedia-01 .play:before {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    background-color: var(--a);
    border-radius:100%
}
.flexmedia-01 .play:before {
    z-index:1;
    width:100%;
    height:100%;
    animation:pulse-border 1.5s ease-out infinite
}

/* #endregion */

/*------------------------------------------
    #MARK: POSTER A 01
------------------------------------------*/
/* #region */

.posteracc-01 {
    padding: 90px 0 110px;
}

.posteracc-01 [data-design*="poster"][data-col="6-6"] .overlay-bg {
    max-width: calc(44% - 1px);
    margin-top: 10px;
    
}

.posteracc-01 [data-rtl="1"] .overlay-bg {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.posteracc-01 .mtitle {
    line-height: 120%;
}

.posteracc-01 .ititle {
    font-size: 30px;
    font-weight: 400;
}

.posteracc-01 .item {
    padding: 35px 0 28px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.posteracc-01 .pad {
    padding: 8px 60px 0 3px;
}

.posteracc-01 .d-accordion {
    margin-top: 12px;
    margin-bottom: 3px;
}

.posteracc-01 .ihead.collapsed {
    color: var(--color5);
}
.posteracc-01 .ihead.collapsed svg path {
    fill: var(--color5);
}

.posteracc-01 .ihead,
.posteracc-01 .ihead:hover {
    color: var(--a);
}

.posteracc-01 svg path,
.posteracc-01 .ihead:hover svg path {
    fill: var(--a);
}

/* #endregion */

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

.iconflex-01 .wrap {
    padding: 92px 0 93px;
    text-align: center;
}

.iconflex-01 .ntitle {
    font-weight: 300;
    margin-top: 8px;
}

.iconflex-01 .ptext {
    color: var(--color5);
    font-weight: 400;
    line-height: 150%; 
}

.iconflex-01 .dtop {
    margin-bottom: 60px;
}

.iconflex-01 .flexic {
    justify-content: center;
    row-gap: 50px;
}

.ver-1 .diconn {
    max-width: unset;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--a);
}

.ver-1 .diconn img {
    filter: brightness(0) invert(1);
}

.ver-1 .diconn {
    margin-bottom: 18px;
}

.element.iconflex-02.ver-2 .ititle {
  min-height: 35px;
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.element.iconflex-02.ver-2 .diconn {
  max-width: unset;
  margin-bottom: 30px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--a);
}

.element.iconflex-02.ver-2 .dinfo .dtext {
  max-width: 500px;
  margin-inline: auto;
}

.element.iconflex-02.ver-2 .div-link {
  padding: 59px 22px;
  border: 1px solid #d9d9d9;
}

.element.iconflex-02.ver-2 .btn.w-icon {
  margin-top: 30px;
}

.element.iconflex-02.ver-2 .btn.w-icon span {
  color: #454545;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}

.element.iconflex-02.ver-2 .btn.w-icon img {
  max-width: 14px;
}

/* #endregion */

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

.iconflex-02 .wrap {
    padding: 100px 0 0px;
    text-align: center;
}

.iconflex-02 .dtop {
    margin-bottom: 28px;
}

.iconflex-02 .flexic {
    justify-content: center;
    row-gap: 30px;
    padding-bottom: 61px;
}

.iconflex-02 .div-link {
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 40px 55px 49px;
    height: 100%;
    transition: 0.3s;
}

.iconflex-02 .diconn {
    background-color: var(--color1);
    transition: 0.3s;
}

.iconflex-02 .div-link:hover .diconn {
    background-color: var(--a);
}

.iconflex-02 .div-link:hover {
    background-color: rgba(241, 247, 253, 0.8);
}

.iconflex-02 .ntitle {
    font-weight: 300;
    margin-top: 8px;
}

.iconflex-02 .ititle {
    color: var(--color1);
    font-size: 24px;
    font-weight: 600;
    line-height: 114%;    
    transition: 0.3s;
}

.iconflex-02 .div-link:hover .ititle {
    color: var(--a);
}

.iconflex-02 .ptext {
    color: var(--color5);
    font-weight: 300;
    line-height: 128%; 
    margin-top: 15px;
}

.iconflex-02 .link-more {
    margin-top: 5px;
}

/* #endregion */

/*------------------------------------------
    #MARK: ICONFLEX 03
------------------------------------------*/
/* #region */

.iconflex-03 .wrap {
    padding: 91px 0 106px;
    text-align: center;
    overflow: hidden;
}

.iconflex-03 .overlay.bg {
    background-size: auto;
    background-position: center;
}

.iconflex-03 .ntitle {
    font-weight: 300;
    margin-top: 19px;
    color: white;
}


.iconflex-03 .diconn img {
    filter: invert(60%) sepia(55%) saturate(2895%) hue-rotate(189deg) brightness(99%) contrast(104%);
    width: 40px;
}

.iconflex-03 .dtop {
    margin-bottom: 100px;
}

.iconflex-03 .flexic {
    /* justify-content: center; */
    row-gap: 72px;
}

.iconflex-03 .div-link {
    height: 100%;
    text-align: left;
}

.iconflex-03 .diconn {
    background-color: transparent;
    max-width: 40px;
}

.iconflex-03 .ititle {
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 114%;  
    margin-top: 18px;  
}

.iconflex-03 .ptext {
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    line-height: 144%;
    margin-top: 23px;
}


/* #endregion */

/*------------------------------------------
    #MARK: ICONFLEX 04
------------------------------------------*/
/* #region */

.iconflex-04 .wrap {
    padding: 91px 0 75px;
    text-align: center;
    overflow: hidden;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #F8F8F8;
    border-radius: 30px;
}

.iconflex-04.nobg .wrap {
	background-color: transparent;
}

.iconflex-04 .overlay.bg {
    background-size: auto;
}
.iconflex-04 .ntitle {
    font-weight: 300;
    margin-top: 16px;
}
.iconflex-04 .diconn img {
    filter: invert(60%) sepia(55%) saturate(2895%) hue-rotate(189deg) brightness(99%) contrast(104%);
    width: auto;
    max-height: 40px;
}
.iconflex-04 .dtop {
    margin-bottom: 60px;
}
.iconflex-04 .flexic {
    /* justify-content: center; */
    row-gap: 30px;
}
.iconflex-04 .div-link {
    height: 100%;
    text-align: left;
    border-radius: 20px;
    border: 1px solid rgba(217, 217, 217, 0.80);
    background: #FBFBFB;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    padding: 30px 30px 60px;
    background-image: url(images/bg/logo-bg.png);
    background-position: 92% 11%;
    background-repeat: no-repeat;
}
.iconflex-04 .diconn {
    background-color: transparent;
    max-width: 40px;
}
.iconflex-04 .ititle {
    font-size: 24px;
    font-weight: 600;
    line-height: 114%;  
    margin-top: 18px;  
}
.iconflex-04 .ptext {
    font-weight: 300;
    line-height: 146%;
    margin-top: 23px;
}

.iconflex-04 .dtext {
    margin-top: 90px;
    max-width: 815px;
    margin: 80px auto 0;
}

.iconflex-04 .dtext h4 {
    margin-bottom: 30px;
    color: var(--a);
    font-family: var(--font-2);
    font-size: 35px;
    font-weight: 400;
    line-height: 114%;    
}


/* #endregion */

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

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

.titler-02 [data-margin] .mtitle {
    margin-top: 3px;
}

.titler-02 .dtitle {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.titler-02 .dinfo {
	position: relative;
}

.titler-02 .dinfo * {
	position: relative;
	z-index: 1;
}

.titler-02 .rippler {
	width: 216px;
	height: 216px;
	position: absolute;
	z-index: 0;
top: -59px;
  left: -90px;
	background-image: url(images/bg/title-ripple.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
}

.titler-02.rr .rippler {
	opacity: 1;
}

.titler-02 .dtext {
    margin-top: 0;
    padding-bottom: 3px;
	letter-spacing: -0.1px;
}

.titler-02 .xliner1 {
    margin-top: 67px;
}

.titler-02 .dtext a {
	font-weight: 500;
}

.titler-02 .dtext ul {
    padding-left: 15px;
}

.titler-02 .dtext ul ::marker {
    color: var(--a);
}

.titler-02 .dtext ul li {
    margin-bottom: 10px;
}

.titler-02 .dtext ul li strong {
	font-weight: 500;
}

/* #endregion */

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

.cta-01 .overlay.color1 {
    height: 100%;
    background-color: var(--color4);    
    border-radius: 30px;    
    max-width: 1170px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);       
}

.cta-01 .overlay.color2 { 
    top: unset;
    bottom: 0;
    background-color: #F8F8F8;
    height: 132px;
}

.cta-01.ss .overlay.color2 { 
    display: none;
}

.cta-01.ss .iwrap {
    padding: 60px 0;
}

.cta-01 .iwrap {
    margin-left: -1px;
    align-items: flex-start;
    position: relative;
    padding: 80px 0 90px;
}

.cta-01 .spiral {
    background-image: url(images/bg/spiral-bg-smaller.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center 38%;
    z-index: 1;
}

.cta-01 .bg-img img {
    max-width: 1180px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.cta-01 .dinfo {
    text-align: center;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    max-width: 967px;
}

.cta-01 .dtext {
    color: rgba(255,255,255,0.7);
    margin-top: 30px;
}

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


/* #endregion */

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

.titleopt-01 .wrap {
    padding: 77px 0 79px;
}

.titleopt-01 .dtext {
    margin-top: 25px;
}

.titleopt-01 [data-colwidth="8"] .col-info {
    flex: 0 0 69%;
    max-width: 69%;
}

/* #endregion */

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

.postericon-01 .wrap {
    align-items: flex-start;
}

.postericon-01 [data-design*="poster"][data-col="5-7"] .overlay-bg {
    max-width: calc(50% - 115px);
}

.postericon-01 [data-rtl="1"] .overlay-bg {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.postericon-01 [data-rtl="0"] .overlay-bg {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.postericon-01 .flexic {
    flex-direction: column;
    margin: 25px 0 36px;
    padding-right: 70px;
    gap: 60px;
}

.postericon-01 .flex-item {
    display: flex;
    gap: 31px;
}
.postericon-01 .flex-item .dicon {
    flex: 0 0 60px;
    margin-top: 6px;
}
.postericon-01 .flex-item .dicon img {
    width: 60px;
}
.postericon-01 .flex-item .ititle {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;    
}
.postericon-01 .flex-item .itext {
    margin-top: 30px;
    line-height: 150%;
    margin-top: 17px;
}

.postericon-01 [data-rtl="0"] .flexic {
    margin: 7px 0 19px;
    padding-left: 70px;
    padding-right: 0;
    gap: 28px;
}

/* #endregion */

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

.cta-03 .wrap {
    padding: 100px 0 20px;
}

.cta-03 .d-popmedia,
.cta-03 .overlay.color {
    max-width: 625px;
    left: unset;
    right: 0;
}

.cta-03 .misc {
    width: 348px;
    height: 317px;
    top: -35px;
    left: -26px;
}
.cta-03 .blueblur {
    width: 600px;
    height: 600px;
    top: -200px;
    left: -200px;
}

.cta-03 .blueblur img {
    width: auto;
    height: auto;
    object-fit: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.cta-03 .iwrap {
    margin-left: -1px;
    align-items: center;
    position: relative;
    padding: 101px 81px;
    background-color: var(--color4);
    border-radius: 30px;
}

.cta-03 .overlay.color {
    background: linear-gradient(90deg, #081022 0%, rgba(8, 16, 34, 0.00) 59.35%);
}

.cta-03 .dinfo {
    position: relative;
    z-index: 3;
    max-width: 520px;
    padding-bottom: 4px;
}

.cta-03 .dtext {
    color: rgba(255,255,255,0.7);
    margin-top: 10px;
    line-height: 150%;
}

.cta-03 .btn-loop {
    margin-top: 21px;
}


/* #endregion */

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

.flexmedia-01.v2 .wrap  {
    padding: 82px 0 100px;
}
.flexmedia-01.v2 [data-rtl="0"] .dmedia {
    padding-right: 75px;
}
.flexmedia-01.v2 [data-rtl="0"] .dinfo {
    padding: 9px 0 0 56px;
}

.flexmedia-01.v2 [data-rtl="1"] .dmedia {
    padding-right: 60px;
}

.flexmedia-01.v2 [data-rtl="1"] .dinfo {
    padding-right: 50px;
}

.flexmedia-01.v2 .dinfo {
    margin-bottom: 60px;
}

.flexmedia-01.v2 .dmedia {
    position: relative;
    padding-bottom: 60px;
}

.dmedia.extra {
    position: relative;
}

.dmedia .imgbtm {
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: 288px;
    border-radius: 0 30px 30px 30px;
    border: 15px solid white;
}

.flexmedia-01.v2 .dtext {
    margin-top: 23px;
}

.flexmedia-01.v2 .dtext ul {
    padding-left: 15px;
}

.flexmedia-01.v2 .dtext ul ::marker {
    color: var(--a);
}

.flexmedia-01.v2 .dtext ul li {
    margin-bottom: 10px;
}

.flexmedia-01.v2 .dtext ul li strong {
	font-weight: 500;
}

.flexmedia-01.v2 [data-rtl="1"] .imgbtm {
    border-radius: 0px 30px 30px 30px;
}

.flexmedia-01.jt .flexic {
	background-image: url('images/bg/jatagan.png');
	background-repeat: no-repeat;
	background-position: 94% 94%;
	background-size: auto;
}

/* #endregion */

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

.hero-02 .wrap {
    height: 464px;
    align-items: flex-end;
    padding-bottom: 61px;    
}

.hero-02 .hliner-1 {
    bottom: -10px;
    top: unset;
    width: calc(50vw + 116px);
    z-index: 3;
}

.hero-02 .color1 {
    background: linear-gradient(180deg, rgba(8, 16, 34, 1) 2.74%, rgba(8, 16, 34, 0.00) 100%);
    height: 260px;
}
.hero-02 .color2 {
    top: unset;
    bottom: 0;
    height: 272px;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(8, 16, 34, 0.00) 0%, #081022 100%);    
}

.hero-02 .flexic {
    height: 100%;
    gap: 0;
}
.hero-02 .flex-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    height: 100%;
}

.hero-02 .flex-item .dmedia {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero-02 .flex-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
}




/* #endregion */

/*------------------------------------------
    #MARK: ICONFLEX 05
------------------------------------------*/
/* #region */

.iconflex-05 .wrap {
    padding: 37px 0 108px;
    text-align: center;
}

.iconflex-05 .overlay.bg-img {
    opacity: 0.7;
}
.iconflex-05 .overlay.color {
    height: 300px;
    top: unset;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 2.74%, rgba(8, 16, 34, 0.00) 100%);
}

.iconflex-05 .ntitle {
    font-weight: 300;
    margin-top: 8px;
}

.iconflex-05 .ititle {
    color: var(--color1);
}

.iconflex-05 a:hover {
    background-color: rgb(237, 248, 255);
}

.iconflex-05 .ptext {
    color: var(--color5);
    font-weight: 400;
    line-height: 150%; 
}

.iconflex-05 .dtop {
    margin-bottom: 60px;
}

.iconflex-05 .flexic {
    justify-content: center;
    row-gap: 28.1px;
}

.iconflex-05 .div-link {
	height: 100%;
    border-radius: 10px;
    background-color: white;
    padding: 41px 10px;
    transition: 0.3s;
}

.iconflex-05 .diconn {
    max-width: unset;
    width: 52px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    margin-bottom: 12px;
}

.iconflex-05 .diconn img {
    width: 52px;
    filter: invert(60%) sepia(55%) saturate(2895%) hue-rotate(189deg) brightness(99%) contrast(104%);
}


/* #endregion */

/*------------------------------------------
    #MARK: FLEX MEDIA LIST 01
------------------------------------------*/
/* #region */

.flexmedia-01.vlist .wrap {
    padding: 100px 0 107px;
}

.flexmedia-01.vlist .flexic {
    align-items: flex-start;
}

.flexmedia-01.vlist [data-rtl="0"] .dmedia {
    padding-right: 115px;
}

.flexmedia-01.vlist .d-popmedia {
    border-radius: 30px;
}

.flexmedia-01.vlist .dinfo {
    padding: 15px 0 0 85px;
}

.flexmedia-01.vlist .imgbtm {
    position: absolute;
    bottom: -50px;
    right: -5px;
    width: 310px;
    border-radius: 30px;
    border-top-left-radius: 0;
}  

.flexmedia-01.vlist .items {
    display: flex;
    flex-direction: column;
    margin: 29px 0 0;
    gap: 22px;
}

.flexmedia-01.vlist .ititle {
    font-size: 24px;
    font-weight: 600;
	line-height: 1.3;
}

.flexmedia-01.vlist ul {
	padding-left: 0px;
	list-style: none;
}

.flexmedia-01.vlist ul:last-child {
	margin-bottom: 0px;
}

.flexmedia-01.vlist ul li { 
	margin-bottom: 20px;
}

.flexmedia-01.vlist ul li:last-child {
	margin-bottom: 0;
}

.flexmedia-01.vlist .itext {
    margin-top: 9px;
}

/* #endregion */

/*------------------------------------------
    #MARK: POSTER ACC 01
------------------------------------------*/
/* #region */

.posteracc-01.v2 {
    padding: 36px 0 60px;
}

.posteracc-01.v2 .item:first-child {
    padding-top: 0;
}

.posteracc-01.v2 [data-design*="poster"][data-col="5-7"] .overlay-bg {
    max-width: calc(50% - 118px);
}

.posteracc-01.v2 .overlay-bg {
    min-height: 500px;
    top: 14px;
    overflow: visible;
}

.posteracc-01.v2 .overlay-bg img {
    border-radius: 30px 0px 0 0;
}

.posteracc-01.v2 .item {
    padding: 27px 15px 27px 0;
}
.posteracc-01.v2 .pad {
    padding: 18px 60px 0 0px;
}
.posteracc-01.v2 .dtext {
    line-height: 120%;
}
.posteracc-01.v2 .imgbtm {
    position: absolute;
    width: 215px;
    padding: 20px 0;
    background-color: #003774;
    bottom: -36px;
    left: -35px;
    border: 15px solid white;

    font-size: 30px;
    font-family: var(--font-2);
    font-weight: 400;
    line-height: 120%;    
    color: white;
    text-align: center;
}
.posteracc-01.v2 .imgbtm span {
    display: block;
    font-size: 100px;
    line-height: 0.8;
}


/* #endregion */

/*------------------------------------------
    #MARK: FLEX MEDIA LIST 02
------------------------------------------*/
/* #region */

.flexmedialist-02 .wrap {
    padding: 97px 0 97px;
}

.flexmedialist-02 [data-colwidth="5"] .dmedia {
    max-width: calc(41% - 10px) !important;
}

.flexmedialist-02 [data-colwidth="5"] .dmedia .d-popmedia {
    border-radius: 20px;
}

.flexmedialist-02 .dinfo {
    margin: 10px 0 0;
}

.flexmedialist-02 .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 33px 0 0;
}
.flexmedialist-02 .items .item {
    flex: 0 0 47.5%;
    margin-bottom: 6px;
}
.flexmedialist-02 .ititle {
    font-weight: 300;
    padding-left: 23px;
    position: relative;
}
.flexmedialist-02 .ititle::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--a);
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}    


.flexmedialist-02 [data-rtl="0"] .dinfo {
    padding-left: 60px;
}

.flexmedialist-02 .items .item {
    flex: 0 0 46%;
    margin-bottom: 6px;
}

/* #endregion */

/*------------------------------------------
    #MARK: AJAX CATEGORY 01
------------------------------------------*/
/* #region */

.ajaxc-01 .wrap {
    padding: 91px 0 90px;
}

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

.ajaxc-01 .mtitle {
    margin-bottom: 67px;
}

.ajaxc-01 .cpt-link {
    display: block;
    height: 274px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #003774;
}

.ajaxc-01 .pad,
.ajaxc-01 .overlay.color,
.ajaxc-01 .cpt-link .bg-img {
    transition: 0.3s;
}

.ajaxc-01 .cpt-link .bg-img {
	position: relative;
}

.ajaxc-01 .cpt-link .bg-img img {
	height: calc(100% + 6px);
	width: calc(100% + 6px);
	top: -3px;
	left: 50%;
	transform: translatex(-50%);
	position: absolute;
}

.ajaxc-01 .pad {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    width: 100%;
    padding: 0 42px;
}

.ajaxc-01 .overlay.color {
    height: 168px;
    bottom: 0;
    top: unset;
    background: linear-gradient(180deg, rgba(8, 16, 34, 0.00) 0%, rgba(8, 16, 34, 0.70) 100%);    
}

.ajaxc-01 .ititle {
    font-size: 30px;
    font-weight: 400;
    font-family: var(--font-2);  
    color: white;
    line-height: 1.2;
}

.ajaxc-01 .cpt-link:hover .bg-img {
    opacity: 0.1;
}

.ajaxc-01 .cpt-link:hover .pad {
    bottom: 50%;
    transform: translateY(50%);
}

.ajaxc-01 .cpt-link:hover .color {
    opacity: 0;
}
.ajaxc-01 .ajx_btn {
    margin: 50px 0 10px;
}
.ajaxc-01 .btn-2 {
    padding: 15px 30px;
}


/* #endregion */

/*------------------------------------------
    #MARK: AJAX TESTIMONIALS 01
------------------------------------------*/
/* #region */

.ajaxt-01 .wrap {
    text-align: center;
    padding: 100px 0 100px;
    background-color: black;
}

.ajaxt-01 .cpt {
    padding: 65px 0 66px;
    border-radius: 20px;
    background-color: #B4C8F2;
}

.ajaxt-01 .col-lg-12:nth-child(1) .cpt {
    background-color: white;
}
.ajaxt-01 .col-lg-12:nth-child(2) .cpt {
    background: #EDF1FB;
}
.ajaxt-01 .col-lg-12:nth-child(3) .cpt {
    background: #DCE6FB;
}
.ajaxt-01 .col-lg-12:nth-child(4) .cpt {
    background-color: #BECEEF;
}
.ajaxt-01 .col-lg-12:nth-child(5) .cpt {
    background-color: #B4C8F2;
}


.ajaxt-01 .itext {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    max-width: 862px;    
    margin: 0 auto 0;
}

.ajaxt-01 .quote img {
    margin-bottom: 0;
    max-height: 60px;
    max-width: 150px;
    position: absolute;
    transform: translateX(-100%);
    left: -20px;
}

.ajaxt-01 .itext br {
    display: none;
}

.ajaxt-01 .meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 39px 0 0;
    width: 57%;
    margin-left: auto;
    position: relative;
}
.ajaxt-01 .meta div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    line-height: 1;
}

.ajaxt-01 .meta .name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px;
}
.ajaxt-01 .meta .position {
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}

.ajaxt-01 .ajx_btn {
    margin: 66px 0;
}


/* #endregion */

/*------------------------------------------
    #MARK: CATEGOYRY LINKS 01
------------------------------------------*/
/* #region */

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

.categorylinks-01 ul {
    padding: 0;
    margin: 0 auto; 
    max-width: 1000px;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.categorylinks-01 li a {
    padding: 8.5px 20px;
    border: 1px solid #262930;
}

.categorylinks-01 li a span {
    color: var(--a);
    font-size: 15px;
    font-weight: 500;    
}

.categorylinks-01 li a::after{
    display: none;
}
.categorylinks-01 li a:hover {
    background-color: #262930;
}

.categorylinks-01 li a:hover span { 
    color: white;
}

/* #endregion */

/*------------------------------------------
    #MARK: FLEX CATEGORY 01
------------------------------------------*/
/* #region */
.flexcategory-01 .wrap {
    padding: 110px 0 0px;
}

.flexcategory-01 [data-rtl="0"] .dmedia {
    padding-right: 15px;
}

.flexcategory-01 [data-rtl="1"] .dmedia {
    padding-left: 15px;
}

.flexcategory-01 [data-rtl="0"] .dinfo {
    padding: 29px 0 0 55px;
}

.flexcategory-01 [data-rtl="1"] .dinfo {
    padding: 48px 0px 0 0;
}

.flexcategory-01 [data-rtl="0"] .category-block {
 
}
.flexcategory-01 [data-rtl="1"] .category-block {
    padding-right: 55px;
}

.flexcategory-01 .cat-image {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.flexcategory-01 .dmedia { 
    height: 613px;
}

.flexcategory-01 [data-ver="ver-2"] .dmedia img { 
    border: 1px solid #DBDBDB;
}

.flexcategory-01 [data-ver="ver-3"].wrap {
    padding-bottom: 92px;
}
.flexcategory-01 [data-ver="ver-3"] hr {
    display: none;
}

.flexcategory-01 .cat-title {
    color: var(--color5);
    font-family: var(--font-2);
    font-size: 45px;
    font-weight: 400;
    line-height: 114%;
    margin-bottom: 40px;
}

.flexcategory-01 .post-item {
    display: block;
}

.flexcategory-01 .post-item h3 {
    color: var(--color5);
    font-family: var(--font-2);
    font-size: 30px;
    font-weight: 400;
    line-height: 114%;
    margin-bottom: 4px;
    transition: 0.3s;
}

.flexcategory-01 .post-item:hover h3 {
    color: var(--a);
}

.flexcategory-01 .post-item .date {
    font-size: 16px;
    font-weight: 500;
}

.flexcategory-01 .post-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 24px;
}

.flexcategory-01 hr {
    margin-top: 73px;
    margin-bottom: 0;
    border-top: 1px solid black;
}

.flexcategory-01 [data-rtl="1"] hr { 
    margin-top: 90px;
}

.flexcategory-01 .btn:after {
    display: none;
}

/* #endregion */

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

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

.frcontact-01 .mtitle {
    line-height: 120%;
}

.frcontact-01 .dtext {
    line-height: 150%;
    margin: 10px 10px 0 0;
}

.frcontact-01 .dblock {
    max-width: 401px;
}

.frcontact-01 .xliner1 {
    margin-top: 59px;
}

.frcontact-01 .ntitle {
    color: var(--color5);
    font-family: var(--font-2);
    display: block;
    margin-bottom: 10px;
	font-weight: 500 !important;
}

.frcontact-01 .company-contact {
    margin: 54px 0 0;
    padding: 49px 0 19px 49px;
    font-weight: 300;
    border-radius: 10px;
    background: rgba(217,217,217,0.24);    
}

.frcontact-01 .company-contact a {
    color: var(--color1);
}

.frcontact-01 .company-contact a:hover,
.frcontact-01 .company-contact a:hover span {
	color: var(--a);
}

.frcontact-01 .company-contact strong {
    font-weight: 600;
}

.frcontact-01 .sc-div {
    margin-bottom: 27px;
}

.frcontact-01 .sc-ba {
    font-weight: 600;
    margin-right: 6px;
}

.frcontact-01 .sc-hours .item {
    justify-content: flex-start;
    gap: 6px;
}

.frcontact-01 .gform {
    border: 1px solid #E6E6E6;
    margin: 10px 0 0;
    padding: 50px 40px 50px 47px;
    background-color: white;
}
.frcontact-01 .gform .ntitle {
    font-weight: 600;
    font-family: var(--font-1);
    margin-bottom: 19px;
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px;
    grid-row-gap: 14px;
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .ginput_complex label, 
.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield_label {
    font-size: 13px;
    color: var(--color1);
    text-transform: capitalize;
    font-weight: 400;
}

.frcontact-01 .gform_wrapper.gravity-theme .gfield input.large, 
.frcontact-01 .gform_wrapper.gravity-theme .gfield select.large {
    border: 1px solid #E6E6E6;
    background-color: transparent;
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield select, 
.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield input {
    height: 42px;
}

.frcontact-01 .gform_wrapper.gravity-theme .gfield-choice-input + label {
    font-size: 13px;
}

.frcontact-01 .gform .ginput_container_radio .gchoice label::after {
    background-color: white;
    border: 1px solid #C3C3C3;
}

#field_1_8 .gfield_label {
    margin-top: 16px;
}

#field_1_8 .gfield_radio {
    margin-top: 12px;
}

.frcontact-01 .gform .ginput_container_consent label, 
.frcontact-01 .gform .ginput_container_radio .gchoice label, 
.frcontact-01 .gform .ginput_container_checkbox .gchoice label {
    white-space: wrap;
}

.frcontact-01 .gform .ginput_container_radio .gchoice, 
.frcontact-01 .gform .ginput_container_checkbox .gchoice {
    margin-right: 10px;
    width: 100%;
    margin-bottom: 23px;
}

.frcontact-01 .gform .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
    border: 1px solid #E6E6E6;    
}

#input_1_8 strong {
    display: block;


}/* #endregion */

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

.colgal-01 .grid.col-info {
  display: flex;
  margin: 0 -5px;
  height: 635px;
}

.colgal-01 .grid.col-info .column {
  display: flex;
  gap: 10px;
  padding: 0 5px;
  flex: 0 0 50%;
  max-width: 50%;
  
}

.colgal-01 .grid.col-info .column:nth-child(2) {
  flex-direction: column;  
}

.grid.col-info .item {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}


/* #endregion */

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

article .container {
    max-width: 800px;
    position: relative;
    z-index: 3;
    font-weight: 300;
}

article .single-hero .wrap {
    position: relative;
    height: 678px;
    display: flex;
    align-items: flex-end;
    padding: 0 0 129px 0;
}

article .single-hero {
    background-color: rgba(13, 21, 39, 0.1);
}

article .single-hero .overlay {
    z-index: 1;
}
article .single-hero .color1 {
    background: linear-gradient(180deg, #111 2.74%, rgba(17, 17, 17, 0.00) 27.18%);
}
article .single-hero .color2 {
    opacity: 0.89;
    background: linear-gradient(90deg, rgba(196, 196, 196, 0.00) 0%, rgba(0, 0, 0, 0.60) 0%);
}

article .dtitle {
    font-family: var(--font-2);
    color: white;
    font-weight: 400;
    padding-right: 0px;
}
article .btm {
    display: flex;
    font-family: var(--font-2);
    color: white;
    align-items: center;
    line-height: 1;
    margin-top: 32px;
}
article .btm .sep {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 600;
}

article .hliner-1 {
    top: unset;
    bottom: -10px;
}

.single-content .wrap {
    padding: 88px 0;
}

/* #endregion */

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

article h2,
article h3,
article h4 {
    font-family: var(--font-2);
    color: var(--color5);
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 22px;
}

article h2 {
    font-size: 50px;
}
article h3 {
    font-size: 40px;
}
article h4 {
    font-size: 35px;
}

article { line-height: 1.6; }
article p {
    /* line-height: 1.22; */
    margin-bottom: 22px;
}

article strong {
	font-weight: 600;
	margin-bottom: 5px;
}

article div + h2,
article p + h2, article ul + h2,
article p + h3, article ul + h3, 
article ul + h4, article p + h4 {
    margin-top: 40px;
    margin-bottom: 11px;
}

article ul {
    list-style: none;
    padding: 0 0 0 27px;
    margin: 0 0 22px;
}

article ul li {
    position: relative;
	margin-bottom: 10px;
}

article ul li::before {
    position: absolute;
    content: '•';
    left: -16px;
}

article img { max-width: 100%; }

article .size-full {
    margin: 40px auto;
    border-radius: 30px;
}

article .btn-2 {
    margin-top: 50px;
    border: 1px solid #262930;
}
article .btn-2 span {
    color: var(--a);
}

article .post-text .overlay {
	display: none;
}

.gform .gform_validation_errors {
    display: none;
}

.f-bottom {
	padding: 30px;
  	background-color: aliceblue;
	border-radius: 20px;
	margin-top: 60px;
}

.f-bottom .f-title {
	font-family: var(--font-2);
	font-size: 25px;
	font-weight: 400;	
	border-bottom: 1px solid rgba(0,0,0,0.1);
	width: 100%;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

article .f-bottom p:last-child {
	margin-bottom: 0;
}

article .f-bottom .f-text p {
	font-size: 17px;
	line-height: 1.6;	
}

article table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;	
  margin: 30px 0;	
}

article table th {
  background-color: #f8f9fa; /* light gray */
  color: #212529;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-bottom: 2px solid #dee2e6;
}

article table td,
article table th {
  padding: 0.75rem 1rem;
  vertical-align: middle;
  font-size: 14px;	
}

article table td {
  border-top: 1px solid #dee2e6;
}

article iframe {
	width: 100%;
	height: 430px;
	border-radius: 30px;
}

.ajaxt-01 .meta.no-logo {
	margin: 39px auto 0;
	justify-content: center;
}

.ajaxt-01 .meta.no-logo div {
	text-align: center;
}
/* #endregion */

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

.text-o-01 h2 {
  color: #262930;
  font-family: var(--font-2);
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.text-o-01 h3 {
  color: #262930;
  font-family: var(--font-2);
  font-size: 45px;
  font-weight: 400;
  line-height: 114%;
}

.text-o-01 h4 {
  color: #262930;
  font-family: var(--font-2);
  font-size: 30px;
  font-weight: 400;
  line-height: 114%;
}

/* #endregion */

/* 09/01/2026 start */
.page-id-4590 .card-popup {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.7);
    z-index: 9999;
    width: fit-content;
    margin: auto;
    height: fit-content;
    max-height: 35%;
}
.page-id-4590 .card-popup-box {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.page-id-4590 .card-popup-box .ptext{
	font-weight:700;
	font-size:24px;
	margin-bottom:15px;
}
.page-id-4590 .card-popup-inner {
    background: #081022;
    max-width: 650px;
    width: 100%;
    margin: 0% auto;
    padding: 30px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    overflow-y: auto;
    /* max-height: 100%; */
}
.page-id-4590 .close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
    color: #ffffff;
}
.page-id-4590 .pad {
    margin-bottom: 20px;
}
.page-id-4590 .card-popup-inner .dtext {
    color: #ffffff;
    text-align: left;
}
.page-id-4590 .open-card-popup:hover + .card-popup,
.page-id-4590 .open-card-popup:hover ~ .card-popup {
    display: block;
}
.custom-blog-post .dtext {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
	flex-flow: row wrap;
}
.custom-blog-post .dtext a {
    width: 30%;
    margin: 0px 15px;
    padding: 10px;
    height: 100%;
    border-radius: 10px;
    background: #081022;
    transition: 0.5s ease;
}
.custom-blog-post .dtext a:hover {
    box-shadow: 0px 0px 20px #081022;
    margin-top: -5px;
}
.custom-blog-post .dtext a img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}
.custom-blog-post .dtext a h2 {
    color: #ffffff;
    margin: 0;
    min-height: 90px;
    text-align: center;
}
.custom-blog-post .mtitle {
    text-align: center;
}

/* 09/01/2026 end */

/*------------------------------------------
    #MARK: QA EDITS 10/06/2025
------------------------------------------*/
/* #region */

header .navbar {align-items: flex-start;}

.colgal-01 .grid.col-info .column:nth-child(2) .item .bg-img {background-position: top left}

.colgal-01 .grid.col-info .column:nth-child(1) .item:nth-child(2) .bg-img {background-position: center bottom}

.flexmedia-01 .dmedia a {display: flex;}
.flexmedia-01 .pop-video img {height: auto;}

@media only screen and (max-width : 1024px) {
	.flexmedialist-02.ver-1 [data-design*="row-flex"][data-colwidth="5"] .flex-col:nth-child(1) {
	  flex: 0 0 100%;
	  max-width: 100% !important;
	}
	
	.flexmedialist-02.ver-1 [data-design*="row-flex"] .flex-col:nth-child(2) {
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	
	.flexcategory-01.imgfit-md-h-400 .dmedia {
    height: 400px
  }
	.page-id-4590 .card-popup-inner {
		max-width: 600px;
	}
}

@media only screen and (max-width: 992px) {
  .flexcategory-01.imgfit-md-h-400 .dmedia {
    height: 400px
  }
	.page-id-4590 .card-popup-inner {
		max-width: 550px;
	}
	.page-id-4590 .card-popup-inner .dtext p, .page-id-4590 .card-popup-inner .dtext ol li, .page-id-4590 .card-popup-inner .dtext ul li, .page-id-4590 .card-popup-inner .dtext a {
		font-size:16px;
	}
	.page-id-4590 .card-popup-box .ptext{
		font-size:22px;
	}
	.custom-blog-post .dtext a {
		width: 45%;
		margin: 20px;
	}
}
@media only screen and (max-width:767px){
	.page-id-4590 .card-popup-inner {
		max-width: 450px;
	}
	.page-id-4590 .card-popup-inner .dtext p, .page-id-4590 .card-popup-inner .dtext ol li, .page-id-4590 .card-popup-inner .dtext ul li, .page-id-4590 .card-popup-inner .dtext a {
		font-size:14px;
	}
	.page-id-4590 .card-popup-box .ptext{
		font-size:20px;
	}
	.custom-blog-post .dtext a {
		width: 95%;
	}
}

.f-top {padding: 50px; border-radius: 30px ;background: #081022; margin-top: 60px;}
.f-top .dcontent {display: flex; justify-content: space-between; align-items: center;}
.f-top .dcontent h2 {color: #fff;}

.f-top .dcontent .btn-1 {background: #4F99DF;}

@media only screen and (max-width: 500px) {
  .f-top {padding: 30px; border-radius: 30px ;background: #081022; margin-top: 60px;}
  .f-top .dcontent {display: flex; flex-direction: column; justify-content: space-between; align-items: center; row-gap: 30px;}
  .f-top .dcontent h2 {text-align: center;}
  .f-top .dcontent h2 br {display: none;}
  .page-id-4590 .card-popup-inner { max-width: 300px; }
}

.colmedia-01 .wrap .col-info {
	border-radius: 20px;
	overflow: hidden;
}

.hliner-1 {
    top: 0;
    left: 0;
    background: linear-gradient(90deg,#4f99df 0%,#00b7e6 100%) !important;
}

























































.page-id-4394 .posteracc-01 .col-md-3.cc {
 display:none;
}

.page-id-4394 .posteracc-01 .col-md-9.cc {max-width: 100% !important;flex: 0 0 100%;}



