
@import url("stg.css");
/*
qammash
*/

@FONT-FACE {
    font-family: "reg";
    src: url(TAJAWAL-REGULAR.TTF)
}

@FONT-FACE {
    font-family: "reg";
    src: url(LamaSans-Regular.ttf)
}


@FONT-FACE {
    font-family: "Seravek";
    src: url(Seravek.ttc)
}


@FONT-FACE {
    font-family: "bahaij";
    src: url(Bahij_TheSansArabic-Plain.ttf)
}





@FONT-FACE {
    font-family: "bod";
  src: url(LamaSans-Regular.ttf)
}


@FONT-FACE {
    font-family: "header";
src: url(LamaSans-Regular.ttf)
}

/*
@FONT-FACE {
    font-family: "reg";
    src: url(Bahij_TheSansArabic-Plain.ttf)
}


@FONT-FACE {
    font-family: "bod";
  src: url(Bahij_TheSansArabic-Plain.ttf)
}


@FONT-FACE {
    font-family: "header";
    src: url(Bahij_TheSansArabic-Plain.ttf)
}*/



/*
@FONT-FACE {
    font-family: "metro";
    src: url(metropolis-bold-webfont.woff2)
}*/


* {
   box-sizing: border-box;
   outline: none;
}
:root {
    --bringer-border-mask: linear-gradient(#000, #000) content-box content-box, linear-gradient(#000, #000);
}
body,
html {
   padding: 0;
   margin: 0;
   min-height: 100%;
   max-width: 100vw;
}
body {
    overflow-x: hidden;
    position: relative;
    -webkit-tap-highlight-color: transparent;
   font-family: "reg" , Seravek;
    font-size: var(--bringer-t-content-fs);
    line-height: var(--bringer-t-content-lh);
    letter-spacing: var(--bringer-t-content-ls);
    font-weight: var(--bringer-t-content-fw);
    color: var(--bringer-s-text);
    background: var(--bringer-s-body-bg);
	text-align: right;
	direction: rtl;
	font-family: 'reg', Seravek;
}

.owl-carousel {
		direction: ltr;
}



body.is-unloading {
    pointer-events: none;
}
body.bringer-fullscreen-page {
    overflow: hidden;
}
body.bringer-fullscreen-page {
    height: 100svh;
}
body.is-loaded {
    opacity: 1;
}
body.is-unloaded {
    mask-position: 175%;
    transition: mask-position 0.75s;
}
iframe {
	max-width: 100%;
    border-radius: var(--bringer-default-br);
}
iframe.bringer-google-map {
    border-radius: var(--bringer-small-br);
	margin-top:60px; 
}
img,
video {
    display: block;
    max-width: 100%;
    height: auto;
}
img,
video {
    border-radius: var(--bringer-default-br);
}
header img,
header video,
footer video,
footer img,
.bringer-logo img {
    border-radius: unset;
}


.bringer-logo img {

}

.bringer-parallax-media:not([class*='bringer-grid']),
.bringer-parallax-media .st-lazy-wrapper,
.bringer-parallax-image {
    overflow: hidden;
    border-radius: var(--bringer-default-br);
}
.pswp {
    display: none;
}
.pswp.pswp--open {
    display: block;
}

[data-bg-src] {
    background: var(--bringer-s-container-bg) no-repeat center;
    background-size: cover;
    position: relative;
}
.bringer-grid-item-link {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 7;
    border-radius: inherit;
}

/* === BrickWall Styles === */
.brickwall-grid {
	position: relative;
}
.brickwall-grid > div {
	position: absolute;
	right: 0;
	top: 0;
}
.brickwall-grid > div.is-appended,
.brickwall-grid > div.is-prepended {
	transform: scale(0);
}
.brickwall-grid:not(.animation--none) > div.brickwall-item {
	transition: transform 0.4s, opacity 0.4s;
	will-change: transform, opacity;
}
.brickwall-grid.animation--slow > div.brickwall-item {
	transition: transform 0.8s, opacity 0.8s;
	will-change: transform, opacity;
}

/* === Selection === */
::selection {
    color: var(--bringer-s-heading);
    background-color: var(--bringer-s-accent);
}
img,
a img,
.bringer-counter,
header#bringer-header,
.swiper,
.disable-selection {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/** ==============
    02. TYPOGRAPHY
    ============== */
.bringer-highlight {
    color: var(--bringer-s-heading);
}
strong {
    font-weight: var(--bringer-t-heading-fw);
    color: var(--bringer-s-heading);
}
p {
	margin: 0 0 var(--bringer-t-content-lh) 0;
}
.bringer-large-text {
 
    line-height: var(--bringer-t-content-lh);
    color: var(--bringer-s-heading);
}
p:last-child {
	margin: 0;
}
p:empty {
	display: none;
}
a {
    position: relative;
}
    
a,
a:focus,
a:visited {
    text-decoration: none;
    color: var(--bringer-s-text-accent);
}
a {
    transition: color 0.3s;
}
address {
	margin: 0 0 28px 0;
}
ins,
tt,
kbd,
code,
pre {
	padding: 7px 15px 8px 15px;
	display: inline-block;
	margin: 10px 0;
	max-width: 100%;
}
tt,
kbd,
code {
	margin: 0 5px;
}
abbr {
	text-transform: uppercase;
}
ins, acronym, abbr {
	text-decoration: none;
}
kbd,
code {
	margin: 10px 5px;
	
}
pre {
	white-space: pre-wrap;
	margin-bottom: 1.65em;
}
hr {
    border: none;
	width: 100%;
    height: 1px;
    background: var(--bringer-c-border-gradient);
	margin: 1.65em 0;
}
hr:first-child {
	margin-top: 0;
}
hr:first-child {
	margin-bottom: 0;
}
label,
blockquote cite,
.bringer-label {
    font-size: var(--bringer-t-meta-fs);
    font-weight: var(--bringer-t-meta-fw);
    letter-spacing: var(--bringer-t-meta-ls);
    color: var(--bringer-s-heading-fade);
    text-transform: uppercase;
    margin-bottom: 4px;
}
sup {
	font-size: 0.6em;
	margin-left: 2px;
    display: inline-block;
    transform: translateY(0.05em);
}

.bringer-title-with-label h1 {
    margin-bottom: 0;
}
.bringer-title-with-label .bringer-label:first-child {
    display: block;
    margin-bottom: var(--stg-xs-gap);
}
.bringer-title-with-label .bringer-label:last-child {
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
}

.is-dropcap::first-letter {
    
    font-weight: var(--bringer-t-heading-fw);
    line-height: var(--bringer-t-h2-lh);
    color: var(--bringer-s-heading);
    font-size: var(--bringer-t-h2-fs);
    letter-spacing: var(--bringer-t-h2-ls);
    display: block;
	float: right;
	margin: -6px 16px -8px 0;
}

/* Blockquote */
blockquote cite {
    opacity: 1;
    position: relative;
}
blockquote cite::before {
    content: '';
    width: 8px;
    height: 2px;
    background-color: var(--bringer-s-heading);
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    transform: translateY(-1px);
}
cite {
	text-align: left;
	display: block;
	font-style: normal;
}

/* === Lists === */
ol,
ul {
	padding: 0;
	margin: 0;
}
ol:last-child,
ul:last-child {
    margin: 0;
}
ol li,
ul li {
	padding: 0;
    margin: 0;
    list-style: disc;
}

/* === Marked List === */
.bringer-marked-list {
    padding: 0;
    margin: 0;
}
.bringer-marked-list li {
    list-style: none;
    padding-right: 28px;
    margin: 0 0 1em 0;
    position: relative;
}
.bringer-marked-list li:last-child {
    margin: 0;
}
.bringer-marked-list:not(:last-child) {
    margin: 0 0 1.5em 0;
}
.bringer-marked-list li::before {
    content: '';
    width: 16px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    background: var(--bringer-s-heading);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: var(--icon-check);
    mask-image: var(--icon-check);
}

/* === Headings === */
h1, h2, h3, h4, h5, h6 {
font-family: "bod";
    color: var(--bringer-s-heading);
	font-family: 'bod', Seravek;
}
h1, h2, h3 {
    margin: 0 0 var(--stg-gap) 0;
}
h4, h5, h6 {
    margin: 0 0 var(--stg-small-gap) 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: var(--bringer-s-heading);
}
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
	opacity: 0.25;
}
.bringer-accent {
    color: var(--bringer-s-text-accent);
}
.is-accented .bringer-accent {
    color: var(--bringer-s-heading);
}

.bringer-page-title {
    display: block;
    width: 100%;font-size: 46px;
}
.bringer-post-title {
    margin-bottom: 0;
}
.bringer-post-title:not(:last-child),
.bringer-page-title:not(:last-child) {
    margin-bottom: var(--stg-gap);
}
.bringer-title-with-meta span:first-child {
    margin-bottom: 4px;
    display: block;
}
.bringer-title-with-meta span:last-child {
    margin-top: 4px;
    display: block;
}
h1.bringer-page-title {
    margin-bottom: calc( -1 * var(--stg-small-gap) );
}
.bringer-section-title {
    margin-bottom: var(--stg-large-gap);
}
.bringer-section-title p.is-short {
    max-width: calc(0.5 * var(--stg-container-width));
    margin: 0 auto;
}
.bringer-page-title.is-large {
    font-size: calc(1.2 * var(--bringer-t-h1-fs));
    line-height: calc(1.2 * var(--bringer-t-h1-lh));
}
h1 {
    font-size: var(--bringer-t-h1-fs);
    letter-spacing: var(--bringer-t-h1-ls);
    line-height: var(--bringer-t-h1-lh);
    margin: var(--bringer-t-h1-margin);
}
h2 {
    font-size: var(--bringer-t-h2-fs);
    letter-spacing: var(--bringer-t-h2-ls);
    line-height: var(--bringer-t-h2-lh);
    margin: var(--bringer-t-h2-margin);
}
h3 {
    font-size: var(--bringer-t-h3-fs);
    letter-spacing: var(--bringer-t-h3-ls);
    line-height: var(--bringer-t-h3-lh);
    margin: var(--bringer-t-h3-margin);
}
h4 {
    font-size: var(--bringer-t-h4-fs);
    letter-spacing: var(--bringer-t-h4-ls);
  line-height: initial;
    margin: var(--bringer-t-h4-margin);
}
.bringer-block h4 {
    margin-bottom: var(--stg-gap);
}
h5 {
    font-size: var(--bringer-t-h5-fs);
    letter-spacing: var(--bringer-t-h5-ls);
    line-height: var(--bringer-t-h5-lh);
    margin: var(--bringer-t-h5-margin);
}
h6 {
    font-size: var(--bringer-t-h6-fs);
    letter-spacing: var(--bringer-t-h6-ls);
    line-height: var(--bringer-t-h6-lh);
    margin: var(--bringer-t-h6-margin);
}
.stg-vertical-space-between > h1,
.stg-vertical-space-between > h2,
.stg-vertical-space-between > h3,
.stg-vertical-space-between > h4,
.stg-vertical-space-between > h5,
.stg-vertical-space-between > h6 {
    margin-bottom: 0;
}
.align-center h1,
.align-center h2,
.align-center h3,
.align-center h4,
.align-center h5,
.align-center h6 {
    margin-right: auto;
    margin-left: auto;
}
.bringer-meta {

    
    
    letter-spacing: var(--bringer-t-meta-ls);
    text-transform: uppercase;
    color: var(--bringer-s-heading-fade);
    margin-bottom: calc(0.5 * var(--stg-xs-gap));
}
.bringer-meta.bringer-highlight {
    color: var(--bringer-s-heading);
}
.bringer-meta > a,
.bringer-meta > span {
    color: var(--bringer-s-heading);
}

/* === Alignment === */
.align-left {
    text-align: right;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: left;
}
.align-center img {
	margin-right: auto;
	margin-left: auto;
}
.align-right img {
	margin-right: auto;
}

/** ====================
    03. FORMS AND FIELDS
    ==================== */
label {
    transition: opacity 0.2s;
    display: block;
    margin-bottom: 8px;
}
label.in-focus {
    opacity: 1;
}
input,
textarea {
    width: 100%;
    display: block;
    
    font-weight: var(--bringer-t-content-fw);
    font-size: var(--bringer-t-input-fs);
    line-height: 1em;
    letter-spacing: var(--bringer-t-content-ls);
    border: 1px solid var(--bringer-s-border);
    border-radius: var(--bringer-input-br);
    background: var(--bringer-s-container-bg);
    padding: var(--bringer-input-spacing);
    color: var(--bringer-s-text);
    transition: color 0.3s, border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 8px transparent;
}
input:focus,
textarea:focus {
    border-color: var(--bringer-s-accent);
    color: var(--bringer-s-heading);
    box-shadow: 0 8px 16px var(--bringer-s-box-shadow);
}
input:not(:last-child),
textarea:not(:last-child) {
margin-bottom: 17px;}
textarea {
    line-height: var(--bringer-t-input-lh);
    height: 121px;
    resize: vertical;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button:not([class*='pswp']),
a.bringer-button {
    
    font-weight: var(--bringer-t-content-fw);
    font-size: var(--bringer-t-button-fs);
    line-height: 1;
    padding: var(--bringer-button-spacing);
    display: inline-block;
    color: var(--bringer-s-accented-text);
    background: var(--bringer-s-accent);
    border-radius: var(--bringer-button-br);
    border: 1px solid var(--bringer-s-border-accent);
    transition: background-color 0.3s;
    cursor: pointer;
}
a.bringer-button.is-secondary,
.bringer-square-button.is-secondary {
    background: transparent;
    transition: background-color 0.3s, border-color 0.3s;
    border-color: var(--bringer-s-heading);
}
input[type="button"].is-fullwidth,
input[type="reset"].is-fullwidth,
input[type="submit"].is-fullwidth,
button.is-fullwidth,
.bringer-button.is-fullwidth {
    width: 100%;
    display: block;
    text-align: center;
}

/* === Contact Form === */
form.bringer-contact-form {
    box-shadow: 0 8px 16px var(--bringer-s-box-shadow);
    width: 100%;
    transition: transform 0.3s;
    will-change: transform;
}
.bringer-form-content {
    transition: opacity 0.3s;
}
form.bringer-contact-form.is-busy .bringer-form-content {
    opacity: 0.5;
}
.bringer-contact-form:not(.is-short) [type="submit"] {
    margin-bottom: 0;
    width: 100%;
}
.bringer-form-spinner {
    width: 48px;
    height: 48px;
    border: 2px solid var(--bringer-s-border-mute);
    border-top-color: var(--bringer-s-heading);
    border-radius: 50%;
    animation: sta_spin 1s infinite linear;
    pointer-events: none;
    position: absolute;
    z-index: 15;
    top: calc(50% - 24px);
    right: calc(50% - 24px);
    display: block;
    will-change: transform, opacity;
    opacity: 0;
    transition: opacity 0.3s;
}
.bringer-contact-form.is-busy .bringer-form-spinner {
    opacity: 1;
}
.bringer-contact-form.is-busy {
    transform: scale(0.95);
    pointer-events: none;
}
.bringer-contact-form.is-error {
    animation: sta_shake 0.3s linear;
}
.bringer-contact-form__response {
    padding-top: var(--stg-gap);
    text-align: center;
    position: static;
    font-size: var(--bringer-t-meta-fs);
    font-weight: var(--bringer-t-meta-fw);
    letter-spacing: var(--bringer-t-meta-ls);
    color: var(--bringer-s-heading);
    text-transform: uppercase;
    width: 100%;
    display: none;
}
.is-short .bringer-contact-form__response {
    position: absolute;
    top: 100%;
    right: 0;
}
.bringer-masked-cta .bringer-contact-form__response {
    top: auto;
    right: var(--stg-large-gap);
    bottom: calc( 0.5 * (var(--stg-large-gap) - var(--bringer-t-content-lh)) );
}

/** ==========
    04. HEADER
    ========== */
	
	#bringer-header {
    width: 100%;
    z-index: 9;
    background: var(--bringer-s-nav);
}


#bringer-header {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: var(--bringer-s-nav);
}


#bringer-header.is-sticky.is-scrolled {
    position: fixed;
}

#bringer-header.is-frosted {
    -webkit-backdrop-filter: saturate(150%) blur(12px);
    backdrop-filter: saturate(150%) blur(12px);
}
#bringer-header::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--bringer-c-border-gradient);
    position: absolute;
    bottom: 0;
    right: 0;
}
#bringer-header::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient( 0deg, transparent 25%, var(--bringer-s-body-bg) 100%);
    display: block;
}
.no-header-border #bringer-header::after {
    display: none;
}
.bringer-header-inner {
    padding: var(--bringer-header-spacing) 0;
	padding: 0;
    min-height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--stg-container-width);
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.bringer-mobile-header-inner {
    display: none;
}

/* === Main Menu === */
.current-menu-parent {
	   position: relative;
	
}
.current-menu-parent:after {
position: absolute;
width: calc(var(--active-width) - 0.5 * var(--bringer-menu-gap));
height: 2px;
background-color: var(--bringer-s-heading);
border-radius: 1px;
right: 0;bottom: 0;
width: 100%;
content: '';
}
.current-menu-parent:before {
content: '';
height: var(--st-header-height);
width: 200%;
background: radial-gradient(ellipse at center bottom, var(--bringer-s-heading) 10%, transparent 60%) no-repeat bottom center;
display: block;
position: absolute;
bottom: 0;
right: -50%;
opacity: 0.1;
height: 100%;
}



nav.bringer-nav ul.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    --stea-move: var(--stg-small-gap);
}
ul.main-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    
   
font-size: 16px;
    line-height: var(--bringer-t-menu-lh);
    position: relative;
}
ul.sub-menu li {
    
    
    font-size: var(--bringer-t-submenu-fs);
    line-height: var(--bringer-t-submenu-lh);
}
ul.main-menu li.bringer-menu-divider {
    position: relative;
    padding: 12px 0;
    height: 1px;
    pointer-events: none;
}
ul.main-menu li.bringer-menu-divider::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--bringer-c-border-gradient);
    position: absolute;
    right: 0;
    top: 12px;
    opacity: 0.5;
}
nav.bringer-nav ul.main-menu > li > a {
padding: 30px 18px;}
ul.main-menu a {
    color: var(--bringer-c-menu);
    display: block;
    transition: color 0.3s;text-transform: capitalize;
}
ul.main-menu li.current-menu-parent > a,
ul.main-menu li.current-menu-item > a,
ul.main-menu li.current-menu-ancestor > a {
    color: var(--bringer-c-menu-active);
    
}





#bringer-header ul.sub-menu > li.current-menu-item a::after,
#bringer-header ul.sub-menu > li.current-menu-parent a::after {
    content: '';
    position: absolute;
    width: 2px;
    height: calc(100% - 16px);
    right: -8px;
    top: 8px;
    background: var(--bringer-s-heading);
    border-radius: 1px;
}
ul.main-menu li.menu-item-has-children > a::after {
    content: '';
    width: var(--bringer-t-menu-fs);
    height: var(--bringer-t-menu-fs);
    background: var(--bringer-c-menu);
    transition: background-color 0.3s;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: var(--icon-chevron-down);
    mask-image: var(--icon-chevron-down);
    transform: scale(1.5) translateY(-1px);
}
ul.main-menu li.menu-item-has-children.current-menu-parent > a::after,
ul.main-menu li.menu-item-has-children.current-menu-item > a::after,
ul.main-menu li.menu-item-has-children.current-menu-ancestor > a::after {
    color: var(--bringer-c-menu-active);
}

/* Sub-Menu */
nav.bringer-nav ul.sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    right: -16px;
    width: 260px;
background: #0B1D35 radial-gradient(circle at center bottom, var(--bringer-s-backlight) 0%, transparent) no-repeat;
    z-index: 222;
    border-radius: var(--bringer-small-br);
    padding: 8px;
    transition: opacity 0.2s, transform 0.2s;
    will-change: opacity, transform;
    pointer-events: none;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 50% 0%;
}
nav.bringer-nav ul.sub-menu ul.sub-menu {
    top: -8px;
    right: calc(100% + 16px);
    z-index: 223;
    transform: scale(0, 1);
    transform-origin: 0% 50%;
}
nav.bringer-nav ul.sub-menu::before,
nav.bringer-nav ul.sub-menu ul.sub-menu::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    user-select: none;
}
nav.bringer-nav ul.sub-menu::before {
    left: 0;
    bottom: 0;
    inset: 0px;
    padding: 1px;
    background: linear-gradient( 0deg, var(--bringer-s-border), var(--bringer-s-backlight) );
    mask: var(--bringer-border-mask);
    -webkit-mask: var(--bringer-border-mask);
    border-radius: var(--bringer-small-br);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
}
nav.bringer-nav ul.sub-menu ul.sub-menu::after {
    width: 32px;
    height: 100%;
    top: 0;
    right: -24px;
    background: transparent;
}
nav.bringer-nav ul.sub-menu li {
    position: relative;
    z-index: 3;
}
nav.bringer-nav ul.sub-menu li::before {
    content: '';
    background: var(--bringer-s-backlight);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--bringer-xs-br);
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}
nav.bringer-nav ul.sub-menu li a {
    padding: 12px;
    position: relative;
    z-index: 4;
}
nav.bringer-nav ul.sub-menu li.menu-item-has-children > a::after {
    position: absolute;
    left: 8px;
    top: calc(50% - calc(0.5 * var(--bringer-t-menu-fs)));
    mask-image: var(--icon-menu-chevron);
    -webkit-mask-image: var(--icon-menu-chevron);
    transform: scale(1.5) translateX(0px);
}

/* Show Sub-Menu Event */
nav.bringer-nav li.menu-item-has-children:hover > ul.sub-menu {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}

/* Mobile Menu Container */
.bringer-mobile-nav {
    position: fixed;
    left: 0;
    top: var(--st-header-height);
    width: 100%;
    height: calc(100% - var(--st-header-height));
    max-width: 390px;
    z-index: 88;
    background: var(--bringer-s-nav);
    contain: paint;
    overflow-y: scroll;
    scrollbar-width: none;
    pointer-events: none;
    transform: translateX(200%);
    transition: transform 0.3s;
    will-change: transform;
    display: none;
}
.bringer-mobile-nav.is-frosted {
    -webkit-backdrop-filter: saturate(150%) blur(12px);
    backdrop-filter: saturate(150%) blur(12px);
}

/** ==================
    05. MAIN CONTAINER
    ================== */
main#bringer-main {
    position: relative;
    z-index: 5;
    contain: paint;
    padding-top: var(--st-header-height);
    transition: opacity 0.5s;
    will-change: opacity;
}
body:not(.is-loaded) main#bringer-main {
    opacity: 0;
}
body.bringer-fullscreen-page main#bringer-main {
    transition: opacity 0.5s, transform 0.8s;
    will-change: transform, opacity;
}
body.bringer-fullscreen-page:not(.is-loaded) main#bringer-main {
    transform: scale(1.05);
}
#bringer-main.bringer-min-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 0 var(--st-footer-height) 0;
    min-height: calc(100svh - var(--st-footer-height));
}
body.bringer-fullscreen-page main#bringer-main {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100svh;
    padding-top: 0;
}
section {
    padding: var(--bringer-section-gap) 0;
    position: relative;
	z-index: 2;
}
section > div {
    position: relative;
    z-index: 5;
}
section[data-padding="none"] {
    padding-top: 0;
    padding-bottom: 0;
}
section[data-padding="top"] {
    padding-bottom: 0;
}
section[data-padding="bottom"] {
    padding-top: 0;
}
section[data-padding="small"] {
    padding: calc(0.5 * var(--bringer-section-gap)) 0;
}
.is-fullwidth {
    max-width: 100svw;
    --bringer-fw-spacing: calc(0.5 * (100vw - var(--stg-container-width)));
    margin-right: calc(-1 * var(--bringer-fw-spacing));
    margin-left: calc(-1 * var(--bringer-fw-spacing));
    padding-right: var(--bringer-fw-spacing);
    padding-left: var(--bringer-fw-spacing);
}
.is-fullwidth.is-stretched {
    padding-right: 0;
    padding-left: 0;
}
.is-fullwidth.is-stretched > .is-boxed {
    --bringer-fw-spacing: calc(0.5 * (100vw - var(--stg-container-width)));
    padding-right: var(--bringer-fw-spacing);
    padding-left: var(--bringer-fw-spacing);
}
/*
.backlight-top::before,
.backlight-bottom::after,
.backlight-both::before,
.backlight-both::after,
.divider-both::before,
.divider-both::after,
.divider-top::before,
.divider-bottom::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: calc(-0.5 * (100vw - var(--stg-container-width)));
    pointer-events: none;
}*/
.stg-container.is-fullwidth .backlight-top::before,
.stg-container.is-fullwidth .backlight-bottom::after,
.stg-container.is-fullwidth .backlight-both::before,
.stg-container.is-fullwidth .backlight-both::after,
.stg-container.is-fullwidth .divider-both::before,
.stg-container.is-fullwidth .divider-both::after,
.stg-container.is-fullwidth .divider-top::before,
.stg-container.is-fullwidth .divider-bottom::after,
.is-fullwidth.backlight-top::before,
.is-fullwidth.backlight-bottom::after,
.is-fullwidth.backlight-both::before,
.is-fullwidth.backlight-both::after,
.is-fullwidth.divider-both::before,
.is-fullwidth.divider-both::after,
.is-fullwidth.divider-top::before,
.is-fullwidth.divider-bottom::after {
    right: 0;
}
.backlight-top::before,
.backlight-bottom::after,
.backlight-both::before,
.backlight-both::after {
    width: 100vw;
    height: 50vw;
}
.backlight-top::before,
.backlight-both::before {
    background: radial-gradient( 100vw circle at 50vw 0%, var(--bringer-s-backlight), transparent 50% );
}
.backlight-bottom::after,
.backlight-both::after {
    background: radial-gradient( 100vw circle at 50vw 100%, var(--bringer-s-backlight), transparent 50% );
}
.backlight-top::before,
.backlight-both::before {
    top: 0;
	right: 0;
}
.backlight-bottom::after,
.backlight-both::after {
    bottom: 0;
}
.divider-both::before,
.divider-both::after,
.divider-top::before,
.divider-bottom::after {
    width: 100vw;
    height: 1px;
    display: block;
    background: var(--bringer-c-border-gradient);
}
.divider-both::before,
.divider-top::before {
    top: 0;
}
.divider-both::after,
.divider-bottom::after {
    bottom: 0;
}
.backlight-top:last-child::before {
    height: 100%;
}

/* Mouse Cursor Backlight */
.bringer-backlight {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient( 50vw circle at var(--mouse-x) var(--mouse-y), var(--bringer-s-cursor-light), transparent 50% );
    opacity: 0.5;
    z-index: 1;
}

/** ==========
    06. FOOTER
    ========== */
#bringer-footer {
    position: relative;
    z-index: 22;
}
#bringer-footer.is-sticky,
.bringer-fullscreen-page #bringer-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    background: var(--bringer-s-nav);
}
#bringer-footer.is-frosted,
.bringer-fullscreen-page #bringer-footer.is-frosted {
    -webkit-backdrop-filter: saturate(150%) blur(12px);
    backdrop-filter: saturate(150%) blur(12px);
}
#bringer-footer a {
    color: var(--bringer-s-heading);
}

/* === Footer Widgets === */
.bringer-footer-line::before,
.bringer-footer-widgets::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: var(--bringer-c-border-gradient);
    position: absolute;
    top: 0;
    right: 0;
}
.bringer-footer-widgets::before {
    opacity: 0.5;
}
.bringer-footer-widgets {
    padding: 50px 0 20px;
    position: relative;
}
/*
.bringer-footer-widgets::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: var(--bringer-s-backlight) radial-gradient( 100vw circle at 50vw 35vw, var(--bringer-s-backlight), transparent 50% );
    opacity: 0.5;
    pointer-events: none;
}*/
.bringer-footer-widgets .stg-container {
    position: relative;
    z-index: 3;
}
.bringer-footer-widgets h6 {
    margin-bottom: var(--stg-gap);
}
.bringer-widget ul {
    margin: 0;
    padding: 0;
}
.bringer-widget ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Widget: Info */
.bringer-info-widget {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.bringer-info-widget .bringer-logo {
    margin-bottom: 10px;
}
.bringer-info-description {
    margin-bottom: 15px;
	width: 85%;
}
.bringer-info-widget .bringer-label {
    margin-bottom: var(--stg-xs-gap);
    color: var(--bringer-s-heading);
}

/* Widget: Contacts */
.bringer-contacts-widget ul li:not(:last-child) {
    margin-bottom: 16px;
}
.bringer-contacts-widget .bringer-label {
    display: block;
}

/* Widget: Menu */
.bringer-menu-widget ul {
	display: inline-block;
	width: 100%;
}

.bringer-menu-widget ul li {
  width: 50%;
float: right;
    position: relative;
	Padding-right: 10px;
}
.bringer-menu-widget a {
    display: block;
    padding: 8px;
    position: relative;
    z-index: 3;
    opacity: 0.7;
    transition: opacity 0.3s;text-transform: capitalize;
}
.bringer-menu-widget ul {
    margin: -8px 0;
}
.bringer-menu-widget ul li::before {
content: '';
position: absolute;
right: 0;
top: 16px;

background: #39a9dc;
background: #a3a3a4;
z-index: 1;
opacity: 0;
opacity: 0.5;
transform-origin: 0 50%;
will-change: opacity;
transition: opacity 0.2s;
width: 5px;
height: 5px;
border-radius: 50%;
}


/* Widget: Menu */
.last-menu-widget ul {
	display: inline-block;
	width: 100%;
}

.last-menu-widget ul li {

    position: relative;
	Padding-right: 10px;
}
.last-menu-widget a {
    display: block;
    padding: 8px;
    position: relative;
    z-index: 3;
    opacity: 0.7;
    transition: opacity 0.3s;text-transform: capitalize;
}
.last-menu-widget ul {
    margin: -8px 0;
}
.last-menu-widget ul li::before {
content: '';
position: absolute;
right: 0;
top: 16px;

background: #39a9dc;
background: #a3a3a4;
z-index: 1;
opacity: 0;
opacity: 0.5;
transform-origin: 0 50%;
will-change: opacity;
transition: opacity 0.2s;
width: 5px;
height: 5px;
border-radius: 50%;
}

/* === Footer Line === */
.no-footer-border .bringer-footer-line::before {
    display: none;
}
.bringer-footer-line {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
position: relative;
font-size: var(--bringer-t-footer-fs);
line-height: var(--bringer-t-footer-lh);
justify-content: center;
}
.bringer-footer-line:has(.align-center) {
    justify-content: center;
}
.bringer-footer-divider {
    margin: 0 8px;
}

/* === Socials List === */
ul.bringer-socials-list {
    display: flex;
    gap: 10px;justify-content: center;
}
ul.bringer-socials-list.stg-xs-gap {
    gap: var(--stg-xs-gap);
}
ul.bringer-socials-list.stg-small-gap {
    gap: var(--stg-small-gap);
}
ul.bringer-socials-list.stg-large-gap {
    gap: var(--stg-large-gap);
}
ul.bringer-socials-list.stg-xl-gap {
    gap: var(--stg-xl-gap);
}
.bringer-footer-line ul.bringer-socials-list {
    margin: -8px 0;
}
.bringer-socials-list li {
    list-style: none;
    padding: 0;
    display: block;
}
.bringer-socials-list a {
    position: relative;
    width: calc(var(--bringer-socials-size) + 24px);
    height: calc(var(--bringer-socials-size) + 24px);
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--bringer-xs-br);
    transition: transform 0.1s, background-color 0.3s;
    will-change: transform;
}
.bringer-socials-list a::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    border-radius: inherit;
    border: 1px solid var(--bringer-s-heading);
    transition: opacity 0.3s;
    will-change: opacity;
}
.bringer-socials-list i {
    width: var(--bringer-socials-size);
    height: var(--bringer-socials-size);
    background-color: var(--bringer-s-heading);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    display: block;
    z-index: 3;
}
.bringer-socials-500px i {
    -webkit-mask-image: var(--icon-social-500px);
    mask-image: var(--icon-social-500px);
}
.bringer-socials-behance i {
    -webkit-mask-image: var(--icon-social-behance);
    mask-image: var(--icon-social-behance);
}
.bringer-socials-dribbble i {
    -webkit-mask-image: var(--icon-social-dribbble);
    mask-image: var(--icon-social-dribbble);
}
.bringer-socials-facebook i {
    -webkit-mask-image: var(--icon-social-facebook);
    mask-image: var(--icon-social-facebook);
}
.bringer-socials-flickr i {
    -webkit-mask-image: var(--icon-social-flickr);
    mask-image: var(--icon-social-flickr);
}
.bringer-socials-instagram i {
    -webkit-mask-image: var(--icon-social-instagram);
    mask-image: var(--icon-social-instagram);
}
.bringer-socials-linkedin i {
    -webkit-mask-image: var(--icon-social-linkedin);
    mask-image: var(--icon-social-linkedin);
}
.bringer-socials-patreon i {
    -webkit-mask-image: var(--icon-social-patreon);
    mask-image: var(--icon-social-patreon);
}
.bringer-socials-pinterest i {
    -webkit-mask-image: var(--icon-social-pinterest);
    mask-image: var(--icon-social-pinterest);
}
.bringer-socials-tiktok i {
    -webkit-mask-image: var(--icon-social-tiktok);
    mask-image: var(--icon-social-tiktok);
}
.bringer-socials-tumblr i {
    -webkit-mask-image: var(--icon-social-tumblr);
    mask-image: var(--icon-social-tumblr);
}
.bringer-socials-vimeo i {
    -webkit-mask-image: var(--icon-social-vimeo);
    mask-image: var(--icon-social-vimeo);
}
.bringer-socials-x i {
    -webkit-mask-image: var(--icon-social-x);
    mask-image: var(--icon-social-x);
}
.bringer-socials-xing i {
    -webkit-mask-image: var(--icon-social-xing);
    mask-image: var(--icon-social-xing);
}
.bringer-socials-youtube i {
    -webkit-mask-image: var(--icon-social-youtube);
    mask-image: var(--icon-social-youtube);
}
/* Framed Socials */
.bringer-socials-list.bringer-framed-socials {
    flex-wrap: wrap;
    gap: var(--stg-small-gap);
}

