html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

#section-4 .row.justify-center.margin-top-rorw {
    margin-bottom: 100px;
}

.rs-addon-beforeafter-btn i {
    color: #000;
}
/* =============================change-cursor============================= */


.circle {
    --circle-size: 40px;
    position: fixed;
    height: 10px;
    width: 10px;
    border: 10px solid #000;
    border-radius: 100%;
    top: calc(var(--circle-size) / 2 * -1);
    left: calc(var(--circle-size) / 2 * -1);
    pointer-events: none;

    /* Ekleme: Beyaz çapakları minimize etmek için */
    will-change: transform;
    /* Performans optimizasyonu için */
    backface-visibility: hidden;
    /* Arka yüzün görünürlüğünü kapat */
    transform-style: preserve-3d;
    /* 3D dönüşümleri daha pürüzsüz hale getirmek için */
    z-index: 1111;

    display:none;
}

/*old-cursor*/
.cursor {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    pointer-events: none;
    transition: width 0.2s, height 0.2s, background-color 0.2s;
    transform: translate(-50%, -50%);
    z-index: 111;
}

.hover-target {
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    cursor: none;
    transition: transform 0.3s;
}

.hover-target:hover {
    transform: scale(1.1);
}

/* When hovering over these elements, we want to grow the cursor */
.hover-target:hover~.cursor {
    width: 30px;
    height: 30px;
    background-color: red;
    /* Change the color on hover */
}

/*old-cursor*/
/* =============================change-cursor============================= */


h2.home-class {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: time new roman;
    font-size: 40px;
}

.home-class::after {
    content: '';
    background: #000;
    width: 125px;
    height: 2px;
    display: block;
    margin-top: 5px;
}

#menu-logo-absolute {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    z-index: 11;
}

#mobile-id .wrap-header-li {
    display: none;
    margin-right: 50px;
}

.open-navv #mobile-id .wrap-header-li {
    display: block !important;
}

.line-afterr {
    position: relative;
    background: #000;
    width: 40px;
    height: 2px;
    cursor: pointer;
    display: block;
    transition: .3s;
}

.line-afterr::before {
    content: '';
    background: #000;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    transition: .3s;
}

.line-afterr::after {
    content: '';
    background: #000;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 5px;
    transition: .3s;
}

#new-lines-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    cursor: pointer;
}

.open-navv .line-afterr::before {
    rotate: 45deg;
    bottom: 0;
    width: 24px;
    background: #fff;
}

.open-navv .line-afterr::after {
    rotate: 135deg;
    top: 0;
    width: 24px;
    background: #fff;
}

.open-navv .line-afterr {
    background: transparent;
}

/* header */
#header-1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111111111;
    background: transparent;
}

.newClass-scroll#header-1 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111111111;
    background: #fff;
    display: none;
}

#menu-home-absolute .wrap-header-logo {
    opacity: 0;
}

#header-1 .container {
    max-width: 100%;
    width: 100%;
    padding: 22px 80px;
}

#header-1 .wrap-header-li .header-nav {
    display: flex;
    justify-content: end;
    align-items: center;
}

#header-1 .nav.navbar-nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit;
}

#header-1 .nav.navbar-nav li {
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    padding: 10px 0;
}

#header-1 .nav.navbar-nav li a {
    color: #000;
    font-size: 12px;
    padding: 35px 12px;
    cursor: pointer;
    letter-spacing: 2px;
    font-family: poppins;
}

#header-1 .sub-menu {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    margin-top: 20px;
    margin-top: 20px;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}

#header-1 .fa-search::before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 14px;
}

.header-nav .nav li:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.3s ease;
}

.header-nav .nav li .sub-menu {
    margin-top: 24px;
}

#header-1 .nav.navbar-nav li a:hover {
    text-decoration: none;
    color: #ababab;
}

/* End-header */




/*footer*/
/*footer-css*/
#footer-1 {
    color: #FFFFFF6B;
    padding: 85px 0px 90px 0px;
    position: relative;
    background-image: url('../img/patt-footer.svg');
    background-color: #1C1C1C;
}

#footer-1 .abs-text-c-footer p {
    color: #646464;
    font-size: 11px;
    font-family: poppins;
    font-style: italic;
    font-weight: 500;
    margin-top: 20px;
}

#footer-1 .change-fontt {
    font-weight: bold;
    color: #fff;
    font-size: 44px;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    opacity: 0;
}

#footer-1 .abs-text-c-footer h2 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

#footer-1 .span-socailks svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

#footer-1 .social-a-li {
    width: 68px;
    height: 68px;
    display: inline-flex;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    border: 1px solid #434343;
    transition: .3s;
    margin: 0px 5px;
}

#footer-1 .social-a-li:hover {
    background: #fff;
    border-color: #fff;
}

#footer-1 .social-a-li:hover path {
    fill: #1b1b1b;
}

#footer-1 .social-a-li:hover svg {
    fill: #1b1b1b;
}

#footer-1 .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.abs-text-c-footer a {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF33;
    background-color: #FFFFFF00;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 1.6em 5.2em 1.6em 5.2em;
    transition: .3s;
    position: relative;
}

#footer-1 .flex-sd-button i {
    border-color: #FFF3;
}

#footer-1 .btn-extended-line.btn-extended-line-tr.d-inline-block.pos-abs.pointer-events-none {
    right: 4px;
    top: 0px;
}

#footer-1 .btn-extended-line.btn-extended-line-br.d-inline-block.pos-abs.pointer-events-none {
    bottom: 0px;
    right: 4px;
}

#footer-1 .flex-sd-button:hover {
    background: #fff;
    color: #1b1b1b;
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    top: -2px;
}

#footer-1 .flex-sd-button:hover i {
    border-color: #fff !important;
}

