* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    background: #fff;
    font-family: "Nohemi";
    line-height: 1.5;
    color: #6a7382;
    font-weight: 300; 
    cursor: none
}

h1,h2,h3,h4,h5,h6 {
    margin-bottom: 15px;
    color: #010101;
    margin-top: 0;
    line-height: normal
}

p {
    margin-bottom: 15px;
    color: #00000050
}

.container-width {
    /* max-width: 1440px */
	max-width: 95%;
}

.portfolio-page-container-width {
    max-width: 1717px
}

.portfolio-container-width {
    /* max-width: 1770px */
	max-width: 95%;
}

.testimonial-container-width {
    max-width: 1922px
}

.client-container-width {
    max-width: 1554px
}

.section-title {
    text-align: center;
    margin-bottom: 170px
}

.section-title>h2 {
    font-weight: 400;
    margin-bottom: 50px;
    font-size: 70px;
    line-height: 95px;
    letter-spacing: -.02em
}

.section-title>p {
    max-width: 835px;
    margin: auto;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 30.056px;
    line-height: 41px;
    letter-spacing: -.02em
}

.height-one {
    height: 232px
}

.height-two {
    height: 233px
}

.height-three {
    height: 283px
}

.height-four {
    height: 300px
}

.height-five,.height-six {
    height: 198px
}

.height-seven {
    height: 160px
}

.header {
    padding: 20px 0;
    z-index: 999;
    transition: top 0.6s ease-in-out,background 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.header.hide {
    top: -200px;
    transition: top 0.6s ease-in-out
}

.header.sticky {
    background: #fff;
    transition: top 0.6s ease-in-out,background 0.3s ease-in-out
}

.header .navbar .navbar-nav {
    margin-right: 160px
}

.navbar-nav li {
    padding: 10px 15px
}

.navbar-nav li a {
    font-size: 16px;
    font-weight: 400;
    color: #010101!important;
    display: inline-block;
    text-decoration: none;
    transition: all ease-in-out 0.3s
}

.navbar-nav li a:hover {
    color: #ff6d36!important
}

.navbar-nav .nav-link.active {
    color: #ff6d36!important
}

.top-banner {
    padding-top: 180px;
    padding-bottom: 600px;
    position: relative;
    z-index: 9
}

.top-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,#fff0 0%,#ffffff 100%);
    height: 30%;
    width: 100%;
    z-index: -1
}

.top-banner .top-footer {
    display: flex;
    align-items: center;
    gap: 50px
}

.top-banner .top-footer a {
    color: #010101;
    font-size: 23px;
    font-weight: 300;
    text-decoration: none;
    transition: all ease 0.3s;
    text-transform: lowercase
}

.top-banner .top-footer a svg {
    transition: transform 0.3s;
    margin-left: 5px
}

.top-banner .top-footer a:hover svg {
    transform: translateX(5px)
}

.top-banner .top-footer a:hover {
    color: #ff6d36
}

.top-banner .left-col h1 {
    font-size: 83.76px;
    font-weight: 400;
    margin-bottom: 28px;
    line-height: 84px
}

.top-banner .left-col h1>span {
    color: #003833;
    display: block
}

.top-banner .right-col p {
    font-size: 1rem;
    font-weight: 400;
    color: #fff
}

.top-banner .arrow-down-icon {
    position: absolute;
    bottom: 160px;
    transform: translateX(-50%);
    left: 50%
}

.top-banner .arrow-down-icon svg {
    animation: bounce 1.5s ease-in-out infinite
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.sec-two {
    padding: 150px 0 0
}

.sec-two .sec-two-body {
    display: flex;
    flex-direction: column
}

.mt-49 {
    margin-top: 49px
}

.mt-51 {
    margin-top: 51px
}

.sec-two .sec-tow-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 0
}

.sec-tow-inner:nth-child(2),.sec-tow-inner:nth-child(3),.sec-tow-inner:nth-child(4) {
    border-bottom: 2px solid #010101;
    padding: 26px 0
}

.sec-tow-inner:nth-child(1) {
    border-bottom: 2px solid #010101;
    border-top: 2px solid #010101;
    padding: 26px 0
}

.sec-two .sec-tow-inner svg {
    transition: transform 0.3s ease-in-out;
    margin-left: 10px
}

.sec-two .sec-tow-inner:hover svg {
    transform: translateX(10px)
}

.sec-two .sec-tow-inner span {
    font-size: 25px;
    color: #010101;
    font-weight: 400;
    width: 90%
}

.sec-two .center-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px
}

.video-sec {
    padding: 0;
    /* overflow: hidden; */
}

.video-sec .showcase-video {
    width: 100%;
    max-width: 85.1%;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.25s ease-in-out;
    padding-left: 1.5em;
    padding-right: 1.5em;
    position: relative
}

.video-sec .showcase-video video {
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.video-sec .showcase-video.expanded {
    max-width: 100vw;
    padding-left: 0;
    padding-right: 0
}

.video-sec .showcase-video video {
    border-radius: 0;
    position: sticky;
    top: 0;
    height: auto;
    /* max-height: 100vh; */
}

body.scroll-locked {
    overflow: hidden
}

#playPauseBtn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff0;
    border: none;
    cursor: pointer
}

.sec-four {
    padding: 0
}

.sec-four .left-heading h3 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 50px;
    max-width: 521px
}

.sec-four .right-button {
    float: right
}

.sec-four .sec-four-inner {
    position: relative;
    overflow: hidden;
    border-radius: 7.97px
}

.sec-four .left-img-height img {
    height: 671px
}

.sec-four .right-img-height img {
    height: 237px
}

.sec-four .sec-four-inner .sec-four-top {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 434.94px
}

.sec-four .sec-four-inner img {
    transition: 0.3s ease;
    width: 100%;
    object-fit: cover
}

.sec-four .sec-four-inner img:hover {
    transform: scale(1.1)
}

.sec-four .sec-four-inner .sec-four-top span:nth-child(1) {
    font-family: "Manrope";
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 8.27px
}

.sec-four .sec-four-inner .sec-four-top h4 {
    color: #fff;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 38.2361px;
    line-height: 49.7px;
    text-shadow: 0 4px 4px rgb(0 0 0 / .25);
    max-width: 340px;
    margin-bottom: 9px
}

.sec-four .sec-four-inner .sec-four-top span:nth-child(3) {
    background: #d6f0e8;
    border-radius: 6.37269px;
    font-size: 11.15px;
    font-weight: 500;
    font-family: "Manrope";
    color: #010101;
    display: inline-block;
    padding: 5.58px 11.15px
}

.sec-four .sec-four-footer span:nth-child(1) {
    color: #010101;
    font-family: "Manrope";
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px
}

.sec-four .sec-four-footer h4 {
    font-weight: 400;
    margin-bottom: 5.48px;
    font-size: 19.1181px;
    line-height: 24.9px
}

.sec-four .sec-four-footer span:nth-child(3) {
    background: #f5ded4;
    border-radius: 6.37269px;
    font-size: 11.15px;
    font-weight: 500;
    font-family: "Manrope";
    color: #010101;
    display: inline-block;
    line-height: 11.2px;
    padding: 5.58px 11.15px
}