/** =================
    07. HERO SECTIONS
    ================= */
.bringer-hero-block .bringer-page-title {
    margin-bottom: 0;
}
/* Info Line */
.bringer-hero-info-line {
    display: flex;
    justify-content: space-between;
    --stea-move: var(--stg-gap);
	margin-top: 30px;
}
.bringer-hero-info-line .bringer-meta {
    margin: 0;
}
.bringer-hero-info-line > div {
    width: 33.33%;
}
.bringer-hero-info-line > div:nth-child(2) {
    text-align: center;
}
.bringer-hero-info-line > div:nth-child(3) {
    text-align: left;font-family: "bod";
font-size: 16px;
}

/* === Layout 01 === */
.bringer-hero-type01 .bringer-masked-block {
    --masked-inner-radius: var(--bringer-large-br);
}
.bringer-hero-type01 .bringer-masked-content {
    width: 128px;
    height: 128px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bringer-hero-type01 .bringer-masked-content a.bringer-square-button {
    width: 112px;
    height: 112px;
    border-radius: var(--bringer-default-br);
}
.bringer-hero-type01 .bringer-masked-content a span {
    width: 32px;
    height: 32px;
}

/* Social Proof */
.bringer-hero-type01 .bringer-hero-social-proof {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: var(--stg-small-gap);
}
.bringer-hero-type01 .bringer-hero-social-proof > div {
    display: flex;
    justify-content: flex-end;
    margin-left: -4px;
    margin-bottom: 20px;
}
.bringer-hero-type01 .bringer-hero-social-proof p {
    text-align: left;
    text-transform: uppercase;
    color: var(--bringer-s-heading);
    max-width: 110px;
}
.bringer-hero-type01 .bringer-hero-social-proof img,
.bringer-hero-type01 .bringer-hero-social-proof a {
    display: flex;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: -32px;
    border: 4px solid var(--bringer-s-body-bg);
}
.bringer-hero-type01 .bringer-hero-social-proof a {
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--bringer-s-heading);
    background: var(--bringer-s-accent);
}

/* === Layout 02 === */
.bringer-hero-type02 .bringer-page-title {
    padding-left: var(--stg-gap);
    margin-bottom: var(--stg-large-gap);
    padding-bottom: 0;
}
.stg-row.bringer-hero02-row {
    padding-bottom: var(--stg-large-gap);
    width: calc(var(--stg-container-width) + var(--stg-gap));
}

/* === Layout 03 === */
.bringer-hero-type03 .bringer-hero-title-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: var(--stg-gap);
}
.bringer-hero-type03 .bringer-hero-title-wrap h1 {
    max-width: 70%;
    margin-bottom: 0;
}
.bringer-hero-type03 .bringer-hero-title-wrap > div {
    max-width: 25%;
    height: auto;
    border-radius: var(--bringer-default-br);
}
.bringer-hero-type03 .bringer-hero-media {
    aspect-ratio: 2/1;
}
.bringer-hero-type03 .bringer-hero-media video,
.bringer-hero-type03 .bringer-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bringer-hero-type03 .bringer-hero-media-content {
    max-width: 25%;
    width: max-content;
    text-align: left;
}
.bringer-hero-type03 .bringer-hero-media-content-inner {
    padding: 0 0 calc(var(--stg-small-gap) + 4px) var(--stg-small-gap);
}
.bringer-hero-type03 svg {
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    opacity: 0;
}
.bringer-hero-type03 .bringer-tags-list {
    position: absolute;
    right: var(--stg-small-gap);
    bottom: var(--stg-small-gap);
    max-width: 33%;
}
.bringer-tags-list li[data-appear] {
    --stea-move: var(--stg-small-gap);
}

/* === Layout 04 === */
.bringer-hero-type04 .bringer-large-text {
    max-width: 50%;
    margin: 0 auto;
}
.bringer-hero-type04 .bringer-hero-info-line {
    margin-bottom: var(--stg-gap);
}

/* === Layout 05 === */
.bringer-hero-type05 .bringer-title-block {
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--stg-gap);
    border-radius: var(--bringer-default-br);
}
.bringer-hero-type05 .bringer-title-block .bringer-large-text {
    max-width: 425px;
}
.bringer-hero-type05 .bringer-hero-media-wrap {
    position: relative;
    border-radius: var(--bringer-default-br);
}
.bringer-hero-type05 .bringer-hero-media-wrap img {
    position: absolute;
    width: calc(100% - 2 * var(--stg-large-gap));
    height: auto;
    top: var(--stg-large-gap);
    right: var(--stg-large-gap);
    display: block;
    box-shadow: 0 8px 16px var(--bringer-s-box-shadow);
}
.bringer-hero-type05 .bringer-square-button {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: var(--bringer-default-br);
}
.bringer-hero-type05 a.bringer-square-button span.bringer-icon {
    width: 64px;
    height: 64px;
}

/* === Layout 06 === */
.bringer-hero-type06 .is-large .bringer-bento-hero-media p {
    max-width: 320px;
}
.bringer-bento-hero-media {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    padding: var(--stg-gap);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: inherit;
}
.bringer-hero-type06 .bringer-masked-block {
    --masked-inner-radius: var(--bringer-large-br);
}
.bringer-hero-type06 .bringer-masked-content.at-bottom-right {
    width: 128px;
    height: 128px;
}
.bringer-hero-type06 .bringer-masked-content.at-bottom-right a.bringer-square-button {
    margin: calc(1.5 * var(--stg-small-gap)) 0 0 calc(1.5 * var(--stg-small-gap));
}
.bringer-hero-type06 .bringer-square-button {
    width: calc(100% - 1.5 * var(--stg-small-gap));
    height: calc(100% - 1.5 * var(--stg-small-gap));
    border-radius: var(--bringer-default-br);
}
.bringer-hero-type06 .bringer-square-button span.bringer-icon {
    width: 32px;
    height: 32px;
}

/* === Layout 07 === */
.bringer-hero-type07 .bringer-hero-info-line {
    margin: var(--stg-gap) 0 var(--stg-large-gap) 0;
}
/* Social Proof */
.bringer-hero-type07 .bringer-hero-social-proof {
    margin-top: calc(-1 * var(--stg-xs-gap));
}
.bringer-hero-type07 .bringer-hero-social-proof > div {
    display: flex;
    justify-content: flex-end;
    gap: var(--stg-xs-gap);
}
.bringer-hero-type07 .bringer-hero-social-proof a,
.bringer-hero-type07 .bringer-hero-social-proof img {
    width: 128px;
    height: 128px;
    display: block;
    border-radius: var(--bringer-small-br);
}
.bringer-hero-type07 .bringer-hero-social-proof a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bringer-hero-type07 .bringer-hero-social-proof a span {
    font-size: var(--bringer-t-meta-fs);
    font-weight: var(--bringer-t-meta-fw);
    letter-spacing: var(--bringer-t-meta-ls);
    color: var(--bringer-s-heading);
    text-transform: uppercase;
    display: block;
    height: auto;
    width: 100%;
}
.bringer-hero-type07 .bringer-hero-social-proof a h5 {
    margin: 0 0 4px 0;
}

/* === Layout 08 === */
.bringer-hero-form {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--stg-small-gap);
    width: 100%;
    padding-bottom: var(--stg-xs-gap);
}
.bringer-hero-form input {
    width: 100%;
}
.bringer-hero-form button {
    padding-left: var(--stg-gap);
    padding-right: var(--stg-gap);
}
.bringer-hero-form input,
.bringer-hero-form button {
    margin: 0;
}
.bringer-partners span {
    display: block;
}
.bringer-partners .bringer-block {

}


.bringer-partners .cl-img {
    padding: 0;
    border-radius: var(--bringer-xs-br);
	height: 120px;
display: grid;
align-items: center;
background: #05142a;	
}

.bringer-partners .cl-img img {
width: auto;
max-width: 90%;
max-height: 100px;
margin: 0 auto;border-radius: 0;
filter: brightness(100);
filter: contrast(0);
}

.bringer-partners .cl-img:hover img { 
filter: brightness(1);
}

/** ======================
    08. SCROLLING ELEMENTS
    ====================== */
.st-expandable-wrap {
    overflow: hidden;
}
/* === Smooth Scroll === */
.stss-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
}
.stss-wrap.is-ready {
    position: fixed;
}
.stss-container {
    width: 100%;
    min-height: 100%;
    height: auto;
    will-change: transform;
}

/* === Mask Fill Text === */
.bringer-text-fill-mask {
    background: linear-gradient(var(--bringer-s-heading), var(--bringer-s-heading)) left top no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--bringer-s-heading-fade);
}

/* === Expanded Section === */
.bringer-expand-on-scroll {
    --st-eos-init-scale: 1.25;
    --st-eos-init-clip: 0.5;
    --st-eos-br: var(--bringer-default-br);
    transform-origin: 50% 0;
}
.bringer-expand-on-scroll img,
.bringer-expand-on-scroll video {
    border-radius: 0;
}
.bringer-expand-on-scroll > * {
    width: 100%;
    height: auto;
    display: block;
}
.bringer-expand-on-scroll iframe {
    aspect-ratio: 16/9;
}

/** ============
    09. ELEMENTS
    ============ */
[class*='bringer-grid'] {
    display: grid;
    grid-column-gap: var(--stg-gap);
    grid-row-gap: var(--stg-gap);
}
.bringer-grid-1col {
    grid-template-columns: repeat(1, 1fr);
}
.bringer-grid-2cols {
    grid-template-columns: repeat(2, 1fr);
}
.bringer-grid-3cols {
    grid-template-columns: repeat(3, 1fr);
}
.bringer-grid-4cols {
    grid-template-columns: repeat(4, 1fr);
}
.bringer-grid-5cols {
    grid-template-columns: repeat(5, 1fr);
}
.bringer-grid-6cols {
    grid-template-columns: repeat(6, 1fr);
}
.bringer-subgrid-item {


}

/* === Lazy Loader === */
.st-lazy-wrapper {
    position: relative;
    display: block;
    border-radius: inherit;
}
.st-lazy-wrapper:has(img[data-speed]) {
    border-radius: var(--bringer-default-br);
}
.st-lazy-wrapper::before,
.st-lazy-wrapper::after {
    content: '';
    position: absolute;
    display: block;
    transition: opacity 0.3s;
    will-change: opacity;
    transition-delay: 0.05s;
}
.st-lazy-wrapper::before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bringer-s-container-bg);
    z-index: 4;
   
}
.st-lazy-wrapper.is-loaded::before {
    opacity: 0;
}
.st-lazy-wrapper::after {
    z-index: 5;
    width: 40px;
    height: 40px;
    border: 2px solid var(--bringer-s-border);
    border-top-color: var(--bringer-s-heading);
    animation: sta_spin 1s linear infinite;
    border-radius: 50%;
    right: calc(50% - 22px);
    top: calc(50% - 22px);
}
.st-lazy-wrapper.is-loaded::after {
    opacity: 0;
}
.st-lazy-wrapper.stop-anim::after {
    opacity: 0;
    animation: unset;
}

/* === Masked Block === */
.bringer-masked-block {
    position: relative;
    --masked-border-radius: var(--bringer-default-br);
}

.bringer-masked-content,
.bringer-masked-content.at-top-left {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}
.bringer-masked-content.at-top-right {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
.bringer-masked-content.at-bottom-left {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
.bringer-masked-content.at-bottom-right {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}
.bringer-masked-content.at-middle-right,
.bringer-masked-content.at-middle-left {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.bringer-masked-content.at-middle-right {
    left: 0;
    right: auto;
}
.bringer-masked-content.at-middle-left {
    right: 0;
    left: auto;
}
.bringer-masked-content.at-top-center,
.bringer-masked-content.at-bottom-center {
    right: 50%;
    left: auto;
    transform: translateX(-50%);
}
.bringer-masked-content.at-top-center {
    top: 0;
    bottom: auto;
}
.bringer-masked-content.at-bottom-center {
    bottom: 0;
    top: auto;
}

/* Square Button */
.bringer-masked-content .bringer-square-button,
.bringer-masked-content.at-top-left .bringer-square-button {
    margin: 0 var(--stg-small-gap) var(--stg-small-gap) 0;
}
.bringer-masked-content.at-top-right .bringer-square-button {
    margin: 0 0 var(--stg-small-gap) var(--stg-small-gap);
}
.bringer-masked-content.at-bottom-left .bringer-square-button {
    margin: var(--stg-small-gap) var(--stg-small-gap) 0 0;
}
.bringer-masked-content.at-bottom-right .bringer-square-button {
    /*margin: var(--stg-small-gap) 0 0 var(--stg-small-gap);*/
	margin-top: 20px;
	
}
.bringer-masked-content.at-top-center .bringer-square-button {
    margin: 0 var(--stg-small-gap) var(--stg-small-gap) var(--stg-small-gap);
}
.bringer-masked-content.at-bottom-center .bringer-square-button {
    margin: var(--stg-small-gap) var(--stg-small-gap) 0 var(--stg-small-gap);
}
.bringer-masked-content.at-middle-left .bringer-square-button {
    margin: var(--stg-small-gap) var(--stg-small-gap) var(--stg-small-gap) 0;
}
.bringer-masked-content.at-middle-right .bringer-square-button {
    margin: var(--stg-small-gap) 0 var(--stg-small-gap) var(--stg-small-gap);
}

/* Content Padding */
.bringer-masked-content > div,
.bringer-masked-content.at-top-left > div {
    padding: 0 var(--stg-small-gap) var(--stg-small-gap) 0;
}
.bringer-masked-content.at-top-right > div {
    padding: 0 0 var(--stg-small-gap) var(--stg-small-gap);
}
.bringer-masked-content.at-bottom-left > div {
    padding: var(--stg-small-gap) var(--stg-small-gap) 0 0;
}
.bringer-masked-content.at-bottom-right > div {
    padding: var(--stg-small-gap) 0 0 var(--stg-small-gap);
}
.bringer-masked-content.at-top-center > div {
    padding: 0 var(--stg-small-gap) var(--stg-small-gap) var(--stg-small-gap);
}
.bringer-masked-content.at-bottom-center > div {
    padding: var(--stg-small-gap) var(--stg-small-gap) 0 var(--stg-small-gap);
}
.bringer-masked-content.at-middle-left > div {
    padding: var(--stg-small-gap) var(--stg-small-gap) var(--stg-small-gap) 0;
}
.bringer-masked-content.at-middle-right > div {
    padding: var(--stg-small-gap) 0 var(--stg-small-gap) var(--stg-small-gap);
}

/* === Icons === */
.bringer-icon {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background: var(--bringer-s-heading);
    display: block;
    width: 24px;
    height: 24px;
}
.bringer-icon-explore {
    -webkit-mask-image: var(--icon-arrow-explore);
    mask-image: var(--icon-arrow-explore);
}
.bringer-icon-arrow-down {
    -webkit-mask-image: var(--icon-arrow-down);
    mask-image: var(--icon-arrow-down);
}
.bringer-icon-arrow-left {
    -webkit-mask-image: var(--icon-arrow-left);
    mask-image: var(--icon-arrow-left);
}
.bringer-icon-arrow-right {
    -webkit-mask-image: var(--icon-arrow-right);
    mask-image: var(--icon-arrow-right);
}
.bringer-icon-arrow-submit {
    -webkit-mask-image: var(--icon-arrow-submit);
    mask-image: var(--icon-arrow-submit);
}
.bringer-icon-creativity {
    -webkit-mask-image: var(--icon-creativity);
    mask-image: var(--icon-creativity);
}
.bringer-icon-collab {
    -webkit-mask-image: var(--icon-collab);
    mask-image: var(--icon-collab);
}
.bringer-icon-impact {
    -webkit-mask-image: var(--icon-impact);
    mask-image: var(--icon-impact);
}
.bringer-icon-innovation {
    -webkit-mask-image: var(--icon-innovation);
    mask-image: var(--icon-innovation);
}
.bringer-icon-chevron-left {
    -webkit-mask-image: var(--icon-chevron-left);
    mask-image: var(--icon-chevron-left);
}
.bringer-icon-chevron-right {
    -webkit-mask-image: var(--icon-chevron-right);
    mask-image: var(--icon-chevron-right);
}

/* === Block Item === */
.bringer-block {
    border-radius: var(--bringer-small-br);
    background-color: var(--bringer-s-container-bg);
    padding: var(--stg-gap);
    padding-bottom: calc(var(--stg-gap) - 3px);
    position: relative;
    --mouse-x: 50%;
    --mouse-y: 0;
}
.bringer-block.stg-valign-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bringer-block.is-frosted {
    background: var(--bringer-s-container-frosted);
    -webkit-backdrop-filter: saturate(150%) blur(12px);
    backdrop-filter: saturate(150%) blur(12px);
}
[class*='stg-col'].bringer-block {
    border-radius: var(--bringer-default-br);
}
.bringer-block::before,
.bringer-block::after {
    content: '';
    border-radius: inherit;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.bringer-block::before {
    inset: 0px;
    padding: 1px;
    background: radial-gradient( 800px circle at var(--mouse-x) var(--mouse-y), var(--bringer-s-border-highlight), var(--bringer-s-border-mute) 40% );
    mask: var(--bringer-border-mask);
    -webkit-mask: var(--bringer-border-mask);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    transition: opacity 0.4s;
    will-change: opacity;
    opacity: 0.75;
}
.bringer-block.is-accented {
    background: var(--bringer-s-accent) bottom right no-repeat;
    color: var(--bringer-s-accented-text);
}
.bringer-block.is-accented::before {
    background: radial-gradient( 800px circle at var(--mouse-x) var(--mouse-y), var(--bringer-s-text-accent), var(--bringer-s-border-accent) 40% );
}
.bringer-block::after {
    opacity: 0;
    transition: opacity 0.4s;
    will-change: opacity;
    width: 100%;
    background: radial-gradient( 800px circle at var(--mouse-x) var(--mouse-y), var(--bringer-s-backlight), transparent 40% );
    z-index: 5;
}

/* === Tags List === */
.bringer-tags-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: var(--stg-xs-gap);
    padding: 0;
    margin: 0;
}
.bringer-tags-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.bringer-tags-list li a {
    border-radius: var(--bringer-xs-br);
    font-size: var(--bringer-t-meta-fs);
    font-weight: var(--bringer-t-meta-fw);
    letter-spacing: var(--bringer-t-meta-ls);
    color: var(--bringer-s-heading);
    text-transform: uppercase;
    padding: calc(0.75 * var(--stg-xs-gap)) calc(1.5 * var(--stg-xs-gap));
    background: var(--bringer-s-nav);
    -webkit-backdrop-filter: saturate(150%) blur(12px);
    backdrop-filter: saturate(150%) blur(12px);
    display: block;
    border: 1px solid var(--bringer-s-border);
    transition: background-color 0.3s, border-color 0.3s;
}

/* === Link with Arrow === */
.bringer-arrow-link,
a.bringer-arrow-link {
    display: inline-block;
    position: relative;
    font-size: var(--bringer-t-meta-fs);

   
    color: var(--bringer-s-heading);
    text-transform: uppercase;
    padding: 0 0 2px 24px;
    margin-top: -5px;
}
.bringer-arrow-link::before,
.bringer-arrow-link::after {
    content: '';
    position: absolute;
    background: var(--bringer-s-heading);
    transition: transform 0.3s;
}
.bringer-arrow-link::before {
    width: calc(100% - 24px);
    height: 2px;
    bottom: 0;
    transform-origin: 0 50%;
}
.bringer-arrow-link::after {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--bringer-s-heading);
    display: block;
    left: 0;
    top: 6px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: var(--icon-arrow-explore);
    mask-image: var(--icon-arrow-explore);
    /*transform-origin: 0% 100%;*/
	transform: rotate(-90deg);
}

/* === Icon Link === */
.bringer-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}
.bringer-icon-link .bringer-icon-link-content {
    transition: transform 0.3s;
    will-change: transform;
    margin-top: 4px;
    text-align: right;
}
.bringer-icon-link .bringer-icon-link-content:first-child {
    text-align: left;
}
.bringer-icon-link h6 {
    margin: 0;
}
.bringer-icon-link .bringer-label {
    margin: 6px 0 0 0;
    display: block;
}
.bringer-icon-link .bringer-icon-wrap {
    width: 80px;
    height: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    background-color: transparent;
    border-radius: var(--bringer-small-br);
}
.bringer-icon-wrap::before {
    content: '';
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border: 2px solid var(--bringer-s-heading);
    border-radius: inherit;
    position: absolute;
    display: block;
    transition: opacity 0.3s;
    will-change: opacity;
}
.bringer-icon-link i {
    transition: transform 0.3s;
}

/* === Square Button === */
.bringer-square-button {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: var(--bringer-s-accented-text);
    background: var(--bringer-s-accent);
    border-radius: var(--bringer-small-br);
    border: 1px solid var(--bringer-s-border-accent);
    transition: background-color 0.3s;
    cursor: pointer;
    width: 80px;
    height: 80px;
}
.bringer-square-button span.bringer-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
    will-change: transform;
}

/* === Price Card === */
.bringer-price-card-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: var(--stg-large-gap);
    position: relative;
}
.bringer-price {
    
    
    color: var(--bringer-s-heading);
    font-size: var(--bringer-t-h3-fs);
    font-size: var(--bringer-t-h3-fs);
    letter-spacing: var(--bringer-t-h3-ls);
    line-height: var(--bringer-t-h3-lh);
    margin: -10px 0 26px -3px;
}

/* === Marquee === */
.bringer-marquee {
   
    min-width: 100%;
    overflow: hidden;
    max-width: max-content;
	padding: 35px 0;
}
.bringer-marquee-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
}
.bringer-marquee.is-init .bringer-marquee-inner {
   animation: marquee_scroll 35s infinite linear !important;
}
.bringer-marquee-inner-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: max-content;
}
.bringer-marquee-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: max-content;
}
.bringer-marquee-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.bringer-marquee-list li::before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    margin: var(--stg-large-gap);
    border-radius: 2px;
    outline: 4px solid var(--bringer-s-heading);
    transform: translateY(-2px) rotate(45deg);
}

/* === Counter Block === */
.bringer-counter {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: var(--stg-small-gap);
    position: relative;
    text-align: center;
    padding: var(--stg-large-gap) var(--stg-small-gap);
}
.bringer-counter-number {
    
    
    font-size: var(--bringer-t-h1-fs);
    letter-spacing: var(--bringer-t-h1-ls);
    line-height: var(--bringer-t-h1-lh);
    color: var(--bringer-s-heading);
}
.bringer-counter-number::before {
    content: attr(data-prefix);
}
.bringer-counter-number::after {
    content: attr(data-suffix);
}

/* Small Style */
.bringer-counter.bringer-small-counter {
    padding: 0;
    text-align: right;
    row-gap: 2px;
}
.bringer-small-counter .bringer-counter-number {
    font-size: var(--bringer-t-h3-fs);
    font-size: var(--bringer-t-h3-fs);
    letter-spacing: var(--bringer-t-h3-ls);
    line-height: var(--bringer-t-h3-lh);
}

/* === Porftolio Grid Card === */
.bringer-portfolio-card {
    padding: var(--stg-small-gap);
    border-radius: 0;display: block;
	padding: 0 !important;
	overflow: hidden;
}

.bringer-portfolio-card.bringer-block {
    padding: var(--stg-small-gap);
    border-radius: 16px;display: block;
	padding: 16px !important;
	overflow: hidden;
}

.bringer-portfolio-card.bringer-block .bringer-portfolio-card-image {
	 border-radius: 16px;
}

.bringer-portfolio-card-image {
    transition: transform 0.3s;
    will-change: transform;
    contain: paint;
    aspect-ratio: 1/1;
    border-radius: 0;
	overflow: hidden;
	height: 250px;
width: 100%;
}
.bringer-portfolio-card-image .st-lazy-wrapper {
    border-radius: 0;
	  height: 250px;
}
.bringer-portfolio-card-image img,
.bringer-portfolio-card-image video {
    border-radius: unset;
    object-fit: cover;
    width: 100%;
height: 350px;
object-position: top center;
transition: all ease-in-out 4s;
border-radius: 0;
}


.bringer-portfolio-card:hover .bringer-portfolio-card-image img {
	object-position: bottom;
}




.bringer-portfolio-card-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: var(--stg-small-gap) 0 9px 0;
}
.bringer-portfolio-card-title {
    min-height: 24px;
    align-self: flex-end;
}
.bringer-portfolio-card-title h6 {
    margin: 0;
}
.bringer-portfolio-card .bringer-icon {
    transform-origin: 0% 100%;
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
    margin-left: 30px;
    margin-top: var(--stg-xs-gap);
}
.bringer-portfolio-card > a {
    position: absolute;
    right: 0;  
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    border-radius: var(--bringer-small-br);
}

/* === Portfolio Short List === */
.bringer-portfolio-short-item {
    position: relative;
    padding: var(--stg-xs-gap);
    border-radius: var(--bringer-small-br);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bringer-portfolio-thmb {
    width: 88px;
    height: 88px;
    border-radius: var(--bringer-xs-br);
    overflow: hidden;
    margin-left: var(--stg-gap);
    box-shadow: 0 4px 8px var(--bringer-s-box-shadow);
}
.bringer-portfolio-thmb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}
.bringer-portfolio-short-item .bringer-icon {
    position: absolute;
    top: calc(50% - 12px);
    left: var(--stg-gap);
    width: 24px;
    height: 24px;
    transform-origin: 0 100%;
    transition: transform 0.3s;
    will-change: transform;
}
.bringer-portfolio-short-item a {
    position: absolute;
    border-radius: inherit;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.bringer-portfolio-short-more {
    position: relative;
    padding: var(--stg-gap);
    border-radius: var(--bringer-small-br);
    color: var(--bringer-s-accented-text);
    background: var(--bringer-s-accent);
    border: 1px solid var(--bringer-s-border-accent);
}
.bringer-portfolio-short-item span.bringer-meta,
.bringer-portfolio-short-more .bringer-label {
    display: block;
    margin-bottom: 4px;
    margin-top: -4px;
}

/* === Testimonials Grid Card === */
.bringer-tetimonials-card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: var(--stg-gap);
}
.bringer-tetimonials-card-descr {
    margin-top: -4px;
}
.bringer-tetimonials-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: -4px;
}
.bringer-tetimonials-card-name h6 {
    margin: 0;
}
[class*='bringer-tetimonials-stars'] {
    display: block;
    position: relative;
    width: 76px;
    height: 12px;
    opacity: 0.5;
    margin-bottom: 8px;
}
[class*='bringer-tetimonials-stars']::before,
[class*='bringer-tetimonials-stars']::after {
    content: '';
    height: 12px;
    background: var(--bringer-s-heading);
    -webkit-mask-repeat: repeat-x;
    -webkit-mask-size: contain;
    -webkit-mask-position: right;
    mask-repeat: repeat-x;
    mask-size: contain;
    mask-position: right;
    position: absolute;
    right: 0;
    top: 0;
}
[class*='bringer-tetimonials-stars']::before {
    -webkit-mask-image: var(--icon-star-empty);
    mask-image: var(--icon-star-empty);
    z-index: 1;
    width: 100%;
}
[class*='bringer-tetimonials-stars']::after {
    -webkit-mask-image: var(--icon-star-full);
    mask-image: var(--icon-star-full);
    z-index: 3;
}
.bringer-tetimonials-stars1::after {
    width: 20%;
}
.bringer-tetimonials-stars2::after {
    width: 40%;
}
.bringer-tetimonials-stars3::after {
    width: 60%;
}
.bringer-tetimonials-stars4::after {
    width: 80%;
}
.bringer-tetimonials-stars5::after {
    width: 100%;
}

/* === Carousel Card === */
.bringer-carousel {
    border-radius: var(--bringer-xs-br);
}
.bringer-fullscreen-page .bringer-carousel-wrapper {
    position: relative;
    height: calc(100svh - var(--st-header-height) - var(--st-footer-height));
}
.bringer-fullscreen-page .bringer-carousel {
    top: 50%;
    transform: translateY(-50%);
}
.bringer-fullscreen-page .bringer-carousel.swiper {
    overflow: visible;
}
.bringer-carousel-card {
    padding: var(--stg-small-gap);
}
.bringer-carousel-card-image {
    transition: transform 0.3s;
    will-change: transform;
    contain: paint;
    border-radius: var(--bringer-xs-br);
}
.bringer-carousel-card-image img,
.bringer-carousel-card-image video {
    border-radius: unset
}
.bringer-carousel-card-footer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: var(--stg-small-gap) 0 9px 0;
}
.bringer-carousel-card-title {
    min-height: 24px;
    align-self: flex-end;
}
.bringer-carousel-card-title h6 {
    margin: 0;
	text-transform: capitalize;
}
.bringer-carousel-card .bringer-icon {
    transform-origin: 0% 100%;
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
    margin-left: var(--stg-xs-gap);
    margin-top: var(--stg-xs-gap);
}
.bringer-carousel-card > a {
    position: absolute;
    right: 0;  
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    border-radius: var(--bringer-small-br);
}