#footer-1 .ld-fh-element.d-inline-block.pos-rel {
    display: block !important;
    margin-bottom: 30px;
}


/* Basic setup for the text elements */
.txt-rotate-keyword {
    display: none;
    /* Hidden by default */
    opacity: 0;
    /* Initially hidden */
    transform: translateY(20px);
    /* Position them slightly below their original position */
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* Smooth transition for opacity and translate */
}

/* Active state: When the element is visible and sliding in */
.txt-rotate-keyword.active {
    display: inline-block;
    /* Make the active text visible */
    opacity: 1;
    /* Fully visible */
    transform: translateY(0);
    /* Slide up to its original position */
}

/* Optional: Delay for the slide-in transition */
.txt-rotate-keyword.lqd-keyword-slide-in {
    transition-delay: 0s;
    /* No delay for the slide-in */
}

/* Optional: Slide-out transition (no delay) */
.txt-rotate-keyword.lqd-keyword-slide-out {
    transition-delay: 0s;
    /* No delay for the out class */
    display: none;
    /* Hide when sliding out */
}

/*End-footer*/



#section-1 {
    height: 100vh;
}

#section-1 .container {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#section-1 .container .row {
    height: 100%;
}

#section-1 .container-slide {
    width: 100%;
    height: 100vh;
}

.container-slide {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 900px;
    height: 600px;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.25); */
    overflow: hidden;
}

.before,
.after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    overflow: hidden;
    pointer-events: none;
}

.before img,
.after img {
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.scroller {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 60px;
    height: 60px;
    background: transparent;
    border: 0px solid white;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.scroller svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
}

.scroller svg polygon {
    fill: #000 !important;
}

.fa.fa-caret-left::before {
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 35px;
    font-style: normal;
}

.fa.fa-caret-right::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 35px;
    font-style: normal;
}

.span-btn-horizontal {
    cursor: all-scroll;
}

.text-cnettr.text-c-center h1 {
    font-size: 100px;
    line-height: 70px;
    color: #000;
    z-index: 111111;
    font-family: Times New Roman;
    text-transform: uppercase;
    letter-spacing: 40px;
    font-weight: 700;
}

.text-cnettr.text-c-center p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    z-index: 111111;
    font-family: Times New Roman;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 40px 0px 40px;
}

.text-cnettr.text-c-center a {
    font-size: 15px;
    line-height: 60px;
    color: #fff;
    z-index: 111111;
    font-family: Times New Roman;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 700;
    width: 275px;
    height: 60px;
    text-align: center;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.text-cnettr.text-c-center {
    transition: color 0.3s ease;
}


.abs-text-c-center {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    text-align: center;
    width: 100%;
}









#section-loader-1 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1111111111;
    background: #fff;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 1s ease;
    display: flex;
}

#section-loader-1.show {
    display: flex;
    /* Make the loader visible using flex */
    opacity: 1;
    /* Make it fully opaque */
}

#section-loader-1 .loader-image-logo img {
    max-width: 300px;
}


#section-progress-barr .ce_ixelgen_progress_bar {
    max-width: 800px;
    margin: 0 auto;

    .progress_bar_item {
        margin-bottom: 2.5rem;
    }

    .item_label,
    .item_value {
        font-size: 12px;
        font-weight: bold;
        color: #000;
        margin-bottom: 0.5rem;
        line-height: normal;
        text-transform: uppercase;
        font-family: Roboto;
        letter-spacing: 1px;
    }

    .item_value {
        font-weight: 700;
    }

    .item_bar {
        position: relative;
        height: 2px;
        width: 100%;
        background-color: #c9c9c9;
        border-radius: 4px;

        .progress {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 0;
            height: $bar-height;
            margin: 0;
            background-color: #000000;
            border-radius: 4px;
            transition: width 100ms ease;
        }
    }
}


#section-progress-barr {
    padding: 100px 0px 100px;
    background-image: url('../img/progres-bg.jpeg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
}

#section-progress-barr .progress_bar p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: #5c5c5c;
}

#section-progress-barr .progress_bar h3 {
    font-weight: bold;
    color: #000;
    font-size: 32px;
    letter-spacing: -0.16px;
    white-space: normal;
    margin: 0em 0em 0.6em 0em;
}

#section-progress-barr .progress_bar span {
    font-size: 12px;
    letter-spacing: 1.443px;
    white-space: normal;
    margin: 0em 0em 2em 0em;
    color: #081B22;
    font-family: "GT Walsheim", Sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2em;
}

#section-progress-barr .wrapper-flex-iner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.progress_bar.progress_barss {
    padding-right: 110px;
}

#section-progress-barr .row.justify-center {
    display: flex;
    align-items: center;
}

#section-progress-barr .progress_bar_item.grid-x.last-frid-x {
    margin: 0;
}

/* ============================section-2============================ */

#section-2 {
    padding: 150px 0px 150px;
    margin-bottom: 100px;
}

#section-2 .row.justify-center {
    align-items: center;
}

.wrap-img-innercolumns {
    display: flex;
    position: relative;
}

.wrap-img-innercolumns1 {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    transition: background .3s, box-shadow .3s;
}

.col-img-innercolumns.wrap-img1-innercolumns {
    width: 216px;
    max-width: 216px;
}

.col-img-innercolumns.wrap-img1-innercolumns img {
    width: 100%;
    max-width: 100%;
}

.col-img-innercolumns.wrap-img2-innercolumns {
    width: 242px;
    max-width: 242px;
}

.col-img-innercolumns.wrap-img2-innercolumns img {
    width: 100%;
    max-width: 100%;
}

.col-img-innercolumns.wrap-img3-innercolumns {
    width: 250px;
    max-width: 250px;
    top: 150px;
    left: 150px;
    position: absolute;
}