.bg-color {
    background: #d6f0e8!important
}

.bg-color-btn {
    background: rgb(0 56 51 / .5)!important;
    border: 2px solid #7f9b98!important
}

.counter-sec {
    padding: 0
}

.counter-sec .counter-inner {
    text-align: center
}

.counter-sec .counter-inner>span {
    color: #010101;
    font-size: 86.32px;
    font-weight: 600
}

.counter-sec .counter-desc>p {
    font-size: 45.22px;
    font-weight: 300;
    color: #010101;
    font-family: "Manrope"
}

.counter-sec .center-icon {
    text-align: center
}

.testimonials-sec {
    padding: 0
}

.testimonials-sec .center-heading {
    text-align: center;
    margin-bottom: 15px
}

.testimonials-sec .center-heading>h3 {
    font-size: 51px;
    font-weight: 300;
    margin-bottom: 19px
}

.testimonials-sec .testi-arrows {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-bottom: 15px;
    margin-right: 350px
}

.testimonials-sec .testi-arrows-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px
}

.testimonials-sec .testi-arrows-mobile>img {
    cursor: pointer
}

.testimonials-sec .testi-inner {
    background: #003833;
    border-radius: 10px;
    padding: 21px 49px 22px 27px;
    margin: 0 5px;
    font-family: "Manrope";
    max-width: 591px!important
}

.testimonials-sec .testi-inner>span {
    margin-bottom: 41px;
    display: inline-block
}

.testimonials-sec .testi-inner p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 66px;
    line-height: 25px;
    height: 160px
}

.testimonials-sec .testi-inner h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 400
}

.testimonials-sec .testi-inner span {
    color: #fff;
    font-size: 13px;
    font-weight: 400
}

.client-sec {
    padding: 0
}

.client-sec .client-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.client-sec .client-mobile-body {
    display: block
}

.client-slider-rtl {
    direction: rtl
}

.client-sec .client-body .client-inner {
    width: 18.333%;
    position: relative;
    display: inline-block
}

.client-inner img {
    display: block;
    height: auto;
    margin: auto;
    width: 150px
}

.client-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    width: 100px;
    height: 65px;
    background-image: url(../images/hover-logo.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: transform 0.3s ease,opacity 0.3s ease
}

.client-inner:hover::after {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    animation: pulse 1s infinite
}

@keyframes pulse {
    0% {
        transform: translate(-50%,-50%) scale(1.2)
    }

    50% {
        transform: translate(-50%,-50%) scale(1)
    }

    100% {
        transform: translate(-50%,-50%) scale(1.2)
    }
}

.sec-eight {
    padding: 0
}

.sec-eight .left-heading h3 {
    font-size: 58px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 61px
}

.sec-eight .right-button {
    float: right
}

.sec-eight .sec-eight-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    height: 100%
}

.sec-eight .sec-eight-img .icon-hover {
    position: absolute;
    top: -30px;
    right: 15px;
    opacity: 0;
    transform: translateY(-20px);
    transition: transform 0.5s ease,opacity 0.5s ease
}

.sec-eight .sec-eight-img:hover .icon-hover {
    opacity: 1;
    transform: translateY(45px)
}

.sec-eight .sec-eight-img .icon-hover svg {
    transform: rotateZ(-45deg);
    color: #fff
}

.sec-eight .sec-eight-img img {
    border-radius: 20px 0 0 20px;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover
}

.sec-eight .sec-eight-img:hover img {
    transform: scale(1.1)
}

.sec-eight .sec-eight-desc {
    background: #d9d9d9;
    padding: 25px;
    border-radius: 0 20px 20px 0;
    height: 564px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch
}

.sec-eight .sec-eight-desc>div>span {
    padding: 6px 18px;
    color: #fff;
    font-family: "Manrope";
    background: #72a4a0;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 500
}

.sec-eight .sec-eight-desc>div>h4 {
    font-size: 50px;
    font-weight: 300;
    max-width: 495px;
    line-height: 61px
}

.sec-eight .sec-eight-desc>div>p {
    font-size: 20px;
    color: #010101;
    font-family: "Manrope";
    font-weight: 500
}

.sec-eight .sec-eight-desc .sec-eight-footer {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec-eight .sec-eight-desc .sec-eight-footer h5 {
    font-family: "Manrope";
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px
}

.sec-eight .sec-eight-desc .sec-eight-footer span {
    color: #00000050;
    font-size: 14px;
    font-family: "Manrope";
    font-weight: 600
}

.sec-eight .sec-eight-desc .sec-eight-footer .sec-footer-right>a {
    padding: 6px 18px;
    color: #fff;
    font-family: "Manrope";
    background: #ffa085;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 13.1px;
    font-weight: 500;
    text-decoration: none
}

.sec-eight .sec-eight-desc .sec-eight-footer .sec-footer-right>a>svg {
    transition: transform 0.3s ease-in-out;
    margin-left: 5px
}

.sec-eight .sec-eight-desc .sec-eight-footer .sec-footer-right>a:hover svg {
    transform: translateX(5px)
}

.sec-eight .sec-eight-box-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px
}

.sec-eight .sec-eight-box-footer h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    width: 50.33%;
    font-family: "Manrope";
    line-height: 30px;
    max-width: 230px
}

.sec-eight .sec-eight-box-footer a {
    padding: 6px 18px;
    color: #fff;
    font-family: "Manrope";
    background: #ffa085;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 13.1px;
    font-weight: 500;
    text-decoration: none
}

.sec-eight .sec-eight-box-footer a>svg {
    transition: transform 0.3s ease-in-out;
    margin-left: 5px
}

.sec-eight .sec-eight-box-footer a:hover svg {
    transform: translateX(5px)
}

.sec-eight .sec-eight-img .border-20,.sec-eight .border-20 {
    border-radius: 20px
}

footer {
    background: #010101;
    padding: 70px 0 40px;
    position: relative;
    z-index: 9
}

footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 73%;
    width: 100%;
    background: url(../images/footer-pattern.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1
}

footer .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 130px
}

footer .heading h5 {
    color: #fff;
    font-size: 83px;
    font-weight: 500;
    max-width: 430px;
    margin: auto;
    text-align: center;
    font-family: "Manrope";
    line-height: 81px;
    letter-spacing: -.05em;
    margin-bottom: 25px
}

footer .heading p {
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    max-width: 580px;
    text-align: center;
    font-family: "Manrope";
    margin-bottom: 30px;
    line-height: 28px
}

footer .footer-left {
    display: flex;
    flex-direction: column;
    align-items: start
}

footer .footer-left a:nth-child(1) {
    color: #ff6d36;
    font-size: 68.93px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    font-weight: 400;
    line-height: 69px
}

footer .footer-left a:nth-child(2) {
    color: #fff;
    font-size: 55px;
    text-decoration: none;
    font-weight: 400
}

footer .footer-links>h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600
}

footer .footer-links>ul>li {
    padding: 20px 0 0 0;
    color: #fff;
    transition: all ease-in-out 0.3s
}

footer .footer-links>ul>li>a {
    text-decoration: none;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    transition: all ease-in-out 0.3s
}

footer .footer-links>ul>li>a:hover {
    color: #72a4a0
}

footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px
}