/* === List with Preview === */
.bringer-list-with-preview {
    display: flex;
    justify-content: space-between;
    gap: var(--stg-gap);
}
.bringer-list-with-preview[data-preview-position="right"] {
    flex-direction: row-reverse;
}
.bringer-list-with-preview > div {
    width: 50%;
}
.bringer-lwp-media {
    position: relative;
    overflow: hidden;
    border-radius: var(--bringer-default-br);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
.bringer-lwp-media img,
.bringer-lwp-media video {
    width: 100%;
    height: auto;
    min-width: 100%;
    object-position: center;
}
.bringer-lwp-media img,
.bringer-lwp-media video {
    transition: clip-path 0.3s;
    position: relative;
    border-radius: unset;
}
.bringer-lwp-media img.is-active,
.bringer-lwp-media video.is-active {
    animation: lwp_active 0.3s ease-in-out;
}
.bringer-lwp-roster {
    display: flex;
    flex-direction: column;
    gap: var(--stg-gap);
}
.bringer-lwp-item {
    transition: background-color 0.2s, border-color 0.2s;
    position: relative;
    border-radius: var(--bringer-default-br);
}
.bringer-lwp-item .bringer-accent {
    transition: color 0.2s;
}
.bringer-lwp-item a {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: inherit;
}
.bringer-lwp-roster img {
    display: none;
}
.bringer-list-with-preview[data-preview-position="right"] .bringer-lwp-media img.is-active,
.bringer-list-with-preview[data-preview-position="right"] .bringer-lwp-media video.is-active {
    animation: lwp_active_r 0.3s ease-in-out;
}

/* === Carousel (Swiper) === */
.bringer-carousel {
    --swiper-gap: var(--stg-gap);
}
.bringer-dots .swiper-pagination-bullet {
    background: var(--bringer-s-heading);
}
.bringer-dots .swiper-pagination-bullet-active {
    background: var(--bringer-s-heading);
}
.bringer-dots.swiper-pagination {
    position: static;
    bottom: auto;
    right: auto;
    margin: var(--stg-gap) auto 0 auto;
    transform: none!important;
    height: 12px;
}
.bringer-dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

/* === Detailed List === */
.bringer-detailed-list {
    margin: 0;
    padding: 0;
    position: relative;
}
.bringer-detailed-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding: var(--stg-gap) 0 calc(1px + var(--stg-gap)) 0;
    position: relative;
    margin: 0 calc(-0.5 * var(--stg-gap));
}
.bringer-detailed-list::before,
.bringer-detailed-list li::before,
.bringer-detailed-list li::after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
}
.bringer-detailed-list::before,
.bringer-detailed-list li::after {
    right: calc(-0.5 * (100vw - var(--stg-container-width)));
    bottom: 0;
    height: 1px;
    background: var(--bringer-c-border-gradient);
    width: 100vw;
}
.bringer-detailed-list::before {
    bottom: auto;
    top: 0;
}
.bringer-detailed-list li::before {
    height: 100%;
    background: radial-gradient(ellipse, var(--bringer-s-heading) 0%, transparent 75%) no-repeat bottom center;
    background-size: 100% 200%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
}
.bringer-detailed-list li > div {
    margin: 0 calc(0.5 * var(--stg-gap));
}
.bringer-detailed-list li a {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
}
.bringer-detailed-list-title {
    min-width: calc(33.333% - var(--stg-gap));
    max-width: calc(33.333% - var(--stg-gap));
}
.bringer-detailed-list-title > * {
    margin-top: 0;
}
.bringer-detailed-list-description {
    min-width: calc(66.666% - 2 * var(--stg-gap) - 80px);
    max-width: calc(66.666% - 2 * var(--stg-gap) - 80px);
}
.bringer-detailed-list-button {
    width: 80px;
    height: 80px;
    border: 2px solid var(--bringer-s-heading);
    border-radius: var(--bringer-small-br);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, border-color 0.3s;
}
.bringer-detailed-list-button span.bringer-icon {
    width: 24px;
    height: 24px;
}

/* === Image Box === */
.bringer-image-box:not(:last-child) {
    margin-bottom: var(--stg-large-gap);
}
.bringer-image-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--stg-small-gap);
}
.bringer-image-box-head img {
    max-width: 80px;
    height: auto;
    display: block;
    border-radius: var(--bringer-xs-br);
}

/* === Icon Box === */
.bringer-icon-box {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: var(--stg-xl-gap);
    position: relative;
}
.bringer-icon-box .bringer-box-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--bringer-small-br);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: var(--stg-gap);
    top: var(--stg-gap);
}
.bringer-icon-box i {
    width: 32px;
    height: 32px;
}
.bringer-icon-box .bringer-box-icon::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border: 2px solid var(--bringer-s-heading);
    border-radius: inherit;
    background-color: transparent;
}
.bringer-icon-box h4 {
    padding-left: calc(64px + var(--stg-gap));
    margin: 0;
}
.bringer-icon-box .bringer-large-text {
    margin: 0;
}

/* === Grid More Masked === */
.bringer-grid-more-masked {
    --masked-border-radius: var(--bringer-small-br);
    --masked-inner-radius: var(--bringer-default-br);
    position: relative;
}
.bringer-grid-more-masked a {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: var(--bringer-small-br);
}
.bringer-grid-more-masked .bringer-masked-media p {
    padding-left: 96px;
}

/* === Price Table Card === */

.bringer-price-table > p {
    margin-bottom: var(--stg-gap);
}

.bringer-price-table h4 {
	margin-bottom: 10px;
}


.bringer-price-wrapper {
    background: radial-gradient(ellipse at center top, var(--bringer-s-backlight) 0%, transparent) no-repeat;
    margin: 0 calc(-1 * var(--stg-gap)) var(--stg-gap) calc(-1 * var(--stg-gap));
    padding: var(--stg-gap);
    width: calc(100% + 2 * var(--stg-gap));
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bringer-price-wrapper::before,
.bringer-price-table ul.bringer-marked-list::after,
.bringer-price-wrapper::after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--bringer-c-border-gradient);
    position: absolute;
    right: 0;
}
.bringer-price-wrapper::before {
    top: 0;
}
.bringer-price-table ul.bringer-marked-list::after,
.bringer-price-wrapper::after {
    bottom: 0;
}
.bringer-price-wrapper > .bringer-label {
    margin-bottom: 5px;
}
.bringer-price-wrapper > h2 {
    margin-bottom: -4px;
}
.bringer-price-table > .bringer-label {
    color: var(--bringer-s-heading);
    opacity: 1;
    margin-bottom: var(--stg-small-gap);
}
.bringer-price-table ul.bringer-marked-list {
    margin-bottom: var(--stg-gap);
    padding-bottom: var(--stg-gap);
    position: relative;
}
.bringer-price-table ul.bringer-marked-list li:last-child {
    margin: 0;
}

/* === FAQ List === */
.bringer-faq-list {
    display: flex;
    flex-direction: column;
    gap: var(--stg-gap);
}
.bringer-faq-list hr {
    margin-top: 0;
    margin-bottom: 0;
}

/* === Toggles === */
.bringer-toggles-item {
    cursor: pointer;
}
.bringer-toggles-item--title {
    display: block;
    position: relative;
}
.bringer-toggles-item--title .bringer-label {
    margin: -4px 0 8px 0;
    display: block;
}
.bringer-toggles-item--title sup {
    display: inline-block;
    margin: 0 2px;
transform: translateY(8px);
}
.bringer-toggles-item--title h4 {
    margin-bottom: 0;
    padding-left: 64px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
  align-items: center;
font-size: 24px;
}
.bringer-toggles-item--title i.bringer-icon {
    position: absolute;
    left: 0;
    top: 14px;
    margin: 0;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    transition: transform 0.3s;
    will-change: transform;
}
.is-active .bringer-toggles-item--title .bringer-icon {
    transform: rotate(0deg) translate(0, 12px);
}
.bringer-toggles-item--content {
    padding-top: calc(2 * var(--stg-gap));
    position: relative;
    cursor: default;
}
.bringer-toggles-item--content::after {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--bringer-c-border-gradient);
    position: absolute;
    right: 0;
    top: var(--stg-gap);
}
.bringer-toggles-item--content span {
    margin-bottom: var(--stg-small-gap);
    display: block;
}

/* === Swiper Slider === */
.bringer-slider-wrapper {
    position: relative;
}
.bringer-slider-wrapper svg {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    opacity: 0;
}
.bringer-slider {
    border-radius: var(--bringer-default-br);
    position: relative;
}
.bringer-slider-wrapper .bringer-slider {
    border-radius: 0;
}
.bringer-slider:not([data-effect="coverflow"]) img,
.bringer-slider:not([data-effect="coverflow"]) video {
    border-radius: 0;
}
.bringer-slider-nav {
    position: absolute;
    z-index: 22;
}

/* Masked Block Navigation */
.bringer-slider-nav {
direction: ltr;
}

.bringer-slider-nav.bringer-masked-content {
    display: flex;
    width: 160px;
    height: 80px;
}
.bringer-slider-nav.bringer-masked-content a {
    width: 64px;
    height: 64px;
    margin: 16px 16px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: var(--bringer-small-br);
    transition: background-color 0.3s;
}
.bringer-slider-nav.bringer-masked-content a::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    border: 2px solid var(--bringer-s-heading);
    z-index: 3;
    transition: opacity 0.3s;
    will-change: opacity;
}
.bringer-slider-nav.bringer-masked-content span.bringer-icon {
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 5;
    transition: transform 0.3s;
    will-change: transform;
}

/* Side by Side Navigation */
.bringer-slider-nav.on-sides {
    pointer-events: none;
    right: 0;
    width: 100%;
    top: calc(50% - 48px);
    display: flex;
    justify-content: space-between;
    --masked-border-radius: var(--bringer-default-br);
    --masked-inner-radius: var(--bringer-xl-br);
}
.bringer-slider-nav.on-sides a {
    pointer-events: all;
    width: 64px;
    height: 96px;
    display: block;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bringer-slider-nav.on-sides a span.bringer-icon {
    width: 24px;
    height: 24px;
    background: var(--bringer-s-heading);
    transition: transform 0.3s;
    will-change: transform;
}

/* Content */
.bringer-slider .swiper-slide.has-content {
    --masked-border-radius: var(--bringer-default-br);
    --masked-inner-radius: var(--bringer-large-br);
}
.bringer-slider .bringer-slide-content {
    position: absolute;
    bottom: 0;
}
.bringer-slider .bringer-slide-content-inner {
    padding: var(--stg-gap) var(--stg-large-gap);
    transition: transform 0.3s;
    will-change: transform;
}
.bringer-slide-content > a {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.bringer-slide-post-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bringer-slide-post-title .bringer-meta {
    opacity: 0.5;
    margin-bottom: var(--stg-xs-gap);
}




/******************************/


/* === Fullscreen Slider === */
.bringer-slider-wrapper {
top: 0;
width: 100%;
height: 69vh;
margin: 0;
overflow: hidden;
}
.bringer-slider-media .st-lazy-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.bringer-slider {
    width: 100%;
    height: inherit
}
.bringer-slider img,
.bringer-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}
.bringer-slider .swiper-slide {
    height: 100%;
    position: relative;
}
.bringer-slider-media {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

/* === Fullscreen Slider === */
.bringer-fullscreen-page .bringer-slider-wrapper {
    top: var(--st-header-height);
    width: calc(100% - 2 * var(--stg-small-gap));
    height: calc(100svh - var(--st-header-height) - var(--st-footer-height));
    margin: 0 var(--stg-small-gap);
    overflow: hidden;
}
.bringer-fullscreen-page .bringer-slider-media .st-lazy-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.bringer-fullscreen-page .bringer-slider {
    width: 100%;
    height: inherit
}
.bringer-fullscreen-page .bringer-slider img,
.bringer-fullscreen-page .bringer-slider video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}
.bringer-fullscreen-page .bringer-slider .swiper-slide {
    height: 100%;
    position: relative;
}
.bringer-fullscreen-page .bringer-slider-media {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

/* === Portfolio Next Post === */
.bringer-next-post.bringer-icon-link {
    gap: var(--stg-gap);
}
.bringer-next-post h2 {
    font-size: var(--bringer-t-h1-fs);
    letter-spacing: var(--bringer-t-h1-ls);
    line-height: var(--bringer-t-h1-lh);
    margin: var(--bringer-t-h1-margin);
    margin-bottom: 0;
}
.bringer-next-post h6 {
    opacity: 0.75;
    margin: 0 0 var(--stg-xs-gap) 0;
}
.bringer-next-post .bringer-icon-link-content {
    text-align: left;
}
.bringer-next-post.bringer-icon-link .bringer-icon-wrap {
    width: 160px;
    height: 160px;
    border-radius: var(--bringer-large-br);
}
.bringer-next-post .bringer-icon {
    width: 48px;
    height: 48px;
}
.bringer-next-post .bringer-icon-wrap::before {
    border: 4px solid var(--bringer-s-heading);
}

/* === Bento Grid Block === */
.bringer-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: var(--stg-gap);
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-flow: column;
    max-width: 100%;
}
.bringer-bento-grid img {
    max-width: 100%;
    height: auto;
}
.bringer-bento-grid .is-medium {
    overflow: hidden;
}
.bringer-bento-grid .is-small {
    aspect-ratio: 1;
}
/* Type 01 */
.bringer-bento-grid .is-large:first-child {
    grid-area: 1 / 1 / 3 / 3; 
}
.bringer-bento-grid .is-medium:nth-child(2) {
    grid-area: 1 / 3 / 1 / 5; 
}
/* Type 02 */
.bringer-bento-grid .is-medium:last-child {
    grid-area: 2 / 3 / 2 / 5; 
}
/* Type 03 */
.bringer-bento-grid .is-medium:first-child {
    grid-area: 1 / 1 / 2 / 3; 
}
.bringer-bento-grid .is-large:last-child {
    grid-area: 1 / 3 / 3 / 5; 
}
/* Type 04 */
.bringer-bento-grid .is-medium:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3; 
}

/* Inner Elements */
.bringer-bento-grid > div {
    position: relative;
}
.bringer-bento-grid > div,
.bringer-bento-grid .bringer-block {
    border-radius: var(--bringer-default-br);
}
.bringer-bento-grid div:has(img) {
    padding: 0;
    contain: paint;
}
.bringer-bento-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.bringer-bento-grid h1,
.bringer-bento-grid h2 {
    margin-bottom: 0;
}
.bringer-bento-grid > div > ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.bringer-bento-grid .bringer-marked-list {
    margin: 0
}

/* === Meta List === */
.bringer-meta-list {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.bringer-meta-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.bringer-meta-list li span {
    display: block;
}
/* Hack for Safari */
@supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .bringer-meta-list {
        min-height: calc(100% - 2 * var(--stg-gap));
    }
}

/* === Masked CTA === */
.bringer-masked-cta .bringer-cta-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
gap: 15px;
    padding: 30px;
    background: var(--bringer-s-accent);
}
.bringer-masked-cta button {
    background: var(--bringer-s-heading);
    border-color: var(--bringer-s-heading);
    border-radius: var(--bringer-default-br);
    padding: calc(1.5 * var(--stg-gap)) calc(1.5 * var(--stg-large-gap));
}
.bringer-masked-cta button span {
    background: var(--bringer-s-accent);
    width: 32px;
    height: 32px;
}
.bringer-cta-title {
    
    
    font-size: var(--bringer-t-h1-fs);
    letter-spacing: var(--bringer-t-h1-ls);
    line-height: var(--bringer-t-h1-lh);
    color: var(--bringer-s-heading);
    margin-bottom: var(--stg-large-gap);
}
.bringer-masked-cta input {
    background: var(--bringer-s-border);
    color: var(--bringer-s-heading);
    
    
    font-size: var(--bringer-t-h2-fs);
    letter-spacing: var(--bringer-t-h2-ls);
    line-height: 1;
    border-radius: var(--bringer-default-br);
    padding: var(--stg-gap);
    padding-top: calc(var(--stg-gap) - 4px);
}
.bringer-masked-cta input:focus {
    border-color: var(--bringer-s-border);
}
.bringer-masked-cta input::-webkit-input-placeholder {
	opacity: 1;
	color: var(--bringer-s-heading);
}
.bringer-masked-cta input::-moz-placeholder {
	opacity: 1;
	color: var(--bringer-s-heading);
}
.bringer-masked-cta input::-ms-input-placeholder {
	opacity: 1;
	color: var(--bringer-s-heading);
}
.bringer-masked-cta-content {
    text-align: left;
    width: 350px;
}
.bringer-masked-cta-content p {
    display: block;
    padding: 0 0 var(--stg-d-gap) var(--stg-d-gap);
}

/* === Member Contacts === */
.bringer-member-contacts-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--stg-small-gap);
}
.bringer-member-contacts-list a {
    
    
    color: var(--bringer-s-heading);
    font-size: var(--bringer-t-h6-fs);
    letter-spacing: var(--bringer-t-h6-ls);
    line-height: var(--bringer-t-h6-lh);
}
.bringer-member-contacts .bringer-socials-list {
    margin-top: var(--stg-gap);
}
.bringer-member-contacts .bringer-socials-list a {
    width: 80px;
    height: 80px;
    border-radius: var(--bringer-small-br);
}
.bringer-member-contacts .bringer-socials-list a::before {
    border: 2px solid var(--bringer-s-heading);
}
.bringer-member-contacts .bringer-socials-list a i {
    width: 40px;
    height: 40px;
}

/* === Infinite List === */
body:has(.bringer-infinite-list) .bringer-backlight {
    display: none;
}
.bringer-infinite-list-wrap {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: grab;
}
.bringer-infinite-list-wrap.is-grabbed {
    cursor: grabbing;
}
.bringer-infinite-list {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.bringer-infinite-scroll {
    width: var(--stg-container-width);
    margin: 0 auto;
    position: relative;
    z-index: 15;
}
.bringer-infinite-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px 0 35px 0;
    transition: opacity 0.3s;
}
.bringer-infinite-list-item::before {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    background: radial-gradient(ellipse, var(--bringer-s-heading) 0%, transparent 75%) no-repeat bottom center;
    background-size: 100% 200%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
}
.bringer-infinite-list-item::after {
    content: '';
    width: 100vw;
    height: 1px;
    display: block;
    background: var(--bringer-c-border-gradient);
    position: absolute;
    bottom: 0;
    right: calc(-0.5 * (100vw - var(--stg-container-width)));
}
.bringer-infinite-list-item a {
    position: absolute;
    right: -65px;
    top: 0;
    width: calc(100% + 130px);
    height: 100%;
    z-index: 5;
    display: block;
}
.bringer-infinite-list-title {
    transition: transform 0.3s;
    will-change: transform;
}
.bringer-infinite-list-item .bringer-meta {
    display: block;
    margin-bottom: 7px;
}
.bringer-infinite-list-preview {
    position: absolute;
    width: 96px;
    height: 96px;
    border-radius: var(--bringer-small-br);
    left: calc(100% + 28px);
    top: calc(50% - 48px);
    background: no-repeat center;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.bringer-infinite-list-preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}
.bringer-infinite-list-icon {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: var(--bringer-small-br);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bringer-infinite-list-icon span {
    position: relative;
    z-index: 5;
    transition: transform 0.3s;
}
.bringer-infinite-list-icon::before,
.bringer-infinite-list-icon::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    will-change: opacity;
    transition: opacity 0.3s;
}
.bringer-infinite-list-icon::before {
    z-index: 3;
    border: 2px solid var(--bringer-s-heading);
    opacity: 1;
}
.bringer-infinite-list-icon::after {
    background: var(--bringer-s-accent);
    opacity: 0;
}
.bringer-infinite-list-bgs {
    pointer-events: none;
    opacity: 0.15;
}
.bringer-infinite-list-bgs,
.bringer-infinite-list-bgs > div {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.bringer-infinite-list-bgs > div {
    background: no-repeat center;
    background-size: cover;
    will-change: opacity, transform;
    transition: opacity 0.5s, transform 0.5s;
    transform: scale(1.05);
    opacity: 0;
    z-index: 1;
}
.bringer-infinite-list-bgs > div.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}
.bringer-infinite-list-bgs > div video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* === Column Listing Item === */
.bringer-column-item:not(:last-child) {
    margin-bottom: var(--stg-large-gap);
}
.bringer-column-item.bringer-masked-block {
    --masked-inner-radius: var(--bringer-large-br);
}
.bringer-column-item-content {
    padding: var(--stg-gap) var(--stg-gap) 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: calc(0.33 * var(--stg-container-width));
}
.bringer-column-item-title {
    padding-right: var(--stg-small-gap);
    margin-left: var(--stg-gap);
    transform: translateY(-4px);
    transition: transform 0.3s;
}
.bringer-column-item-title span {
    margin-bottom: 8px;
    display: block;
    transition: transform 0.3s;
}
.bringer-column-item-title h4 {
    margin-bottom: 0;
    transition: transform 0.3s;
}
.bringer-column-item-content .bringer-icon-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: var(--bringer-small-br);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}
.bringer-column-item-content .bringer-icon-wrap::before {
    transition: opacity 0.3s;
    will-change: opacity;
}

.bringer-column-item a {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: var(--bringer-default-br);
    z-index: 7;
}

/* === Grid CTA === */
.bringer-masked-content {
    max-width: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bringer-masked-content:has(.bringer-square-button) {
    max-width: 50%;
}
.bringer-grid-cta-media {
    padding: var(--stg-large-gap);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.bringer-masked-cta-content p {
    padding: 0 0 var(--stg-d-gap) var(--stg-d-gap);
    display: block;
    text-align: left;
}
.bringer-bento-grid .bringer-masked-content p {
    padding: var(--stg-d-gap) 0 0 var(--stg-d-gap);
}
.bringer-grid-cta .is-medium {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.bringer-grid-cta .bringer-square-button {
    width: 100%;
    height: 100%;
    border-radius: var(--bringer-default-br);
}
.bringer-grid-cta .bringer-square-button span {
    width: 80px;
    height: 80px;
}
.bringer-grid-cta-heading {
    
    
    color: var(--bringer-s-heading);
    font-size: var(--bringer-t-h1-fs);
    letter-spacing: var(--bringer-t-h1-ls);
    line-height: var(--bringer-t-h1-lh);
    margin: var(--bringer-t-h1-margin);
}

/* === CTA with Image === */
.stg-cta-with-image {
    --this-spacing: var(--bringer-section-gap);
   
}
.stg-cta-with-image > div {
    position: relative;
}
[class*='stg-col-'] > div.bringer-offset-image {
    --this-offset: calc(-0.5 * (100vw - var(--stg-container-width)));
    width: calc(50% - var(--this-offset));
    top: calc(-1 * var(--this-spacing));
    bottom: calc(-1 * var(--this-spacing));
    position: absolute;
    background-position: left;
}


div.bringer-offset-image.cont-we {
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 30%;
}


[class*='stg-col-']:first-child > div.bringer-offset-image {
    right: var(--this-offset);
    border-radius: 0 var(--bringer-default-br) var(--bringer-default-br) 0;
}
[class*='stg-col-']:last-child > div.bringer-offset-image {
    left: var(--this-offset);
    border-radius: var(--bringer-default-br) 0 0 var(--bringer-default-br);
}
.bringer-cta-form-title {
    
    
    color: var(--bringer-s-heading);
    font-size: var(--bringer-t-h1-fs);
    letter-spacing: var(--bringer-t-h1-ls);
    line-height: var(--bringer-t-h1-lh);
}
.bringer-cta-text {
padding: 30px 0 50px;
}
.bringer-cta-icon {
    position: relative;
}
.bringer-cta-icon,
.bringer-cta-icon::before,
.bringer-cta-icon::after {
    background-color: var(--bringer-s-text-accent);
    border-radius: 4px;
    width: 8px;
    height: 64px;
    display: block;
}
.bringer-cta-icon::before,
.bringer-cta-icon::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.bringer-cta-icon::before {
    transform: rotate(120deg);
}
.bringer-cta-icon::after {
    transform: rotate(240deg);
}

/* === Right Click Protection === */
.bringer-rcp-wrap,
.bringer-rcp-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 333;
}
.bringer-rcp-wrap {
    transition: opacity 0.3s;
    will-change: opacity;
    pointer-events: none;
    opacity: 0;
}
.rcp-show .bringer-rcp-wrap {
    pointer-events: all;
    opacity: 1;
}
.bringer-rcp-overlay {
    z-index: 3;
    background-color: var(--bringer-s-body-bg);
    opacity: 0.9;
}
.bringer-rcp-container {
    z-index: 5;
    position: absolute;
    right: calc(50% - 0.5 * var(--stg-container-width));
    top: 50%;
    width: var(--stg-container-width);
    text-align: center;
    transition: transform 0.3s;
    will-change: transform;
    transform: translateY(0%);
    pointer-events: none;
}
.rcp-show .bringer-rcp-container {
    transform: translateY(-50%);
}

/** ==============
    10. PHOTOSWIPE
    ============== */
.pswp__img {
    border-radius: var(--bringer-default-br);
}
.pswp__ui {
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
}
.pswp--open .pswp__ui button {
    pointer-events: all;
}
.pswp__button,
.pswp__ui--fit .pswp__top-bar button.pswp__button {
    width: 60px;
    height: 60px;
    border-radius: var(--bringer-small-br);
    background: var(--bringer-s-nav);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}
.pswp__button::before,
.pswp__ui--fit .pswp__top-bar button.pswp__button::before,
.pswp__button::after,
.pswp__ui--fit .pswp__top-bar button.pswp__button::after {
    content: '';
    position: absolute;
    display: block;
}
.pswp__button::before,
.pswp__ui--fit .pswp__top-bar button.pswp__button::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    border: 2px solid var(--bringer-s-heading);
    border-radius: inherit;
    transition: opacity 0.3s;
}
.pswp__button::after,
.pswp__ui--fit .pswp__top-bar button.pswp__button::after {
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    background: var(--bringer-s-heading);
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}
button.pswp__button.pswp__button--close,
.pswp__top-bar button.pswp__button,
.pswp__ui--fit .pswp__top-bar button.pswp__button {
    left: 64px;
    top: 48px;
    position: absolute;
}
button.pswp__button.pswp__button--close::after,
.pswp__ui--fit .pswp__top-bar button.pswp__button::after {
    -webkit-mask-image: var(--icon-cross);
    mask-image: var(--icon-cross);
    width: 14px;
    height: 14px;
}
.bringer-pswp-prev,
.bringer-pswp-next {
    position: absolute;
    top: calc(50% - 20px);
}
.bringer-pswp-prev {
    right: 64px;
}
button.pswp__button.bringer-pswp-prev::after {
    -webkit-mask-image: var(--icon-chevron-left);
    mask-image: var(--icon-chevron-left);
}
button.pswp__button.bringer-pswp-next::after {
    -webkit-mask-image: var(--icon-chevron-right);
    mask-image: var(--icon-chevron-right);
}
.bringer-pswp-next {
    left: 64px;
}
.pswp__preloader {
    top: calc(50% - 22px);
}
.bringer-pswp-media--video {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    pointer-events: all;
}
.bringer-pswp-media--video video {
    width: 100%;
    height: auto;
    border-radius: var(--bringer-default-br);
}

/** ================
    11. HOVER STATES
    ================ */
@media (hover:hover) {
    a:hover {
        color: var(--bringer-s-heading);
    }
    
    /* --- PSWP Lightbox --- */
    .pswp__button:hover::after {
        transform: scale(1.2);
    }
    .pswp__button:hover::before,
    .pswp__ui--fit .pswp__top-bar button.pswp__button:hover::before {
        opacity: 0.15;
    }
    .pswp__button:hover,
    .pswp__ui--fit .pswp__top-bar button.pswp__button:hover {
        background-color: var(--bringer-s-accent);
    }
    .bringer-lightbox-link > .st-lazy-wrapper,
    .bringer-lightbox-link > img {
        transition: scale 0.3s;
    }
    .bringer-lightbox-link:hover > .st-lazy-wrapper,
    .bringer-lightbox-link:hover > img {
        scale: 1.02;
    }

    /* --- Forms and Fields --- */
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    button:not([class*='pswp']):hover,
    a.bringer-button:hover {
        background-color: var(--bringer-button-hover-bg);
    }
    a.bringer-button.is-secondary:hover,
    .bringer-square-button.is-secondary:hover {
        background: var(--bringer-s-accent);
        border-color: var(--bringer-s-border-accent);
    }
    a.bringer-button.is-secondary:hover {
        background: var(--bringer-s-border);
    }
    
    /* --- Main Menu --- */
    ul.main-menu li:hover > a {
        color: var(--bringer-c-menu-hover);
    }
    ul.main-menu li.menu-item-has-children:hover > a::after {
        background-color: var(--bringer-c-menu-hover);
    }
    ul.sub-menu li:hover::before {
        opacity: 1;
    }
    nav.bringer-nav ul.sub-menu li:hover::before {
        opacity: 1;
    }
    
    /* --- Footer --- */
    #bringer-footer .bringer-menu-widget a:hover {
		  opacity: 1;
		
	}
    .bringer-menu-widget ul li:hover::before {
      background: #39a9dc;opacity: 1;
    }
    .bringer-socials-list a:hover {
        background-color: var(--bringer-s-accent);
    }
    .bringer-socials-list a:hover::before {
        opacity: 0.15;
    }
    
    /* --- Block --- */
    .bringer-block:hover::after {
        opacity: 0.75;
    }
    .bringer-block:hover::before {
        opacity: 1;
    }
    
    /* --- Links --- */
    .bringer-tags-list li a:hover {
        background-color: var(--bringer-s-accent);
        border-color: var(--bringer-s-border-accent);
    }
    .bringer-arrow-link:hover::before {
        transform: scale(0, 1);
    }
	/*
    .bringer-arrow-link:hover::after {
        transform: scale(1.2, 1.2);
    }*/
    
    /* --- Icon Link --- */
    .bringer-icon-link:hover i {
        transform: scale(1.2);
    }
    .bringer-icon-link:hover .bringer-icon-wrap {
        background-color: var(--bringer-s-accent);
    }
    .bringer-icon-link:hover .bringer-icon-wrap::before {
        opacity: 0.15;
    }
    .bringer-icon-link:hover .bringer-icon-link-content:first-child {
        transform: translateX(calc(-1 * var(--stg-xs-gap)));
    }
    .bringer-icon-link:hover .bringer-icon-link-content:last-child {
        transform: translateX(var(--stg-xs-gap));
    }
    
    .bringer-square-button:hover span.bringer-icon {
        transform: scale(1.2);
    }
    
    /* --- Portfolio --- */
    .bringer-portfolio-card:hover .bringer-icon {
        transform: scale(1.2, 1.2);
    }
    .bringer-portfolio-card:hover .bringer-portfolio-card-image {
        transform: scale(1.01);
    }
    .bringer-portfolio-short-item:hover .bringer-icon {
        transform: scale(1.2);
    }
    
    .bringer-carousel-card:hover .bringer-icon {
        transform: scale(1.2, 1.2);
    }
    .bringer-carousel-card:hover .bringer-carousel-card-image {
        transform: scale(1.01);
    }
    .bringer-detailed-list li:hover::before {
        opacity: 0.05;
    }
    .bringer-detailed-list li:has(a):hover .bringer-detailed-list-button {
        background: var(--bringer-s-accent);
        border-color: var(--bringer-s-border-accent);
    }
    .bringer-grid-more-masked:hover .bringer-square-button.is-secondary {
        background: var(--bringer-s-accent);
        border-color: var(--bringer-s-border-accent);
    }
    .bringer-grid-more-masked:hover .bringer-square-button span.bringer-icon {
        transform: scale(1.2);
    }
    
    /* --- Slider --- */
    .bringer-slider-nav.bringer-masked-content a:hover span.bringer-icon {
        transform: scale(1.2);
    }
    .bringer-slider-nav.bringer-masked-content a:hover {
        background-color: var(--bringer-s-accent);
    }
    .bringer-slider-nav.bringer-masked-content a:hover::before {
        opacity: 0.15;
    }
    .bringer-slider-nav.on-sides a.bringer-slider-next:hover span.bringer-icon {
        transform: translateX(10px)
    }
    .bringer-slider-nav.on-sides a.bringer-slider-prev:hover span.bringer-icon {
        transform: translateX(-10px)
    }
    .bringer-slide-content:has(a):hover .bringer-slide-content-inner {
        transform: scale(1.1);
    }
    
    .bringer-masked-cta button:hover {
        background: var(--bringer-s-heading-fade);
    }
    
    /* --- Infinite List --- */
    .bringer-infinite-list-item:hover::before {
        opacity: 0.05;
    }
    .bringer-infinite-list-item:hover .bringer-infinite-list-preview {
        opacity: 1;
    }
    .bringer-infinite-list-item:hover .bringer-infinite-list-icon::before {
        opacity: 0.15;
    }
    .bringer-infinite-list-item:hover .bringer-infinite-list-icon::after {
        opacity: 1;
    }
    .bringer-infinite-list-item:hover .bringer-infinite-list-icon span {
        transform: scale(1.1);
    }
    
    /* --- Column List --- */
    .bringer-column-item-content:hover .bringer-icon-wrap {
        background-color: var(--bringer-s-accent);
    }
    .bringer-column-item-content:hover .bringer-icon-wrap::before {
        opacity: 0.15;
    }
    .bringer-column-item-content:hover .bringer-icon-wrap span.bringer-icon {
        transform: scale(1.2);
    }
    .bringer-column-item-content:hover .bringer-column-item-title span {
        transform: translateX(calc(-1 * var(--stg-xs-gap)));
    }
    .bringer-column-item-content:hover .bringer-column-item-title h4 {
        transform: translateX(var(--stg-xs-gap));
    }
}
@media (hover:none) {
    .bringer-backlight {
        display: none;
    }
    .bringer-block::before {
        opacity: 0.5;
    }
    .bringer-block::after {
        opacity: 0.75;
    }
    .bringer-toggles-item:not(.is-active)::after {
        opacity: 0;
    }
    .bringer-infinite-list-bgs {
        display: none;
    }
    .bringer-infinite-list-item {
        padding-right: calc(96px + var(--stg-gap));
    }
    .bringer-infinite-list-preview {
        opacity: 1;
        left: auto;
        right: 0;
    }
}