.col-img-innercolumns.wrap-img3-innercolumns img {
    width: 100%;
    max-width: 100%;
}

.col-img-innercolumns img {
    box-shadow: 0 30px 70px rgba(0, 0, 0, .15);
}

.col-img-innercolumns.wrap-img1-innercolumns,
.col-img-innercolumns.wrap-img2-innercolumns,
.col-img-innercolumns.wrap-img3-innercolumns {
    transition: transform 0.2s ease-out;
    /* Smooth transition for transform */
}

.col-img-innercolumns.wrap-img3-innercolumns {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}

.lqd-imggrp-content-inner {
    transform: rotate(180deg);
}

.lqd-imggrp-content-inner p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #AF7B5B;
    line-height: normal;
}

.fixed-text-3 {
    writing-mode: vertical-lr;
    order: 1;
    right: 0;
    margin-block-start: .75em;
}

.wrap-content-iner p {
    font-family: work sans;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
}

.wrap-content-iner {
    margin: 40px 0px 0px 110px;
}

#section-2 .wrap-content-iner h2 {
    font-family: moret;
    font-size: 56px;
    font-weight: 400;
    text-align: left;
    line-height: 56px;
    margin-bottom: 20px;
}






#section-2 .row.justify-center.margin-top-rorw {
    margin-bottom: 0px !important;
    padding: 100px 0px !important;
    overflow: hidden;
}

#section-2 .wrap-client-sectionns .wrap-client-heading-3 h2 {
    font-family: moret;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 0;
    background: #fff;
    z-index: 11;
    position: relative;
}

#section-2 .wrap-client-sectionns .wrap-client-heading-3 p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #fff;
    z-index: 11;
    position: relative;
}

#section-2 .wrap-client-sectionns .wrap-client-heading-3::before {
    content: '';
    background: #000;
    height: 100px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) translateY(-200px);
    left: 50%;
    top: -50px;
    z-index: 1;
    transition: transform 1s ease;
}

#section-2 .wrap-client-sectionns .wrap-client-heading-3::after {
    content: '';
    background: #000;
    height: 100px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) translateY(200px);
    left: 50%;
    bottom: -150px;
    z-index: 1;
    transition: transform 1s ease;
}

#section-2 .wrap-client-sectionns .wrap-client-heading-3.visible::after {
    transform: translate(-50%, -50%) translateY(0);
}

#section-2 .wrap-client-sectionns .wrap-client-heading-3.visible::before {
    transform: translate(-50%, -50%) translateY(0);
}

/* ============================section-2============================ */


/* ============================section-4============================ */
#section-4 {
    padding: 200px 0px 200px;
}

#section-4 .container {
    max-width: 1200px;
    padding: 0;
}

.edgtf-blog-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
}

.edgtf-blog-list li {
    padding: 0 15px;
    margin: 0 0 180px;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    transition: .3s;
}

.edgtf-bli-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.edgtf-post-image {
    width: 50%;
    padding: 0 4%;
    box-sizing: border-box;
    margin: 0;
    z-index: 100;
    position: absolute;
    height: 100%;
}

.edgtf-post-image a {
    height: 100%;
    display: block;
}

.attachment-full.size-full.wp-post-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: .7s cubic-bezier(.6, .3, .11, .86);
    height: 100%;
    max-width: 100%;
    border: none;
}

.edgtf-bli-content {
    position: relative;
    width: 100%;
    left: 0;
    height: 100%;
    background-image: url(../img/default_pattern.png);
    padding: 10px;
    margin: 3% 0;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.edgtf-bli-content-inner {
    background-color: #fff;
    height: 100%;
}

.edgtf-bli-content-holder {
    width: 50%;
    padding: 3% 4%;
    box-sizing: border-box;
    left: 50%;
    position: relative;
    overflow: hidden;
}

.entry-title.edgtf-post-title {
    color: #202020;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: -.04em;
    font-size: 30px;
    line-height: 1.2em;
    margin: 0 0 4px;
}

.entry-title.edgtf-post-title a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.edgtf-bli-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 8px;
    clear: both;
    line-height: normal;
    margin-bottom: 0px;
}

.edgtf-bli-info>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0 9px 0 0;
    margin-right: 5px;
    color: rgba(32, 32, 32, .6);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    text-transform: none;
    letter-spacing: .02em;
    line-height: 1.63em;
    font-style: italic;
}

.edgtf-bli-info>div {
    font-size: 16px;
    color: rgba(32, 32, 32, .6);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    text-transform: none;
    letter-spacing: .02em;
    line-height: 1.63em;
    font-style: italic;
}

.edgtf-bli-info>div a {
    color: rgba(32, 32, 32, .6);
    font-family: Roboto Condensed Italic;
}

.edgtf-post-info-author-text {
    font-family: Roboto Condensed Italic;
}

.edgtf-bli-info>div::after {
    content: '|';
    position: absolute;
    top: 0;
    right: 0;
    font-style: normal;
}

.edgtf-post-excerpt {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    color: #4c4c4c;
    font-family: Roboto, sans-serif;
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 15px;
}

.edgtf-post-excerpt::after {
    content: '...';
}

.edgtf-post-read-more-button {
    margin-top: 7px;
}

.edgtf-post-read-more-button {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 17px 0 0;
    margin-top: 0px;
    line-height: normal;
}

.edgtf-bli-excerpt {
    line-height: normal;
}

.edgtf-bli-content-holder-inner {
    line-height: normal;
}

.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple {
    text-transform: capitalize;
    width: 22px;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transition: .3s .15s;
    -moz-transition: .3s .15s;
    transition: .3s .15s;
    padding: 0 !important;
    color: #4c4c4c;
    background-color: transparent;
    border: 0;
    font-family: Roboto;
    position: relative;
    display: inline-block;
    outline: 0;
    font-size: 16px;
    line-height: 1.125em;
    font-weight: 300;
    box-sizing: border-box;
    margin: 0;
}