footer .footer-bottom p,footer .footer-bottom a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

footer .footer-bottom a {
    text-decoration: none;
    transition: all ease 0.3s
}

footer .footer-bottom a:hover {
    color: #ff6d36
}

.bg-button {
    background: #ffffff50!important
}

.animation-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50px;
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0 7px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 18px
}

.animation-btn .animation-btn-content {
    z-index: 5;
    transition: color 0.5s ease;
    font-weight: 500
}

.animation-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    z-index: 5;
    color: #000;
    transition: transform 0.5s ease;
    transform: rotateZ(-45deg)
}

.animation-btn:after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 43px;
    background: #fff;
    content: "";
    border-radius: 50px;
    transition: width 0.8s ease,border-radius 2s cubic-bezier(1,.11,1,.11)
}

.animation-btn:hover:after {
    width: 100%;
    border-radius: 0
}

.animation-btn:hover .icon svg {
    transform: rotate(0deg)
}

.animation-btn:hover .animation-btn-content {
    color: #000
}

.animation-btn:hover .icon {
    transform: rotate(0deg)
}

span.animation-btn-content {
    padding: 9px 20px;
    transition: 0.5s;
    z-index: 5;
    font-weight: 500
}

span.animation-btn-content .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.animation-btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50px;
    background: #fff0;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0 7px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 18px
}

a.animation-btn-white .animation-btn-white-content {
    z-index: 5;
    transition: color 0.5s ease;
    font-weight: 500
}

a.animation-btn-white .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    z-index: 5;
    color: #000;
    transition: transform 0.5s ease;
    transform: rotateZ(-45deg)
}

a.animation-btn-white:after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 43px;
    background: #fff0;
    border: 1px solid #fff;
    content: "";
    border-radius: 50px;
    transition: width 0.8s ease,border-radius 2s cubic-bezier(1,.11,1,.11)
}

a.animation-btn-white:hover:after {
    width: 100%;
    border-radius: 0
}

a.animation-btn-white:hover .icon svg {
    transform: rotate(0deg)
}

a.animation-btn-white:hover .animation-btn-white-content {
    color: #000
}

a.animation-btn-white:hover .icon {
    transform: rotate(0deg)
}

span.animation-btn-white-content {
    padding: 9px 20px;
    transition: 0.5s;
    z-index: 5;
    font-weight: 500
}

span.animation-btn-white-content .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

a.animation-btn-transparent {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff0;
    border-radius: 50px;
    background: #fff0;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 0 7px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 18px
}

a.animation-btn-transparent .animation-btn-transparent-content {
    z-index: 5;
    transition: color 0.5s ease;
    font-weight: 500
}

a.animation-btn-transparent .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    z-index: 5;
    color: #000;
    transition: transform 0.5s ease;
    transform: rotateZ(-45deg)
}

a.animation-btn-transparent:after {
    position: absolute;
    right: 0;
    height: 100%;
    width: 43px;
    background: #ffffff50;
    content: "";
    border-radius: 50px;
    transition: width 0.8s ease,border-radius 2s cubic-bezier(1,.11,1,.11)
}

a.animation-btn-transparent:hover:after {
    width: 100%;
    border-radius: 0;
}

a.animation-btn-transparent:hover .icon svg {
    transform: rotate(0deg);
}

a.animation-btn-transparent:hover .animation-btn-transparent-content {
    color: #ffffff;
}

a.animation-btn-transparent:hover .icon {
    transform: rotate(0deg);
}

span.animation-btn-transparent-content {
    padding: 9px 20px;
    transition: 0.5s;
    z-index: 5;
    font-weight: 500;
}

span.animation-btn-transparent-content .icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hamburger-menu {
    background: #010101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: opacity 0.6s ease,visibility 0.6s ease,transform 0.6s ease;
    overflow: hidden;
    pointer-events: none
}

.hamburger-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    pointer-events: auto
}

.hamburger-menu .close-btn {
    position: relative;
    right: 0;
    bottom: 40px
}

.hamburger-menu .close-btn>img {
    cursor: pointer
}

.hamburger-menu .image {
    width: 25.333%
}