/** ==============
    12. ANIMATIONS
    ============== */
@keyframes sta_spin {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sta_shake {
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-10px);
    }
    30% {
        transform: translateX(10px);
    }
    50% {
        transform: translateX(-10px);
    }
    70% {
        transform: translateX(10px);
    }
    90% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(0);
    }
}

/* === Marquee === */
@keyframes marquee_scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* === List with Preview === */
@keyframes lwp_active {
    0% {
        clip-path: inset(0% 0% 0% 100% round var(--bringer-default-br));
    }
    100% {
        clip-path: inset(0% 0% 0% 0% round var(--bringer-default-br));
    }
}
@keyframes lwp_active_r {
    0% {
        clip-path: inset(0% 100% 0% 0% round var(--bringer-default-br));
    }
    100% {
        clip-path: inset(0% 0% 0% 0% round var(--bringer-default-br));
    }
}

/* === Entrance Animations === */
:root {
    --stea-move: var(--stg-gap);
    --stea-zoom-in: 0.9;
    --stea-zoom-out: 1.1;
    --stea-duration: 0.5s;
}
[data-split-appear] {
    --stea-move: 0.5cap;
}
[data-split-appear].bringer-line-overflow:not(.is-done) .line {
    overflow: hidden;
}
[data-split-appear].setting-up [data-appear] {
    transition: unset!important;
}
[data-unload*='fade-'].is-unloading,
[data-unload*='zoom-'].is-unloading,
[data-appear*='fade-']:not(.setting-up),
[data-appear*='zoom-']:not(.setting-up) {
    transition: opacity var(--stea-duration), transform var(--stea-duration);
    will-change: opacity, transform;
}
[data-unload*='fade-'].is-unloading,
[data-unload*='zoom-'].is-unloading,
[data-appear*='fade-'],
[data-appear*='zoom-'] {
    opacity: 0;
}
[data-appear*="zoom-"].in-view,
[data-appear*="fade-"].in-view {
    opacity: 1;
    transform: scale(1) translate(0,0);
}
[data-unload="zoom-out"].is-unloading,
[data-appear="zoom-in"],
[data-appear="fade-zoom"] {
    transform: scale(var(--stea-zoom-in));
}
[data-unload="fade-down"].is-unloading,
[data-appear="fade-up"] {
    transform: translateY(var(--stea-move));
}
[data-unload="fade-up"].is-unloading,
[data-appear="fade-down"] {
    transform: translateY(calc(-1 * var(--stea-move)));
}
[data-unload="fade-right"].is-unloading,
[data-appear="fade-left"] {
    transform: translateX(var(--stea-move));
}
[data-unload="fade-left"].is-unloading,
[data-appear="fade-right"] {
    transform: translateX(calc(-1 * var(--stea-move)));
}
[data-unload="fade-down-right"].is-unloading,
[data-appear="fade-up-left"] {
    transform: translate(var(--stea-move), var(--stea-move));
}
[data-unload="fade-down-left"].is-unloading,
[data-appear="fade-up-right"] {
    transform: translate(calc(-1 * var(--stea-move)), var(--stea-move));
}
[data-unload="fade-up-right"].is-unloading,
[data-appear="fade-down-left"] {
    transform: translate(var(--stea-move), calc(-1 * var(--stea-move)));
}
[data-unload="fade-up-left"].is-unloading,
[data-appear="fade-down-right"] {
    transform: translate(calc(-1 * var(--stea-move)), calc(-1 * var(--stea-move)));
}
[data-unload="zoom-out-down"].is-unloading,
[data-appear="zoom-in-up"] {
    transform: translateY(var(--stea-move)) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-up"].is-unloading,
[data-appear="zoom-in-down"] {
    transform: translateY(calc(-1 * var(--stea-move))) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-right"].is-unloading,
[data-appear="zoom-in-left"] {
    transform: translateX(var(--stea-move)) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-left"].is-unloading,
[data-appear="zoom-in-right"] {
    transform: translateX(calc(-1 * var(--stea-move))) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-down-right"].is-unloading,
[data-appear="zoom-in-up-left"] {
    transform: translate(var(--stea-move), var(--stea-move)) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-down-left"].is-unloading,
[data-appear="zoom-in-up-right"] {
    transform: translate(calc(-1 * var(--stea-move)), var(--stea-move)) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-up-right"].is-unloading,
[data-appear="zoom-in-down-left"] {
    transform: translate(var(--stea-move), calc(-1 * var(--stea-move))) scale(var(--stea-zoom-in));
}
[data-unload="zoom-out-up-left"].is-unloading,
[data-appear="zoom-in-down-right"] {
    transform: translate(calc(-1 * var(--stea-move)), calc(-1 * var(--stea-move))) scale(var(--stea-zoom-in));
}
[data-unload="fade-zoom"].is-unloading,
[data-unload="zoom-in"].is-unloading,
[data-appear="zoom-out"] {
    transform: scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-down"].is-unloading,
[data-appear="zoom-out-up"] {
    transform: translateY(var(--stea-move)) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-up"].is-unloading,
[data-appear="zoom-out-down"] {
    transform: translateY(calc(-1 * var(--stea-move))) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-right"].is-unloading,
[data-appear="zoom-out-left"] {
    transform: translateX(var(--stea-move)) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-left"].is-unloading,
[data-appear="zoom-out-right"] {
    transform: translateX(calc(-1 * var(--stea-move))) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-down-right"].is-unloading,
[data-appear="zoom-out-up-left"] {
    transform: translate(var(--stea-move), var(--stea-move)) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-down-left"].is-unloading,
[data-appear="zoom-out-up-right"] {
    transform: translate(calc(-1 * var(--stea-move)), var(--stea-move)) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-up-right"].is-unloading,
[data-appear="zoom-out-down-left"] {
    transform: translate(var(--stea-move), calc(-1 * var(--stea-move))) scale(var(--stea-zoom-out));
}
[data-unload="zoom-in-up-left"].is-unloading,
[data-appear="zoom-out-down-right"] {
    transform: translate(calc(-1 * var(--stea-move)), calc(-1 * var(--stea-move))) scale(var(--stea-zoom-out));
}






/**************/



.fullpagecontainer{
   overflow:hidden; 
}
.fullpagecontainer2 {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.fullpagecontainer3{
   overflow:hidden;
}
.fullpagecontainer3 .section {
	height:100vh;	max-width:100%;
	width:100%;
	position: relative;
    scroll-snap-align: center;
  margin:0 auto;
  padding:0px;
  overflow:hidden;
  z-index:2;
}
.homeWrapper{
  position:relative;
}
.homesections{
  position:absolute;
  z-index: 2;
}



/****************/



.fullpagecontainer2{
   overflow:hidden; 
}
.fullpagecontainer22 {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.fullpagecontainer32{
   overflow:hidden;
}
.fullpagecontainer32 .section2{
	min-height:100vh;
	width:100%;
	position: relative;
    scroll-snap-align: center;
  margin:0 auto;
  padding:0px;
  overflow:hidden;
  z-index:2222;
}



.homeSliderReveal2 {
z-index: 100;
position: absolute;
width: 100%;
top: 0;
bottom: 0;
background-size: cover !important;
background-position: 50% !important;
}

.homeWrapper2{
  position:relative;
}
.homesections2{
  position: absolute;
  z-index: 2;
  /*
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;*/
}


.homesections2 img {
	border-radius: 0;
width: 100%;
height: 100%;
}


/*
.zoom-hero {
	 position: relative;
	 margin: 0 auto;
	 width: 100%;
	 height: 900px;
	 overflow: hidden;
	 display: grid;
	 grid-template-columns: 1fr;
	 grid-template-rows: 1fr;
	 grid-column-gap: 0px;
	 grid-row-gap: 0px;
}


.zoom-hero .image-hero {
	 grid-area: 0.25;
}
 
.zoom-hero .image-hero img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 */
 
 
 
 
 
/*=======================================================================
    Health Coach Styles End
=========================================================================*/
/*=======================================================================
    Language Academy Styles Starts
=========================================================================*/
.hero-style-10 {
height: calc(100vh);
height: 100vh;
    
    position: relative;
overflow: hidden;
z-index: 1;
background-size: cover !important;
background-position: center !important;



  -moz-transition: all 900ms ease-in-out;
  -webkit-transition: all 900ms ease-in-out;
  -ms-transition: all 900ms ease-in-out;
  -o-transition: all 900ms ease-in-out;
  transition: all 900ms ease-in-out;
  
  transform: scale(0.8)
  

}

.fullpagecontainer3 img {
	border-radius:0 !important;
}
/*
.hero-style-10:after {

    content: "";
    height: 100%;
    width: 100%;
    background-color: #020b17ad;
    position: absolute;
    left: 0;
    right: 0;z-index: -1;
background: linear-gradient(to right , #000 , #09080d) !important;
background: linear-gradient(to right , #000000c7 , #050f44) !important;
opacity: 0.9;
}*/




.hero-style-10 .banner-content {
    position: relative;
    z-index: 2;
}



@media only screen and (max-width: 991px) {
    .hero-style-10 .banner-content p {
        padding-right: 0;
    }
}

.hero-style-10 .banner-content .shape-group li.shape-1 {
    left: -435px;
    top: -350px;
}

.hero-style-10 .banner-content .shape-group li.shape-1 span {
    border: 32px solid rgba(255, 255, 255, 0.302);
    border-radius: 50%;
    width: 453px;
    height: 453px;
    display: inline-block;
}

.hero-style-10 .banner-content .shape-group li.shape-2 {
    left: -209px;
    top: -30px;
}

.hero-style-10 .banner-content .shape-group li.shape-2 span {
    width: 100px;
    height: 100px;
    background: #0076be14;
    border-radius: 100%;
}




.hero-style-10 .banner-thumbnail {
align-items: center;
display: grid;
justify-content: center;
border-radius: 50%;
margin: 0 auto;
    margin-top: 50px;
}

.hero-style-10 .banner-thumbnail .instructor-info {
    bottom: 236px;
    left: 27px;
}

@media only screen and (max-width: 1199px) {
    .hero-style-10 .banner-thumbnail .instructor-info {
        bottom: 150px;
        left: -50px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-style-10 .banner-thumbnail .instructor-info {
        bottom: 250px;
        left: -16px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-style-10 .banner-thumbnail .instructor-info {
        display: none;
    }
}

.hero-style-10 .banner-thumbnail .instructor-info .inner {
    max-width: 150px;
    width: 100%;
    max-height: 290px;
    background-color: #ffffff;
    border-radius: 75px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 26px 27px 40px;
    position: relative;
}

.hero-style-10 .banner-thumbnail .instructor-info .inner::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 50%;
    width: 70px;
    height: 1px;
    background-color: #e5e5e5;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item {
    font-size: 35px;
    
    text-align: center;
    margin-bottom: 0;
}

.hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.primary-color {
    color: #0076be;
}

.hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.secondary-color {
    color: #0076be;
}

.hero-style-10 .banner-thumbnail .instructor-info .inner .counter-item.count-number span {
    font-size: 30px;
    
    
}

.hero-style-10 .banner-thumbnail .instructor-info .inner .title {
    font-size: 13px;
    text-transform: uppercase;
}

.hero-style-10 .banner-thumbnail .instructor-info .inner .enrolled-counter {
    margin-top: 10px;
}

.hero-style-10 .banner-thumbnail .instructor-info .inner .lahguage-counter {
    margin-top: 72px;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-3 {
    top: 11px;
    left: -24%;
    z-index: 1;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-4 {
    top: -12px;
    right: -122px;
    left: inherit;
    z-index: -1;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-5 {
    top: -90px;
    right: 15px;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-6 {
    top: -35px;
    right: 65px;
}

.hero-style-10 .banner-thumbnail .shape-group li.shape-7 {
    left: 203px;
    bottom: 240px;
}



.baery {
text-align: left;
display: grid;
grid-template-columns: repeat(2, 1fr);
position: relative;
z-index: 1;
}

.hero-style-10 .banner-thumbnail .thumbnail-1 img {
border-radius: 0 70px 0 110px;
}

.hero-style-10 .banner-thumbnail .thumbnail-2 img {
border-radius: 50px 0 90px 0;
}


.hero-style-10 .banner-thumbnail .thumbnail.thumbnail-2 {
  padding-top: 50px;
  padding-right: 30px;
}



.hero-style-10 .wave-bottom-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
    .hero-style-10 .wave-bottom-bg {
        display: none;
    }
}

.hero-style-10 .shape-group li.shape-8 {
    right: 0;
    top: 225px;
    z-index: 1;
}




/*-------------------
  Hero Banner Styles
---------------------*/
.hero-banner {
/*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}



.hero-banner .banner-content {
    position: relative;
    z-index: 1;
	width: 65%;
margin: 0 auto;
text-align: center;
filter: blur(100px);
transform: scale(0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner .banner-content {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-content {
        text-align: center;
    }
}

.hero-banner .banner-content .subtitle {
    
    
    color: #0076be;
	color: var(--bringer-s-heading);
    text-transform: uppercase;
    letter-spacing: 2.6px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.hero-banner .banner-content .title {

font-size: 40px;
line-height: 55px;
color: #000;
color: var(--bringer-s-heading);
text-transform: capitalize;
}



.hero-banner .banner-content .title .colorize {
font-size: 30px;
line-height: 45px;
background: linear-gradient(-40deg, #0265a1 0%, #50b8f7 100%);
  background-clip: border-box;
background-clip: border-box;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}


.hero-banner .banner-content .title div {
display: block;
color: #39a9dc;
}
@media only screen and (max-width: 1199px) {
    .hero-banner .banner-content .title br {
        display: none;
    }
}

.hero-banner .banner-content p {
color: #6c869f;
color: var(--bringer-s-heading);
font-size: 16px;
margin-bottom: 15px;

}

.hero-banner .banner-content .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner .banner-content .shape-group li.shape-1 {
    top: -75px;
    left: -90px;
}

.hero-banner .banner-thumbnail {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .hero-banner .banner-thumbnail {
        margin-right: 0;
    }
}

.hero-banner .banner-thumbnail .thumbnail {
    text-align: center;
}

.hero-banner .banner-thumbnail .thumbnail img {
height:330px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner .banner-thumbnail .thumbnail {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-thumbnail .thumbnail {
        text-align: center;
    }
}

.hero-banner .banner-thumbnail .instructor-info {
    position: absolute;
    bottom: 70px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-thumbnail .instructor-info {
        bottom: 40px;
    }
}

.hero-banner .banner-thumbnail .instructor-info .inner {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 26px 30px 16px;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}

.hero-banner .banner-thumbnail .instructor-info .inner .title {
    margin-bottom: 5px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .thumb {
    margin-left: -2px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .content {
    line-height: 1;
    color: #181818;
    font-weight: 500;
    margin-top: 10px;
}

.hero-banner .banner-thumbnail .instructor-info .inner .media .content span {
    display: block;
    
    color: #0076be;
}

.hero-banner .banner-thumbnail .shape-group li {
    margin: 0;
    position: absolute;
    z-index: -1;
}

.hero-banner .banner-thumbnail .shape-group li.shape-1 {
    top: 50px;
    left: 160px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-2 {
    top: 115px;
    left: 170px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-3 {
    top: 45%;
    left: 17%;
}

.hero-banner .banner-thumbnail .shape-group li.shape-3 span.circle-shape {
    width: 41px;
    height: 41px;
    background: #0076be;
    border-radius: 100%;
}

.hero-banner .banner-thumbnail .shape-group li.shape-4 {
    top: 114px;
    right: 41px;
    z-index: 1;
}

.hero-banner .banner-thumbnail .shape-group li.shape-5 {
    bottom: 100px;
    right: -50px;
}

.hero-banner .banner-thumbnail .shape-group li.shape-6 {
    bottom: 132px;
    right: -98px;
}

.hero-banner.presentation-hero-style {
    min-height: 745px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    -webkit-clip-path: none;
    clip-path: none;
    min-height: 930px;
    margin-top: -110px;
}

.hero-banner.presentation-hero-style::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/bg-image-27.png);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style {
        min-height: 740px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style {
        min-height: 600px;
    }
}

.hero-banner.presentation-hero-style .banner-content {
    text-align: center;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content {
        padding: 160px 0;
    }
}

.hero-banner.presentation-hero-style .banner-content .subtitle {
    letter-spacing: 1px;
    background: #083839;
    background: -webkit-linear-gradient(right, #083839 0%, #0076be 76%);
    background: linear-gradient(to left, #083839 0%, #0076be 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content .subtitle {
        font-size: 14px;
    }
}

.hero-banner.presentation-hero-style .banner-content .title {
    margin-bottom: 40px;
}

.hero-banner.presentation-hero-style .banner-content:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1px solid #dae1e3;
}

.hero-banner.presentation-hero-style .banner-content:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    border: 1px solid #dae1e3;
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-content:before, .hero-banner.presentation-hero-style .banner-content:after {
        display: none;
    }
}

.hero-banner.presentation-hero-style .banner-content:before {
    height: 570px;
    width: 570px;
    top: -140px;
    left: 200px;
    -webkit-animation: ripple_3 2.5s linear 1s infinite;
    animation: ripple_3 2.5s linear 1s infinite;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-content:before {
        left: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content:before {
        height: 400px;
        width: 400px;
        left: 154px;
        top: -70px;
    }
}

.hero-banner.presentation-hero-style .banner-content:after {
    height: 370px;
    width: 370px;
    top: -43px;
    left: 299px;
    -webkit-animation: ripple_3 2.5s linear infinite;
    animation: ripple_3 2.5s linear infinite;
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-content:after {
        left: 210px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content:after {
        height: 300px;
        width: 300px;
        left: 202px;
        top: -16px;
    }
}

.hero-banner.presentation-hero-style .banner-content p {
    width: 70%;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-content p {
        width: 100%;
    }
}

.hero-banner.presentation-hero-style .banner-gallery {
    display: block;
    position: initial;
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .banner-gallery {
        display: none;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail {
    position: absolute;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail img {
        width: 75%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail img {
        width: 65%;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-1 {
    top: 225px;
    left: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-1 img {
    -webkit-animation: none;
    animation: none;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-2 {
    top: inherit;
    bottom: 158px;
    right: inherit;
    left: 0;
    padding: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-3 {
    top: 195px;
    right: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-3 img {
    border-radius: 0;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-4 {
    bottom: 180px;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-4 {
        right: -115px;
    }
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 {
    top: 135px;
    left: 325px;
    border-radius: 10px;
}

.hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 img {
    border-radius: 10px;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.04);
}

@media only screen and (max-width: 767px) {
    .hero-banner.presentation-hero-style .banner-gallery .thumbnail.thumbnail-5 {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner.presentation-hero-style .shape-group {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li img {
        width: 75%;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-banner.presentation-hero-style .shape-group li img {
        width: 65%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-1 {
    top: auto;
    bottom: 37%;
    left: 19%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-1 {
        bottom: 32%;
        left: 19%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-1 img {
    opacity: 1;
}

.hero-banner.presentation-hero-style .shape-group li.shape-2 {
    top: auto;
    bottom: 29%;
    left: 20%;
    z-index: 2;
}

.hero-banner.presentation-hero-style .shape-group li.shape-3 {
    top: 145px;
    bottom: auto;
    left: auto;
    right: 13%;
}

.hero-banner.presentation-hero-style .shape-group li.shape-4 {
    top: 29%;
    bottom: auto;
    left: auto;
    right: 15%;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-4 {
        top: 19%;
        right: 23%;
    }
}

.hero-banner.presentation-hero-style .shape-group li.shape-4 span {
    display: block;
    height: 100px;
    width: 100px;
    border: 16px solid #0076be;
    border-radius: 50%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .hero-banner.presentation-hero-style .shape-group li.shape-4 span {
        height: 50px;
        width: 50px;
        border: 7px solid #0076be;
    }
}



.svg-shape {
  position: absolute;
  right: 0;
  bottom: -240px;
  width: 100%;
  bottom: -185px;
}

.svg-shape svg {
  fill: #0b1d35;
}



.moving {
    position: relative; /* Required for absolute positioning */
    animation: moveUpDown 3.5s infinite alternate cubic-bezier(0.25, 0.1, 0.25, 0.2);
}
@keyframes moveUpDown {
    0%, 100% {
        top: -15px;
    }
    50% {
        top: 0px; /* Move down by 10px */
    }
}




.abo {
padding: 4px 12px;
background: #39a9dc;
display: inline-block;
border-radius: 26px;
color: #fff;
margin-bottom: 10px;

}


.reg-sec {
	padding: 50px 0;
}


.colorize-textre {
padding: 80px 0;
display: grid;
align-items: center;
}


/****************************/


.bumper {
  text-align: center;
  padding: 128px 16px;
  background-color: #efefef;
}

.space-holder {
  position: relative;
  width: 100%;
}

.sticky-sce {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
}

.horizontal {
  position: absolute;
  will-change: transform;
}

.cards {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.sample-card {
  position: relative;
  height: calc(100vh - 100px);
  width: 100%;
  background-color: #111f30;
  margin-left: 75px;
  flex-shrink: 0;
}



/*********************************/





.cteative-service-item {
	
	
	border-radius: 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: flex;
gap: 15px;align-items: center;
}

.cteative-service-item i {
	display: inline-block;
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 30px;
}

.cteative-service-item a {
	color: var(--white);
}

.cteative-service-item.text-end {
	padding-right: 60px;
}

.cteative-service-item.text-start {
	padding-left: 60px;
}



.deff-mt {
		margin-top: 55px;
}

.cteative-service-item {
	
	margin-top: 25px;
}


.de-img {
position: absolute;	
	
}

.de-img img {
	width: 70px;
height: 70px;
border-radius: 0;
	filter: brightness(100);
}
.relative {
position: relative;	
}

.der-1 {
top: 70px;
right: 61px;
}

.der-2 {
top: 60px;
left: 67px;
}



.der-3 {
bottom: 116px;
right: 59px;
}



.der-4 {
bottom: 134px;
left: 56px;
}


.crt-img {
min-width: 120px;
min-height: 120px;
border-radius: 50%;
display: grid;
align-items: center;
justify-content: center;
border: 8px solid #fff;	
}

.dif-border .crt-img { 
border: 8px solid #39a9dc;	
}


.cteative-service-item a:hover {
	color: var(--color-primary);
}

@media only screen and (min-width: 1400px) {
	.container-stage {
		margin-right: calc((100% - 1320px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-left: 0;
	}
}

.cteative-service-item h4 {
	font-size: 38px;
	margin-bottom: 10px;
	margin-top: 0;
}

.cteative-service-item img {
	height: 60px;
	width: auto !important;
	border-radius: 0 !important;
}

.cteative-service-item p {
	margin: 0;/*
	height: 68px;
overflow: hidden;*/
}

.cteative-service-item span {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 120px;
	z-index: -1;
	
	line-height: 1;
	color: #cccccc;
	opacity: 0.2;
}

.cteative-service-item span {
	color: var(--white);
	opacity: 0.02;

}



/*************************************/



/* ============================================================== 
    # Slide Multi Section
=================================================================== */

.thecontainer {
	width: 200%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
	z-index: 7;
}

.panel {
	width: 50%;
	height: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 60px 0 0;
}

.panel .title {
	margin-bottom: 0;
}

.multi-section {
	position: relative;
	z-index: 2;
	padding: 0;
}

.bg-shape-top {
	position: absolute;
	left: 5%;
	top: 0;
	max-width: 10%;
	z-index: -1;
}

.achivement-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
}

.achivement-item {
	padding: 50px;
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.achivement-item:nth-child(2) {
	background: rgba(255, 255, 255, 0.1);
}

.achivement-grid:nth-child(2) .achivement-item {
	height: 100%;
	background: rgba(255, 255, 255, 0.15);
}

.achivement-grid {
	display: grid;
	grid-row-gap: 30px;
}

.achivement-item i {
	display: inline-block;
	font-size: 60px;
	margin-bottom: 25px;
}

.achivement-item h4 {
	
	margin: 0;
}

.achivement-skill-items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10%;
	grid-row-gap: 60px;
	text-align: right;
	margin-top: 60px;
	padding-bottom: 60px;
}

.achivement-skill-items .progress-box .progress {
	height: 3px;
	border-radius: inherit;
	background: rgba(255, 255, 255, 0.4);
	overflow: inherit;
}

.achivement-skill-items .progress-box .progress .progress-bar {
	background: #ffffff;
	position: relative;
	overflow: inherit;
}

.achivement-skill-items .progress-box .progress .progress-bar span {
	position: absolute;
	left: 0;
	bottom: -80px;
	font-size: 40px;
	
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
}

.achivement-skill-items .progress-box h5 {
	
	margin-bottom: 25px;
}

.achivement-skill-items .progress-box .progress .progress-bar::after {
	position: absolute;
	left: 0;
	top: -9px;
	content: "";
	height: 20px;
	width: 20px;
	background: #5138ee;
	border: 3px solid;
	border-radius: 50%;
}

.contact-panel-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 40%;
    background-size: cover;
	background-position: center;
	/* background-size: contain; 
    background-position: center;
    background-repeat: no-repeat; */
}



/*******************************/
.clt-se,
.works-se,
.service-app {
	padding: 50px 0;
	overflow: hidden;
}


@media only screen and (min-width: 576px) and (max-width: 991px) {
  .service-app .col-sm-4 {
    position: absolute;
  }
  .service-app .col-sm-4 .item {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .service-app .col-sm-8:not(:first-of-type) .list-services {
    padding-top: 25px;
  }
}


.list-services .box-item:not(:last-of-type) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
 
}


.list-services.text-end .box-item {
	justify-content: end;
}


.list-services .box-item {
 gap: 20px;
 align-items: center;
}
 
.list-services .box-item:not(:last-of-type):after {
content: '';
width: 100%;
height: 1px;
display: block;
background: var(--bringer-c-border-gradient);
position: absolute;
bottom: 0;
right: 0;
}

.list-services .box-item .number {
min-width: 120px;
min-height: 120px;
border-radius: 50%;
display: grid;
align-items: center;
justify-content: center;
border: 8px solid #fff;
margin: 0;
}

.list-services .box-item .number img {
	height: 60px;
width: auto !important;
border-radius: 0 !important;
}

.title-block {
  position: relative;
  font-size: 21px;
  margin-bottom: 8px;
  
}


.app-center {
	height: 500px;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}


.bg-med {
	
	
}

.bg-med:before {
width: 100vw;
height: 100%;
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
background: #06070b;
  top: 0;
right: 0;
	
}





.panel.bringer-block {
	border-radius: 0;
	background: linear-gradient( to right , #0d1117 , #0d1117 );
}

.panel.bringer-block:before {
	display: none;
}

.panel.bringer-block:after {
	opacity:0.5;	
}


.pd-cutom {
	padding-top: 100px;
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
z-index: 1;
}


.bringer-cta-form-title h2 {
	font-size: 36px;
}

.ser-ico {
	text-align: center;
}


.ser-ico img { 
margin: 0 auto;
border-radius: 0;
width:90px;
}


.bringer-info-widget h5 {
font-size: 18px;
margin-bottom: 2px;
}


.bringer-info-widget h6  {

font-size: 16px;
margin-bottom: 18px;
}


.wed-title {
font-size: 24px;
margin-bottom: 15px;
line-height: 35px;
}


.cont-block span {
	color: #fff;
}

.cont-block {
	margin-bottom: 10px;
	position: relative;
padding-right: 25px;
}

.cont-block i {
position: absolute;
right: 0;
top: 3px;

}

/*
.cust-padd {
	margin: 0 8px !important;
}*/



.bringer-block {
	padding: 40px 35px;
}

.bringer-block p,	
.bringer-block {
color: var(--bringer-s-text);
}

.bringer-cta-form-content {
filter:blur(100px);
 
	
}


.bringer-marked-list h6 {
line-height:35px;	
}


.bg-favor {
	position: absolute;
	left:0;
	bottom:0;
	transform: rotatey(180deg);opacity: 0.1;
}


.count-form {
	position: relative;
	min-height: 100vh;
display: grid;
align-items: center;
background: #0b1d35;


margin: 0 auto;
width: 100%;

display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
overflow: hidden;
display: grid;
}



/*************************/




.dure {
list-style: none;
display: inline-block;
padding: 0;
position: fixed;
z-index: 9999;
right: 0;
width: 40px;
top: 50%;
transform: translateY(-50%);
}
.dure li {
  display: inline;
  text-align: center;
}
.dure a {
  float: right;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-right: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.dure a.active {
  cursor: default;
}
.dure a:active {
  outline: none;
}

.dure:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.65)), color-stop(50%, rgba(0, 0, 0, 0.65)), color-stop(60%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0) 100%);
}
.dure a {
  color: #666;
  padding: 8px 0;
  margin: 6px 0;
  position: relative;width: 40px;
}
.dure a:hover {
  color: #fff;
}/*
.dure a:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: #39A9DC;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
  right: -3px;
  bottom: 4px;
  margin: auto;
}*/
.dure a.next, .dure a.prev {
  color: #39A9DC;
}
.dure a.next:hover, .dure a.prev:hover {
  color: #fff;
}

.dure a.active {
  background: #39A9DC;
  color: #fff;
  width: 50px;
}
.dure a.active:before {
content: '';
position: absolute;
top: -10px;
left: -10px;
width: 8px;
border: 9px solid transparent;
border-right: 10px solid #125295;
z-index: -1;
border-bottom: transparent;
}






.tooltip-primary .tooltip-inner {
  background-color: #007bff;
  color: #fff;
}
.tooltip-primary.bs-tooltip-top .arrow:before {
  border-top-color: #007bff;
}
.tooltip-primary.bs-tooltip-right .arrow:before {
  border-right-color: #007bff;
}
.tooltip-primary.bs-tooltip-left .arrow:before {
  border-left-color: #007bff;
}
.tooltip-primary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #007bff;
}

.tooltip-secondary .tooltip-inner {
  background-color: #6c757d;
  color: #fff;
}
.tooltip-secondary.bs-tooltip-top .arrow:before {
  border-top-color: #6c757d;
}
.tooltip-secondary.bs-tooltip-right .arrow:before {
  border-right-color: #6c757d;
}
.tooltip-secondary.bs-tooltip-left .arrow:before {
  border-left-color: #6c757d;
}
.tooltip-secondary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #6c757d;
}

.tooltip-success .tooltip-inner {
  background-color: #28a745;
  color: #fff;
}
.tooltip-success.bs-tooltip-top .arrow:before {
  border-top-color: #28a745;
}
.tooltip-success.bs-tooltip-right .arrow:before {
  border-right-color: #28a745;
}
.tooltip-success.bs-tooltip-left .arrow:before {
  border-left-color: #28a745;
}
.tooltip-success.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #28a745;
}

.tooltip-info .tooltip-inner {
  background-color: #17a2b8;
  color: #fff;
}
.tooltip-info.bs-tooltip-top .arrow:before {
  border-top-color: #17a2b8;
}
.tooltip-info.bs-tooltip-right .arrow:before {
  border-right-color: #17a2b8;
}
.tooltip-info.bs-tooltip-left .arrow:before {
  border-left-color: #17a2b8;
}
.tooltip-info.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #17a2b8;
}

.tooltip-warning .tooltip-inner {
  background-color: #ffc107;
  color: #212529;
}
.tooltip-warning.bs-tooltip-top .arrow:before {
  border-top-color: #ffc107;
}
.tooltip-warning.bs-tooltip-right .arrow:before {
  border-right-color: #ffc107;
}
.tooltip-warning.bs-tooltip-left .arrow:before {
  border-left-color: #ffc107;
}
.tooltip-warning.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffc107;
}

.tooltip-danger .tooltip-inner {
  background-color: #dc3545;
  color: #fff;
}
.tooltip-danger.bs-tooltip-top .arrow:before {
  border-top-color: #dc3545;
}
.tooltip-danger.bs-tooltip-right .arrow:before {
  border-right-color: #dc3545;
}
.tooltip-danger.bs-tooltip-left .arrow:before {
  border-left-color: #dc3545;
}
.tooltip-danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #dc3545;
}

.tooltip-light .tooltip-inner {
  background-color: #f8f9fa;
  color: #212529;
}
.tooltip-light.bs-tooltip-top .arrow:before {
  border-top-color: #f8f9fa;
}
.tooltip-light.bs-tooltip-right .arrow:before {
  border-right-color: #f8f9fa;
}
.tooltip-light.bs-tooltip-left .arrow:before {
  border-left-color: #f8f9fa;
}
.tooltip-light.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f8f9fa;
}

.tooltip-dark .tooltip-inner {
  background-color: #343a40;
  color: #fff;
}
.tooltip-dark.bs-tooltip-top .arrow:before {
  border-top-color: #343a40;
}
.tooltip-dark.bs-tooltip-right .arrow:before {
  border-right-color: #343a40;
}
.tooltip-dark.bs-tooltip-left .arrow:before {
  border-left-color: #343a40;
}
.tooltip-dark.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #343a40;
}

.tooltip-custom .tooltip-inner {
  background-color: #f2653c;
  color: #ffffff;
}
.tooltip-custom.bs-tooltip-top .arrow:before {
  border-top-color: #f2653c;
}
.tooltip-custom.bs-tooltip-right .arrow:before {
  border-right-color: #f2653c;
}
.tooltip-custom.bs-tooltip-left .arrow:before {
  border-left-color: #f2653c;
}
.tooltip-custom.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f2653c;
}

.tooltip-custom-alt .tooltip-inner {
  background-color: #5b2da3;
  color: #ffffff;
}
.tooltip-custom-alt.bs-tooltip-top .arrow:before {
  border-top-color: #5b2da3;
}
.tooltip-custom-alt.bs-tooltip-right .arrow:before {
  border-right-color: #5b2da3;
}
.tooltip-custom-alt.bs-tooltip-left .arrow:before {
  border-left-color: #5b2da3;
}
.tooltip-custom-alt.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #5b2da3;
}


#topnav {
  z-index: 1071;
}
#topnav .nav-link > i {
  font-size: 26px;
}
@media (max-width: 390px) {
  #topnav .navbar-brand {
    font-size: 1rem;
  }
}

.bs-example {
  position: relative;
  margin: 15px;
  padding: 15px 15px 25px;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}
.bs-example .btn {
  margin: 5px;
}

.bs-example__title {
  margin-bottom: 20px;
}

.bs-example--static .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}
.bs-example--static .bs-tooltip-top .arrow {
  right: calc(50% - 0.8rem / 2);
}
.bs-example--static .bs-tooltip-bottom .arrow {
  right: calc(50% - 0.8rem / 2);
}



/*========================================*/
/*-------------- [_Footer] ---------------*/
/*========================================*/
/*
.footer {
  position: relative;
}

.footer,
a {
  color: var(--footer-text-color);
}

.footer-logo img {
width: 260px;
}

.landing-footer-logo img {
  width: 200px;
}

.footer-main-area {
padding: 40px 0 0;
position: relative;
z-index: 1;
overflow: hidden;
}


.footer-main-area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.9;
  z-index: -1;
}


.footer-copyright-area {
  background: #171717;
padding: 5px 0;
font-size: 14px;
}

.footer-border-top {
  border-top: 1px solid #18143d;
}

.footer-border-bottom {
  border-bottom: 1px solid #303b58;
}

.footer-widget {
  margin-bottom: 40px;
  display: inline-block;
position: relative;
z-index: 1;
width: 100%;
}
.footer-widget .social-list li a {
  background: #ffffff08;
}

.footer-widget-list li {
  display: inherit;
  margin-bottom: 10px;
}
.footer-widget-list li a {
  position: relative;
  padding-right: 30px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.footer-widget-list li a:before {
  position: absolute;
  content: "\f17d";
  right: 0px;
  top: -3px;
  font-family: "webexbaseicon";
  
}
.footer-widget-list li a:hover {
  color: var(--primary-color);
  padding-right: 35px;
}
.footer-widget-list li:last-child {
  margin-bottom: 0;
}

.footer-contact-info {
  display: flex;
  align-items: center;
}
.footer-contact-info .contact-info-icon i:before {
  font-size: 28px;
  background: var(--primary-color);
  color: var(--text-white);
  border-radius: 6px;
  height: 54px;
  width: 54px;
  display: inline-block;
  text-align: center;
  line-height: 54px;
}
.footer-contact-info .contact-info-text {
  margin-right: 20px;
}

*/



.footer-logo img {
width: 240px;
margin: 0 auto;margin-bottom: 25px;
}

.footer-widget {
    margin-bottom: 10px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none
}

.footer-widget .form-group>i {
    color: #cda248;
    top: 18px
}

.footer-widget .sidebar-gallery {
    max-width: 287px
}

@media (max-width: 1499px) {
    .footer-widget .sidebar-gallery {
        max-width: 100%
    }
}

.footer-widget .widget_title {
    position: relative;
    border: none;
    
    font-size: 24px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 1;
    border-bottom: 0;
    padding: 0 0 15px 0;
    margin: -0.12rem 0 33px 0;
    max-width: 275px
}

.footer-widget .widget_title:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 79px;
    height: 2px;
    background: -webkit-linear-gradient(left, #cda248 -8.86%, rgba(1, 129, 245, 0) 107.59%);
    background: linear-gradient(90deg, #cda248 -8.86%, rgba(1, 129, 245, 0) 107.59%)
}

.footer-widget .widget_title:after {
    display: none
}

.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
    margin-top: -4px
}

.footer-widget.widget_meta .menu,
.footer-widget.widget_meta>ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages>ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive>ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories>ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu>ul {
    margin-bottom: -4px
}

.footer-widget.widget_meta a {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative
}

.footer-widget.widget_pages a {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative
}

.footer-widget.widget_archive a {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative
}

.footer-widget.widget_categories a {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative
}

.footer-widget.widget_nav_menu a {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
    background-color: transparent;
    border-bottom: none;
    position: relative
}

.footer-widget.widget_meta a:before {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    right: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit
}

.footer-widget.widget_pages a:before {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    right: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit
}

.footer-widget.widget_archive a:before {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    right: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit
}

.footer-widget.widget_categories a:before {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    right: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit
}

.footer-widget.widget_nav_menu a:before {
    content: "\f061";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    right: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.9em;
    background-color: transparent;
    border: none;
    color: inherit
}

.footer-widget.widget_meta a:hover {
    background-color: transparent;
    color: #cda248;
    padding: 0 0 0 25px
}

.footer-widget.widget_pages a:hover {
    background-color: transparent;
    color: #cda248;
    padding: 0 0 0 25px
}

.footer-widget.widget_archive a:hover {
    background-color: transparent;
    color: #cda248;
    padding: 0 0 0 25px
}

.footer-widget.widget_categories a:hover {
    background-color: transparent;
    color: #cda248;
    padding: 0 0 0 25px
}

.footer-widget.widget_nav_menu a:hover {
    background-color: transparent;
    color: #cda248;
    padding: 0 0 0 25px
}

.footer-widget.widget_meta a:hover:before {
    color: #cda248
}

.footer-widget.widget_pages a:hover:before {
    color: #cda248
}

.footer-widget.widget_archive a:hover:before {
    color: #cda248
}

.footer-widget.widget_categories a:hover:before {
    color: #cda248
}

.footer-widget.widget_nav_menu a:hover:before {
    color: #cda248
}

.footer-widget.widget_meta li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: #ccc;
    line-height: 1
}

.footer-widget.widget_pages li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: #ccc;
    line-height: 1
}

.footer-widget.widget_archive li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: #ccc;
    line-height: 1
}

.footer-widget.widget_categories li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: #ccc;
    line-height: 1
}