.edgtf-btn-text {
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: .4s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: .4s cubic-bezier(.86, 0, .07, 1);
    transition: .4s cubic-bezier(.86, 0, .07, 1);
}

.edgtf-btn-arrow {
    right: 0;
    top: 0;
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-text-on-hover:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.edgtf-btn.edgtf-btn-simple.edgtf-btn-text-on-hover:hover .edgtf-btn-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.09, .49, .13, .89) .1s;
    -moz-transition: -moz-transform .4s cubic-bezier(.09, .49, .13, .89) .1s;
    transition: transform .4s cubic-bezier(.09, .49, .13, .89) .1s;

}

.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple:hover {
    width: 100px !important;
}

.section-reverse .edgtf-post-image {
    right: 0;
}

.section-reverse .edgtf-bli-content-holder {
    left: 0;
    text-align: right;
}

#section-4 .edgtf-post-excerpt {
    line-height: 1.6;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#section-4 .wrap-client-heading-1 {
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

#section-4 .wrap-client-heading-1 h2 {
    font-family: moret;
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    letter-spacing: 2px;
    margin-bottom: 0;
    background: #fff;
    z-index: 11;
    position: relative;
}

#section-4 .wrap-client-heading-1 p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #fff;
    z-index: 11;
    position: relative;
}

#section-4 .wrap-client-heading-1::before {
    content: '';
    background: #000;
    height: 300px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 1;
}

#section-4 .box-wrap-whole-hover .box-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section-4 .box-wrap-whole-hover .box {
    background: #000;
    /*position: relative;*/
    width: 100%;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #283593;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#section-4 .box-wrap-whole-hover .box img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.6s ease;
}

#section-4 .box-wrap-whole-hover .box img:nth-child(2) {
    opacity: 0;
}

/* ============================section-4============================ */



.elementor-button.btn.align-items-center {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #BCBCBC;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15em;
    letter-spacing: 0.6px;
    color: #000000;
    background-color: #FFFFFF00;
    border-radius: 0px 0px 0px 0px;
    padding: 18px 41px 18px 41px;
    box-shadow: none;
    text-decoration: none;
    position: relative;
}

.btn-extended-line-tl {
    border-right: none !important;
    border-bottom: none !important;
    transform-origin: top left;
}

.btn-extended-line-bl,
.btn-extended-line-tl {
    left: 0;
    bottom: 0;
    position: absolute;
}

.btn-extended-line-tl,
.btn-extended-line-tr {
    top: 0;
    position: absolute;
}

.btn-extended-line-br,
.btn-extended-line-tr {
    right: 0;
    position: absolute;
    bottom: 0;
}

.btn-extended-line-tl,
.btn-extended-line-tr {
    top: 0;
    position: absolute;
}

.btn-extended-line {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    transform: rotate(180deg);
    transition: inherit;
}

.btn-extended-line {
    border-color: #000000;
}

.elementor-widget-container .overflow-hidden {
    overflow: visible !important;
}

.btn-extended-line-tr {
    border-bottom: none !important;
    border-left: none !important;
    transform-origin: top right;
}

.btn-extended-line-br {
    border-top: none !important;
    border-left: none !important;
    transform-origin: bottom right;
}

.btn-extended-line-bl {
    border-top: none !important;
    border-right: none !important;
    transform-origin: bottom left;
}

#section-2 .wrap-content-iner p {
    margin-bottom: 40px;
}

.elementor-button.btn.align-items-center:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}





/* ============================section-5============================ */
#section-5 {
    padding-top: 150px;
    padding-bottom: 80px;
    background: #0c0c0c;
}

.hero-title.caption-timeline.primary-font-title {
    font-family: 'Six Caps', sans-serif;
    text-transform: lowercase;
    font-weight: 500;
    font-size: calc(1rem + 22.15vw);
    line-height: calc(1rem + 20.5vw);
    color: #fff;
    text-align: center;
}

.hero-title.caption-timeline.primary-font-title div {
    display: inline-block;
}

.hero-subtitle.caption-timeline span {
    text-align: center;
    display: block;
}

.hero-subtitle.caption-timeline {
    opacity: 0.4;
    margin-top: 30px;
    color: #fff;
}

.hero-title.caption-timeline.primary-font-title span {
    box-sizing: border-box;
    display: inline-block;
    transform-origin: bottom center;
}


/* video-seection */
.container.container-video {
    margin-top: 150px !important;
}

.container.container-video,
.container.container-video .row,
.container.container-video .row .col-lg-12 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.clipped-image img {
    width: 100%;
    height: 100% !important;
    position: relative;
    display: block;
    z-index: 0;
    object-position: center;
    object-fit: cover;
}

.content-video-wrapper {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    overflow: hidden !important;
    z-index: 1;
}

.bgvid {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.clipped-image-gradient {
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    z-index: 10;
    -webkit-mask-image: linear-gradient(transparent, black 85%);
    mask-image: linear-gradient(transparent, black 85%);
}

.clipped-image {
    transition: clip-path .5s ease-out;
    overflow: hidden;
}

/* ============================End-section-5============================ */

/* ============================End-section-6============================ */
#section-6 {
    background: #0c0c0c;
}

#section-6 .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

#section-6 .row {
    margin: 0;
}

#section-6 .start-thumbs-caption p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #999;
    font-family: Poppins;
}

#section-6 .start-thumbs-caption .primary-font-title.big-title.has-mask-fil {
    font-family: 'Six Caps', sans-serif;
    text-transform: lowercase;
    font-weight: 500;
    font-size: calc(1rem + 8vw);
    line-height: calc(1rem + 7.5vw);
    margin-bottom: 15px;
    color: #fff;
}