.hamburger-menu .image>img {
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.hamburger-menu .content-body {
    width: 74.333%;
    padding: 0 122px;
    display: flex;
    flex-direction: column;
    gap: 104px;
    text-align: center
}

.hamburger-menu .content-body .contact-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.mobile-header .navbar-brand,.mobile-header .navbar-nav {
    display: none
}

.hamburger-menu .contact-sec>a:nth-child(2) {
    font-size: 128px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    line-height: 129px;
    letter-spacing: -.02em;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

.hamburger-menu .contact-sec>a:nth-child(3) {
    font-size: 39.19px;
    color: #72a4a0;
    font-weight: 400;
    text-decoration: none;
    text-align: end;
    line-height: 39px;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

.hamburger-menu .links-sec ul {
    list-style: none;
    padding-left: 0;
    column-count: 2;
    margin-bottom: 0
}

.hamburger-menu .links-sec ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 2px solid #ffffff20;
    padding: 12px 0;
    opacity: 0;
    transform: translateX(30px)
}

.hamburger-menu.open .contact-sec>a:nth-child(2),.hamburger-menu.open .contact-sec>a:nth-child(3) {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s
}

.hamburger-menu.open .links-sec ul li {
    animation: fadeInRight 0.5s ease forwards
}

.hamburger-menu.open .links-sec ul li:nth-child(1) {
    animation-delay: 0.1s
}

.hamburger-menu.open .links-sec ul li:nth-child(2) {
    animation-delay: 0.2s
}

.hamburger-menu.open .links-sec ul li:nth-child(3) {
    animation-delay: 0.3s
}

.hamburger-menu.open .links-sec ul li:nth-child(4) {
    animation-delay: 0.4s
}

.hamburger-menu.open .links-sec ul li:nth-child(5) {
    animation-delay: 0.5s
}

.hamburger-menu.open .links-sec ul li:nth-child(6) {
    animation-delay: 0.6s
}

.hamburger-menu.open .links-sec ul li:nth-child(7) {
    animation-delay: 0.7s
}

.hamburger-menu.open .links-sec ul li:nth-child(8) {
    animation-delay: 0.8s
}

.hamburger-menu .links-sec ul li span {
    font-size: 27.61px;
    color: #72a4a0;
    font-weight: 400;
    width: 8%
}

.hamburger-menu .links-sec ul li a {
    font-size: 34.51px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

.hamburger-menu .links-sec ul li a:hover {
    color: #ff6d36
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.cursor {
    position: fixed;
    background: #000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 9999;
    transition: transform 0.2s ease,opacity 0.2s ease;
    pointer-events: none;
    transform: translate(-50%,-50%)
}

.cursor-follower {
    position: fixed;
    width: 24px;
    height: 24px;
    background-color: #0000003c;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%,-50%)
}

.cursor.hover,.cursor-follower.hover {
    background-color: #ff6d36
}

.cursor.hover {
    background: #fff0
}

.cursor.img-hover {
    background: #fff0
}

.cursor.hover {
    position: fixed;
    background: #ff6d36;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: transform 0.2s ease,opacity 0.2s ease;
    transform: translate(-50%,-50%)
}

.cursor.img-hover {
    position: fixed;
    width: 50px;
    height: 170px;
    background: url(../images/cursor-img-hover.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease,opacity 0.2s ease;
    transform: translate(-50%,-50%)
}

a,button,img {
    cursor: none!important
}

.cursor.img-hover+.cursor-follower {
    display: none!important
}

.hamburger-cursor-color,.footer-cursor-color {
    background: #ff6d36
}

.hamburger-cursor-color-follower,.footer-cursor-follower-color {
    background-color: #ff6d363c;
    z-index: 9999
}

.mega-menu {
    background: rgb(0 0 0 / .9);
    padding-top: 36px;
    padding-bottom: 134px;
    margin-top: 15px
}

.mega-menu .mega-menu-inner {
    display: flex;
    align-items: end;
    justify-content: space-between
}

.mega-menu .mega-menu-inner .mega-content {
    width: 25.31%
}

.mega-menu .mega-menu-inner .mega-form {
    width: 40.27%
}

.mega-menu .mega-menu-inner .mega-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.mega-menu .mega-menu-inner .mega-content ul li {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff
}

.mega-menu .mega-menu-inner .mega-content ul li:nth-child(1),.mega-menu .mega-menu-inner .mega-content ul li:nth-child(2),.mega-menu .mega-menu-inner .mega-content ul li:nth-child(3) {
    border-bottom: none
}

.mega-menu .mega-menu-inner .mega-content>span {
    color: #72a4a0;
    font-weight: 300;
    font-size: 24px;
    line-height: 80px
}

.mega-menu .mega-menu-inner .mega-content ul li a {
    font-weight: 400;
    font-size: 34px;
    line-height: 80px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease-in-out 0.3s
}

.mega-menu .mega-menu-inner .mega-content ul li a:hover {
    color: #ff6d36
}

.mega-menu .mega-menu-inner .mega-content ul li a svg {
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease-in-out;
    margin-left: 10px
}

.mega-menu .mega-menu-inner .mega-content ul li a:hover svg {
    transform: translateX(10px)
}

.mega-menu .mega-menu-inner .mega-form>span {
    font-weight: 400;
    font-size: 25.5512px;
    line-height: 32px;
    color: #fff
}

.mega-menu .mega-menu-inner .mega-form form input {
    background: no-repeat;
    border: none;
    border-bottom: 1px solid #fff
}

.mega-menu .mega-menu-inner .mega-form>form input {
    background: none;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    font-family: "Manrope";
    font-weight: 400;
    font-size: 13.439px;
    line-height: 32px;
    height: 48.26px;
    border: .610862px solid #fff;
    padding: 0;
    color: #fff;
    box-shadow: none
}

.mega-menu .mega-menu-inner .mega-form>form textarea {
    background: none;
    border: .610862px solid #fff;
    border-radius: 6.10862px;
    margin-top: 23.21px;
    color: #fff;
    box-shadow: none;
    height: 75.75px;
    font-size: 13.44px
}

.mega-menu .mega-menu-inner .mega-form p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 9.77px;
    line-height: 32px
}

.mega-menu .mega-menu-inner .mega-form>form input::placeholder,.mega-menu .mega-menu-inner .mega-form>form textarea::placeholder {
    color: #fff
}

.word {
    display: inline-block;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.25s,transform 0.45s cubic-bezier(.26,-.14,0,1.01)
}

.word.in-view {
    opacity: 1;
    transform: translateY(0)
}

.top-section {
    padding: 178px 0
}

.top-section .left>h1 {
    letter-spacing: -.02em;
    font-weight: 400;
    font-size: 100px;
    line-height: 171px;
    margin-bottom: 0
}

.top-portfolio-section .left>h1 {
    font-size: 139.4px;
    line-height: 140px
}

.top-portfolio-section .left>span {
    color: #72a4a0!important
}

.top-section .left>span {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 34px;
    line-height: 46px;
    text-transform: lowercase;
    color: #f0a991
}

.top-section .right {
    /* max-width: 506px; */
    max-width: 100%;
}

.top-section .right>p {
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    font-family: "Manrope";
    color: #010101;
    margin-bottom: 50px
}

.top-section .right .btn-button {
    float: left
}

.bg-btn-strategi {
    background: rgb(255 109 54 / .5)!important;
    border-color: #ffb69a!important
}

.strategi-sec-two {
    padding-top: 96px;
    padding-bottom: 313px
}

.strategi-two-container {
    /* max-width: 1715px 251110*/
	max-width: 95%;
}

.about-two-slider {
    width: 100%;
    height: 100%;
    position: static!important
}

.about-two-slider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit
}

.strategi-sec-two .bg-sec-two {
    background: #ff6d36;
    border-radius: 20px;
    padding: 175px 240px 127px;
    position: relative
}

.strategi-sec-two .strategi-sec-two-body {
    display: flex!important;
    align-items: start;
    justify-content: space-between;
    gap: 45px
}

.strategi-sec-two .strategi-sec-two-body .strategi-sec-two-left {
    max-width: 724px
}

.strategi-sec-two .strategi-sec-two-body .strategi-sec-two-left>p {
    font-family: "Manrope";
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 0
}

.strategi-sec-two .strategi-sec-two-body .strategi-sec-two-right {
    max-width: 291px
}

.strategi-sec-two .strategi-sec-two-body .strategi-sec-two-right>span {
    font-weight: 700;
    font-size: 110px;
    line-height: 110px;
    color: #fff
}

.strategi-sec-two .strategi-sec-two-body .strategi-sec-two-right>p {
    font-family: "Manrope";
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 0
}

.extraordinary-marketing {
    padding-top: 110px;
    padding-bottom: 208px
}

.strategi-sec-three {
    padding-bottom: 296px
}

.strategi-sec-three .heading-sec {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    margin-bottom: 34px
}

.strategi-three-container {
    /* max-width: 1440px 251110 */
	max-width: 95%;
}

.strategi-sec-three .heading-sec>h2 {
    color: #010101;
    font-weight: 200;
    font-size: 140px;
    line-height: 172px;
    margin-bottom: 0
}

.strategi-sec-three .heading-sec>span {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 56px;
    line-height: 76px;
    text-transform: lowercase;
    color: #f0a991
}

.strategi-sec-three .strategi-sec-three-body {
    display: flex;
    align-items: end;
    justify-content: space-between
}

.strategi-sec-three .strategi-sec-three-body .left {
    max-width: 835px
}

.strategi-sec-three .strategi-sec-three-body .left>p {
    font-family: "Manrope";
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #010101;
    margin-bottom: 70px
}

.strategi-sec-three .strategi-sec-three-body .left .btn-button {
    float: left
}

.about-sec-two .strategi-sec-two-body .strategi-sec-two-right>span {
    font-size: 86px
}

.image-sec {
    padding-bottom: 0;
    margin-bottom: -242.68px
}

.image-sec .image-sec-body {
    display: flex;
    align-items: center;
    justify-content: end
}

.image-sec .image-sec-body .right {
    display: flex;
    flex-direction: column;
    align-items: end
}

.image-sec .image-sec-body .right>img {
    width: 660.32px;
    height: 743px
}

.image-sec .image-sec-body .right .btn-button {
    float: left;
    margin-top: 19px
}

.strategi-sec-four {
    padding-bottom: 281.85px
}

.strategi-sec-container {
    /* max-width: 1698px 251110 */
	max-width: 95%;
}

.strategi-sec-four .left-heading h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 31px
}

.strategi-sec-four .right-button {
    float: right
}

.strategi-sec-four .strategi-sec-four-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.strategi-sec-four .left-img-height img {
    height: 584px
}

.strategi-sec-four .right-img-height img {
    height: 496px
}

.strategi-sec-four .strategi-sec-four-inner .strategi-sec-four-top {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 434.94px
}

.strategi-sec-four .strategi-sec-four-inner img {
    transition: 0.5s ease;
    width: 100%;
    object-fit: cover;
    border-radius: 10px
}

.strategi-sec-four .strategi-sec-four-inner img:hover {
    transform: scale(1.1)
}

.strategi-sec-four .strategi-sec-four-inner .strategi-sec-four-top span:nth-child(1) {
    font-family: "Manrope";
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 8px
}

.strategi-sec-four .strategi-sec-four-inner .strategi-sec-four-top h4 {
    color: #fff;
    max-width: 340px;
    margin-bottom: 9px;
    text-shadow: 0 4px 4px rgb(0 0 0 / .25);
    font-family: "Manrope";
    font-weight: 500;
    font-size: 38.2361px;
    line-height: 50px
}

.strategi-sec-four .strategi-sec-four-inner .strategi-sec-four-top span:nth-child(3) {
    background: #d6f0e8;
    border-radius: 6.37269px;
    font-size: 11.15px;
    font-weight: 500;
    font-family: "Manrope";
    color: #010101;
    display: inline-block;
    padding: 5.58px 11.15px
}

.strategi-sec-four .strategi-sec-four-footer span:nth-child(1) {
    color: #010101;
    font-family: "Manrope";
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin-top: 24px
}

.strategi-sec-four .strategi-sec-four-footer h4 {
    font-weight: 400;
    margin-bottom: 5.48px;
    font-size: 19.1181px;
    line-height: 25px
}

.strategi-sec-four .strategi-sec-four-footer span:nth-child(3) {
    background: #f5ded4;
    border-radius: 6.37269px;
    font-size: 11.15px;
    font-weight: 500;
    font-family: "Manrope";
    color: #010101;
    display: inline-block;
    line-height: 11.2px;
    padding: 5.58px 11.15px
}

.bg-color {
    background: #d6f0e8!important
}

.bg-color-btn {
    background: rgb(0 56 51 / .5)!important;
    border: 2px solid #7f9b98!important
}

.strategi-sec-five {
    padding: 60px 0 60px;
    background: #ff6d36;
    padding: 0;
    display: flex;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
}

.strategi-sec-five .center-heading {
    text-align: center;
    padding-bottom: 100px
}

.strategi-sec-five .center-heading>h3 {
    font-weight: 200;
    font-size: 94.9939px;
    line-height: 95px;
    text-align: center;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 0;
    position: relative
}

.strategi-sec-five .strategi-five-body {
    flex: 1;
    display: flex;
    overflow: hidden;
    gap: 0
}

.strategi-sec-five .strategi-five-body .strategi-five-left {
    width: 33%;
    text-align: center
}

.strategi-sec-five .strategi-five-body .strategi-five-left span {
    font-family: "Nohemi";
    font-weight: 400;
    font-size: 220px;
    color: #fff;
    line-height: 125%
}

.strategi-sec-five .strategi-five-right-body {
    flex: 1;
    overflow-y: scroll;
    height: 450px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.strategi-five-body .container {
    position: relative
}

.strategi-sec-five .strategi-five-body .strategi-five-right {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    height: 75vh;
    max-height: 450px;
    position: relative;
}

.strategi-five-container {
    max-width: 100%;
    max-width: 1440px;
}

.strategi-sec-five .strategi-five-body .strategi-five-right>h4 {
    font-family: Manrope;
    font-weight: 400;
    font-size: 41.828px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 36.11px
}

.strategi-sec-five .strategi-five-body .strategi-five-right p {
    font-family: Manrope;
    font-style: normal;
    font-weight: 300;
    font-size: 19.6775px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 82px
}

.strategi-sec-five .strategi-five-body .strategi-five-right .btn-button {
    display: flex;
    justify-content: start
}

.strategi-sec-six {
    padding: 272px 0 376px 0
}

.strategi-six-container {
    max-width: 1759px
}

.strategi-sec-six .strategi-six-body {
    display: flex;
    align-items: center;
    gap: 0;
    justify-content: space-between
}

.strategi-sec-six .strategi-six-body .strategi-six-left {
    width: 40.1%
}

.strategi-sec-six .strategi-six-body .strategi-six-right {
    width: 59.64%;
    padding: 0 156px
}

.strategi-sec-six .strategi-six-body .strategi-six-left>img {
    height: auto
}

.strategi-sec-six .strategi-six-body .strategi-six-right>h3,.strategi-sec-six .strategi-six-body .strategi-six-left>h3 {
    font-weight: 200;
    font-size: 80px;
    margin-bottom: 21px
}

.strategi-sec-six .strategi-six-body .strategi-six-right>span,.strategi-sec-six .strategi-six-body .strategi-six-left>span {
    margin-bottom: 86px;
    font-family: "Manrope";
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
    text-transform: lowercase;
    color: #f0a991;
    display: inline-block
}

.strategi-sec-six .strategi-six-body .strategi-six-right p {
    font-family: "Manrope";
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #010101;
    margin-bottom: 55px
}

.strategi-sec-six .strategi-six-body .strategi-six-right .btn-button {
    float: left;
    margin-top: 43px
}

.strategi-sec-seven {
    padding-bottom: 382px
}

.strategi-sec-seven .center-heading {
    text-align: center;
    margin-bottom: 164px
}

.strategi-sec-seven .center-heading>h3 {
    font-weight: 400;
    font-size: 94.9939px;
    line-height: 95px;
    letter-spacing: -.02em
}

.strategi-sec-seven .center-heading>p {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 30.056px;
    line-height: 41px;
    letter-spacing: -.02em;
    color: rgb(0 0 0 / .5);
    max-width: 888.32px;
    margin: auto
}

.strategi-sec-seven .faqs-body .accordion-button::after {
    display: none
}

.strategi-sec-seven .faqs-body .icon {
    transition: transform 0.3s ease-in-out
}

.strategi-sec-seven .faqs-body .icon.minus {
    display: none
}

.strategi-sec-seven .faqs-body .accordion-button[aria-expanded="true"] .icon.plus {
    display: none
}

.accordion-button[aria-expanded="true"] .icon.minus {
    display: inline-block
}

.accordion-button:hover .icon.plus {
    transform: rotateZ(90deg)
}

.strategi-sec-seven .faqs-body .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
    background: none;
    padding: 26.8px 0;
    cursor: none
}

.strategi-sec-seven .faqs-body .accordion-button span {
    font-family: "Nohemi";
    font-weight: 400;
    font-size: 32px;
    line-height: 52px;
    color: #010101
}

.strategi-sec-seven .faqs-body .accordion-item {
    border: none;
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
    border-radius: 0
}

.strategi-sec-seven .faqs-body .accordion-item .accordion-body {
    padding: 0
}

.strategi-sec-seven .faqs-body .accordion-item .accordion-body>p {
    font-family: "Manrope";
    font-weight: 300;
    font-size: 16.3368px;
    line-height: 23px;
    color: #010101;
    padding-bottom: 26.8px
}

.strategi-sec-seven .faqs-body .accordion-item:not(:last-child) {
    border-bottom: none
}

/*.subpage-top-sec .left>h1{
    font-size: 170px;
}*/

.subpage-top-sec .right p {
    margin-top: 61px;
}

.subpage-top-sec .btn-button {
    float: right;
}

.subpage-sec-two .strategi-sec-two-left h2{
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 75px;
    line-height: 74px;
    color: #FFFFFF;
    margin-bottom: 71px;
}

.subpage-sec-two .bg-sec-two {
    padding: 126px 128px 110px !important;
}

/*.subpage-sec-two .strategi-sec-two-body .strategi-sec-two-left>p{*/
/*    max-width: 1122px;*/
/*    margin: auto;*/
/*}*/

.subpage-sec-two .strategi-sec-two-body{
    display: block !important;
}

.subpage-faqs {
    background-color: #ff6d36;
    padding-top: 329px;
    padding-bottom: 125px
}

.subpage-faqs .faqs-body .accordion-item {
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.subpage-faqs .faqs-body .accordion-button span {
    color: #fff
}

.subpage-faqs .center-heading {
    text-align: left
}

.subpage-faqs .center-heading>h3,.subpage-faqs .faqs-body .accordion-item .accordion-body>p {
    color: #fff
}

.subpage-faqs .center-heading>p {
    color: rgb(255 255 255 / .5);
    margin-left: 0
}

.subpage-faqs .bottom-link {
    font-family: "Nohemi";
    font-weight: 400;
    font-size: 17.2258px;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    margin-top: 318.07px;
    display: flex;
    align-items: center;
    gap: 9.57px
}

.portfolio-sec {
    padding-bottom: 225.45px
}

.portfolio-sec .strategi-sec-four-inner img {
    height: 641px
}

.portfolio-sec .strategi-sec-four-footer span:nth-child(1) {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 35.2369px;
    line-height: 55px;
    color: #010101;
    margin-top: 35px
}

.portfolio-sec .strategi-sec-four-footer span:nth-child(3) a,
.strategi-sec-four .strategi-sec-four-footer span:nth-child(3) a,
.strategi-sec-four .strategi-sec-four-inner .strategi-sec-four-top span:nth-child(3) a,
.sec-four .sec-four-footer span:nth-child(3) a,
.sec-four .sec-four-inner .sec-four-top span:nth-child(3) a{
    color: #010101;
    text-decoration: none;
}

.portfolio-sec .strategi-sec-four-footer span:nth-child(3) a:hover,
.strategi-sec-four .strategi-sec-four-inner .strategi-sec-four-top span:nth-child(3) a:hover,
.strategi-sec-four .strategi-sec-four-footer span:nth-child(3) a:hover,
.sec-four .sec-four-footer span:nth-child(3) a:hover,
.sec-four .sec-four-inner .sec-four-top span:nth-child(3) a:hover{
    text-decoration: underline;
}

.portfolio-sec .strategi-sec-four-footer span:nth-child(3) {
    background: #f5ded4;
    border-radius: 14.0346px;
    padding: 12.2803px 24.5606px;
    font-weight: 500;
    font-size: 24.5606px;
    line-height: 25px
}

.portfolio-sec .strategi-sec-four-footer h4 {
    font-weight: 400;
    font-size: 42.1038px;
    line-height: 55px;
    margin-bottom: 11.889px
}

.portfolio-sec .portfolio-body .portfolio-inner-full {
    width: 100%;
    margin-bottom: 63.44px
}

.portfolio-sec .portfolio-body .portfolio-inner-sections {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18.18px
}

.portfolio-sec .portfolio-body .portfolio-inner-sections .img-height img {
    height: 529px
}

.portfolio-body>.portfolio-inner-sections:nth-child(n+3) {
    flex-direction: row-reverse
}

.portfolio-sec .portfolio-body .portfolio-inner-sections .portfolio-inner-one {
    width: 46.375%;
    margin-bottom: 63.44px
}

.portfolio-sec .portfolio-body .portfolio-inner-sections .portfolio-inner-two {
    width: 62.25%;
    margin-bottom: 63.44px
}

.portfolio-sec-last .strategi-six-body .strategi-six-right>span {
    color: #84a3a0
}

.bg-button-theme {
    background: #809b99!important;
    border-color: #809b99!important
}

.portfolio-sec-last {
    padding: 0 0 240px 0
}

.single-image {
    padding: 232px 0 187px 0
}

.single-image img {
    max-height: 641px;
    object-fit: cover;
    border-radius: 10px
}

.single-sec-three {
    padding: 0 0 223px 0
}

.single-sec-three .left>h1 {
    letter-spacing: -.02em;
    font-weight: 400;
    font-size: 139.4px;
    line-height: 140px;
    margin-bottom: 0
}

.single-sec-three .left>span {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 34px;
    line-height: 46px;
    text-transform: lowercase;
    color: #72a4a0
}

.single-sec-three .right {
    max-width: 835px
}

.single-sec-three .right>p {
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    font-family: "Manrope";
    color: #010101;
    margin-bottom: 0
}

.single-sec-three .right .btn-button {
    float: left
}

.single-sec-four {
    padding-bottom: 187px
}

.single-sec-four .single-four-body .single-four-inner-body {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px
}

.single-sec-four .single-four-body .single-four-inner-body .single-four-inner-left {
    max-width: 705.82px
}

.single-sec-four .single-four-body .single-four-inner-body .single-four-inner-left>img,.single-sec-four .single-four-body .single-four-inner-body .single-four-inner-right>img {
    max-height: 529.35px;
    object-fit: cover;
    border-radius: 10px
}

.single-sec-four .single-four-body .single-four-inner-body .single-four-inner-right {
    max-width: 992.82px
}

.single-sec-four .single-four-body .single-four-inner-full>img {
    max-height: 647px;
    margin-bottom: 16px
}

.news-top-sec .left>span {
    color: #72a4a0
}

.bg-button-one {
    background: #809b99!important;
    border-color: #809b99!important
}

.news-sec-two .bg-sec-two {
    background: #84a3a0
}

.news-sec-two {
    padding-bottom: 182px
}

.blog-sec {
    padding-bottom: 212px
}

.blog-sec .center-heading {
    text-align: center
}

.blog-page-sec-conntainer {
    max-width: 1713px
}

.blog-sec .sec-eight-img,.sec-eight .sec-eight-desc {
    height: 579px
}

.blog-sec .blog-img img,.blog-sec .blog-img {
    height: 293px!important;
    border-radius: 20px
}

.blog-margin {
    margin-top: 94px;
    margin-bottom: 119px
}

.blog-sec .blog-box {
    margin-bottom: 109px
}

.blog-sec .col-xl-4:nth-last-child(-n+3) .blog-box {
    margin-bottom: 0
}

.single-post-top {
    padding-bottom: 153px!important
}

.single-img {
    overflow: hidden
}

.single-img .desktop-img {
    height: 480px;
    object-fit: cover
}

.single-sec-two .strategi-six-left img {
    height: 950px!important;
    object-fit: cover;
    border-radius: 20px 0 0 20px
}

.single-sec-two .strategi-six-body .strategi-six-right {
    padding: 0 0 0 65px
}

.single-sec-two .strategi-six-body .strategi-six-right>span {
    color: #72a4a0
}

.single-sec-two .strategi-six-body .strategi-six-right {
    width: 61.84%
}

.single-sec-two .strategi-six-body .strategi-six-left {
    width: 38.1%
}

.single-sec-two .strategi-six-body {
    gap: 118px
}

.bg-btn-single {
    background: #83a2a0!important;
    border-color: #83a2a0!important
}

.single-sec-two .strategi-six-body .strategi-six-right:nth-child(2) {
    padding: 0 65px 0 0
}

.single-sec-two {
    padding: 258px 0 0
}

.back-link {
    padding: 326px 0 213px 0
}

.back-link .back-link-body .bottom-link {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    color: #010101;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px
}

.b-radius-right {
    border-radius: 0 20px 20px 0px!important
}

.career-sec-two .bg-sec-two {
    background: #84a3a0;
    padding: 175px 225px 181px
}

.career-sec-two .strategi-sec-two-body .strategi-sec-two-left {
    max-width: 100%;
    text-align: center
}

.career-three-container {
    max-width: 1612px
}

.career-sec-three .heading-sec>span {
    color: #72a4a0
}

.career-sec-three {
    padding-bottom: 376px
}

.career-right-button {
    display: flex;
    justify-content: end;
    margin-top: 154px
}

.site-specific-button {
    display: flex;
    justify-content: center;
    margin-top: 86px
}

.specific-qa-section .faqs-body .accordion-item .accordion-body img {
    margin-bottom: 78px
}

.about-sec-three .strategi-six-body .strategi-six-right>span {
    color: #72a4a0
}

.about-sec-three .strategi-six-body .strategi-six-left {
    width: 49.1%
}

.about-sec-three .strategi-six-body .strategi-six-right {
    width: 53%;
    padding: 0 38px 0 0
}

.about-sec-three .strategi-six-body {
    gap: 120px
}

.about-sec-three .strategi-six-body .strategi-six-left>img {
    height: 950px;
    object-fit: cover
}

.about-sec-three .strategi-six-body .strategi-six-right:nth-child(1) {
    padding: 0 0 0 38px
}

.b-radius-left {
    border-radius: 20px 0 0 20px!important
}

.about-sec-three {
    padding: 267px 0 0 0
}

.about-height {
    height: 369px
}

.about-top-sec .left>span {
    color: #72a4a0
}

.contact-top-sec .left>h1 {
    font-size: 96px;
    line-height: 96px;
    max-width: 447px
}

.contact-top-sec .right>p {
    margin-bottom: 0
}

.contact-width-container {
    max-width: 1674px
}

.contact-form {
    background: #f0a991;
    padding: 186px 0 306px
}

.contact-form .contact-body {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 168px
}

.contact-form .contact-left {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 19.999%
}

.contact-form .contact-left .number span,.contact-form .contact-left .number a,.contact-form .contact-left .email span,.contact-form .contact-left .email a,.contact-form .contact-left .address span,.contact-form .contact-left .address a {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    display: block;
    text-decoration: none
}

.contact-form .contact-right {
    width: 79.999%
}

.contact-form .contact-right>p,.contact-form .contact-left>p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 41.828px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 91px
}

.contact-form .contact-right .form-input input,.contact-form .contact-right .form-input textarea {
    font-family: "Manrope";
    border: none;
    background: none;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    line-height: 52px;
    width: 100%;
    outline: none;
    color: #fff
}

.contact-form .contact-right .form-input input::placeholder,.contact-form .contact-right .form-input textarea::placeholder {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 22px;
    color: #fff
}

.contact-form .contact-right .form-input {
    margin-bottom: 40px
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.contact-form .contact-right .form-input textarea {
    border: 1px solid #fff;
    padding-left: 19px;
    padding-top: 14px;
    border-radius: 10px;
    height: 124px
}

.contact-form .contact-right .form-check .form-check-label {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.contact-form .contact-right .form-check-input[type="checkbox"] {
    background-color: #fff0;
    border-radius: 2px;
    border-color: #fff;
    box-shadow: none;
    width: 16px;
    height: 16px
}

.mb-14 {
    margin-bottom: 14px!important
}

.contact-form .contact-right .left-button {
    margin-top: 40px
}

.contact-form .contact-right .left-button p {
    margin-bottom: 0
}

.contact-button {
    padding: 9px 20px;
    border: 2px solid #000;
    border-radius: 50px;
    background: #000;
    color: #fff;
    font-family: "Manrope";
    font-weight: 500;
    font-size: 18px;
    cursor: none!important
}

.contact-form .contact-right .form-input p {
    margin-bottom: 0
}

.contact-form .contact-right .form-checkbox p {
    margin-bottom: 0
}

.contact-form .contact-right .form-checkbox label span {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 16px;
    color: #fff
}

.contact-form .contact-right .form-checkbox span span span {
    margin: 0
}

.contact-form .contact-right .form-checkbox span span span label {
    display: flex;
    align-items: center;
    gap: 5px
}

.contact-form .contact-right .form-checkbox input[type="checkbox"] {
    background: #fff0;
    border-radius: 2px;
    border: 1px solid #fff;
    box-shadow: none;
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative
}

.contact-form .contact-right .form-checkbox input[type="checkbox"]:checked::before {
    content: "✔";
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 3px;
    top: 0
}

.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
    padding: 15px;
    font-family: "Manrope";
    font-size: 18px;
    font-weight: 400
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    padding: 15px;
    font-family: "Manrope";
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

.career-form {
    margin-top: 333px;
    padding-bottom: 285px
}

.fade-scroll {
    opacity: 0;
    transition: opacity 0.5s ease-in-out
}

#lottie-animation {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center
}

#lottie-animation svg {
    width: 200px!important
}

.notfound-page h1 {
    font-size: 7.5em;
    font-weight: 700;
    margin-bottom: 15px
}

.notfound-page h2 {
    font-weight: 700;
    margin-bottom: 30px
}

.notfound-page p {
    font-family: "Manrope";
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: -.02em;
    margin-bottom: 30px
}

/* Cross Animation for desktop/mobile*/
.menu-toggle {
  width: 35px;
  background: none;
}

.menu-toggle span {
  display: block;
  width: 100%;
  border-radius: 0px;
  height: 4px;
  background: #000000;
  transition: all .3s;
  position: relative;
}

.menu-toggle.active span {
  background: white;
}

.menu-toggle.active span + span {
  margin-top: 18px;
}

.menu-toggle span + span {
  margin-top: 8px;
}

.active span:nth-child(1) {
  animation: ease .8s top forwards;
}

.not-active span:nth-child(1) {
  animation: ease .8s top-2 forwards;
}

.active span:nth-child(2) {
  animation: ease .8s scaled forwards;
}

.not-active span:nth-child(2) {
  animation: ease .8s scaled-2 forwards;
}

.active span:nth-child(3) {
  animation: ease .8s bottom forwards;
}

.not-active span:nth-child(3) {
  animation: ease .8s bottom-2 forwards;
}
.header.mobile-header{
  background: none;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 22px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 10px;
    transform: rotate(45deg);
  }
  50% {
    top: 10px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 15px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 15px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/*.menu-toggle {*/
/*    width: 35px;*/
/*    height: 25px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: end;*/
/*    cursor: pointer;*/
/*    z-index: 1001;*/
/*    background: none*/
/*}*/

/*.bar {*/
/*    height: 4px;*/
/*    width: 100%;*/
/*    background: #000;*/
/*    border-radius: 2px;*/
/*    transition: all .55s ease;*/
/*    position: relative*/
/*}*/

/*.menu-toggle.active .top {*/
/*    transform: translateY(13px) rotate(45deg)*/
/*}*/

/*.menu-toggle.active .middle {*/
/*    opacity: 0*/
/*}*/

/*.menu-toggle.active .bottom {*/
/*    transform: translateY(-8px) rotate(-45deg)*/
/*}*/

/*span.bar.top {*/
/*    width: 55%*/
/*}*/

/*span.bar.middle {*/
/*    width: 55%;*/
/*    position: relative;*/
/*    right: 8px*/
/*}*/

/*span.bar.bottom {*/
/*    width: 55%;*/
/*    position: relative;*/
/*    right: 16px*/
/*}*/

/*.menu-toggle.active span.bar.bottom,.menu-toggle.active span.bar.top {*/
/*    position: static;*/
/*    width: 100%*/
/*}*/

/*.mobile-header .menu-toggle span.top,.mobile-header .menu-toggle span.bottom {*/
/*    background: #fff*/
/*}*/

/*.header.sticky.mobile-header {*/
/*    background: #fff0*/
/*}*/

/*end*/

div#scroll-body {
    width: 100%;
    /* z-index: 2; */
    overflow: hidden;
    position: relative;
    display: block;
}

.strategi-sec-five .strategi-five-body {
    flex-wrap: wrap;
    position: relative;
    height: 75vh;
    max-height: 450px;
}

.strategi-sec-five .strategi-five-body .strategi-five-left {
    /* position:absolute; */
    left: 0;
    top: 0;
    z-index: 1
}

.strategi-five-right-body {
    right: 0;
    position: absolute;
    top: 0;
    width: 800px;
    z-index: 1
}

.strategi-sec-five .strategi-five-body h4 {
    font-family: Manrope;
    font-weight: 400;
    font-size: 41.828px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 36.11px
}

.strategi-sec-five .strategi-five-body .strategi-five-right-body {
    /* scroll-snap-align: start; */
    min-height: 450px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-top: .79px solid #fff;
}

.strategi-sec-five .strategi-five-body p {
    font-family: Manrope;
    font-style: normal;
    font-weight: 300;
    font-size: 19.6775px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 82px
}

.strategi-sec-five .strategi-five-body .btn-button {
    display: flex;
    justify-content: start
}

.strategi-five-body a.animation-btn-white:hover .animation-btn-white-content {
    color: #000
}

.strategi-five-body a.animation-btn-white:hover:after {
    width: 100%;
    background: #fff
}

.strategi-five-body a.animation-btn-white:hover .icon {
    transform: rotate(0deg)
}

.strategi-five-body a.animation-btn-white:hover .icon svg path {
    stroke: #000
}

.content-section {
    padding: 178px 0
}

.content-section .content-section-body .content-section-full h1 {
    font-weight: 400;
    font-size: 90px;
    margin-bottom: 21px
}

.content-section .content-section-body .content-section-full h2 {
    font-weight: 400;
    font-size: 70px;
    margin-bottom: 21px
}

.content-section .content-section-body .content-section-full h3 {
    font-weight: 400;
    font-size: 70px;
    margin-bottom: 21px
}

.content-section .content-section-body .content-section-full p {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #010101;
    margin-bottom: 55px
}

.content-section .content-section-body .content-section-full p a {
    color: #010101
}

section.strategi-sec-five.section-stick .strategi-five-container .center-heading {
    padding-bottom: 0;
    max-height: 25vh;
    height: 200px;
    padding-top: 35px;
}


body.fixed-body {
    overflow: hidden!important;
}

.video-wrapper {
    /* overflow: hidden; */
    height: 300vh;
    min-height: 2000px;
    position: relative;
}

.expanded #playPauseBtn {
    position: fixed;
}

/* bottom to top */
.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 30px;
  background: #ff6d36;
  color: white;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #ff6d36;
  z-index: 999;
  border-radius: 8px;
  padding: 8px;
}