.footer-widget.widget_nav_menu li>span {
    width: auto;
    height: auto;
    position: relative;
    background-color: transparent;
    color: #ccc;
    line-height: 1
}

.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .recent-post {
    max-width: 300px;
    margin-bottom: 27px
}

.footer-widget .recent-post .post-title {
    margin-top: -0.4rem;
    color: #ffffff;
    font-weight: 500
}

.footer-widget .recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.footer-widget .recent-post .recent-post-meta a {
    font-weight: 400;
    line-height: 1.2
}

.footer-widget .recent-post .recent-post-meta i {
    color: #cda248
}

.footer-widget .recent-post .recent-post-meta a:hover i {
    color: #cda248
}

.footer-widget .recent-post .media-img {
    border-radius: 0px
}

.footer-widget .recent-post .media-img:after {
    line-height: 70px
}

.footer-widget .recent-post .media-img img {
    border-radius: 0px
}

.about-logo {
    margin-bottom: 15px
}

.th-widget-about .about-logo {
    margin-bottom: 30px
}

.th-widget-about .about-text {
    max-width: 313px;
    margin-bottom: 30px;
    margin-top: -0.5em
}

.th-widget-about .footer-info {
    position: relative;
    margin: -0.44rem 0 22px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #ccc;
    line-height: 26px;
    padding: 0 0 0 40px;
    max-width: 360px
}

.th-widget-about .footer-info i {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    position: absolute;
    right: 0;
    font-size: 16px
}

.th-widget-about .footer-info-title {
    font-size: 18px;
    
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 7px;
    margin-top: -0.2em
}

.th-widget-about .footer-info_text {
    color: #ccc;
    margin-bottom: 0
}

.th-widget-about .footer-info_text a {
    display: block
}

.working-time .title {
    
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    color: #ffffff;
    display: block;
    margin-bottom: 6px
}

.working-time .desc {
    color: #F8F8F8;
    margin-bottom: 30px
}

.th-social.footer-social a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 48px;
    background-color: #1F2432;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin-left: 5px;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.th-social.footer-social a:hover {
    background-color: #cda248;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.th-social.footer-social.style2 a {
    background-color: #F5F7FA;
    border-color: #F5F7FA;
    color: #010F34
}

.th-social.footer-social.style2 a:hover {
    background-color: #cda248;
    color: #ffffff;
    border-color: #cda248
}

.footer-text {
    margin-top: -0.5em;
    margin-bottom: 25px
}

.social-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-box .social-title {
    font-size: 20px;
    color: #ffffff;
    margin-left: 20px;
    margin-bottom: 0
}

.icon-group a {
    color: #ffffff;
    font-size: 18px;
    margin-left: 17px
}

.icon-group a:last-child {
    margin-left: 0
}

@media (max-width: 1199px) {
    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        margin-bottom: 16px
    }
}

@media (max-width: 767px) {
    .footer-widget .widget_title {
        margin-bottom: 35px
    }
    .th-widget-about .about-text {
        margin-bottom: 20px
    }
    .social-box.mb-30 {
        margin-bottom: 25px
    }
}




.footer-layout8 .widget-area {
    padding: 30px 0 15px;
}

.footer-menu {
    margin: 0;
    padding: 16px 0;
    text-align: center
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px
}

.footer-menu li a {
    padding: 43px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #ccc;
    text-transform: uppercase
}

.footer-menu li a:hover {
    color: #fff
}

.info-box {
padding: 20px 0;
align-items: center;
width: 33.333%;
text-align: center;
display: grid;
}

.info-box:not(:last-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1)
}

@media (max-width: 991px) {
    .info-box:not(:last-child) {
        border: none
    }
}

.info-box:last-child {
    max-width: 291px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto
}

.info-box_wrapper {
width: 100%;
display: flex;
margin: 10px 0;
justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

@media (max-width: 991px) {
    .info-box_wrapper {
        grid-template-columns: auto auto
    }
}

@media (max-width: 575px) {
    .info-box_wrapper {
        grid-template-columns: auto
    }
}

.info-box_icon {
    margin-top: 5px
}

.info-box_icon i {
    font-size: 20px;
    color: #cda248
}

.info-box_text {
    margin-bottom: 0;
	text-align: right;
}

.info-box_text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ccc;
    display: block
}

.newsletter-form.style5 {
    display: block
}

.newsletter-form.style5 .form-control {
position: relative;
max-width: 100%;
width: 100%;
height: 56px;
background: none;
border-radius: 30px;
border-color: rgba(255, 255, 255, 0.1);
}

.newsletter-form.style5 .newsletter-btn {
    position: absolute;
    top: 15px;
    left: 25px;
    background: transparent;
    border: none;
    color: #cda248;
    font-size: 20px;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 26px
}

.why-area3 {
    position: relative;
    background-color: #10131C;
    z-index: 2
}

.why-image3 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 47.2%;
    height: 100%
}

@media (min-width: 1930px) {
    .why-image3 {
        width: 48%
    }
}

@media (max-width: 1199px) {
    .why-image3 {
        display: none
    }
}

.why-image3 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.feature-wrapper.style3 .icon-btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #cda248
}

.feature-wrapper.style3 .header-info_label {
    color: #ffffff
}

.feature-wrapper.style3 .header-info_link {
    color: #ffffff
}

.img-box11 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px
}

@media (max-width: 1199px) {
    .img-box11 {
        margin-bottom: 50px
    }
}

.img-box11 .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}

.img-box11 .img2 {
    margin-top: -90px
}

.img-box11 .img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}




.badge {
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-align: center;
    background-color: #cda248;
    color: #ffffff;
    padding: 0.28em 0.45em;
    font-size: 8px;
    border-radius: 50%;
    top: 18px;
    left: -10px;
    min-width: 16px;
    min-height: 16px;
    line-height: 12px;
    font-weight: 400;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.th-social.author-social a {
    background-color: #ECF1F5;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #0A0A0A;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.th-social.author-social a:hover {
    background-color: #cda248;
    color: #ffffff;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.th-social.author-social .info-title {
    font-size: 18px;
    line-height: 28px
}
/*

.th-social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #ffffff12;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-left: 5px;
    border-radius: 50%
}

.th-social a:last-child {
    margin-left: 0
}

.th-social a:hover {
    background-color: #cda248;
    color: #ffffff
}
*/
.th-social.style2 a {
    font-size: 14px;
    background-color: #F5F7FA;
    color: #010F34;
    border: 1px solid
}

.th-social.style2 a:hover {
    border-color: #cda248;
    color: #ffffff;
    background-color: #cda248
}

.th-social.color-theme a {
    color: #ccc;
    border-color: #cda248
}




.footer-wrapper {
    position: relative;

    overflow: hidden;background-repeat: no-repeat;
background-size: cover;
background-position: center center;z-index: 2;
}

.footer-wrapper .social-links a {
    margin: 0 30px 0 0
}

.widget-area {
    padding-top: 50px;
}

.footer-links {
    text-align: left
}

@media (max-width: 991px) {
    .footer-links {
        display: none
    }
}

.footer-links ul {
    padding: 0;
    margin: 0
}

.footer-links li {
    display: inline-block;
    padding-left: 15px;
    margin-left: 10px;
    position: relative
}

.footer-links li:after {
    content: "";
    height: 11px;
    width: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -5px 0;
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    transform: rotate(13deg)
}

.footer-links li:last-child {
    margin-left: 0;
    padding-left: 0
}

.footer-links li:last-child:after {
    display: none
}

.footer-links a {

    color: #ffffff
}

.footer-links a:hover {
    color: #cda248
}

.copyright-wrap {
    padding: 8px 0;
position: relative;
}


.copyright-wrap:after {
content: '';
width: 100%;
height: 1px;
display: block;
background: var(--bringer-c-border-gradient);
position: absolute;
top: 0;
right: 0;}



.copyright-text {
    margin: 0
}

.copyright-text a {
    color: #fff
}

.copyright-text a:hover {
    color: #ffffff
}

.th-widget-contact {
    max-width: 265px
}

.footer-newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px;
    padding-right: 60px
}

.footer-newsletter .newsletter-title {
    max-width: 425px;
    margin-bottom: 0
}

.schedule-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    padding-bottom: 15px
}

.schedule-info:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.th-widget-schedule {
    width: 280px;
    max-width: 100%;
    margin-top: -6px
}

.th-widget-schedule .footer-info {
    margin-bottom: 14px
}

.th-widget-schedule .title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px
}

.newsletter-widget {
    max-width: 290px
}

.newsletter-widget .form-control {
    background-color: #2C3240 !important;
    border: 1px solid #2C3240;
    border-radius: 10px
}

.newsletter-widget .newsletter-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.newsletter-widget .newsletter-form .th-social {
    width: 100%
}

.newsletter-widget .form-group {
    margin-bottom: 0
}

.newsletter-widget input {
    border-radius: 0
}

.newsletter-widget .icon-btn {
    border: none;
    background-color: #cda248;
    color: #ffffff;
    border-radius: 0;
    min-width: 56px;
    padding: 0
}

.newsletter-widget .icon-btn:hover {
    background-color: #010F34
}

.newsletter-widget .footer-text {
    margin-bottom: 25px
}

@media (max-width: 991px) {
    .copyright-text {
        text-align: center
    }
}

.newsletter-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 2px solid #cda248;
    padding-right: 25px
}

.newsletter-wrap .newsletter-title {
    margin-top: -0.3em;
    margin-bottom: 5px;
    max-width: 400px;
    color: #ffffff
}

.newsletter-wrap .newsletter-text {
    margin-bottom: -0.5em;
    max-width: 400px
}