#section-6 .start-thumbs-caption {
    text-align: center;
}

#section-6 .start-thumbs-caption {
    transition: transform 0.1s ease-out;
    will-change: transform;
}


#section-6 .wrap-reviews-iner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

#section-6 .item-image {
    width: 100%;
    height: 100% !important;
    position: relative;
    display: block;
    z-index: 100;
    object-position: center;
    object-fit: cover;
}

#section-6 .section-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#section-6 .move-thumb-inner {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

#section-6 .end-move-thumb {
    box-sizing: border-box;
    position: relative;
    width: calc(33.33% - 80px);
    height: calc(33.33vw - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px;
}

.move-thumb-inner {
    transition: transform 0.3s, width 0.3s, height 0.3s;
}

body.new #section-6 .end-move-thumb .move-thumb-inner {
    width: 100% !important;
    height: 100% !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

/* ============================End-section-6============================ */



/* ============================section-3============================ */
#section-3 {
    padding: 150px 0px;
}

#section-3 .row {
    display: flex;
    align-items: center;
}

#section-3 .w-100.pos-rel.loaded.element-uncovered.revealing-ended img {
    width: 100%;
    height: auto;
}

#section-3 .w-100.pos-rel.loaded.element-uncovered.revealing-ended {
    position: relative;
    display: inline-block;
    margin: 0 !important;
    transition: transform .45s;
}

#section-3 .lqd-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

#section-3 .wrap-content-of-fivv h2 {
    font-family: moret;
    font-size: 56px;
    font-weight: 400;
    text-align: center;
    line-height: 56px;
}

#section-3 .wrap-content-of-fivv h5 {
    text-align: center;
    font-family: neue-haas-unica;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    font-weight: 700;
}

#section-3 .elementor-element.elementor-element-9cb554d.elementor-widget.elementor-widget-ld_button {
    text-align: center;
    margin: 50px 0px 0px;
}




/* ============================End-section-3============================ */








/* ============================-section-4============================ */
#section-4 .wrap-client-heading-1 {
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

#section-4 .wrap-client-heading-1::before {
    content: '';
    background: #000;
    height: 100px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) translateY(-200px);
    /* Initially off-screen */
    left: 50%;
    top: -50px;
    z-index: 1;
    transition: transform 1s ease;
}

#section-4 .wrap-client-heading-1::after {
    content: '';
    background: #000;
    height: 100px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) translateY(200px);
    /* Initially off-screen */
    left: 50%;
    bottom: -150px;
    z-index: 1;
    transition: transform 1s ease;
}

#section-4 .wrap-client-heading-1.visible::before {
    transform: translate(-50%, -50%) translateY(0);
    /* Bring line to normal position */
}

#section-4 .wrap-client-heading-1.visible::after {
    transform: translate(-50%, -50%) translateY(0);
    /* Bring line to normal position */
}

#section-4 .wrap-client-heading-1 h2 {
    font-family: moret;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 0;
    background: #fff;
    z-index: 11;
    position: relative;
}

#section-4 .wrap-client-heading-1 p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #fff;
    z-index: 11;
    position: relative;
}

#section-4 .row.justify-center.margin-top-rorw {
    margin-bottom: 0px !important;
    padding: 100px 0px !important;
    overflow: hidden;
}

/* ============================End-section-4============================ */



/* ============================section-client============================ */
#section-client {
    padding: 200px 0px;
    overflow: hidden;
}

#section-client .row.justify-center {
    margin-bottom: 50px;
    justify-content: center;
    padding: 100px 0px 100px !important;
    overflow: hidden;
}

#section-client .wrap-client-heading h2 {
    font-family: moret;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 0;
    background: #fff;
}

#section-client .wrap-client-heading p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #fff;
}

#section-client .wrap-client-heading {
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

#section-client .wrap-client-heading::before {
    content: '';
    background: #000;
    height: 100px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) translateY(-200px);
    /* Initially off-screen */
    left: 50%;
    top: -50px;
    z-index: 1;
    transition: transform 1s ease;
}

#section-client .wrap-client-heading::after {
    content: '';
    background: #000;
    height: 100px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) translateY(200px);
    /* Initially off-screen */
    left: 50%;
    bottom: -150px;
    z-index: 1;
    transition: transform 1s ease;
}

#section-client .wrap-client-heading.visible::before {
    transform: translate(-50%, -50%) translateY(0);
    /* Bring line to normal position */
}

#section-client .wrap-client-heading.visible::after {
    transform: translate(-50%, -50%) translateY(0);
    /* Bring line to normal position */
}

#section-client .wrap-client-logo img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

#section-client .wrap-client-logo {
    background: #fff;
    box-shadow: 4px 2px 5px 5px #f0f0f0;
    border-radius: 6px;
    margin-bottom: 50px;
    padding: 20px 20px;
    height: 150px;
    animation-name: float-x;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transition: .3s;
}

#section-client .row.justify-center-new {
    justify-content: center;
}

#section-client .wrap-client-logo:hover img {
    scale: 1.1;
}

@keyframes float-xx {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

#section-client .wrap-client-heading {
    position: relative;
    opacity: 0;
    /* Start with invisible */
    transform: translateY(100px);
    /* Start with 100px below */
    transition: transform 0.5s ease, opacity 0.5s ease;
    /* Smooth transition */
}

#section-5 {
    display: none;
}

#section-6 {
    overflow: hidden;
}

#main-content .primary-font-title.big-title.has-mask-fill {
    /*font-size: calc(1rem + 8vw);*/
    /*line-height: calc(1rem + 7.5vw);*/
    /*font-family: 'Six Caps', sans-serif;*/
    /*text-transform: lowercase;*/
    /*font-weight: 500;*/

    font-size: 80px;
    line-height: calc(1rem + 7.5vw);
    font-family: moret;
    text-transform: uppercase;
    font-weight: 500;
}