.back-to-top img {
  width: 35px;  
}

.back-to-top {
  display: none;
}
/* end */

/*services-sec*/
.services-sec {
    padding-bottom: 154px;
}
.services-sec-container{
  max-width: 1764px;
}
.services-sec .service-inner img {
    transition: .3s;
}
.services-sec .service-inner{
  position: relative;
  /*height: 100%;*/
  overflow: hidden;
  border-radius: 10px;
}
.services-sec .service-inner:hover img{
  scale: 1.1;
}
.services-sec .service-inner .services-info{
    position: absolute;
    top: 0;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
}
.services-sec .service-inner .services-info h2{
    font-weight: 400;
    font-size: 50px;
    line-height: 86px;
    color: #ffffff;
    margin-bottom: 0;
}
.services-sec .service-inner .services-info .services-info-bottom h3{
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    color: #ffffff;
}
.services-sec .service-inner .services-info .services-info-bottom p{
    font-family: 'Manrope';
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 0;
}
/*end*/

/*additional-sec*/
.additional-sec{
    background: #003833;
    padding-top: 368px;
    padding-bottom: 0px;
}
.additional-sec .center-heading{
    text-align: center;
}
.additional-sec .center-heading h3{
    font-family: 'Nohemi';
    font-weight: 400;
    font-size: 110px;
    line-height: 127px;
    color: #FFFFFF;
    margin-bottom: 100px;
}
.additional-sec .additional-sec-body .additional-sec-inner{
    display: flex;
    justify-content: space-between;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding-top: 103px;
    padding-bottom: 103px;
}
.additional-sec .additional-sec-body .additional-sec-inner:not(:first-child){
    border-top: none;
}
.additional-sec .additional-sec-body .additional-sec-inner .left{
    width: 40%;
    text-align: center;
}
.additional-sec .additional-sec-body .additional-sec-inner .right{
    width: 58%; 
}
.additional-sec .additional-sec-body .additional-sec-inner .left span{
    font-family: 'Nohemi';
    font-weight: 400;
    font-size: 220px;
    color: #FFFFFF; 
}
.additional-sec .additional-sec-body .additional-sec-inner .right h4{
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 50.0488px;
    line-height: 127px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.additional-sec .additional-sec-body .additional-sec-inner .right p{
    font-family: 'Manrope';
    font-weight: 300;
    font-size: 25px;
    line-height: 35px;
    color: #FFFFFF;
    margin-bottom: 0;
}
/*end*/

/* new style */
.top-section .left>h1.h-one {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
}