.newsletter-form {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media (max-width: 991px) {
    .newsletter-form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575px) {
    .newsletter-form {
        display: block;
        margin: auto;
        text-align: center
    }
}

.newsletter-form input {
    background-color: #ffffff;
    max-width: 374px;
    border-radius: 10px
}

.newsletter-form input:focus {
    background-color: #ffffff;
    color: #ccc
}

@media (max-width: 575px) {
    .newsletter-form input {
        max-width: 100%
    }
}

.newsletter-form .th-btn:hover {
    color: #010F34 !important
}

.newsletter-form .th-btn:hover:before {
    background-color: #ffffff
}

.newsletter-form .th-btn:hover:after {
    background-color: #ffffff
}

@media (max-width: 575px) {
    .newsletter-form .th-btn {
        margin-top: 15px
    }
}

.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer-inner .footer-left {
    padding-left: undefined;
    border-left: 1px solid #D8DDE1;
    padding-top: 105px;
    padding-bottom: 105px
}

.footer-inner .footer-top {
    border-bottom: 1px solid #D8DDE1;
    padding: undefined
}

.footer-inner .widget-area2 {
    padding-top: undefined;
    padding-right: undefined;
    padding-bottom: 17px
}

@media (max-width: 1299px) {
    .newsletter-title {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .newsletter-title {
        text-align: center;
        margin-bottom: 15px !important
    }
    .newsletter-text {
        font-size: 16px
    }
}

.footer-layout2 {
    position: relative;
    z-index: 2;
    background-color: #127782
}

.footer-layout2 .widget-area {
    padding: 0
}

.footer-layout2 .footer-border {
    border-left: 1px solid #5FB1B1;
    padding: 120px 40px 60px 40px
}

@media (max-width: 991px) {
    .footer-layout2 .footer-border {
        padding: 80px 40px 40px 40px
    }
}

.footer-layout2 .footer-border:last-child {
    border-left: 1px solid transparent;
    padding-left: 0
}

@media (max-width: 1199px) {
    .footer-layout2 .footer-border {
        border-right: 1px solid #5FB1B1;
        border-bottom: 1px solid #5FB1B1
    }
    .footer-layout2 .footer-border:last-child {
        border-bottom: 1px solid transparent;
        border-left: 1px solid #5FB1B1
    }
}

.footer-layout2 .th-widget-about .about-logo {
    margin-bottom: 20px
}

.footer-layout2 .widget select {
    border-radius: 10px 0px 0px 10px;
    background: #ffffff;
    color: #ccc;
    min-width: 247px
}

.footer-layout2 .widget input {
    border-radius: 10px 0px 0px 10px;
    background: #ffffff;
    color: #ccc;
    min-width: 247px
}

.footer-layout2 .widget select::-moz-placeholder,
.footer-layout2 .widget input::-moz-placeholder {
    color: #ccc
}

.footer-layout2 .widget select::-webkit-input-placeholder,
.footer-layout2 .widget input::-webkit-input-placeholder {
    color: #ccc
}

.footer-layout2 .widget select:-ms-input-placeholder,
.footer-layout2 .widget input:-ms-input-placeholder {
    color: #ccc
}

.footer-layout2 .widget select::-webkit-input-placeholder,
.footer-layout2 .widget input::-webkit-input-placeholder {
    color: #ccc
}

.footer-layout2 .widget select::-moz-placeholder,
.footer-layout2 .widget input::-moz-placeholder {
    color: #ccc
}

.footer-layout2 .widget select:-ms-input-placeholder,
.footer-layout2 .widget input:-ms-input-placeholder {
    color: #ccc
}

.footer-layout2 .widget select::-ms-input-placeholder,
.footer-layout2 .widget input::-ms-input-placeholder {
    color: #ccc
}

.footer-layout2 .widget select::placeholder,
.footer-layout2 .widget input::placeholder {
    color: #ccc
}

.footer-layout2 .widget .th-btn {
    min-width: 56px;
    border-radius: 0px 10px 10px 0px;
    background: #32B4B4;
    font-size: 20px;
    padding: 18px 20px
}

.footer-layout2 .footer-search-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.footer-layout2 .footer-widget .widget_title:before {
    background: -webkit-linear-gradient(left, #32B4B4 -8.86%, rgba(50, 180, 180, 0) 107.59%);
    background: linear-gradient(90deg, #32B4B4 -8.86%, rgba(50, 180, 180, 0) 107.59%)
}

.footer-layout2 .footer-widget .menu.style2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media (max-width: 991px) {
    .footer-layout2 .footer-widget .menu.style2 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.footer-layout2 .copyright-wrap {
    border-top: 1px solid #5FB1B1;
    background-color: transparent
}

.footer-layout2 .copyright-wrap .copyright-text a {
    color: #010F34
}

.footer-layout3 {
    background-color: #000000;
    background-size: cover;
    margin-top: -80px
}

.footer-layout3 .th-social {
    box-shadow: none
}

.footer-layout3 .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background-color: transparent
}

.footer-layout3 .copyright-wrap {
    background-color: #cda248
}

.footer-layout3 .copyright-wrap .copyright-text a {
    color: #010F34
}

.no-desk {
display: none !important;
}

.news-test {
	text-align: center;
	margin: 10px 0 15px;
	text-transform: capitalize;
}


.round-shape {
position: absolute;
bottom: -90px;
left: -60px;
z-index: 1;
transform: rotate(90deg);
}


.net-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  filter: brightness(100);
opacity: 0.1;
}

.pt-0 {
padding-top: 0;		
}


.cric-favor {
width: 400px;
height: 400px;
overflow: hidden;
border-radius: 50%;
background: linear-gradient(to right , #39a9dc , #192d67);
position: absolute;
bottom: -15%;
right: -5%;
transform: rotate(30deg);
z-index: -1;
}


.cric-favor:after {
	content: "";
	position: absolute;
	    z-index: 1;
background: #0b1d35;


    border-radius: 50%;
    left: 30px;
    top: 30px;
	    right: 30px;
    bottom: 30px;
}

.panel.contact-panel .cric-favor {
right: 50%;
background: linear-gradient(to right , #39a9dc , #192d67);
background: linear-gradient(to right , #39dc88 , #196742);

background: #39a9dc;
}


.panel.contact-panel .cric-favor:after { 
background: #06172f;
}



.homeWrapper .shape {
  position: absolute;
  z-index: -1;
}


.homeWrapper .shape.shape-2 {
  bottom: 0;
  left: 0;
}

.homeWrapper .shape.shape-3 {
  bottom: 0;
  left: 0;
}


.homeWrapper .shape.shape-1 {
  mix-blend-mode: multiply;
  top: 0;
  right: 0;
}

.light-blu {
	position: relative;
}

.light-blu:after {
position: absolute;
right: 0;
bottom: 20%;
content: "";
height: 400px;
width: 400px;
background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
z-index: -1;
border-radius: 50%;
filter: blur(100px);
opacity: 0.08;
opacity: 0.4;}


.sww-quee {
	position: relative;
	z-index: 1;
	background-size: cover !important;
}


.sww-quee:after {
background-color: #39a9dc;
background: linear-gradient(to right , #000000c7 , #050f44) !important;
background: linear-gradient(to right , #39a9dc , #050f44) !important;
mix-blend-mode: multiply;
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;z-index: -1;
right: 0;}



.custom-padd {
	padding: 80px 0;
}



/*****************/
/********* Page-Title ********/

.Page-Title {
background: url(../img/banner_bg.jpg);
position: relative;
height: 100vh;
background-size: cover;
z-index: 8;
background: linear-gradient(24.08deg, #043B44 22.89%, #117C90 75.28%, #1BA9C3 91.08%);
background: linear-gradient(24.08deg, #1a458a 22.89%, #117C90 75.28%, #33a8dc 91.08%);
}




.Page-Title h1 {
font-weight: 400;
font-size: 74px;
line-height: 130px;
padding-top: 7%;
margin: 0;
text-align: center;
width: 100%;
position: absolute;
bottom: 0;
z-index: 40;  letter-spacing: 1px;
-webkit-text-stroke: 1.8px #fff !important;
color: transparent !important;
text-transform: uppercase;}


.black_over {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
z-index: 10;
}





.banner_bg_graphics {
position: absolute;
right: 0;
width: 100%;
bottom: 0;
height: 50%;
z-index: 5;
}



.banner_case_studies {
  position: relative;
  /*width: 42%;*/
  margin-right: auto;
  margin-left: auto;
  height: 90vh;
  top: 8%;
  z-index: 300;
}

.banner_case_studies img {
width: 100%;
height: 100%;
object-fit: contain; 
border-radius: 0;
}



.banner_case_studies > div {

  transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
}




.banner_case_el1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translate(0,-10px);
  z-index:-2,
  }

/*
.banner_case_el2 {
width: 73.717146433%;
  height: 44%;
  position: absolute;
  bottom: 30%;
  right: 8%;
  transform: translate(37px,75px);
  z-index: 41;
}*/


.banner_case_el2a {
  width: 73.717146433%;
  height: 44%;
  position: absolute;
  bottom: 30%;
  right: 8%;
  z-index: 70;
  transform: translate(37px,75px);
}


.banner_case_el5 {
  position: absolute;


  top: 1%;
  left: 25%;
  z-index: 40;
  transform: translate(20px,-32px);}



.banner_case_el4 {
  position: absolute;


  bottom: 22%;
  left: 15%;
  z-index: 40;
  transform: translate(80px,30px);}




.banner_case_el3 {
  position: absolute;
  top: 45%;
  right: 15%;
  z-index: 40;
  transform: translateY(100px);
  z-index: 200;}


.main_banner_fade {
  opacity: 1;
  overflow: hidden;}



.banner_case_el1.middle-ibg {
	z-index:3;
}


.da-animate {

-webkit-animation: hero-thumb-animation 1s linear infinite alternate;
-moz-animation: hero-thumb-animation 1s linear infinite alternate;
-o-animation: hero-thumb-animation 1s linear infinite alternate;
animation: hero-thumb-animation 1s linear infinite alternate;

   	
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0px);
  }
}




.da-animate2 {

-webkit-animation: hero-thumb-animation2 1s linear infinite alternate;
-moz-animation: hero-thumb-animation2 1s linear infinite alternate;
-o-animation: hero-thumb-animation2 1s linear infinite alternate;
animation: hero-thumb-animation2 1s linear infinite alternate;

   	
}

@keyframes hero-thumb-animation2 {
  0% {
    transform: translatex(-60px);
  }
  100% {
    transform: translatex(0px);
  }
}



.da-animate4 {

-webkit-animation: hero-thumb-animation4 3s linear infinite alternate;
-moz-animation: hero-thumb-animation4 3s linear infinite alternate;
-o-animation: hero-thumb-animation4 3s linear infinite alternate;
animation: hero-thumb-animation4 3s linear infinite alternate;

   	
}

@keyframes hero-thumb-animation4 {
  0% {
    transform: translatey(-10px);
  }
  50% {
    transform: translatey(0px);
  }
    100% {
    transform: translatey(10px);
  }
}

/*

.da-animate3 {

-webkit-animation: hero-thumb-animation3 3s linear infinite alternate;
-moz-animation: hero-thumb-animation3 3s linear infinite alternate;
-o-animation: hero-thumb-animation3 3s linear infinite alternate;
animation: hero-thumb-animation3 3s linear infinite alternate;

   	
}

@keyframes hero-thumb-animation3 {
  0% {
    transform: translatex(-60px);
  }
  100% {
    transform: translatex(0px);
  }
}*/



.er-filter {
display: flex;
justify-content: center;
padding: 70px 0 0;
align-items: end;
}

.er-filter select {
	width: 350px;
	max-width: 100%;
background: #30233a;
height: 53px;
border: 1px solid #fff;
outline: none;
color: #fff;
padding: 0 35px 0 15px;
font-size: 15px;
border-radius: 40px;
background: url(../img/select_arrow.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
background-position: right 91% center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-size: 13px;
cursor: pointer;
	
}




.er-filter select option {
	color: #000
}


.text_gradient {
background: linear-gradient(103deg,#39a9dc .02%,#fff 50.02%,#5a92cd 100.02%);
  background-clip: border-box;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
color: #fff;

margin-bottom: 15px;
font-size: 60px;

letter-spacing: 0;
text-transform: capitalize;}


.pt-40 {
	padding-top: 40px;
}



.fullpagecontainer32 {
	overflow: hidden;
}


/*******************/

/*******************/

.ba3 {
margin: 0 auto;
}

#wel-itro {
	height: 100%;z-index:1;
	position: relative;

}


.div_intro {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index:-1;
	background: linear-gradient(to right, #0b1d35, #0b1d35);
}



.wel-itro {
height:100vh;
display: grid;
align-items: center;
position: absolute;
z-index:11;
right:0;
left: 0;
direction: ltr;
position: fixed;
}

.popupp {
height:100vh;
align-items: center;
position: absolute;
z-index:99;
right:0;
left: 0;
direction: ltr;
position: fixed;
}

.banner_logo1 {
position: relative;
right: 25%;
bottom: 15%;

}



.banner_logo2 {
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 1;
background: url(../img/logo-exception-2.png);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
}
.banner_logo2:after {
	background-color: #041531;
content: "";
width: 25%;
height: 100%;
position: absolute;
top: 0;z-index: -1;
right: 0;
}

.banner_logo2:before {
	background-color: #041531;
content: "";
width: 25%;
height: 100%;
position: absolute;
top: 0;z-index: -1;
left: 0;
}

.banner_logo3 {
position: absolute;
left: 0;
bottom: 0;
right: 0;
top: 0;
z-index: 2;
background: url(../img/logo-exception.png);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;}



/*
.black_intro {
	width: 1px;
height: 100%;
background: #f00;
position: absolute;
right: 50%;
}*/



.banner_intro {
position: relative;
width: 100%;
margin-right: auto;
margin-left: auto;
height: 100%;
z-index: 300;
display: flex;
align-items: center;
justify-content: center;
left: 0;
}


.price-btn {
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}

.team-block {
	padding: 12px;
	margin-bottom:25px;
}

.price-block {
		margin-bottom:25px;
	
}

.team-img {
	height: 500px;
		margin-bottom:25px;

}

.team-pio .bringer-socials-list {
	justify-content: start;
margin: 25px 0;
}

.serv-img {
height: 450px;	
}






/** Style 2 **/
.pbmit-blogbox-style-2 {
    position: relative;
    border-radius: 6px;
padding: 30px;margin-bottom: 20px;
}/*
.pbmit-blogbox-style-2:after {
    content: "";
    position: absolute;
    border: 1px solid #ededed;
    width: calc(100% - 20px);
    right: 0;
    height: calc(100% - 20px);
    top: 0;border-radius: 6px;
    z-index: 0;
}*/
.pbmit-blogbox-style-2 .post-item {
    position: relative;
    z-index: 2;
}
.pbmit-blogbox-style-2 .pbmit-meta-date {
    border-radius: 6px;
    padding: 10px 25px 6px;
    color:#fff;
    background-color: #39a9dc;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 20px;
}
.pbmit-blogbox-style-2 .pbmit-meta-category a {
    color: #fff;
}

.pbmit-blogbox-style-2 .pbminfotech-box-content {
	text-align: center;
}

.pbmit-blogbox-style-2 .pbminfotech-box-content .pbmit-post-title {
    font-size: 20px;
    line-height: 28px;
    
    margin-bottom: 0;
}
.pbmit-blogbox-style-2 .pbminfotech-box-content .pbmit-post-title a {
    color: #fff;
}
.pbmit-blogbox-style-2 .pbmit-meta-container {
    padding-top: 10px;
    margin-top: 30px;
    border-top: 1px solid #1b3d66;
}
.pbmit-blogbox-style-2 .pbminfotech-box-desc {
    margin-top: 10px;
}
.pbmit-blogbox-style-2 .pbminfotech-box-desc-text {
    margin-bottom: 15px;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line {
    color: #fff;text-transform: capitalize;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line i {
    color: #fff;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line:last-child:after {
    display: none;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line:first-child {
    margin-right: 0;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line:first-child i:before {
    margin-right: 0;
}
.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    
    display: inline-block;
    position: relative;
}
.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:after {
    content: "\e839";
    font-family: "pbminfotech-base-icons";
    font-size: 16px;
    padding-right: 10px;
    background: none !important;
    line-height: 16px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}
.pbmit-blogbox-style-2 .pbmit-meta-container .pbmit-meta-line i {
    color: #fff;
}
.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:hover:after {
    color: #fff;
}
.pbmit-blogbox-style-2 .post-item .pbmit-read-more-link a:hover {
    color: #fff;
}
.pbmit-blogbox-style-2 .pbminfotech-box-content .pbmit-post-title a:hover {
    color: #fff;
}


.top-link span {
margin-right: 8px;
}





.custom-file button{
margin-right: auto;
width: 30%;
height: 51px;
border: 0;
color: #fff;border-radius: var(--bringer-input-br);
background: var(--bringer-s-accent);
}

.custom-file{
  position:relative;
display: flex;
flex-direction: row;
width: 100%;
height: 51px;
background: #031320;
border: 1px solid #009fff26;
align-items: center;
padding: 0;
padding-right: 15px;
margin-bottom:15px;
border-radius: var(--bringer-input-br);
}
.custom-file input[type="file"] { 
  z-index: 1;
  position: absolute;
  opacity: 0;
  width:30%;
  left:0;
 
  /*   height:100%; */
}
.custom-file-filename{
  flex: 1 0 0;
  width:70%;height: 51px;
line-height: 51px;
}
.custom-file-filename span{
  display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.top-link {
	color: #fff;
}

.btn-on {
	color: #fff;
	padding-right: 15px;
	border-right: 1px solid #fff3;
}



.text-start {
  text-align: right !important;
}

.text-end {
  text-align: left !important;
}

.ser-det-img > div {
	height: 100%;	
}

.ser-det-img img {
height: 100%;
border-radius: 50%;
width: 100%;
}
/*
.ser-det-block {
	margin-bottom: 40px;
}*/

.ser-det-block h4 {
	font-size: 40px;
	margin-bottom: 20px;

}


.ser-det-block p {
font-size: 20px;
line-height: 30px;
}

.ser-det-block .bringer-label {
margin-bottom: 10px;
display: block;
}

/*
.ser-det-block p {
	height: 70px;
	overflow: hidden;
}
*/
/*
.ser-det-block:nth-child(3),
.ser-det-block:nth-child(1) {padding-left: 16.66%;}

.ser-det-block:nth-child(2),
.ser-det-block:nth-child(4) {padding-right: 16.66%;}
*/



/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
	Padding: 0;
}

.banner-carousel{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	overflow:hidden;
height: 100vh;
display: grid;
align-items: center;text-align: center;
background-size: 100% 100% !important;
}


.banner-carousel .slide-item img {
width: 100%;
}
 
.banner-carousel .slide-item .curved-layer{
	position:absolute;
	left:0;
	top:0;
	width:45%;
	height:100%;	
}

.banner-carousel .slide-item .curved-layer:before{
	content:'';
	position:absolute;
	right:0;
	top:-80%;
	width:150%;
	height:200%;
	opacity:0.85;
	-webkit-transform-origin:right ;
	-ms-transform-origin:right;
	transform-origin:right;
	-webkit-transform:rotate(20deg) scaleX(0);	
	-ms-transform:rotate(20deg) scaleX(0);
	transform:rotate(20deg) scaleX(0);	
}

.banner-carousel .active .slide-item .curved-layer:before{
	-webkit-transform:rotate(20deg) scaleX(1);	
	-ms-transform:rotate(20deg) scaleX(1);
	transform:rotate(20deg) scaleX(1);	
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	-ms-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
}
/*
.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}



.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}
*/


.banner-carousel .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
background: #0009;

	content: "";
	z-index:1;
background: linear-gradient(to bottom ,#35384acc ,#0009);
opacity: 0.8;


}

.banner-carousel .content-box{
	position: relative;
	text-align: center;
	z-index:5;
	max-width: 50%;
margin-right: auto;
margin-top:120px;
/*
filter: blur(100px);
transform: scale(0);*/
}

.style-three .banner-carousel .content-box{
	text-align:center;
	max-width:1000px;
	margin:0 0;	
}

.banner-carousel .content-box h2{
	display: block;
	font-size: 55px;
	line-height: 65px;
	color: #ffffff;
	opacity: 0;
	margin-bottom: 20px;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform:capitalize;
position: relative;
font-weight: bold;
text-shadow: 0 0 40px #000;
}



/*
.banner-carousel .content-box h2:after {
    width: 40px;
    height: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;background: #92908f;

}
*/

.banner-carousel .active .content-box h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;

}

.banner-carousel .content-box .text{
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #cecac5;
	font-weight: 400;
	opacity: 0;
	max-width: 670px;

	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
margin: 0 auto;
font-size: 18px;
line-height: 1.7em;
margin-bottom: 35px;width:50%;
text-shadow: 0 0 40px #000;

}

/*
.banner-carousel .content-box .text span {
display: block;
}*/


.style-three .banner-carousel .content-box .text{
	text-align:center;
	max-width:600px;
	margin:0 0 40px;	
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .theme-btn .btn-title{
	padding-left:52px;
	padding-right:52px;	
}

.banner-section .owl-nav{
	position: absolute;
width: 100%;
top: 50%;
	margin: 0 auto;
	transition: all 300ms ease;
}

.banner-section:hover .owl-nav {
opacity:1;
}

.banner-section .owl-nav .owl-prev{


position: absolute;
top: 0;
left: 15px;
height: 70px;
width: 50px;
font-size: 20px;
color: #fff !important;
font-weight: 400;
text-align: center;
line-height: 70px;
background: rgba(25,21,20,0.52) !important;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
font-size: 20px !important;
}


.banner-section .owl-nav .owl-next{
opacity: 1;
position: absolute;
top: 0;
right: 15px;
height: 70px;
width: 50px;
font-size: 20px;
color: #fff !important;
font-weight: 400;
text-align: center;
line-height: 70px;
background: rgba(25,21,20,0.52) !important;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
font-size: 20px !important;
}


.banner-section .owl-nav .owl-prev:hover, 
.banner-section .owl-nav .owl-next:hover{
	opacity: 1;
}


.mo_btn {
font-weight: var(--bringer-t-content-fw);
font-size: var(--bringer-t-button-fs);
line-height: 1;
padding: var(--bringer-button-spacing);
display: inline-block;
color: var(--bringer-s-accented-text);
background: var(--bringer-s-accent);
border-radius: var(--bringer-button-br);
border: 1px solid var(--bringer-s-border-accent);
transition: background-color 0.3s;
cursor: pointer;
}

.mo_btn:hover {
	background: #1a458a;
	border-color: #1a458a;
}

.bringer-subgrid-item {
position: relative;
padding: 0 15px;
display: flex;
align-items: center;
gap: 12px;
}

.bringer-subgrid-item h5 {
margin-bottom: 8px;line-height: 35px;
}

.rsd-img {
min-width: 110px;
min-height: 110px;
border-radius: 50%;
display: grid;
align-items: center;
justify-content: center;
background: #1a1d2a;
}

.bringer-subgrid-item span.bringer-label {
position: absolute;
top: 0;
background: #39a9dc;
width: 25px;
height: 25px;
border-radius: 50%;
text-align: center;
line-height: 25px;right: 20px;
}


.rsd-img img {
	height: 60px;
	width: auto !important;
	border-radius: 0 !important;
}

.man-ico {
z-index: 2;
}




.bg-Page-Title-1 {
background: #f12711;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



.bg-Page-Title-2 {
background: #ad5389;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3c1053, #ad5389);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3c1053, #ad5389); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}




.bg-Page-Title-3 {
background: #11998e;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #38ef7d, #11998e);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}




.bg-Page-Title-4 {
background: #a73737;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #7a2828, #a73737);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #7a2828, #a73737); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



.bg-Page-Title-5 {
background: #000046;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #1CB5E0, #000046);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



.bg-Page-Title-6 {
background: #00bf8f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #001510, #00bf8f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #001510, #00bf8f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.bg-Page-Title-7 {
background: #ADD100;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #7B920A, #ADD100);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #7B920A, #ADD100); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.bg-Page-Title-8 {
background: #1D976C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #93F9B9, #1D976C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #93F9B9, #1D976C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

background: #1D976C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #93F9B9, #1D976C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #93F9B9, #1D976C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.bg-Page-Title-9 {
background: #D1913C;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFD194, #D1913C);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFD194, #D1913C); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.bg-Page-Title-10 {
background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


.bg-Page-Title-11 {
background: #4B79A1;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #283E51, #4B79A1);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #283E51, #4B79A1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}



.bg-Page-Title-12 {
background: #8E2DE2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}



.bg-Page-Title-13 {
background: #0f0c29;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
background: linear-gradient(to right, #24243e, #302b63);

}



.bg-Page-Title-14 {
background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.bg-Page-Title-15 {
background: #43C6AC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #191654, #43C6AC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #191654, #43C6AC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.bg-Page-Title-16 {
	 background: #360033;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0b8793, #360033);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0b8793, #360033); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}




.frg {
	margin: 0 auto;
}


.inner-preo {
	padding: 0;
}
.preo-block {
	padding: 12px 12px 20px;
}

.preo-img img {
	height: 200px;
	width: 100%;
	margin-bottom: 15px;
border-radius: 16px;
}

.preo-block h5 {
	font-size: 18px;	margin-bottom: 15px;
}

.inner-preo p {
	height: 67px;
	overflow: hidden;
	margin-bottom: 10px;
}



.bg-tr-1 {
	
}


.ser-det-img {
	
border: 30px solid #fff;
border-radius: 50%;
position: relative;

width: 400px;
height: 400px;
}

.ser-det-img.bg-tr-1 {
border: 30px solid #39a9dc;}


/*
.ser-det-block:nth-child(4){
	z-index: -1;
}*/

.ser-det-block:nth-child(4) .stg-m-bottom-gap .ser-det-img:after {

content: '';
width: 330px;
height: 30px;
background: #fff;
position: absolute;
transform: rotate(45deg);
bottom: 0;
left: 50%;
z-index: -1;

}



.ser-det-block:nth-child(3){
	z-index: -1;
}

.ser-det-block:nth-child(3) .stg-m-bottom-gap .ser-det-img:after {
content: '';
width: 200%;
height: 30px;
background: #fff;
position: absolute;
transform: rotate(45deg);
bottom: 170%;
right: 135%;
z-index: -1;
transform-origin: left;
transform: translate(50%, 50%) rotate(38deg);
opacity:0;
transition: all ease 1s;
transition-delay: 1s;
}



@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (max-width: 1199px) {
.ser-det-block:nth-child(3) .stg-m-bottom-gap .ser-det-img:after {
right: 100%;
}
}

.ser-det-block:nth-child(3) .stg-m-bottom-gap.aos-animate .ser-det-img:after { 
opacity:1;
}

/*************************/
/*************************/



 .timeline {
	 display: flex;
	 flex-direction: column;
	 margin: 20px auto;
	 position: relative;
}
 .timeline__event {
	 margin-bottom: 20px;
	 position: relative;
	 display: flex;
	 margin: 20px 0;
	 border-radius: 6px;
	 align-self: center;
	 width: 50vw;
}
 .timeline__event:nth-child(2n + 1) {
	 flex-direction: row-reverse;
}
 .timeline__event:nth-child(2n + 1) .timeline__event__date {
		 border-radius: 6px 0 0 6px;
}
 .timeline__event:nth-child(2n + 1) .timeline__event__content {
 border-radius: 0 6px 6px 0;
}
 .timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
	 content: "";
	 width: 2px;
	 height: 100%;
	 background: #f6a4ec;
	 position: absolute;
	 top: 0%;
	 right: 50%;
	 left: auto;
	 z-index: -1;
	 transform: translateX(-50%);
	 animation: fillTop 2s forwards 4s ease-in-out;
}
 .timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
	 content: "";
	 width: 100%;
	 height: 2px;
	 background: #f6a4ec;
	 position: absolute;
	 left: 0;
	 z-index: -1;
	 top: 50%;
	 right: auto;
	 transform: translateY(-50%);
	 animation: fillLeft 2s forwards 4s ease-in-out;
}
 .timeline__event__title {
	 font-size: 1.2rem;
	 line-height: 1.4;
	 text-transform: uppercase;
	 font-weight: 600;
	 color: #9251ac;
	 letter-spacing: 1.5px;
}
 .timeline__event__content {
	 padding: 20px;
	 box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
	 background: #fff;
	 width: calc(40vw - 84px);
	 border-radius: 6px 0 0 6px;
}
 .timeline__event__date {
	 color: #f6a4ec;
	 font-size: 1.5rem;
	 font-weight: 600;
	 background: #9251ac;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 white-space: nowrap;
	 padding: 0 20px;
	 border-radius: 0 6px 6px 0;
}
 .timeline__event__icon {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #9251ac;
	 padding: 20px;
	 align-self: center;
	 margin: 0 20px;
	 background: #f6a4ec;
	 border-radius: 100%;
	 width: 40px;
	 box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
	 padding: 40px;
	 height: 40px;
	 position: relative;
}
 .timeline__event__icon i {
	 font-size: 32px;
}
 .timeline__event__icon:before {
	 content: "";
	 width: 2px;
	 height: 100%;
	 background: #f6a4ec;
	 position: absolute;
	 top: 0%;
	 z-index: -1;
	 right: 50%;
	 transform: translateX(-50%);
	 animation: fillTop 2s forwards 4s ease-in-out;
}
 .timeline__event__icon:after {
	 content: "";
	 width: 100%;
	 height: 2px;
	 background: #f6a4ec;
	 position: absolute;
	 right: 0%;
	 z-index: -1;
	 top: 50%;
	 transform: translateY(-50%);
	 animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
 .timeline__event__description {
	 flex-basis: 100%;
}
 .timeline__event--type2:after {
	 background: #555ac0;
}
 .timeline__event--type2 .timeline__event__date {
	 color: #87bbfe;
	 background: #555ac0;
}
 .timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
	 background: #87bbfe;
}
 .timeline__event--type2 .timeline__event__icon {
	 background: #87bbfe;
	 color: #555ac0;
}
 .timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
	 background: #87bbfe;
}
 .timeline__event--type2 .timeline__event__title {
	 color: #555ac0;
}
 .timeline__event--type3:after {
	 background: #24b47e;
}
 .timeline__event--type3 .timeline__event__date {
	 color: #aff1b6;
	 background-color: #24b47e;
}
 .timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
	 background: #aff1b6;
}
 .timeline__event--type3 .timeline__event__icon {
	 background: #aff1b6;
	 color: #24b47e;
}
 .timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
	 background: #aff1b6;
}
 .timeline__event--type3 .timeline__event__title {
	 color: #24b47e;
}
 .timeline__event:last-child .timeline__event__icon:before {
	 content: none;
}
 @media (max-width: 786px) {
	 .timeline__event {
		 flex-direction: column;
		 align-self: center;
	}
	 .timeline__event__content {
		 width: 100%;
	}
	 .timeline__event__icon {
		 border-radius: 6px 6px 0 0;
		 width: 100%;
		 margin: 0;
		 box-shadow: none;
	}
	 .timeline__event__icon:before, .timeline__event__icon:after {
		 display: none;
	}
	 .timeline__event__date {
		 border-radius: 0;
		 padding: 20px;
	}
	 .timeline__event:nth-child(2n + 1) {
		 flex-direction: column;
		 align-self: center;
	}
	 .timeline__event:nth-child(2n + 1) .timeline__event__date {
		 border-radius: 0;
		 padding: 20px;
	}
	 .timeline__event:nth-child(2n + 1) .timeline__event__icon {
		 border-radius: 6px 6px 0 0;
		 margin: 0;
	}
}
 @keyframes fillLeft {
	 100% {
		 left: 100%;
	}
}
 @keyframes fillTop {
	 100% {
		 top: 100%;
	}
}
 @keyframes fillLeftOdd {
	 100% {
		 right: 100%;
	}
}
 
 
 
 /***************************************/
 /***************************************/
 
 
 .demo{ background-color: #302E34; }
.main-timeline{
	position: relative;
    padding: 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline:before{
    content: '';
    background-color: #282b39;
    height: 100%;
    width: 5px;
    transform: translateX(-50%);
    position: absolute;
    top: -10px;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    margin: 0 10px 20px 0;
    float: left;
    position: relative;
}
.main-timeline .timeline-content{
    color: #555;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background-color: #282b39;
    height: calc(100% + 20px);
    width: 135px;
    transform: translateY(-50%);
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
}
.main-timeline .timeline-year{
    color: #fff;
    background-color: #39a9dc;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 30px 10px 20px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    transform: translateY(-50%);
    position: absolute;
    left: calc(100% + 3px);
    top: 50%;
}
.main-timeline .timeline-icon{
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 80px;

    border-radius: 50%;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.15);

    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
	display: flex;
justify-content: center;
align-items: center;
}

.main-timeline .timeline-icon img {
filter: brightness(100);
    width: 65px;
	height: 65px;
border-radius: 0;
}

.main-timeline .inner-content{
    background-color: #1a1d2a;
    padding: 15px 140px 15px 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
.main-timeline .title{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.main-timeline .description{
    font-size: 15px;
    margin: 0;color: #fff;
}
.main-timeline .timeline:nth-child(even){
    margin: 0 0 20px 10px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    transform: translateY(-50%) rotateY(180deg);
    right: auto;
    left: 0px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    padding: 10px 20px 10px 30px;
    left: auto;
    right: calc(100% + 1px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    right: auto;
    left: 20px;
}
.main-timeline .timeline:nth-child(even) .inner-content{
    padding: 15px 40px 15px 145px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}/*
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before{ background-color: #CF18FF; }
.main-timeline .timeline:nth-child(4n+2) .timeline-year{ background-color: #CF18FF; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before{ background-color: #00BBFE; }
.main-timeline .timeline:nth-child(4n+3) .timeline-year{ background-color: #00BBFE; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before{ background-color: #2be52b; }
.main-timeline .timeline:nth-child(4n+4) .timeline-year{ background-color: #2be52b; }*/
@media screen and (max-width:767px){
    .main-timeline{ padding: 0; }
    .main-timeline:before{ display: none; }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 60px 0 65px;
        margin: 0 0 20px;
        float: none;
    }
    .main-timeline .inner-content{ padding: 10px 20px 10px 40px; }
    .main-timeline .timeline:nth-child(even) .inner-content{ padding: 10px 40px 10px 20px; }
    .main-timeline .timeline-content:before{
        height: 65px;
        width: 80px;
        transform: translateY(0);
        top: 100%;
        right: 0;
    }
    .main-timeline .timeline:nth-child(even) .timeline-content:before{
        transform: translateY(0) rotateY(180deg);
        left: 0;
    }
    .main-timeline .timeline-year{
        transform: translateY(0);
        left: 0;
        top: -60px;
    }
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateY(0);
        right: 0;
        top: -60px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon{ left: 5px; }
}
@media screen and (max-width:567px){
    .main-timeline .title{ font-size: 18px; }
}




.main-fgh {
	display: flex;
width: 100%;
justify-content: center;
}

.main-fgh .fgh{
    text-align: center;
    padding: 0;
		width: 250px;
height: 250px;
border-radius: 50%;
background: linear-gradient(to bottom, transparent 49%,#1a1d2a  50%);
display: grid;
align-items: center;
}
.main-fgh .fgh-icon{

}
.main-fgh .fgh-icon img{
    width: 80px;
    height: 80px;
	margin: 0 auto;border-radius: 0;
}

.main-fgh .fgh-content{
    
}
.main-fgh .year{
    font-size: 16px;
    font-weight: bold;
    color: #58b25e;
}
.main-fgh .post{
    font-size: 16px;
    color: #fff;
}
.main-fgh .description{
    font-size: 14px;
    color: #555;
}/*
.main-fgh .fgh:nth-child(2n) .fgh-icon{
    padding: 35px 0 45px;
    border-radius: 50% 50% 0 0;
}
.main-fgh .fgh:nth-child(2n) .fgh-content{
    padding: 20px 10px 0;
}
*/
.main-fgh .fgh:nth-child(2n) { background: linear-gradient(to top, transparent 49%,#1a1d2a  50%); }
.main-fgh .fgh:nth-child(3n) { background: linear-gradient(to bottom, transparent 49%,#1a1d2a  50%); }
.main-fgh .fgh:nth-child(4n) { background: linear-gradient(to top, transparent 49%,#1a1d2a  50%); }
.main-fgh .fgh:nth-child(5n) { background: linear-gradient(to bottom, transparent 49%,#1a1d2a  50%); }
.main-fgh .fgh:nth-child(6n) { background: linear-gradient(to top, transparent 49%,#1a1d2a  50%); }

/*
.main-fgh .fgh:nth-child(2n) .year{ color: #9f84c4; }
.main-fgh .fgh:nth-child(3n) .year{ color: #f35958; }
.main-fgh .fgh:nth-child(4n) .year{ color: #e67e49; }*/
@media only screen and (max-width: 990px){
    .main-fgh .fgh{
        margin-bottom: 20px;
    }
}


.new-bg {
	background: #0a0d13;
	background: linear-gradient(45deg, #020b15 0%, #06172f 50%) !important;
}








.bgrg {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.bgrg::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #39A9DC;
  top: 0;
  bottom: 0;
  right: 50%;z-index: -1;
  margin-right: -1px;
}

.bgrg .bttr {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.bgrg .bttr.right {
  right: 0;
}

.bgrg .bttr.left {
  right: 50%;
}

.bgrg .bttr::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  left: -8px;
  background: #ffffff;
  border: 2px solid #39A9DC;
  border-radius: 16px;
  z-index: ;
}

.bgrg .bttr.left::after {
  right: -8px;
}

.bgrg .bttr::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  left: 8px;
  background: #39A9DC;
  z-index: 0;
}

.bgrg .bttr.left::before {
  right: 8px;
}

.bgrg .bttr .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #39A9DC;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.bgrg .bttr.right .date {
  left: -75px;
}

.bgrg .bttr.left .date {
  right: -75px;
}

.bgrg .bttr .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #282B39;
  border: 2px solid #39A9DC;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #39A9DC;
  z-index: 1;
}

.bgrg .bttr.right .icon {
  right: 56px;
}

.bgrg .bttr.left .icon {
  left: 56px;
}

.bgrg .bttr .content {
  padding: 30px 90px 30px 30px;
  background: #282B39;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.bgrg .bttr.left .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.bgrg .bttr .content h2 {
margin: 0;
font-size: 18px;
font-weight: normal;
color: #fff;
line-height: 30px;
text-align: center;
}

.bgrg .bttr .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .bgrg::after {
    right: 90px;
  }

  .bgrg .bttr {
    width: 100%;
    padding-right: 120px;
    padding-left: 30px;
  }

  .bgrg .bttr.left {
    right: 0%;
  }

  .bgrg .bttr.right::after, 
  .bgrg .bttr.left::after {
    right: 82px;
  }

  .bgrg .bttr.right::before,
  .bgrg .bttr.left::before {
    right: 100px;
    border-color: transparent #39A9DC transparent transparent;
  }

  .bgrg .bttr.right .date,
  .bgrg .bttr.left .date {
    left: auto;
    right: 15px;
  }

  .bgrg .bttr.right .icon,
  .bgrg .bttr.left .icon {
    left: auto;
    right: 146px;
  }

  .bgrg .bttr.right .content,
  .bgrg .bttr.left .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}

.brg-cli {
	padding: 20px 30px;
}


.bread-cumb {
	position: relative;
padding: 170px 0 100px;
background-size: 100% 100% !important;
background-position: center !important;z-index:1;
}

/*
.favbg {
width: 100%;
height: 100%;
display: block;
	background: url(../img/faviconbg.png);

background-size: 200px;
background-position: bottom left;
position: absolute;
bottom: 0;
opacity: 0.02;
filter: grayscale(100);	
}*/
/*

.bread-cumb:after {
content: '';
width: 100%;
height: 100%;
display: block;
background: linear-gradient( to right , #09090f , #000 , #09090f );
position: absolute;
bottom: 0;
left: 0;opacity: 0.5;
z-index:-1;}
*/

/*
.bread-cumb:before {
content: '';
width: 100%;
height: 1px;
display: block;
background: var(--bringer-c-border-gradient);
position: absolute;
bottom: 0;
left: 0;}*/


.bread-cumb ul {
	
	list-style: none;
	margin:0;
	padding:0;
	display: inline-block;
	text-align: center;
}

.bread-cumb ul li {
display: inline-block;
color: #fff;
}



.bread-cumb ul a { 
color: #fff;
position: relative;
margin-left: 15px;
padding-left: 21px;
}

.bread-cumb ul a:before {
content: "\f177";
font-family: "Font Awesome 5 Pro";
font-weight: 300;
position: absolute;
left: -4px;
}

.about-section {
	
	padding-top:0;
	padding-bottom: 50px;
}

.and-box {
	overflow: hidden;
	padding-right: 130px;
}

.and-box .and-img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: grid;
align-items: center;
}

.and-box .and-img:after {
content: '';
width: 200px;
background: #ffffff14;
position: absolute;
top: 0;
right: -80px;
z-index: -1;
transition: all ease 1s;
transition-delay: 1s;
border-radius: 50%;
bottom: 0;
}


.and-box img {
width: 70px;
height: 70px;
border-radius: 0;
margin-right: 14px;
}





.main-drlo{  }
.main-drlo:before{
content: '';
background-color: #282b39;
height: calc(100% - 80px);
width: 5px;
border-radius: 10px;
transform: translateX(-50%);
position: absolute;
left: 50%;
bottom: 0;
}
.main-drlo:after{
    content: '';
    display: block;
    clear: both;
}
.main-drlo .drlo{
    width: 50%;
    padding: 0 0 0 10px;
    margin: 0 0 30px 10px;
    float: right;
    position: relative;
}
.main-drlo .drlo:after{
    content: '';
    background-color: #39A9DC;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #282b39, 0 0 10px #333;
    transform: translateY(-50%);
    position: absolute;
    left: -7px;
    top: 50%;
}
.main-drlo .drlo-content{
    color: #555;
background: #282b39;
    padding: 0 0 0 160px;
    display: block;
    position: relative;
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%);
}
.main-drlo .drlo-content:hover{ text-decoration: none; }
.main-drlo .drlo-icon{
    color: #fff;
    font-size: 45px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 32px;
}

.main-drlo .drlo-icon img{
width: 70px;
height: 70px;
border-radius: 0;
}

.main-drlo .inner-content{
    color: #555;
    background-color: #1a1d2a;
    min-height: 110px;
    padding: 15px 15px 15px 0;
    position: relative;
}
.main-drlo .inner-content:before{
    content: '';
    background-color: #1a1d2a;
height: calc(100% + 40px);
width: 110px;
    border-radius: 50%;

    position: absolute;
    left: -37px;
    top: -20px;
    bottom: -20px;
    z-index: -1;
}
.main-drlo .title{
    font-size: 20px;
   
    text-transform: uppercase;
    margin: 0 0 10px;
}
.main-drlo .description{
    font-size: 14px;
 color: #fff;
    margin: 0;
}
.main-drlo .drlo:nth-child(even){
    padding: 0 10px 0 0;
    margin: 0 10px 30px 0;
    float: left;
}
.main-drlo .drlo:nth-child(even):after{
    left: auto;
    right: -8px;
}
.main-drlo .drlo:nth-child(even) .drlo-content{
    padding: 0 160px 0 0;
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}
.main-drlo .drlo:nth-child(even) .drlo-icon{
    left: auto;
    right: 32px;
}
.main-drlo .drlo:nth-child(even) .inner-content{ padding: 15px 10px 15px 15px; }
.main-drlo .drlo:nth-child(even) .inner-content:before{
    left: auto;
    right: -37px;
}
/*
.main-drlo .drlo:nth-child(4n+2):after{ background-color: #1c6f82; }
.main-drlo .drlo:nth-child(4n+2) .drlo-content{
    background: linear-gradient(to left,#1c6f82,#4491A2 22%);
}
.main-drlo .drlo:nth-child(4n+3):after{ background-color: #4e5db2; }
.main-drlo .drlo:nth-child(4n+3) .drlo-content{
    background: linear-gradient(to right,#4e5db2,#7582D1 22%);
}
.main-drlo .drlo:nth-child(4n+4):after{ background-color: #525156; }
.main-drlo .drlo:nth-child(4n+4) .drlo-content{
    background: linear-gradient(to left,#525156,#686C75 22%);
}
*/
@media screen and (max-width:767px){
    .main-drlo:before{
        left: 19px;
        transform: translateX(0);
    }
    .main-drlo .drlo,
    .main-drlo .drlo:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
        padding: 0 0 0 25px;
    }
    .main-drlo .drlo:after,
    .main-drlo .drlo:nth-child(even):after{
        left: 3px;
    }
    .main-drlo .drlo-icon,
    .main-drlo .drlo:nth-child(even) .drlo-icon{
        font-size: 30px;
        left: 23px;
    }
    .main-drlo .drlo-content,
    .main-drlo .drlo:nth-child(even) .drlo-content{
        padding: 0 0 0 90px;
        clip-path: polygon(7% 0, 100% 0, 100% 100%, 7% 100%, 0 50%);
    }
    .main-drlo .inner-content:before,
    .main-drlo .drlo:nth-child(even) .inner-content:before{
        width: 50px;
        left: -25px;
    }
}
@media screen and (max-width:567px){
    .main-drlo .drlo-content,
    .main-drlo .drlo:nth-child(even) .drlo-content{
        padding: 0 0 0 65px;
        clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
    }
    .main-drlo .drlo-icon,
    .main-drlo .drlo:nth-child(even) .drlo-icon{
        font-size: 21px;
        left: 9px;
    }
    .main-drlo .title{ font-size: 18px; }
}









.main-sertk {
	display: flex;
	justify-content: space-between;
}

.main-sertk .sertk{
    padding: 0 2px;
    position: relative;
}
.main-sertk .sertk-icon{
    display: block;
    text-align: center;
    padding: 25px 0 30px 0;
    z-index: 1;
    position: relative;
}

.main-sertk .sertk-icon img {
	width:70px;margin: 0 auto;
	border-radius: 0;
}


.main-sertk .sertk:nth-child(2n) .sertk-icon{
padding: 25px 0 30px 0;
}


.main-sertk .sertk-content:before{
    content: "";
    width: 1px;
    height: 18px;
    background: #369fcf;
    margin: 0 auto;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.main-sertk .sertk:nth-child(2n) .sertk-content:before{
    top: 100%;
    bottom: auto;
}
.main-sertk .sertk:hover .sertk-content:before{
    background: #555;
}

.main-sertk .sertk-icon i{
    width: 45px;
    height: 45px;
    line-height:45px;
    border-radius: 50%;
    background: #369fcf;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.main-sertk .sertk:hover .sertk-icon i{
    background: #555;
    animation: icon-load 2.5s ease 0s infinite;
}
.main-sertk .border{
    height: 5px;
    background: #369fcf;
    margin-bottom: 20px;
    transition: all 0.3s ease 0s;border: 0 !important;
	border: 0 !important;
border-radius: 0 !important;
margin: 18px 0;
}
.main-sertk .sertk:hover .border{
    background: #555;
}
.main-sertk .sertk:first-child .border{
    border-radius: 4px 0 0 4px;
}
.main-sertk .sertk:last-child .border{
    border-radius: 0 4px 4px 0;
}

.main-sertk .sertk-content{
    padding: 15px;
    background: #1a1d2a;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
	position: relative;
	z-index: 1;
	height: 125px;
display: grid;
align-items: center;
}
.main-sertk .sertk:hover .sertk-content{
    background: #555;
}
.main-sertk .title{
    font-size: 18px;

    color: #fff;text-align: center;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.main-sertk .sertk:hover .title{
    color: #fff;
}
.sertk-content .description{
    font-size: 14px;
    color: #888;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.main-sertk .sertk:hover .description{
    color: #fff;
}
@keyframes icon-load{
    0%{ transform: rotate(-12deg); }
    8%{ transform: rotate(12deg); }
    10%{ transform: rotate(24deg); }
    18%,20%{ transform: rotate(-24deg); }
    28%,30%{ transform: rotate(24deg); }
    38%,40%{ transform: rotate(-24deg); }
    48%,50%{ transform: rotate(24deg); }
    58%,60%{ transform: rotate(-24deg); }
    68%{ transform: rotate(24deg); }
    100%,75%{ transform: rotate(0deg); }
}
@media only screen and (max-width: 990px){
    .main-sertk .sertk{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px){
    .main-sertk .sertk-icon{
        padding-top: 0;
    }
    .main-sertk .sertk:nth-child(2n) .sertk-icon{
        padding-bottom: 0;
    }
    .main-sertk .border{
        margin-bottom: 10px;
    }
    .main-sertk .sertk:nth-child(2n) .border{
        margin: 10px 0 0 0;
    }
    .main-sertk .sertk-content{
        text-align: center;
    }
}










.cont-boxx {
	position: relative;
	padding: 30px;
	background: linear-gradient( to left, #39a9dc , #19b1f7);
	padding-right: 80px;
}

.cont-boxx:after {
content: '';
position: absolute;
width: 100%;
display: block;
bottom: 0;
height: 1px;
background: var(--bringer-c-border-gradient);
right: 0;
left: 0;}

.cont-boxx p {
	color: #fff;
}

.cont-boxx i {
position: absolute;
right: 20px;
font-size: 40px;
color: #fff;
width: 50px;
margin-left: auto;
margin-right: auto;
text-align: center;
}












.main-betera{
    padding: 25px 10px;
}
.main-betera:after{
    content: '';
    display: block;
    clear: both;
}
.main-betera .betera{
    width: calc(50% + 9px);
    padding: 20px 30px 20px 0;
    margin: -20px 0 0 0;
    border-radius: 20px;
    border: 10px solid transparent;
    border-right: 10px solid #282b39;
    float: left; 
    position: relative;
}
.main-betera .betera:before,
.main-betera .betera:after{
    content: '';
    background-color: #39a9dc;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    bottom: 45px;
}
.main-betera .betera:after{
    border-radius: 3px;
    transform: rotate(45deg);
    right: 20px;    background-color: #1a1d2a;

}
.main-betera .betera-content{
    color: #fff;
    background: linear-gradient(#D02578,#1a1d2a);
    min-height: 80px;
    padding: 0;

    border-radius: 20px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
	display: grid;
align-items: center;
background: #1a1d2a;
}
.main-betera .betera-content:hover{ text-decoration: none; }
.main-betera .betera-icon{
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 15px;
    right: 16px;
}
.main-betera .title{
    color: #1a1d2a;
    background-color: #fff;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    margin: 0 0 5px;
}
.main-betera .description{
    margin-right: 25px;

}

.main-betera .betera:nth-child(even){
    float: right;
    padding: 20px 0 20px 30px;
    margin: -20px 0 0 0;
    border-right: none;
    border-left: 10px solid #282b39;
}
.main-betera .betera:nth-child(even):before{
    right: auto;
    left: -18px;
}
.main-betera .betera:nth-child(even):after{
    right: auto;
    left: 20px;
}
.main-betera .betera:nth-child(even) .betera-icon{
    right: auto;
    left: 16px;
}
/*
.main-betera .betera:nth-child(even) .description{ margin-left: 80px; }
.main-betera .betera:nth-child(4n+2):before,
.main-betera .betera:nth-child(4n+2):after{
    background-color: #4EB543;
}
.main-betera .betera:nth-child(4n+2) .betera-content{ background: linear-gradient(#80B02C,#4EB543); }
.main-betera .betera:nth-child(4n+2) .title{ color: #4EB543; }
.main-betera .betera:nth-child(4n+3):before,
.main-betera .betera:nth-child(4n+3):after{
    background-color: #3A3270;
}
.main-betera .betera:nth-child(4n+3) .betera-content{ background: linear-gradient(#65286D,#3A3270); }
.main-betera .betera:nth-child(4n+3) .title{ color: #3A3270; }
.main-betera .betera:nth-child(4n+4):before,
.main-betera .betera:nth-child(4n+4):after{
    background-color: #0A2C80;
}
.main-betera .betera:nth-child(4n+4) .betera-content{ background: linear-gradient(#2FD8D8,#0A2C80); }
.main-betera .betera:nth-child(4n+4) .title{ color: #0A2C80; }*/
@media screen and (max-width:767px){
    .main-betera .betera,
    .main-betera .betera:nth-child(even){
        width: 100%;
        padding: 20px 0 20px 30px;
        margin: -25px 0 0;
        border-left: 10px solid #282b39;
        border-right: none;
    }
    .main-betera .betera:before,
    .main-betera .betera:nth-child(even):before{
        right: auto;
        left: -17px;
    }
    .main-betera .betera:after,
    .main-betera .betera:nth-child(even):after{
        right: auto;
        left: 20px;
    }
    .main-betera .description,
    .main-betera .betera:nth-child(even) .description{
        margin: 20px 20px 0 80px;
    }
    .main-betera .betera-icon,
    .main-betera .betera:nth-child(even) .betera-icon{
        left: 16px;
        right: auto;
    }
}
@media screen and (max-width:576px){
    .main-betera .betera-content{ padding-bottom: 70px; }
    .main-betera .description,
    .main-betera .betera:nth-child(even) .description{
        margin: 20px 20px 0 20px;
    }
}












.main-cyper{  }
.main-cyper:after{
    content: '';
    display: block;
    clear: both;
}
.main-cyper .cyper{
    width: calc(50% + 17px);
    padding: 0 0 30px 30px;
    float: right; 
    position: relative;
}
.main-cyper .cyper:before,
.main-cyper .cyper:after{
    content: '';
    height: 60px;
    width: 2px;
    border-right: 2px solid #282b39;
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    bottom: 0;
}
.main-cyper .cyper:after{
    background-color: #fff;
    height: 20px;
    width: 20px;
    border: 6px solid #282b39;
    border-radius: 50%;
    left: 0;
}   
.main-cyper .cyper-content{
    color: #555;
background: linear-gradient(to left bottom,#444c73,#282b39);
 
    min-height: 170px;
    padding: 50px;
    border-radius: 15px 15px 0 15px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-cyper .cyper-content:before{
    content: '';
    background-color: #1a1d2a;
    position: absolute;
    right: 17px;
    left: 17px;
    top: 17px;
    bottom: 17px;
    z-index: -1;
}
.main-cyper .cyper-content:hover{ text-decoration: none; }
.main-cyper .cyper-icon{
    color: #ccc;
    font-size: 35px;
}
.main-cyper .title{
    font-size: 22px;

   text-align: center;
    text-transform: uppercase;
    margin-bottom:15px;
}
.main-cyper .description{
    color: #ccc;
    font-size: 13px;
    font-weight: 400;

    line-height: 18px;
    margin: 0;
}
.main-cyper .cyper:nth-child(even){
    padding: 0 30px 30px 0;
    float: left;
}
.main-cyper .cyper:nth-child(even):before{
    transform: rotate(-45deg);
    left: auto;
    right: 30px;
}
.main-cyper .cyper:nth-child(even):after{
    left: auto;
    right: 0;
}
.main-cyper .cyper:nth-child(even) .cyper-content{ border-radius: 15px 15px 15px 0; }
/*
.main-cyper .cyper:nth-child(4n+2):before,
.main-cyper .cyper:nth-child(4n+2):after{
    border-color: #3DC7EA;
}
.main-cyper .cyper:nth-child(4n+2) .cyper-content{
    background: linear-gradient(to top left,#39C6E6,#6AECE9);
}
.main-cyper .cyper:nth-child(4n+3):before,
.main-cyper .cyper:nth-child(4n+3):after{
    border-color: #FD6552;
}
.main-cyper .cyper:nth-child(4n+3) .cyper-content{
    background: linear-gradient(to left bottom,#FCD24E,#FD6552);
}
.main-cyper .cyper:nth-child(4n+4):before,
.main-cyper .cyper:nth-child(4n+4):after{
    border-color: #225DB0;
}
.main-cyper .cyper:nth-child(4n+4) .cyper-content{
    background: linear-gradient(to top left,#225DB0,#62ACEA);
}*/
@media screen and (max-width:767px){
    .main-cyper .cyper{
        width: 100%;
        padding: 30px 0 0 30px;
        margin: 0 0 20px;
    }   
    .main-cyper .cyper:before,
    .main-cyper .cyper:nth-child(even):before{
        transform: rotate(-45deg);
        bottom: auto;
        top: 0;
        left: auto;
        right: 30px;
    }
    .main-cyper .cyper:after,
    .main-cyper .cyper:nth-child(even):after{
        bottom: auto;
        top: 0;
        left: auto;
        right: 0;
    }
    .main-cyper .cyper-content,
    .main-cyper .cyper:nth-child(even) .cyper-content{
        border-radius: 0 15px 15px 15px;
    }
}


.bldark-bg {
  background: linear-gradient(to right, rgb(29, 68, 136), rgb(5, 49, 74));
  
  background: linear-gradient(45deg, #5a57fb 0%, #04e7af 50%) !important;

}


.prdark-bg {
  background: linear-gradient(45deg, #502C7C 0%, #290951 50%) !important;
}

.grdark-bg {
	/*
background: linear-gradient(45deg, #057879 0%, #241348 50%) !important;
*/
}

.grdark-bg {
background: #241348;

}


/***********************
* Features-four
***********************/
.features-four {
    overflow: hidden;

}

.section-four-title {
    margin-bottom: 28px;
}

.section-four-title .section-four-title-text {
    margin-bottom: 20px;
}

.section-four-title .section-four-title-text p {
    color: #10112D;
    padding: 4px 15px;
    display: inline-block;
    background-color: #F5CF6F;
    border-radius: 7px;

    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.section-four-title .section-four-title-title h2 {
    color: #10112D;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.3px;
}

.section-four-details {
    margin-bottom: 40px;
}

.section-four-details p {
    color: #696969;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.features-four .section-four-details p {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
}

.section-four-title-title h2 .section-four-title-title-inner {
    position: relative;
    background: linear-gradient(110deg, #01CBDF 15.93%, #8358FF 72.14%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-four-title-title h2 .section-four-title-title-inner::after {
    content: "";
    position: absolute;
    background: url(../images/shapes/section-four-title-shape.png)no-repeat;
    background-size: contain;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 10px;
    z-index: 1;
}

.blog-four-title-box .section-four-title-title h2 .section-four-title-title-inner::after {
    content: "";
    position: absolute;
    background: url(../images/shapes/section-four-title-shape-two.png)no-repeat;
    background-size: contain;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 10px;
    z-index: 1;
}

.features-four-title-box .section-four-title .section-four-title-title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.features-four-box {

    border-radius: 16px;
    margin-top: 0;
    transition: all 0.3s;border-radius: 16px;text-align: center;
	background: #06172f !important;
	position: relative;
z-index: 1;
}

.features-four-box > a {display: block;
	    padding: 30px 30px 30px 40px;
}

.features-four-box:hover {
	background: #39a9dc !important;
}

.features-four [class*='col-']:nth-child(1) .features-four-box {
    background-color: #60CBA1;
    background-color: #1D4488;background-color: #5A88D9;
	
	
}


.features-four [class*='col-']:nth-child(2) .features-four-box {
    background-color: #93D5E1;
    background-color: #39A9DC;
    background-color: #84CAEA;
}


.features-four [class*='col-']:nth-child(3) .features-four-box {
    background-color: #CA9BF9;
    background-color: #035859;background-color: #228f91;
}

.features-four [class*='col-']:nth-child(4) .features-four-box {
    background-color: #E9D175;
    background-color: #502C7C;background-color: #906CBD;
}




.features-four [class*='col-']:nth-child(5) .features-four-box {
      background-color: #75E98D;
}


.features-four [class*='col-']:nth-child(6) .features-four-box {
    background-color: #CA9BF9;
}

.features-four [class*='col-']:nth-child(7) .features-four-box {
  background-color: #6156B5;
}

.features-four-box-4:hover {
    box-shadow: none;
}

.features-four-icon-one {
    margin-bottom: 10px;
}

.features-four-icon-one i {
    font-size: 24px;
}

.features-four-title-box h3 {
color: #fff;
font-size: 18px;
line-height: 27px;
margin: 15px 0;
height: 54px;
display: grid;
align-items: center;
}

.features-four-icon-two {
    margin-bottom: 25px;
}

.features-four-icon-two img {
	width: 74px;
	border-radius: 0;margin: 0 auto;
}

.features-four-icon-one img {
	width: 30px;
margin-bottom: 18px;
display: block; margin: 0 auto;
}


.features-four-icon-two i {
    font-size: 50px;
}

.features-four-detail-box p {
    color: #10112D;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}

.features-four-btn {
    position: relative;
    display: inline;
	padding-left: 5px;
}

.features-four-btn span {
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    transition: all 0.3s;
    padding-left: 20px;
}

.features-four-btn i {
position: absolute;
color: #fff;
font-size: 16px;
left: 0;
top: 0;
transform: rotate(45deg);
transition: all 0.3s;
}



.mask-serv h5 {
	font-size: 19px;
	
}



.bts-iconss .ser-det-img {
	

}

.crt-content img {
	height: auto !important;
	margin: 5px auto 20px !important;
width: 35px !important;
}








/*****************/



.header-design {
  background-color: #a4508b;
  background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
  height: 120px;
  text-align: center;
}

.listar-map-button {
  width: 100%;
  position: absolute;
  display: table;
  left: 0;
  top: 0;
  height: 200px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}

.listar-map-button {
  left: auto;
  /***
    box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
}

.listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

header .footer-wave {
  max-width: 102%;
  width: 100%;
  height: 187.8px;
  right: 0;
  z-index: 1;
  bottom: -67px;
  background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png)
    repeat-x;
  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
}

@keyframes wave {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1440px;
  }
}

.listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-right: 27px;
  padding-left: 27px;
}

.listar-feature-item {
  height: calc(100% - 20px);
}

.listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.listar-feature-item a {
  position: absolute;
  top: -12px;
  right: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  right: 50%;
  margin-right: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}
/*
.listar-feature-item:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 50%;
  margin-right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 1.5s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}
*/

@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}



.listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  /*
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    right top,
    left top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  right: 50%;
  overflow: hidden;
}

.listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #34a9dc;
}

.listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
.listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border: 11px solid #258bd5;
  border-radius: 800px;
  right: -50%;
}

.listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-right: 27px;
  padding-left: 27px;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #091c38;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 50%;
  vertical-align: middle;
  margin-right: -74px;
  top: -66px;
  margin-top: -74px;
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #06172f;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: grid;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: right;align-content: center;
}
/*
.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  right: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}
*/
.listar-feature-item img {
  position: relative;
  display: block;
  border-bottom: 0;
  width:70px;
  top: 0;
  padding: 0;
  color: #258bd5;
  margin: 0 auto;
  border-radius: 0;
}

.listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  border-radius: 50px;
}

.listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 12px 35px;
  display: inline-block;
  position: relative;
  background-color: #fff;background-color: #132f53;
}

.listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  right: -40px;
  border-radius: 50px;
  background-color: #fff;background-color: #132f53;
  display: none;
}

.listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
}

.listar-feature-item-excerpt {
  padding: 0 20px;
}

.listar-feature-item-excerpt {
  color: #fff;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pset {
  padding-top: 180px;
  padding-bottom: 80px;
}

.listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-map-button-text span:after {
  border: 12px solid #fff;
}

.listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  right: 50%;
  margin-right: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}









.features-items,
.features-items .items-box {
  overflow: hidden;
}

.features-area .equal-height::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  background: var(--bringer-c-border-gradient);
    background:  linear-gradient(to bottom, transparent, var(--bringer-s-border), transparent); 

}

.features-area.item-full .equal-height::before {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 100%;
  background: var(--bringer-c-border-gradient);
  
}

.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
  display: inline-block;
  float: left;
}

.features-area .features-items.reversed .info-box {
  float: right;
}

.features-area .features-items .item {
  padding: 15px 30px;
}

.features-area.item-full .features-items .item {
  padding: 30px;
}

.features-area .features-items .item h4 {
  position: relative;
}

.features-area.bottom-small {
  padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
  padding-bottom: 30px;
}

.features-area .item .icon {
  margin-bottom: 0;
}

.features-area .item .info {
}

.features-area .item .icon i {
  background: #ffffff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  color: #ffaf5a;
  display: inline-block;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  width: 100px;
  z-index: 1;
}

.features-area .features-items .items-box i {
  background: transparent;
}

.features-area .item .icon {
  margin-bottom: 0;
  display: inline-block;
position: relative;
}


.equal-height {
	position: relative;
}

.features-area .item .info h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
}
.features-area .item .info p {
  margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
  padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
  color: #666666;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
  color: #ffaf5a;
}





.liicon {
	border-radius:0;
	width: 90px;
margin: 25px auto;
}

.adno-anima {
font-size: 32px;
line-height: 40px;
}


/****************************/
/****************************/



/********************* svg points *****************/

#container {
	position: relative;
}


.points .dot-point {
	width: 12px;
	height: 12px;
	background:#007598;	position: relative;
	border-radius:50%;margin: 0 auto;
}



      .points .dot-point:before, .points .dot-point:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 100%;
        z-index: -1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
       background-color: #007598; }
      .points .dot-point:before {
        animation: animationSignal1;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation: animationSignal1;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s; }
      .points .dot-point:after {
        animation: animationSignal2;
        animation-iteration-count: infinite;
        animation-duration: 3s;
        -webkit-animation: animationSignal2;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-duration: 3s; }
		
		

@keyframes animationSignal2 {
  /*Video Popup*/
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9); }
  100% {
    transform: scale(2.2);
    -moz-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    opacity: 0; } }

@-webkit-keyframes animationSignal2 {
  /*Video Popup*/
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9); }
  100% {
    transform: scale(2.2);
    -moz-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    opacity: 0; } }
	
	

.points {
width: 20%;
text-align: center;
transform: translatey(-20px);
}


/*
.points .dot-point:after {
content: "";

border: 1px solid #007598;
position: absolute;

transition: all 0.3s;
border-radius: 50%;

left: -4px;
right: -4px;
top: -4px;
bottom: -4px;
}
*/

/*
.points:nth-child(1) {
position: absolute;
left: 0;
bottom: 72px;}


.points:nth-child(2) {
position: absolute;
left: 16.6%;
bottom: 140px;}

.points:nth-child(3) {
position: absolute;
left: 33.333%;
top: 122px;
display: flex;
flex-direction: column-reverse;}


.points:nth-child(3) span {
margin-top: 0;
margin-bottom: 45px;
}

.points:nth-child(4) {
position: absolute;
left: 38%;
bottom: 130px;}



.points:nth-child(5) {
position: absolute;
left: 60%;
bottom: 187px;}

.points:nth-child(6) {
position: absolute;
left: 86%;
  bottom: 300px;
}
*/




.points:nth-child(6) {
position: absolute;
left: 0;
bottom: 19%;}

/*
.points:nth-child(5) {
position: absolute;
left: 16.6%;
bottom: 140px;}
*/

.points:nth-child(5) {
position: absolute;
left: 15%;
top: 62%;
display: flex;
flex-direction: column-reverse;}


.points:nth-child(5) .spod {
margin-top: 0;
margin-bottom: 100px;
}




.points:nth-child(4) {
position: absolute;
left: 36%;
bottom: 32%;
/*
display: flex;
flex-direction: column-reverse;*/}

/*
.points:nth-child(4) .spod {
margin-top: 0;
margin-bottom: 45px;
}*/



.points:nth-child(3) {
position: absolute;
left: 46%;
top: 40%;
display: flex;
flex-direction: column-reverse;}


.points:nth-child(3) .spod {
margin-top: 0;
margin-bottom: 90px;
}

.points:nth-child(2) {
position: absolute;
left: 68%;
bottom: 46%;}




/*
.points:nth-child(1) {
position: absolute;
left: 86%;
  bottom: 310px;
}*/


.points:nth-child(1) {
position: absolute;
left: 86%;
top: 19%;
display: flex;
flex-direction: column-reverse;}


.points:nth-child(1) .spod {
margin-top: 0;
margin-bottom: 45px;
}




.plane-section .spod {
transition: all ease-in-out 0.2s;
transform: scale(0.9);
opacity: 0.8
}






.plane-section.in-view .points:nth-child(1) .spod {
transform: scale(1);
opacity: 1
}

.plane-section.in-view .points:nth-child(2) .spod {
transform: scale(1);
transition-delay: 3s;
opacity: 1
}

.plane-section.in-view .points:nth-child(3) .spod {
transform: scale(1);
transition-delay: 4.1s;
}

.plane-section.in-view .points:nth-child(4) .spod {
transform: scale(1);
transition-delay:4.9s;
}

.plane-section.in-view .points:nth-child(5) .spod {
transform: scale(1);
transition-delay: 6.8s;
}

.plane-section.in-view .points:nth-child(6) .spod {
transform: scale(1);
transition-delay: 7.3s;
}




#plane {
/*     background-image: url('../images/plane.svg'); */
    height: 28px;
    width: 46px;
}

.dashed {
stroke-dasharray: 8px 18px;
}

.path {
    stroke-dasharray: 3000;
    stroke-dashoffset: 0;
   /*animation: dash 2s linear;*/
}

.dashed1 {
stroke: #007598;
stroke: #fff;
}

.dashed2 {
stroke: #ddd;
stroke: #fff;
}


#plane {
    height: 28px;
    width: 46px;
}



.mysection {
	position: relative;
margin: 200px auto;
}

.points .spod {
margin-top: 45px;
display: block;
text-transform: capitalize;
font-size: 22px;
position: absolute;
left: 0;
right: 0;
padding: 12px;
background: #0b1d35;
color: #fff;
font-size: 14px;
border-radius: 12px;
}

.points .spod img {
border-radius: 0;
width: 70px;
margin: 15px auto;
}


.points .spod h3 {
font-size: 20px;
}

.points.done {
	background: #fff;
	color: #0b1d35;
}

/*************************/
/****************************/



/* ------------------------
    How It Work
------------------------*/

.work-process {

}

.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    color: #005bea;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
/*
visibility: hidden;
opacity: 0;*/
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
    color: #ffffff;
}

.step-icon {
    position: relative;
    color: #1c1d3e;
}

.step-icon span {
position: relative;
width: 50px;
height: 50px;
display: block;
margin-top: 25px;
line-height: 50px;
background: #15bbd7;
border-radius: 50% 30% 30% 50% 50% 50%;
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
color: #fff;
font-size: 21px;
}

.step-icon span::after,
.step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1;
}

/*
.step-icon span::after {background: #cdf3f6; height: 25px; left: -10px; top: 5px; width: 25px;}
.step-icon span::before {background: #d4f8e6; bottom: 0; right: -10px;}*/

.dark-bg .step-icon {
    color: rgba(255, 255, 255, 0.9);
    background: none;
}

.dark-bg .step-desc h4 {
    color: #2575fc;
}

.dark-bg .step-icon {
    border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .step-desc p {
    color: rgba(255, 255, 255, 0.7);
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.work-process .box-loader {
    position: absolute;
    top: 30%;
    right: -15%;
    left: inherit;
}

.work-process.style-2 {
    padding: 0;
    display: flex;
    align-items: center;
}

.work-process.style-2:before {
    display: none;
}

.work-process.style-2 .step-num-box {
    margin-bottom: 0;
    margin-right: 30px;
}

.work-process.style-3 {
    padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
    background: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.1);
    font-size: 120px;
    height: auto;
    left: 50%;
    line-height: 120px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
}

#svg-container {position: absolute; width: 100%; left: 50%;  z-index: -1; transform: translateX(-50%); width: 80%;}
#svgC {margin: 0 auto; width: 100%;
transform: rotatey(180deg);
}

/* ------------------------
    box-loader
------------------------*/

.box-loader {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 15px;
}

.box-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2575fc;
    margin: 0 5px;
    opacity: 0;
}

.box-loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

/*--rotation--*/

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }
    12.5% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }
    12.5% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}

@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }
    25% {
        transform: scale(0, 1);
    }
    37.5% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(0, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }
    37.5% {
        transform: scale(1, 0);
    }
    50% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}

/*--opacitychange--*/

@keyframes opacitychange {
    0%,
    100% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
}

/* responsive */

@media (max-width: 1200px) {
    #svg-container {
        width: 85%;
    }
}

@media (max-width: 992px) {
    .md-mt-5 {
        margin-top: 50px !important;
    }
    /*Step*/
    .work-process .box-loader {
        display: none;
    }
    .step-desc p {
        max-width: 300px;
        margin: 0 auto;
    }
    #svg-container {
        width: 100%;
        transform: rotate(90deg);
        left: 0;
        top: 50%;
    }
}



.cobox {
width: 25%;
text-align: center;
padding-top: 150px;
position: relative;
}

.cobox:hover .step-num { 
color: #e78200;
}

.cobox:hover .step-icon span {
background: #e78200;
color: #fff;	
}

/*
.bob-on .step-num {
visibility: visible;
opacity: 1;
}*/


.ser-det-block {
	text-align: center;
}

.newsection {
	
	height: 100vh;
	background: #eee;
}















/* footer */
.logo_container {
	height: 70px;
	flex: 0 0 200px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.logo_container img {
	max-width: 90%;
	max-height: 90%;
}
.footer {

	padding: 20px 0;
}

.footer hr {
	border-color: #fff2;
}

.fotr_container {
}

.ftr_tops {
	/*
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));*/
}

.popular_posts {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.post_box {
	display: flex;
	grid-gap: 10px;
	align-items: center;
}

.post_box svg {
	height: 50px;
	width: 50px;
	background: #222530;
	border-radius: 5px;
	padding: 10px;
	stroke: #ffffff;
	flex: 0 0 50px;
}

.stats_number {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;margin: 0;
}

.post_box_content p {
	font-size: 13px;
	padding-top: 6px;
	color: #ffffffdb;
}

.ftr_heading {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 20px !important;
}

.ftr_links_wrpr {
	list-style: none;
	display: flex;
	max-height: 180px;
	overflow: auto;
	align-items: flex-start;
	grid-gap: 20px;
	flex-direction: column;
}

.ftr_links_wrpr li {
	display: flex;
	align-items: center;
	grid-gap: 10px;
}

.ftr_links_wrpr a {
	display: flex;
	align-items: center;
	grid-gap: 10px;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	transition: 0.2s ease;
	letter-spacing: 0.5px;
}

.ftr_links_wrpr a svg {
	height: 16px;
	transition: 0.2s ease;
	width: 16px;
	stroke: #fff;
}

.ftr_links_wrpr a:hover,
.ftr_links_wrpr a:hover svg {
	color: #ef2330;
	stroke: #ef2330;
}

.top_offers a {
	flex-direction: column;
	align-items: flex-start;
	grid-gap: 5px;
}

.top_offers .offers {
	font-size: 13px;
	color: #fff9;
}

.top_offers .name {
	font-size: 15px;
}

.ftr_center {
	display: flex;
	align-items: center;
	grid-gap: 20px;
}

.ftr_logo {
	justify-content: flex-start;
	filter: invert(0.5);
	height: 80px;
	flex: 0 0 240px;
	width: 240px;
}

.ftr_profile {
	flex: 1;
	display: flex;
	grid-gap: 20px;
	align-items: center;
	background: #222530;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	margin-top: -30px;
	box-shadow: 0 5px 9px -4px #0005;
}

.ftr_dis {
	font-size: 14px;
	color: #c9c9c9;
	line-height: 1.5;
}

/*.social {
    flex: 1;
    text-align: right;
}

.footer_social {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 15px;
}


.footer_social a {
    background: transparent;
    transition: 0.2s ease;
    border: 1px solid #fff5;
    width: 35px;
    height: 35px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.footer_social a:hover {
    color: #fff;
}

.footer_social a.footer_facebook:hover {
    background: #5d82d1;
    border-color: #5d82d1;
}

.footer_social a.footer_twitter:hover {
    background: #40bff5;
    border-color: #40bff5;
}

.footer_social a.footer_google_plus:hover {
    background: #eb5e4c;
    border-color: #eb5e4c;
}

.footer_social a.footer_instagram:hover {
    background: #91653f;
    border-color: #91653f;
}

.footer_social a.footer_pinterest_p:hover {
    background: #e13138;
    border-color: #e13138;
}
*/
.subs_container {
	background: #222530;
	border-radius: 5px;
	padding: 15px;
	align-self: flex-start;
	box-shadow: 0 0 10px #0005;
}

.dis_text {
	font-size: 13px;
	color: #fff9;
	line-height: 1.5;
	padding-bottom: 10px;
}

.subs_area {
	display: flex;
	height: 35px;
	overflow: hidden;
	border-radius: 3px;
	max-width: 500px;
}

.subs_area input {
	max-width: 100%;
	height: 100%;
	border-radius: 5px 0 0 5px;
	border: 1px solid #fff2;
	flex: 1;
	color: #fff9;
	min-width: 10px;
	border-right: 0;
	padding: 0 10px;
	background: #222530;
	outline: none;
}

.subs_area input:focus {
	border-color: #57b252;
}

.subs_area button {
	border: 0;
	outline: 0;
	background: #57b252;
	flex: 0 0 auto;
	color: #fff;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
}

.nav_links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 30px;
	grid-gap: 30px;
}

.ftr_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	grid-gap: 10px;
}

.ftr_bottom p {
	font-size: 13px;
	text-transform: capitalize;
	color: #fff9;
}

.ftr_bottom p a {
	font-weight: 500;
	text-decoration: underline;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background: #264d55;
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background: #264d55;
}
@media (min-width: 992px) {
	.container {
		width: 970px !important;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px !important;
	}
}

@media (max-width: 1400px) {
	.container {
		width: 90% !important;
	}
}

@media (min-width: 1300px) {
	.container {
		width: 1300px !important;
	}
}

@media (max-width: 992px) {
	.container {
		width: 100% !important;
	}
}



   .animate-border {
  position: relative;
  display: block;
  width: 80px;overflow: hidden;
  height: 3px;
  background: #39a9dc; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 6px;
  left: 0;
  bottom: 0;
  border-left: 6px solid #06172f;
  border-right: 6px solid #06172f;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #39a9dc;
  border-left-color: #39a9dc; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 

.dk-footer {
  padding: 30px 0 0;
  position: relative;
  z-index: 2; }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px; }
    .dk-footer .contact-us .contact-info {
      margin-left: 50px; }
    .dk-footer .contact-us.contact-us-last {
      margin-left: -80px; }
  .dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color:#39a9dc; }

.dk-footer-box-info {
  position: absolute;
  top: -70px;
  background: #020c17;
  padding: 20px;
  z-index: 2; }
  .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px; }
  .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .footer-social-link li {
    display: inline-block; 
width: auto !important;
float: none !important;
	}
  .footer-social-link a i {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    background: #020c17;
    margin-right: 5px;
    color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; 	}
	
	
	 .footer-social-link a i:hover {
		background: #39a9dc;
transform: scale(1.05);		
	 }
	 
	/*
    .footer-social-link a i.fa-facebook-f {
      background-color: #3B5998; }
    .footer-social-link a i.fa-twitter {
      background-color: #55ACEE; }
    .footer-social-link a i.fa-google-plus {
      background-color: #DD4B39; }
    .footer-social-link a i.fa-linkedin-in {
      background-color: #0976B4; }
    .footer-social-link a i.fa-instagram {
      background-color: #B7242A; }*/

.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px; }

.footer-info-text {
  margin: 26px 0 32px; }

.footer-left-widget {
  padding-right: 40px; }

.footer-widget .section-heading {
  margin-bottom: 18px; }

.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.footer-widget ul {
display: inline-block;
width: 100%;
  list-style: none;
  margin: 0;
  padding: 0; }

.dk-footer .footer-widget li {width: 50%;
float: right;list-style: none;
  margin-bottom: 10px; }

.footer-widget p {line-height: 22px;
  margin-bottom: 10px; }

.footer-widget a {
  color: var(--bringer-s-text);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .footer-widget a:hover {
    color: #39a9dc; }

.footer-widget:after {
  content: "";
  display: block;
  clear: both; }

.dk-footer-form {
  position: relative; }
  .dk-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #020c17;box-shadow: none;
    border: 1px solid #020c17; color: #fff;}
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
    color: var(--bringer-s-text);
    font-size: 14px; }
  .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
    color: var(--bringer-s-text);
    font-size: 14px; }
  .dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid #39a9dc;
    background: #39a9dc;
    color: #fff;width: 65px;
height: 55px;
line-height: 55px; }
  .dk-footer-form button:hover {
    cursor: pointer; }

/* ==========================

    Contact

=============================*/
.contact-us {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.contact-icon {
  position: absolute; }
  .contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #39a9dc; }

.contact-info {
  margin-left: 75px;
  color: #fff; }
  .contact-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0; }

.copyright {
  padding: 8px 0;
  margin-top: 0;
  background-color: #020c17; }
  .copyright span,
  .copyright a {
    color: var(--bringer-s-text);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .copyright a:hover {
    color:#39a9dc; }

.copyright-menu ul {
  text-align: right;
  margin: 0; }

.copyright-menu li {
  display: inline-block;
  padding-left: 20px; }

.back-to-top {
  position: relative;
  z-index: 2; }
  .back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .back-to-top .btn-dark:hover {
      cursor: pointer;
      background: #FA6742;
      border-color: #FA6742; }
	  
	  
	  
	  
	  
	  
/*** 

====================================================================
    Subscribe section Nine
====================================================================

***/
.subscribe-section-nine {
  position: relative;
  z-index: 3;
  margin: -150px 0;
}
@media (max-width: 1199.98px) {
  .subscribe-section-nine .bg-icon {
    display: none;
  }
}
.subscribe-section-nine .bg-icon .icon-left {
  position: absolute;
  bottom: 25px;
  left: 15px;
}
.subscribe-section-nine .bg-icon .icon-right {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.subscribe-section-nine .outer-box {
  position: relative;
  border-radius: 10px;
  padding: 30px;
  background-color: #ffffff;z-index: 1;
  overflow: hidden;
  background: #38a5d7;
}

/*
.subscribe-section-nine .outer-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 739px;
  height: 100%;z-index: -1;
  background: linear-gradient(255.88deg, #D0F4DE 2.63%, rgba(208, 244, 222, 0) 90.75%);
}
@media (max-width: 991.98px) {
  .subscribe-section-nine .outer-box:before {
    width: 100%;
  }
}
.subscribe-section-nine .outer-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 739px;
  height: 100%;z-index: -1;
  background: linear-gradient(91.77deg, rgba(34, 211, 107, 0.11) 3.46%, rgba(34, 211, 107, 0) 95.75%);
}
@media (max-width: 991.98px) {
  .subscribe-section-nine .outer-box:after {
    width: 100%;
  }
}*/
.subscribe-section-nine .outer-box .sec-title {
  margin-bottom: 23px;
}
.subscribe-section-nine .outer-box .sec-title .sub-title {
  padding-left: 0;
  color: #134cb3;
}
.subscribe-section-nine .outer-box .sec-title .sub-title:before {
  display: none;
}
.subscribe-section-nine .outer-box .newsletter-form-five {
  max-width: 500px;
  margin: 0 auto;
  z-index: 2;
}
.subscribe-section-nine .outer-box .newsletter-form-five .form-group input:not([type=submit]) {
  background-color: #ffffff;
  border-radius: 10px;
  height: 65px;
  border: 1px solid #E3E3E3;
  padding: 20px 25px;
  line-height: 23px;color: #000;
}
.subscribe-section-nine .outer-box .newsletter-form-five .form-group .theme-btn {
  background-color: #134cb3;
  color: #ffffff;
  font-weight: 400;
  border-radius: 10px 0 0 10px;
  padding: 20px 30px;
  line-height: 25px;
  min-width: auto;
left: 0;
top: 0;
position: absolute;
}


.newsletter-form-five .form-group {
  position: relative;
}
	  

/***

====================================================================
    Services Section Five
====================================================================

***/
.services-section-five {
  position: relative;
  padding: 120px 0;
  background-color: #F2F3F5;
}
.services-section-five.pull-down {
  padding-bottom: 155px;
  margin-bottom: -65px;
}
.services-section-five .title-column {
  margin-bottom: 40px;
}
.services-section-five .title-column .sec-title {
  margin-bottom: 0;
  padding-right: 50px;
}
@media (max-width: 1199.98px) {
  .services-section-five .title-column .sec-title {
    padding-left: 0;
  }
}
.services-section-five .title-column .sec-title .text {
  margin-top: 20px;
}

.service-block-five {
  position: relative;
  margin-bottom: 30px;
}
.service-block-five .inner-box {
  position: relative;
  text-align: center;
  padding: 80px 30px 10px;
  border-radius: 10px;
  background-color: #0b1d35;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
  border: 1px solid transparent;
}
.service-block-five .inner-box:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #134cb3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-block-five .inner-box:hover .icon-box {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  border-color: #134cb3;
}
.service-block-five .inner-box .icon-box {
  position: absolute;
  right: 50%;
  top: -50px;
  margin-right: -45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding: 12px;
  font-size: 40px;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-five .inner-box .title {
  color: #16243E;
  margin-bottom: 20px;
}
.service-block-five .inner-box .title:hover {
  color: #134cb3;
}
.service-block-five .inner-box .text {
  margin-bottom: 25px;
}
.service-block-five .inner-box .read-more {
  font-size: 16px;
  line-height: 16px;
  color: #16243E;
  font-weight: 600;
  letter-spacing: 0.8px;

  -webkit-transform: all 300ms ease;
          transform: all 300ms ease;
}
.service-block-five .inner-box .read-more i {
  margin-right: 10px;
  color: #134cb3;
}
.service-block-five .inner-box .read-more:hover {
  color: #134cb3;
}

.service-info-block {
  position: relative;
  margin-bottom: 30px;
}
.service-info-block .inner {
  position: relative;
  padding: 30px 30px 34px;
  text-align: left;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.service-info-block .inner:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #134cb3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-info-block .inner:hover .icon-box {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
  border-color: #134cb3;
}
.service-info-block .inner .title {
  line-height: 28px;
  color: #16243E;
  margin-bottom: 20px;
}
.service-info-block .inner .title:hover {
  color: #134cb3;
}
.service-info-block .inner .text {
  margin-bottom: 30px;
}


/***

==================================================================
	Main Footer
==================================================================

***/
.main-footer {
  position: relative;
  background-color: #101A29;
  background: linear-gradient(45deg, #020b15 0%, #06172f 50%) !important;
  /* Widget Section */
}
.main-footer .bg {
  background-size: auto;
}
@media (max-width: 767.98px) {
  .main-footer .bg {
    opacity: 0.1;
  }
}
.main-footer .footer-bg-1 {
  background-image: url(../images/curved-line.png);
  background-position: left bottom;
}

.main-footer .bg {
  background-size: auto;
}
.bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.main-footer .footer-bg-2 {
  background-image: url(../images/icons/footer-bg-2.png);
  background-position: right bottom;
}
.main-footer .footer-bg-3 {
  background-image: url(../images/icons/footer-bg-3.png);
  background-position: right bottom;
}
.main-footer .footer-bg-4 {
  background-image: url(../images/icons/footer-bg-4.png);
  background-position: right bottom;
  opacity: 0.1;
}
.main-footer .footer-bg-5 {
  background-image: url(../images/icons/footer-bg-5.png);
  background-position: center;
  background-size: cover;
}
.main-footer .footer-bg-6 {
  background-image: url(../images/icons/footer-bg-6.png);
  background-position: right bottom;
}
.main-footer .footer-bg-7 {
  background-image: url(../images/icons/footer-bg-7.png);
}
.main-footer .footer-bg-8 {
  background-image: url(../images/icons/footer-bg-8.png);
}
.main-footer .footer-bg-9 {
  background-image: url(../images/icons/footer-bg-9.png);
  background-position: right bottom;
}
.main-footer .footer-bg-10 {
  background-image: url(../images/icons/footer-bg-10.png);
  background-position: right bottom;
}
.main-footer .footer-bg-11 {
  background-image: url(../images/icons/footer-bg-11.png);
}
.main-footer .footer-bg-12 {
  background-image: url(../images/icons/footer-bg-12.png);
  background-position: right bottom;
}
.main-footer .footer-bg-13 {
  background-image: url(../images/icons/footer-bg-13.png);
}
.main-footer .footer-bg-14 {
  background-image: url(../images/icons/footer-bg-14.jpg);
}
.main-footer .footer-bg-15 {
  background-image: url(../images/icons/footer-bg-15.png);
}
.main-footer .widgets-section {
  position: relative;
  padding: 100px 0 10px;
}
.main-footer .footer-column {
  position: relative;
}
.main-footer .footer-widget {
  position: relative;
}
.main-footer .widget-title {
  position: relative;
  color: #ffffff;
  margin-bottom: 20px;
}
.main-footer .widget-content {
  position: relative;
}
.main-footer .widget-content .text {
  color: #ffffff;
}

.user-links {
  position: relative;
}
.user-links li {
  position: relative;
  padding-right: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
padding: 4px 6px;
width: 50%;
float: left;
}
.user-links li:before {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  content: "\f061";
  color: #333F4D;
  font-family: "Font Awesome 6 Pro";
}
.user-links li:last-child {
  margin-bottom: 0;
}
.user-links li a {
  position: relative;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;

padding: 6px;
padding-right: 6px;
border: 1px solid #fff3;
border-radius: 8px;
display: block;
color: #a1a1a1;
line-height: 25px;
font-size: 15px;.user-links li
}
.user-links li a:hover {
  color: #FFFFFF;
}/*
.user-links li a:before {
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background-color: #134cb3;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.user-links li a:hover:before {
  width: 100%;
}*/
.user-links.style-two li {
  padding-right: 0;
  width: auto;
float: right;
margin-bottom: 0;
}
.user-links.style-two li:before {
  display: none;
}
.user-links.style-three li {
  padding-right: 25px;
}
.user-links.style-three li:before {
  color: #134cb3;
  content: "\f00c";
}
.user-links.style-four li {
  padding-right: 20px;
}
.user-links.style-four li:before {
  content: "\f105";
}
.user-links.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.user-links.two-column li {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.recent-post {
  position: relative;
  margin-bottom: 30px;
}
.recent-post:last-child {
  margin-bottom: 0;
}
.recent-post .inner {
  position: relative;
  padding-right: 100px;
  min-height: 80px;
}
.recent-post .inner:hover .post-thumb img {
  opacity: 0.7;
}
.recent-post .inner .post-thumb {
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  width: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.recent-post .inner .post-thumb img {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.recent-post .inner .post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 5px;
}
.recent-post .inner .post-info i {
  font-size: 12px;
  margin-left: 10px;
  color: #134cb3;
}
.recent-post .inner .post-title {
  color: #ffffff;
  letter-spacing: -0.8px;
  margin-bottom: 0;
}

/* Subscribe Form */
.subscribe-form {
  position: relative;
}
.subscribe-form .form-group {
  position: relative;
}
.subscribe-form .form-group input[type=text] {
  position: relative;
  display: block;
  height: 72px;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding: 20px 30px;
  background: transparent;
  border: 1px solid #333F4D;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-form .form-group input[type=email] {
  position: relative;
  display: block;
  height: 72px;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  padding: 20px 30px;
  background: transparent;
  border: 1px solid #333F4D;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-form .form-group input[type=text]::-webkit-input-placeholder, .subscribe-form .form-group input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-form .form-group input[type=text]::-moz-placeholder, .subscribe-form .form-group input[type=email]::-moz-placeholder {
  color: #fff;
}
.subscribe-form .form-group input[type=text]:-ms-input-placeholder, .subscribe-form .form-group input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.subscribe-form .form-group input[type=text]::-ms-input-placeholder, .subscribe-form .form-group input[type=email]::-ms-input-placeholder {
  color: #fff;
}
.subscribe-form .form-group input[type=text]::placeholder,
.subscribe-form .form-group input[type=email]::placeholder {
  color: #fff;
}
.subscribe-form .form-group .theme-btn {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 30px;
  line-height: 32px;
  border-radius: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .subscribe-form .form-group .theme-btn {
    position: relative;
    width: 100%;
    border-radius: 10px;
    line-height: 20px;
    margin-top: 20px;
  }
}

/*=== Footer Bottom ===*/
.footer-bottom {
  position: relative;
  z-index: 3;
  border-top: 1px solid #333F4D;
  padding: 10px 0;
}
.footer-bottom .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer-bottom .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-bottom .copyright-text {
  position: relative;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991.98px) {
  .footer-bottom .copyright-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-top: 30px;
  }
}
.footer-bottom .copyright-text a {
  color: inherit;
}
.footer-bottom .copyright-text a:hover {
  color: #ffffff;
}
.footer-bottom .footer-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-bottom .footer-nav li {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 30px;
  width: auto;
}
.footer-bottom .footer-nav li:first-child {
  margin-right: 0;
}
@media (max-width: 575.98px) {
  .footer-bottom .footer-nav li {
    margin: 0 30px !important;
    text-align: center;
  }
}
.footer-bottom .footer-nav li a {
  color: inherit;
}
.footer-bottom .footer-nav li a:hover {
  color: #ffffff;
}


.footer-style-four.pull-up .widgets-section {
  padding-top: 200px;
}
.footer-style-four .widgets-section {
  padding-bottom: 20px;
}
.footer-style-four .about-widget .logo {

  margin-bottom: 18px;
}

.footer-style-four .about-widget .logo img {
width: 200px;
}

.footer-style-four .about-widget .text {
  color: #a1a1a1;
  margin-bottom: 30px;
}
.footer-style-four .about-widget .subscribe-form-three {
  margin-bottom: 40px;
  max-width: 350px;
}
.footer-style-four .contact-widget {
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .footer-style-four .contact-widget {
    padding-right: 0;
  }
}
.footer-style-four .links-widget {
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .footer-style-four .links-widget {
    padding-right: 0;
  }
}
.footer-style-four .newsletter-widget {
  padding-left: 30px;
  margin-right: -30px;
}
@media (max-width: 1199.98px) {
  .footer-style-four .newsletter-widget {
    margin-right: 0;
    padding-left: 0;
  }
}
.footer-style-four .recent-post .inner .post-info {
  font-size: 14px;
}

.footer-style-four li {
list-style: none;
}

/* Contact List Three */
.contact-list-three {
  position: relative;
}
.contact-list-three .contact-info {
  position: relative;
  padding-right: 65px;
  min-height: 60px;
  margin-bottom: 15px;margin-left: 0;
}
.contact-list-three .contact-info:last-child {
  margin-bottom: 0;
}
.contact-list-three .contact-info .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 19px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  color: #ffffff;
}
.contact-list-three .contact-info .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
margin-bottom: 4px;
display: block;

  color: #ffffff;
}
.contact-list-three .contact-info .text {
  color: #a1a1a1;
  line-height: 24px;
}
.contact-list-three .contact-info .text a {
  color: #a1a1a1;
}
.contact-list-three .contact-info .text:hover a {
  color: #134cb3;
}

/* Subscribe Form Three */
.subscribe-form-three {
  position: relative;
}
.subscribe-form-three .form-group {
  position: relative;
}
.subscribe-form-three .form-group input[type=text] {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #16243E;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-form-three .form-group input[type=email] {
  position: relative;
  display: block;
  height: 60px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #16243E;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.subscribe-form-three .form-group input[type=text]::-webkit-input-placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=email]::-webkit-input-placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=text]::-moz-placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=email]::-moz-placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=text]:-ms-input-placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=email]:-ms-input-placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=text]::-ms-input-placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=email]::-ms-input-placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=text]::placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group input[type=email]::placeholder {
  color: #16243E;
}
.subscribe-form-three .form-group .theme-btn {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 5px;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.subscribe-form-three .form-group .theme-btn:before {
  border-radius: 0 5px 5px 0;
}
.subscribe-form-three .form-group .theme-btn i {
  margin-right: 0;
}




/*Social Icon Four*/
.social-icon-four {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
display: flex !important;
}
.social-icon-four li {
  position: relative;
  margin-left: 8px;
  
}
.social-icon-four li:last-child {
  margin-left: 0;
}
.social-icon-four li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.social-icon-four li a i {
  position: relative;
}
.social-icon-four li a::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #134cb3;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 5px;
}
.social-icon-four li a:hover {
  color: #fff;
}
.social-icon-four li a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.social-icon-four.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-icon-four.rounded li a {
  border-radius: 50%;
}
.social-icon-four.rounded li a:before {
  border-radius: 50%;
}



/*****************************/

.thelast-padd {
    padding: 50px 0 200px;	
	
}


.contact-area-home-3 {
    position: relative;
    padding: 80px 0;
	background: url(../img/footer-bg-h.png);
	background-size: cover;
background-position: center;
z-index: 1;
}

.contact-area-home-3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #4b86da;
  mix-blend-mode: multiply;
}

.contact-area-home-3.contact-area .form-wrapper form .input-item input {
    border-color: #009fff26
}

.contact-area-home-3.contact-area .form-wrapper form .input-item input:focus {
    border-color: #39a9dc
}

.contact-area-home-3.contact-area .form-wrapper form textarea {
    border-color: #009fff26
}

.contact-area-home-3.contact-area .form-wrapper form textarea:focus {
    border-color: #39a9dc
}

.contact-area-home-3.contact-area .form-wrapper form input[type=submit] {
    background-color: #39a9dc;
    color: #fff
}

.contact-area-home-3 .contact-area-bg-shep-1-home-3 {
    position: absolute;
    top: 0;
    left: 0
}

.contact-area-home-3 .contact-area-bg-shep-2-home-3 {
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 991px) {
    .contact-area-home-3 {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.contact-area-home-3 h5 {
color: #a1a1a1;
line-height: 34px;
font-size: 16px;
}


.contact-area-home-3 p {

    color: #ccdeff;
    font-style: normal;
    font-weight: 400;
    line-height: 34px
	line-height: 25px;
margin-bottom: 15px;
display: block;
font-size: 18px;
}

.contact-area-home-3 h4 {
    color: #ccdeff;

    font-style: normal;
    font-weight: 700;
    line-height: 34px
}

@media (max-width: 575px) {
    .contact-area-home-3 h4 {
        font-size: 25px
    }
}

@media (max-width: 499px) {
    .contact-area-home-3 h4 {
        text-align: center
    }
}

.contact-area-home-3 h2 {
    font-style: normal;
    font-weight: 500;
    line-height: 34px;

    color: #ccdeff;
    margin-bottom: 35px
}

@media (max-width: 499px) {
    .contact-area-home-3 h2 {
        text-align: center
    }
}

.contact-area-home-3 span {
    color: #ccdeff;

    font-style: normal;
    font-weight: 500;
    line-height: 34px
}

@media (max-width: 499px) {
    .contact-area-home-3 span {
        display: block;
        text-align: center
    }
}

.contact-area-home-3 ul {
    display: flex;
    align-items: center;
    gap: 17px;
margin-top: 27px;
margin-bottom: 0;
    flex-wrap: wrap
}

@media (max-width: 499px) {
    .contact-area-home-3 ul {
        justify-content: center
    }
}

.contact-area-home-3 ul li i {
    color: #ffc107;
    font-size: 45px
}

.contact-area-home-3 .contact-info-wrapper {
    background-color: #031320;
    padding: 30px 35px;
    width: 600px;
	max-width: 100%;
    border-radius: 8px;
	background: var(--bringer-s-nav);
}

@media (max-width: 1162px) {
    .contact-area-home-3 .contact-info-wrapper {
        width: 445px
    }
}

@media (max-width: 991px) {
    .contact-area-home-3 .contact-info-wrapper {
        width: 530px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .contact-area-home-3 .contact-info-wrapper {
        width: auto
    }
}

.contact-area-home-3 .contact-info-wrapper .contact-info-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 13px;
    margin-bottom: 25px;
 
	position: relative;
}

.contact-area-home-3 .contact-info-wrapper .contact-info-inner:after {
content: '';
width: 100%;
height: 1px;
display: block;
background: var(--bringer-c-border-gradient);
position: absolute;
bottom: 0;
right: 0;}




@media (max-width: 499px) {
    .contact-area-home-3 .contact-info-wrapper .contact-info-inner {
        display: block;
        text-align: center
    }
    .contact-area-home-3 .contact-info-wrapper .contact-info-inner .contact-icon span {
        display: block;
        text-align: center;
        margin-bottom: 15px
    }
}

.contact-area-home-3 .contact-info-wrapper .contact-info-inner:last-child {
    margin-bottom: 0
}


.contact-area-home-3 .contact-info-wrapper .contact-info-inner .contact-icon {
	position: relative;
}


.contact-area-home-3 .contact-info-wrapper .title {
margin-bottom: 30px;	
}


/*
.contact-area-home-3 .form-wrapper .title {
    text-align: left
}*/

@media (max-width: 991px) {
    .contact-area-home-3 .form-wrapper .title {
        text-align: center
    }
}

@media (max-width: 1140px) {
    .contact-area-home-3 .form-wrapper .title h3 {
        font-size: 40px
    }
}

.contact-area-home-3 .form-wrapper form {
    margin-top: 25px
}

.contact-area-home-3 .form-wrapper form .input-item {
    display: flex;
    gap: 25px
}

@media (max-width: 1199px) {
    .contact-area-home-3 .form-wrapper form .input-item {
        display: block
    }
}

@media (max-width: 991px) {
    .contact-area-home-3 .form-wrapper form .input-item {
        display: flex
    }
}

@media (max-width: 767px) {
    .contact-area-home-3 .form-wrapper form .input-item {
        display: block
    }
}

.contact-area-home-3 .form-wrapper form .input-item input {
    padding: 15px 21px;
    background-color: #031320;
    border-radius: 3px;
    border: 1px solid rgba(255, 74, 59, .2);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  border-radius: 8px;
    color: #ccdeff;
    width: 50%;
    margin-bottom: 20px;
    transition: .4s ease
}

@media (max-width: 1199px) {
    .contact-area-home-3 .form-wrapper form .input-item input {
        width: 100%
    }
}

@media (max-width: 991px) {
    .contact-area-home-3 .form-wrapper form .input-item input {
        width: 50%
    }
}

@media (max-width: 767px) {
    .contact-area-home-3 .form-wrapper form .input-item input {
        width: 100%
    }
}

.contact-area-home-3 .form-wrapper form .input-item input::placeholder {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
   
    color: #bcbcbc
}

.contact-area-home-3 .form-wrapper form .input-item input:focus {
    border-color: #ff4a3b
}

.contact-area-home-3 .form-wrapper form textarea {
    padding: 13px 21px;
    background-color: #031320;
    border-radius: 3px;
    border: 1px solid rgba(255, 74, 59, .2);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
   border-radius: 8px;
    color: #ccdeff;
    width: 100%;
    height: 190px;
    transition: .4s ease
}

.contact-area-home-3 .form-wrapper form textarea::placeholder {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
   
    color: #bcbcbc
}

.contact-area-home-3 .form-wrapper form textarea:focus {
    border-color: #ff4a3b
}

.contact-area-home-3 .form-wrapper {
	padding: 0;
}

.contact-area-home-3 .form-wrapper form input[type=submit] {
    margin-top: 25px
}

.form-wrapper .sub-title p {
	
}

.split-collab {
font-size: 26px;
}

h3.splb {
	font-size: 20px;
	line-height: 30px;
	
}

.splb p {
		font-size: 15px;
	line-height: 24px;
}

.def-color {
/* color: #04d8fc; */
}

.back-ceo {
	background: url(../img/lay1.png);
	background-size: 100% 100%;
background-position: right;
position: relative;
z-index:1;
	
}


/*
.back-ceo:after {
background-color: #39a9dc;
background: linear-gradient(to right , #000000c7 , #050f44) !important;
background: linear-gradient(to right , #39a9dc , #050f44) !important;
mix-blend-mode: multiply;
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;z-index: -1;
right: 0;}
*/





#button-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  
  font-size: 22px;
line-height: 53px;
}

#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}


/****************/


.hero-style-10.load-animate-10 {
	
  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 1s ease-in-out;
   transition-delay: 0.4s;
transform: scale(1);
z-index: 12;
}

.banner_logo2.load-animate-2 {

  -moz-transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  
  transition-delay: 1s;
   transform: translatex(-125%) scale(50);
	visibility: hidden;
}


.banner_logo3.load-animate-3 {
display: none;
}


.wel-itro.die-itro {
	
	  transition-delay: 5s;

	opacity:0;
visibility: hidden;	
}


.home-body {
	overflow: hidden;
	
}

.lay-logo2 {
	position: absolute;
top: 19px;
left: 1px;
z-index: 1;
	
}

.lay-logo3 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
}

.home-body.flow-itro {
      	overflow-y: auto;
	
}

.bringer-cta-icon {
margin-right: 25px;	
}

.ceo-layers {
	position: relative;
}

.pin-spacer {
	overflow: hidden !important; 
}


.abt-tex p {
	text-align: justify;
}

.preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.preload video {
	    z-index: -1;
    display: block;
    width: 100%;border-radius: 0;
	
}

.bringer-header-rp {
	display: none;
}






/*
.insider-slider:after {
  position: absolute;
  left: -90px;
  top: 0;
  content: "";
  width: 60px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right , #ffffff8c, #fff0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.insider-slider:before {
  position: absolute;
  right: -90px;
  top: 0;
  content: "";
  width: 60px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to left , #ffffff8c, #fff0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
*/
.insider-slider.owl-carousel .owl-nav {
  top: 45%;
  right: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.insider-slider.owl-carousel .owl-nav > button {
line-height: 46px;
font-size: 19px;
border: none;
color: #fff;
background: #fff;
width: 40px;
height: 40px;
border: 1px solid #fff;
position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
border-radius: 50%;
text-align: center;

}




.insider-slider.owl-carousel .owl-nav > button.owl-next {
  right: 0px;
opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.insider-slider.owl-carousel .owl-nav > button.owl-prev {
  left: 0px;
opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




.insider-slider .owl-dots {
  display: block;
  text-align: center;
  margin-top: 0;
position: absolute;
bottom: -55px;

padding: 0px 10px 6px;
background: #0000005e;
border-radius: 25px;


left: 50%;
transform: translateX(-50%);

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.insider-slider .owl-dots .owl-dot {
  display: inline-block;
  background-color: #fff3;
  height: 8px;
  width: 8px;
  margin-right: 5px;
  border-radius: 100%; }

.insider-slider .owl-dots .owl-dot:last-child {
  margin-right: 0px; }

.insider-slider .owl-dots .owl-dot:hover,
.insider-slider .owl-dots .owl-dot.active {
  background-color: #fff; }




.insider-slider:hover:after {
left: 0;
}

.insider-slider:hover:before {
right: 0;
}

.insider-slider:hover .owl-dots {
bottom: 7px;
}


.insider-slider.owl-carousel:hover .owl-nav > button.owl-next {
  right: 8px;
opacity: 1;
}



.insider-slider.owl-carousel:hover .owl-nav > button.owl-prev {
  left: 8px;
opacity: 1;
}

.ject-name {
font-size: 22px;
text-align: center;
padding: 10px 8px;
line-height: 33px;
margin-top: 5px;
background: linear-gradient( to bottom , #0003 , #030f1e);
text-transform: capitalize;
}