#main-content .start-thumbs-caption p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #999;
    font-family: Poppins;
}

#main-content .move-thumb-inner {
    border-radius: 12px;
    overflow: hidden;
}








#custom-slider {
    padding: 0;
    overflow: hidden;
}

#custom-slider .slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* Space between slides */
}

#custom-slider .slider-item {
    flex: 0 0 50%;
    /* Set each item to take half the width */
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease-in-out;
}

#custom-slider .slider-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Ensures image fits nicely */
    padding: 0px 20px;
}

#custom-slider .slick-prev.slick-arrow {
    display: none !important;
}

#custom-slider .slick-next.slick-arrow {
    display: none !important;
}

#custom-slider .row.justify-center.margin-top-rorw {
    margin-bottom: 0px !important;
    padding: 100px 0px !important;
    overflow: hidden;
}

#custom-slider .wrap-client-heading-2.visible h2 {
    font-family: moret;
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 2px;
    margin-bottom: 0;
    background: #fff;
    z-index: 11;
    position: relative;
}

#custom-slider .wrap-client-heading-2.visible p {
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #fff;
    z-index: 11;
    position: relative;
}

#custom-slider .wrap-client-heading-2::before {
    content: '';
    background: #000;
    height: 100px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) translateY(-200px);
    left: 50%;
    top: -50px;
    z-index: 1;
    transition: transform 1s ease;
}

#custom-slider .wrap-client-heading-2::after {
    content: '';
    background: #000;
    height: 100px;
    width: 1px;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%) translateY(200px);
    left: 50%;
    bottom: -150px;
    z-index: 1;
    transition: transform 1s ease;
}

#custom-slider .wrap-client-heading-2.visible::after {
    transform: translate(-50%, -50%) translateY(0);
}

#custom-slider .wrap-client-heading-2.visible::before {
    transform: translate(-50%, -50%) translateY(0);
}

#custom-slider .slider-container.slick-initialized.slick-slider {
    padding-top: 30px;
}

#hero.has-image #hero-caption.align-start .inner {
    transform: unset !important;
}

.hero-title.caption-timeline.primary-font-title {
    font-size: 300px !important;
    line-height: normal !important;
}

/* ============================End-section-client============================ */


@media only screen and (min-device-width: 1024px) and (max-device-width: 1600px) and (orientation: landscape) {
    section {
        overflow: hidden !important;
    }

    #header-1 .nav.navbar-nav li a {
        padding: 35px 10px !important;
    }

    #header-1 .container {
        padding: 22px 50px !important;
    }

    .end-move-thumb-pps {
        height: 30px;
    }

    #section-1 .text-cnettr.text-c-center h1 {
        font-size: 80px !important;
        letter-spacing: 28px !important;
    }

    #section-2 {
        padding: 80px 0px 230px;
        margin-bottom: 50px;
    }

    #section-4 .wrap-client-heading-1::before {
        height: 70px !important;
        top: -40px;
    }

    #section-4 .wrap-client-heading-1::after {
        height: 70px !important;
        bottom: -100px;
    }

    #section-client .wrap-client-heading::before {
        height: 70px !important;
        top: -40px;
    }

    #section-client .wrap-client-heading::after {
        height: 70px !important;
        bottom: -100px;
    }

    #footer-1 .ld-fh-element.d-inline-block.pos-rel {
        margin-bottom: 50px !important;
    }

    #footer-1 .abs-text-c-footer p {
        margin-top: 50px !important;
    }

    #section-4 {
        padding: 50px 0px 100px;
    }

    #section-4 .edgtf-blog-list li {
        margin: 0 0 100px !important;
    }

    #section-client {
        padding: 50px 0px !important;
    }

    #section-2 .wrap-client-sectionns .wrap-client-heading-3::before,
    #custom-slider .wrap-client-heading-2::before {
        height: 70px !important;
        top: -40px;
    }

    #section-2 .wrap-client-sectionns .wrap-client-heading-3::after,
    #custom-slider .wrap-client-heading-2::after {
        height: 70px !important;
        bottom: -100px;
    }

    .hero-title.caption-timeline.primary-font-title {
        font-size: 250px !important;
        line-height: normal !important;
    }

    #hero-description {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-device-width: 540px) and (orientation: portrait),
screen and (max-device-height: 540px) and (orientation: landscape),
screen and (max-width: 540px) and (orientation: portrait),
screen and (max-height: 540px) and (orientation: landscape) {
  
  .circle {
  display: none;
}
    #menu-logo-absolute {
        z-index: -1 !important;
    }

    #header-1 {
        top: 50px !important;
    }

    .tp-caption.tp-resizeme.rs-parallaxlevel-5 {
        /*font-size: 32px !important;*/
        /*letter-spacing: normal !important;*/
    }

    #menu-home-absolute {
        display: none !important;
    }

    #header-1 .container {
        padding: 15px;
    }

    .font-sizee {
        font-size: 30px !important;
        letter-spacing: 15px !important;
        text-align: center !important;
        padding: 0px 43px 0px 43px !important;
        font-weight: bold !important;
    }

    #header-1 .col-md-9#mobile-id {
        display: flex;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #new-lines-arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        height: 15px;
        cursor: pointer;
    }

    .open-navv #mobile-id .wrap-header-li {
        position: fixed !important;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100vh;
        margin: 0;
    }

    #header-1 .wrap-header-li .header-nav {
        height: 100%;
        display: block;
    }

    #header-1 .nav.navbar-nav {
        display: block;
    }

    .wrap-header-li::before {
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        content: '';
        left: 0;
        top: -60px;
        bottom: 0;
        right: 0;
        height: 100vh;
    }

    #header-1 .nav.navbar-nav li a {
        color: #fff !important;
    }

    #header-1 .nav.navbar-nav li {
        padding: 20px 0px;
    }

    #header-1 .sub-menu {
        background-color: #ffffff;
        border: 1px solid #f4f4f4;
        display: block;
        left: 10px;
        top: 50%;
    }

    #header-1 .nav.navbar-nav .sub-menu li a {
        color: #000 !important;
    }

    #new-lines-arrow {
        z-index: 111111111111;
    }

    .open-navv .line-afterr::before {
        background: #fff !important;
    }

    .open-navv .line-afterr::after {
        background: #fff !important;
    }

    .open-navv .line-afterr {
        background: #000;
    }

    .abs-text-c-center {
        width: 100%;
    }

    .text-cnettr.text-c-center h1 {
        font-size: 50px;
        line-height: 52px;
        letter-spacing: 25px;
        text-align: center;
        padding-left: 40px;
    }

    #section-2 {
        padding: 100px 0px 100px !important;
    }

    #section-2 .wrap-content-iner {
        margin: 50px 0px 0px;
    }

    .edgtf-bli-content {
        overflow: hidden;
    }

    section {
        overflow: hidden;
    }

    .edgtf-post-image {
        right: 0 !important;
        position: relative !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .edgtf-bli-content-holder {
        width: 100% !important;
        text-align: center !important;
        left: 0;
    }

    .edgtf-blog-list li {
        margin: 0 0 50px !important;
    }

    .hero-title.caption-timeline.primary-font-title {
        text-align: center;
    }


    .container.container-video,
    .container.container-video .row,
    .container.container-video .row .col-lg-12 {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .clipped-image-pin {
        width: 100% !important;
    }

    .container.container-video {
        margin-top: 0px !important;
    }



    #section-6 .wrap-reviews-iner {
        padding: 0 !important;
    }

    body.new #section-6 .end-move-thumb .move-thumb-inner {
        width: 100% !important;
        height: 100% !important;
        transform: unset !important;
    }

    body #section-6 .end-move-thumb .move-thumb-inner {
        width: 100% !important;
        height: 100% !important;
        transform: unset !important;
    }

    #section-6 .end-move-thumb {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 400px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 0px 30px 0px !important;
    }


    #section-3 {
        padding: 250px 0px 150px !important;
    }

    #section-3 .row {
        margin: 0;
        gap: 200px;
        flex-direction: column-reverse;
    }

    .wrapper-new canvas {
        width: 100% !important;
        height: 100% !important;
        margin-bottom: 50px;
    }

    .wrapper-new {
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        width: 100% !important;
        height: 270px !important;
    }


    .edgtf-post-image {
        left: 0px !important;
    }

    #footer-1 .col-md-8 {
        width: 100% !important;
    }

    #footer-1 .col-md-4 {
        justify-content: start !important;
    }

    .start-thumbs-caption {
        height: 30vh !important;
    }

    .start-thumbs-wrapper {
        padding: 0 10px 100px !important;
    }

    .progress_bar.progress_barss {
        padding-right: 0px !important;
        margin-bottom: 50px !important;
    }

    #section-2 .wrap-content-iner h2 {
        display: none !important;
    }

    #section-client .row.justify-center-new .col-md-2 {
        width: 50%;
    }

    #section-client .wrap-client-heading h2 {
        font-size: 50px;
    }

    #section-client .wrap-client-logo {
        animation-name: float-y !important;
    }

    @keyframes float-y {
        0% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }

        50% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        100% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
        }
    }

    .col-img-innercolumns.wrap-img1-innercolumns {
        width: 50% !important;
        max-width: 100% !important;
    }

    .col-img-innercolumns.wrap-img2-innercolumns {
        width: 50% !important;
        max-width: 100% !important;
    }

    .col-img-innercolumns.wrap-img3-innercolumns {
        width: 50% !important;
        max-width: 100% !important;
        top: 150px;
        left: 150px;
        position: unset !important;
        margin: 50px auto 0px !important;
    }


    .overlay-menu .side-menu-container {
        width: 100% !important;
    }

    .overlay-menu .line {
        left: -20px !important;
    }

    .overlay-menu .text-menu.first-level.\33 394 li a {
        font-size: 16px !important;
    }

    .overlay-menu .main.menu-wrapper .text-menu li a {
        font-size: 16px !important;
    }

    .overlay-menu .main.menu-wrapper .text-menu li {
        padding: 20px 20px !important;
    }

    /*Inner-pages*/
    #section-about1 .container .row .col-md-5 .image-wrapper-about {
        padding: 0px !important;
    }

    #section-about1 {
        padding-top: 0px !important;
    }

    #section-about1 .content-wrapper-about {
        padding: 0px !important;
    }

    #section-about2 {
        padding: 100px 0px !important;
    }

    #section-about3 .edgtf-team.edgtf-item-space {
        width: 100% !important;
        padding: 0 25px;
    }

    #section-about3 .edgtf-team-info-tc {
        border: 1px solid #d2d2d2 !important;
    }

    #section-about3 .edgtf-team-info-tb {
        vertical-align: middle;
        width: 50% !important;
        display: block !important;
        padding: 0px !important;
    }

    #section-about3 .edgtf-team-bg {
        display: none !important;
    }

    #section-about3 .attachment-post-thumbnail {
        object-fit: cover !important;
        height: 500px;
    }

    #section-about3 .edgtf-team.edgtf-item-space {
        padding: 0 15px !important;
    }

    .about-sect-hero .hero-title.caption-timeline.primary-font-title div:nth-child(2) {
        margin: 0px 5px !important;
    }

    #section-about1 .content-wrapper-about h3 {
        font-size: 56px !important;
    }


    #section-sldierr .wrap-dsd {
        width: 100% !important;
    }

    .light-section-container.content-max-width {
        max-width: 100% !important;
        padding: 0px !important;
    }

    .light-section-wrapper {
        margin: 100px 0px !important;
    }

    #hero-description {
        padding: 0px 15px !important;
    }

    #hero-description .inner {
        padding-right: 0px !important;
    }

    body #hero.has-image #hero-caption.align-start {
        padding: 20px !important;
    }

    .hero-title.caption-timeline.primary-font-title {
        font-size: 50px !important;
    }

    #hero-caption .inner .hero-title.caption-timeline.primary-font-title {
        text-align: left !important;
    }

    #hero-styles #hero-description .inner p.bigger {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    #main-content .content-row .one_half {
        width: 100% !important;
    }


    .services-page .hero-title.caption-timeline.primary-font-title {
        font-size: calc(1rem + 22.15vw) !important;
        line-height: calc(1rem + 20.5vw) !important;
        text-align: center !important;
    }

    .services-page #hero-caption .inner .hero-title.caption-timeline.primary-font-title {
        text-align: center !important;
    }

    .about-us-page.about-page-new .hero-title.caption-timeline.primary-font-title {
        font-size: calc(1rem + 22.15vw) !important;
        line-height: calc(1rem + 20.5vw) !important;
        text-align: center !important;
    }

    .about-us-page.about-page-new #hero-caption .inner .hero-title.caption-timeline.primary-font-title {
        text-align: center !important;
    }

    .about-page-new .elementor-button.btn.align-items-center {
        border-color: #000 !important;
        color: #fff !important;
        background-color: #000 !important;
    }

    .about-page-new #section-about3 .edgtf-team-info-tc {
        transform: unset !important;
    }


    .contact-page .hero-title.caption-timeline.primary-font-title {
        font-size: calc(1rem + 22.15vw) !important;
        line-height: calc(1rem + 20.5vw) !important;
    }

    .contact-page #hero-caption .inner .hero-title.caption-timeline.primary-font-title {
        text-align: center !important;
    }

    .contact-page #hero-caption.height-title {
        padding-top: 100px !important;
    }

    .contact-page #hero-footer {
        padding: 0px 20px !important;
    }

    .contact-page .content-max-width {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .contact-page .content-row.dark-section.text-align-center .one_third {
        width: 100% !important;
    }

    .contact-page #footer-container {
        padding: 0px !important;
    }

    .contact-page .footer-middle {
        bottom: -40px !important;
    }
    #section-services2 .wt-icon-box-wraper.right {
      text-align: left!important;
    }#section-services2 .circle-content-pic .wt-media img {
      height: auto!important;
      object-fit: contain!important;
      object-position: center!important;
      width: 100%!important;
    }
    #section-client {
        padding: 100px 0px !important;
    }
    
    #section-about3 .edgtf-team-name.entry-title a { 
      display: block!important;
    }#section-about3 .edgtf-team-name.entry-title a {
      font-size: 17px!important; 
      line-height: 1.2!important; 
    }#section-about3 {
      padding: 0px!important;
    }#section-about3 .edgtf-st-vertical-top,#section-about3 .edgtf-st-vertical-bottom{
        height:0!important;
    }#section-about3 .wrap-bottm-verticle {
        margin-top: 40px;
    } #section-about3 .edgtf-st-title { 
        font-size: 48px!important; 
    }#section-about12 .vision-wrapper-about h4 { 
        font-size: 48px!important; 
        padding: 30px 0px!important;
    }#section-2 .wrap-client-sectionns .wrap-client-heading-3::before,#section-2 .wrap-client-sectionns .wrap-client-heading-3::after,#section-4 .wrap-client-heading-1::before,#section-4 .wrap-client-heading-1::after,#custom-slider .wrap-client-heading-2::before,#custom-slider .wrap-client-heading-2::after,#section-client .wrap-client-heading::before,#section-client .wrap-client-heading::after,#section-services3 .wrap-client-sectionns .wrap-client-heading-3::before,#section-services3 .wrap-client-sectionns .wrap-client-heading-3::after{
        content: none!important;
    }body #section-2 .row.justify-center.margin-top-rorw { 
      padding:  0px 0px !important; 
    }body #section-progress-barr {
        padding: 0px!important;
    }body #section-client .row.justify-center { 
      padding: 0px 0px 50px !important; 
    }body #custom-slider .row.justify-center.margin-top-rorw { 
      padding: 50px 0px !important; 
    }body #custom-slider {
      padding: 0px 0px 100px !important;
    }body #section-4 .row.justify-center.margin-top-rorw { 
      padding: 0px 0px!important; 
    }
    #section-services2::after {
  content: none!important;
}
    
    #section-4 .box-wrap-whole-hover .box img { 
        object-fit: contain!important;
    }#section-4 .box-wrap-whole-hover .box {
        background: transparent!important; 
        height: 200px!important; 
    }body #section-services3 .row.justify-center {
        padding: 0 !important;
    }#section-services3 .image-wrap-serv img {
        width: 100% !important;
    }
    
    #portfolio.portfolio-section .row.portfolio-item { 
      padding: 0px!important;
    }#portfolio.portfolio-section .portfolio-menu.mt-2.mb-4 .controls {
         height: auto !important;
    }#hero.about-sect-hero.projects-sect-hero .hero-title.caption-timeline.primary-font-title {
    text-align: center !important;
  }
}


/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 20% !important;
  overflow: hidden;
  position: relative;
  border: 4px solid var(--background-color);
  /*box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);*/
  width: 100%;
  margin: 80px 30px;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: var(--contrast-color);
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--accent-color);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

