@import url("https://fonts.googleapis.com/css2?family=Cardo&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --total-time: 10s;
    --coffe-delay: calc(var(--total-time) / 3.5);
    --coffe-time: calc(var(--total-time) / 4);
    --cup-delay: calc(var(--total-time) / 2.7);
    --cup-time: calc(var(--total-time) / 3);
    --under-delay: calc(var(--total-time) / 1.5);
    --under-time: calc(var(--total-time) / 3.75);
}

@font-face {
    font-family: futura md bt;
    src: url("../fonts/FUTURAM.TTF");
}

@font-face {
    font-family: futura bk bt;
    src: url("../fonts/FuturaBookBT.ttf");
}

@font-face {
    font-family: News701BT;
    src: url("../fonts/News701BTBold.ttf");
}

@font-face {
    font-family: news706 bt;
    src: url("../fonts/news 706 bold bt.ttf");
}

@font-face {
    font-family: AtteronPersonalUse-PKrBx;
    src: url("../fonts/AtteronPersonalUse-PKrBx.otf");
}

@font-face {
    font-family: Calibri;
    src: url("../fonts/Calibri.ttf");
}

.padding_top_bottom_big {
    padding: 70px 110px;
}

.pdding_top {
    padding-top: 60px !important;
}

.padding_left_right {
    padding-left: 110px;
    padding-right: 110px;
}

/* font-family: 'Cardo', serif; */
body {
    background: #f1f0e9;
}

header {
    font-family: futura bk bt;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 40px 10px;
    z-index: 11;
}

header .logo {
    max-width: 70%;
}

.navbar-expand-lg .navbar-collapse {
    position: fixed;
    /* height: 100vh; */
    background: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #f1f0e9;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        flex-basis: auto;
    }
}

.navbar-expand-lg .navbar-collapse.show {
    display: flex !important;
    position: fixed;
    /* height: 100vh; */
    background: #f1f0e9;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 35px;
    padding: 5px 15px;
    font-family: AtteronPersonalUse-PKrBx;
    letter-spacing: 1px;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/menu.svg") !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.close_btn {
    position: absolute;
    top: 50px;
    right: 65px;
    outline: none;
    border: none;
    background: transparent;
    color: #000;
}

.close_btn svg {
    width: 30px;
    height: 30px;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-content h1 {
    font-family: AtteronPersonalUse-PKrBx;
    font-size: 85px;
}

.banner-content .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content .logo-box img {
    width: 500px;
    height: auto;
}

.banner-content h2 {
    font-family: "Cardo", serif;
    /* color: #813913; */
    color: #738d76;
    font-size: 32px;
    margin-bottom: 0;
}

.navbar-brand {
    font-family: "Cardo", serif;
    font-style: italic;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

.banner-content h3 {
    font-family: "Cardo", serif;
    font-size: 24px;
}

.about-section {
    padding: 0 100px 100px;
}

.common-box {
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    height: 100%;
}

.common-box div {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.common-box h2 {
    font-family: AtteronPersonalUse-PKrBx;
    font-size: 40px;
}

.common-box p {
    font-family: "Cardo", serif;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.common-box a {
    padding: 10px 130px;
    border: 1px solid #000;
    text-decoration: none;
    color: #202020;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Cardo", serif;
    font-style: italic;
    font-weight: 100;
    transition: 0.5s;
    cursor: pointer;
}

.common_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.common_box h3 {
    font-size: 3.5vw;
    padding-top: 40px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: left;
    /* font-family: 'Cardo', serif; */
    font-family: AtteronPersonalUse-PKrBx;
}

.common_box a {
    padding: 10px 130px;
    border: 1px solid #000;
    text-decoration: none;
    color: #202020;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Cardo", serif;
    font-style: italic;
    font-weight: 100;
    transition: 0.5s;
    cursor: pointer;
}

.common_box a:hover {
    background-color: #813913;
    border-color: #813913;
    color: #fff !important;
}

.common-box a:hover {
    background-color: #813913;
    border-color: #813913;
    color: #fff !important;
}

.section-three {
    padding: 0 100px 110px;
}

.section-three.pt_2 {
    padding-top: 134px;
}

.divider_line {
    width: 90%;
    height: 1px;
    background: #ccc;
    margin: 0 auto 100px;
}

.full-img-box {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 155px;
}

.full-img-box img {
    max-width: 50%;
}

.content_h {
    text-align: center;
}

.content_h h1 {
    font-family: AtteronPersonalUse-PKrBx;

    font-size: 40px;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content_h p {
    font-family: "Cardo", serif;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

.content_h h6 {
    font-family: "Cardo", serif;
    letter-spacing: 1px;
    padding-top: 10px;
}

.content_h h4 {
    font-family: "Cardo", serif;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.inner-content {
    padding: 100px 0 40px;
}

.common-box h6 {
    font-size: 24px;
    line-height: 0;
    margin-bottom: 10px;
}

.box-container {
    padding-top: 25px;
}

.common-img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.common-img-box img {
    max-width: 90%;
}

.common-img-box svg {
    height: 520px;
    z-index: 1;
}

.st1,
.st0,
.st2,
.st3 {
    stroke: transparent;
}

.st1.active,
.st0.active,
.st2.active,
.st3.active {
    fill: none;
    stroke-width: 0.5;
    stroke: rgb(78, 78, 78);
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
    -webkit-animation: line var(--total-time) ease-in-out;
    animation: line var(--total-time) ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes line {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes line {
    to {
        stroke-dashoffset: 0;
    }
}

.group-img-box {
    position: absolute;
    z-index: 0;
    width: 50%;
    height: 100%;
    opacity: 0.4;
}

.group-img-box img.circle0 {
    position: absolute;
    width: 125px;
    right: 20px;
    top: 52px;
}

.group-img-box img.circle1 {
    position: absolute;
    left: -20px;
    top: 145px;
    width: 80px;
}

.group-img-box img.circle2 {
    position: absolute;
    bottom: 48px;
    left: 113px;
    width: 130px;
}

.group-img-box img {
    opacity: 0;
    transition: 0.5s;
    transition-delay: 2s;
}

.group-img-box img.active {
    opacity: 1;
}

.common-box-down {
    padding: 40px 25px 0;
    /* border: 1px solid #333333; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* height: 460px; */
    transition: 0.5s;
}

.common-box-down:hover {
    /* border: 1px solid #90a13d; */
    /* transform: scale(1.051); */
}

.common-box-down h3 {
    font-family: AtteronPersonalUse-PKrBx;

    margin-bottom: 0;
    font-size: 25px;
    letter-spacing: 5px;
    color: #738d76;
}

.common-box-down h5 {
    font-family: "Cardo", serif;
    color: #9fad5c;
    font-size: 20px;
    margin: 5px 0 15px;
}

.common-box-down p {
    font-family: "Cardo", serif;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0;
    border-bottom: 1px dotted #000;
    padding: 16px 0;
}

.common-box-down p:last-child {
    border-bottom: none;
}

.arrow {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
}

.arrow svg {
    width: 25px;
    height: 25px;
    transition: 0.5s;
}

.common-box-down:hover .arrow svg {
    color: #90a13d;
}

footer {
    background: #292929;
    padding: 80px 100px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.copy_right {
    font-family: "Cardo", serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 35px;
}

.footer-logo {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    max-width: 75%;
}

.footer-content-box {
    font-family: "Cardo", serif;
}

.footer-content-box h4 {
    color: #fff;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
    font-family: AtteronPersonalUse-PKrBx;
    letter-spacing: 1px;
}

.footer-content-box ul {
    padding-left: 0;
    text-align: center;
    list-style: none;
}

.footer-content-box ul li {
    color: #fff;
    line-height: 22px;
    font-family: "Cardo", serif;
}

.footer-content-box li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: "Cardo", serif;
}

.container_timeline {
    max-width: 700px;
    width: 100%;
}

.main-timeline {
    font-family: tahoma;
    padding: 20px 0;
    position: relative;
}

.main-timeline::before {
    content: "";
    height: 80px;
    width: 8px;
    background-color: #163459;
    /* border-radius: 50%; */
    /* border: 10px solid #303334; */
    transform: translatex(-50%);
    position: absolute;
    left: 50%;
    top: -64px;
    z-index: 2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.main-timeline::after {
    content: "";
    height: 30px;
    width: 30px;
    background-color: #e7e7e7;
    border-radius: 50%;
    border: 10px solid #303334;
    transform: translateY(-50%);
    position: absolute;
    left: 46%;
    bottom: -2px;
}

.ticker_b {
    height: 60px;
    width: 119px;
    background-color: #163459;
    /* border-radius: 50%; */
    /* border: 10px solid #303334; */
    transform: translatex(-50%);
    position: absolute;
    left: 55%;
    top: -60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 5;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ticker_b::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 10px;
    width: 40px;
    height: 40px;
    background-color: #f1f0e9;
    z-index: 11;
    border-radius: 0;
    transform: rotate(45deg);
}

.main-timeline .timeline {
    padding: 10px 0;
    margin-top: -16px;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline::after {
    content: "";
    height: 100%;
    width: 50%;
    border-radius: 125px 0 0 125px;
    border: 8px solid #000;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.main-timeline .timeline::before {
    content: "";
    height: 30px;
    width: 30px;
    background-color: #e7e7e7;
    border-radius: 50%;
    border: 10px solid #303334;
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: 2;
}

.main-timeline .timeline::after {
    height: calc(100% - 8px);
    width: calc(50% - 3px);
    border-color: #163459;
    left: 3px;
    top: 4px;
}

.main-timeline .timeline-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
}

.timeline-heading-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.timeline_main_h {
    font-family: AtteronPersonalUse-PKrBx;
    color: #163459;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.main-timeline .timeline-year {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    transform: translatey(-50%);
    position: absolute;
    top: 50%;
    left: 10%;
    font-family: AtteronPersonalUse-PKrBx;
}

.main-timeline .timeline-icon {
    color: #000;
    font-size: 70px;
    display: inline-block;
    transform: translateY(-50%);
    position: absolute;
    left: 34%;
    top: 50%;
}

.main-timeline .content {
    color: #909090;
    width: 50%;
    padding: 20px;
    display: inline-block;
    color: #000;
}

.main-timeline .title {
    color: #163459 !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
    font-family: "Cardo", serif;
    text-align: center;
}

.main-timeline .description {
    font-size: 18px;
    margin: 0;
    font-family: "Cardo", serif;
    color: #163459;
}

.main-timeline .timeline:nth-child(even)::before {
    height: 30px;
    width: 30px;
    background-color: #e7e7e7;
    border-radius: 50%;
    border: 10px solid #303334;
    transform: translateY(-50%);
    position: absolute;
    left: 97%;
    top: 50%;
}

.main-timeline .timeline:nth-child(even)::after {
    left: auto;
    right: 3px;
    border-radius: 0 125px 125px 0;
    border: 8px solid #000;
    border-left: none;
}

.main-timeline .timeline:nth-child(even) .content {
    float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 10%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    left: auto;
    right: 32%;
}

.main-timeline .timeline:nth-child(5n + 1)::before {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 1)::after {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 1) .timeline-icon {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 1) .timeline-year {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 1) .title {
    color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n + 2)::before {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 2)::after {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 2) .timeline-icon {
    color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n + 2) .timeline-year {
    color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n + 2) .title {
    color: #ea3c14;
}

.main-timeline .timeline:nth-child(5n + 3)::before {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 3)::after {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 3) .timeline-icon {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 3) .timeline-year {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 3) .title {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 4)::before {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 4)::after {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 4) .timeline-icon {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 4) .timeline-year {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 4) .title {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 5)::before {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 5)::after {
    border-color: #163459;
}

.main-timeline .timeline:nth-child(5n + 5) .timeline-icon {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 5) .timeline-year {
    color: #000;
}

.main-timeline .timeline:nth-child(5n + 5) .title {
    color: #000;
}

@media screen and (max-width: 1200px) {
    .main-timeline .timeline:after {
        border-radius: 88px 0 0 88px;
    }

    .main-timeline .timeline:nth-child(even):after {
        border-radius: 0 88px 88px 0;
    }
}

@media screen and (max-width: 767px) {
    .main-timeline .timeline {
        margin-top: -28px;
    }

    .main-timeline .timeline:after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 43px 0 0 43px;
        border-width: 10px;
        top: 9px;
        left: 9px;
    }

    .main-timeline .timeline:nth-child(even):after {
        height: calc(100% - 18px);
        width: calc(50% - 9px);
        border-radius: 0 43px 43px 0;
        border-width: 10px;
        top: 9px;
        right: 9px;
    }

    .main-timeline .timeline-icon {
        font-size: 60px;
    }

    .main-timeline .timeline-year {
        font-size: 40px;
    }
}

@media screen and (max-width: 479px) {
    .main-timeline .timeline-icon {
        font-size: 50px;
        transform: translateY(0);
        top: 25%;
        left: 10%;
    }

    .main-timeline .timeline-year {
        font-size: 25px;
        transform: translateY(0);
        top: 65%;
        left: 9%;
    }

    .main-timeline .content {
        width: 100%;
        padding: 10px;
    }

    .main-timeline .title {
        font-size: 18px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 10%;
    }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        right: 9%;
    }
}

/* #Cursor
================================================== */
.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
    mix-blend-mode: difference;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 9999999;
    display: none;
}

.cursor {
    background-color: var(--white);
    height: 0;
    width: 0;
    z-index: 9999999;
}

.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    border: none;
}

.cursor2 {
    border: 2px solid var(--white);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

.cursor2.hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}

/* #Slider
================================================== */
.banner_s {
    position: relative;
    overflow: hidden;
}

.banner_content {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    text-align: center;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.banner_content p {
    color: #fff;
    font-size: 25px;
}

.section {}

.banner_content_main {
    /* margin-top: 280px; */
}

.slider_content_box {
    z-index: 10;
    position: relative;
    color: #fff;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.slider_content_box h2 {
    font-family: AtteronPersonalUse-PKrBx;
    font-size: 46px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider_content_box p {
    font-size: 24px;
    margin: 0;
    font-family: "Cardo", serif;
    line-height: 30px;
}

/* Case Study Showcase
================================================== */

.case-study-wrapper {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 0;
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.banner_heading {
    width: 80%;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    display: none;
    position: relative;
}

.banner_heading.active {
    display: block;
}

.banner_heading p {
    color: #fff;
    z-index: 5;
    font-family: "Cardo", serif;
    font-size: 20px;
    position: absolute;
    left: 0;
}

.case-study-wrapper .case-study-name {
    position: relative;
    display: flex;
    align-items: center;
}

.case-study-wrapper .under_line {
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 0 10px;
}

.case-study-wrapper .case-study-name a {
    position: relative;
    list-style: none;
    margin: 0;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: AtteronPersonalUse-PKrBx;
    padding-right: 0;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #fff;
    /* opacity: 0.5; */
    text-decoration: none;
    /* -webkit-transition: all 300ms linear;
    transition: all 300ms linear;  */
}

.case-study-wrapper .case-study-name a:hover {
    text-decoration: none;
}

.case-study-wrapper .case-study-name.active a {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-color: #90a13d;
}

.case-study-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
}

.case-study-images li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.case-study-images li .img-hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    overflow: hidden;
    list-style: none;
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.case-study-images li.show .img-hero-background {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.case-study-images li .case-study-title {
    position: relative;
    /* bottom: 230px; */
    left: 0%;
    display: block;
    opacity: 0;
    color: #fff;
    z-index: 19;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "Cardo", serif;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms linear;
    transition: all 400ms linear;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 300px;
}

.case-study-images li .case-study-title p {
    width: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    font-family: "Cardo", serif;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

.case-study-images li.show .case-study-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.case-study-images li .hero-number-back {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    list-style: none;
    opacity: 0;
    font-size: 18vw;
    font-family: "Cardo", serif;
    font-weight: 900;
    line-height: 1;
    color: rgba(255, 255, 255, 0.12);
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.case-study-images li .hero-number {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 40px;
    margin-left: -70px;
    display: block;
    letter-spacing: 2px;
    text-align: center;
    list-style: none;
    opacity: 0;
    font-size: 13px;
    font-family: "Cardo", serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    z-index: 6;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.case-study-images li .hero-number-fixed {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: 30px;
    width: 40px;
    text-align: center;
    display: block;
    letter-spacing: 2px;
    list-style: none;
    font-size: 13px;
    font-family: "Cardo", serif;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    z-index: 6;
}

.case-study-images li .hero-number-fixed:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -60px;
    width: 60px;
    height: 1px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.4);
}

.case-study-images li.show .hero-number {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.case-study-images li.show .hero-number-back {
    opacity: 1;
}

.dark-over-hero {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #050505;
    opacity: 0.2;
}

.case-study-images li:nth-child(1) .img-hero-background {
    background-image: url("../images/img1.jpg");
}

.case-study-images li:nth-child(2) .img-hero-background {
    background-image: url("../images/img2.jpg");
}

.case-study-images li:nth-child(3) .img-hero-background {
    background-image: url("../images/img3.jpg");
}

.case-study-images li:nth-child(4) .img-hero-background {
    background-image: url("../images/img.jpg");
}

.case-study-images li:nth-child(4).show .img-hero-background {
    opacity: 1;
}

/* #Media
================================================== */

@media (max-width: 991px) {
    .case-study-images li .hero-number-back {
        font-size: 26vw;
    }
}

@media (max-width: 767px) {
    .case-study-wrapper .case-study-name a {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .case-study-images li .hero-number-back {
        font-size: 32vw;
    }
}

.learn-more-btn {
    padding: 18px 90px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Cardo", serif;
    font-style: italic;
    font-weight: 100;
    transition: 0.5s;
    margin-top: 35px;
}

.learn-more-btn:hover {
    background-color: #fff;
    color: #000;
}

.inner-banner {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0ead7;
    padding: 90px 50px 0px;
}

.inner-banner h4 {
    width: 80%;
    text-align: center;
    color: #163459;
    font-size: 30px;
    font-family: "Cardo", serif;
}

.left-box-content {
    position: relative;
}

.left-box-content img {
    max-width: 100%;
    height: 400px;
}

.p_top {
    padding-top: 70px;
}

.p_top .common-box-down {
    padding: 0px 10px 30px;
}

.banner-right-box-img {
    width: 100%;
}

.banner-right-box-img img {
    max-width: 100%;
}

.banner-paragraph-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-stcky-img {
    position: absolute;
    bottom: -70px;
    width: 250px;
    left: 0;
}

.left-stcky-img img {
    max-width: 100%;
}

.right-stcky-img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.right-stcky-img img {
    max-width: 40%;
}

.fashion-box {
    padding: 50px 0 50px 200px;
}

.fashion-box p:nth-child(1) {
    text-align: left;
    margin-left: 226px;
    width: 55%;
}

.fashion-box p:nth-child(2) {
    text-align: left;
    padding: 50px 0 50px 150px;
    width: 70%;
}

.fashion-box p:nth-child(3) {
    text-align: left;
    width: 55%;
}

.banner-paragraph-box p {
    font-family: "Cardo", serif;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
}

.form_container {
    border-radius: 5px;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%), 0 0 1px rgb(0 0 0 / 22%);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: auto;
    min-width: 370px;
    padding: 50px;
}

.form_container h2 {
    font-family: AtteronPersonalUse-PKrBx;
    font-size: 46px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.form-container {
    display: flex;
}

.left-container {
    flex: 1;
    height: auto;
}

.right-container {
    display: flex;
    flex: 1;
    height: auto;

    justify-content: center;
    align-items: center;
}

.left-container {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.left-container p {
    font-family: "Cardo", serif;
    font-style: italic;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    font-size: 25px;
    text-align: center;
}

.right-inner-container {
    width: 70%;
    height: 80%;
    text-align: center;
}

.left-inner-container ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-inner-container ul li a {
    text-decoration: none;
    color: #000;
    padding: 10px;
}

.services_box {
    height: 235px;
}

.services_box_img {
    width: 100%;
    height: 290px;
}
.services_box_img_new{
    height: auto !important;
    background-color: transparent;
    margin-bottom: 20px;
}

.services_box_img p {
    position: relative;
    text-align: left;
    font-weight: 500;
    /* letter-spacing: 1px; */
    font-size: 17px;
    display: block;
    padding-left: 0;
    font-family: 'Cardo', serif;
    font-size: 30px;
    padding-top: 15px;
    color: #738d76;
}

.services_box_img a {
    position: relative;
}

.services_box_img p span {
    font-size: 16px;
    color: #000 !important;
}

.services_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services_box_t {
    height: auto;
    padding: 10px !important;
}

.services_n_box {
    padding: 30px !important;
}

.services_box_t .img_ck {
    width: 100%;
    max-width: 100%;

}

.services_box_t_border .img_ck {
    border: 1px solid #000;
}

.img_box_content {
    padding-bottom: 30px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    font-size: 30px;
    padding-bottom: 15px;
    font-family: AtteronPersonalUse-PKrBx;
    position: absolute;
    left: -56px;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-lr;
    height: 100%;
    color: #fff;
}

.modal_body {
    padding: 30px;
}

.close_btn {
    position: absolute;
    top: -18px;
    right: 18px;
    background-color: #813913 !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 25px;
    border-radius: 5px;
    color: #fff;
}

.modal-content {
    border-radius: 20px;
    border-left: 70px solid #813913 !important;
}
.video_modal .modal-content{
    border: none !important;

    background: transparent !important;
}
.video_modal .modal-content .modal-body{
    padding: 0 !important;
}
.video_modal .modal-content .modal-body video{
   max-width: 100%;
   border-radius: 30px;
}
.close_button{
    position: absolute;
    background: #fff !important;
    z-index: 1;
    right: 0;
    top: 0;
    width: 45px;
    height: 40px;
    opacity: 1 !important;
    font-size: 30px;
    border-top-right-radius: 30px;
}
.close_button:focus, .close_button:focus-visible{
    outline: none !important;
}
@media(min-width:1000px){
    .video_modal .modal-dialog {
        max-width: 900px !important;
        margin: 1.75rem auto;
    }
}
@media(max-width:991px){
    .video_modal .modal-dialog {
        max-width: 100% !important;
        margin: 1.75rem auto;
    }
    .video_modal{
        padding:  30px !important;
    }
}

.portfolio_box {
    width: 100%;
    padding-top: 16px;
    position: sticky;
    top: 0;
    margin-left: 15px;
}

.col_md_3 {
    padding-right: 0 !important;
}

/* popup */

.popup {
    width: 100%;
    height: 100vh;
    display: none;

    position: fixed;
    top: 0;
    right: 0;
    z-index: 111;
}

#popup-article.active {
    display: block;
}

#loaction_popup.active {
    display: block;
}

#execution.active {
    display: block;
}

#offering.active {
    display: block;
}

#design.active {
    display: block;
}

.popup__block {
    height: calc(100vh - 40px);
    padding: 5% 15%;
    box-sizing: border-box;

    margin-top: 20px;
    overflow: auto;
    -webkit-animation: fade .5s ease-out 1.3s both;
    animation: fade .5s ease-out 1.3s both;
    position: relative;
}

.popup:before {
    content: "";
    box-sizing: border-box;
    width: 100%;

    box-shadow: inset 0 0 0 20px #f0f0f0;
    background: #fff;

    position: fixed;
    top: 50%;
    will-change: height, top;
    -webkit-animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
    animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
}

.popup:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #813913;

    will-change: width, opacity;
    -webkit-animation: line-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) both;
    animation: line-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) both;

    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

@-webkit-keyframes line-animation {

    0% {
        width: 0;
        opacity: 1;
    }

    99% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

@keyframes line-animation {

    0% {
        width: 0;
        opacity: 1;
    }

    99% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes open-animation {

    0% {
        height: 0;
        top: 50%;
    }

    100% {
        height: 100vh;
        top: 0;
    }
}

@keyframes open-animation {

    0% {
        height: 0;
        top: 50%;
    }

    100% {
        height: 100vh;
        top: 0;
    }
}

@-webkit-keyframes fade {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.popup__title {
    margin: 0 0 1em;
}

.popup__close {
    width: 3.2rem;
    height: 3.2rem;
    text-indent: -9999px;
    position: absolute;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}

.popup__media {
    margin-bottom: 2rem;
}

.vieW_mo {
    font-family: 'Cardo', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    color: #813913;
    font-size: 20px;
    letter-spacing: 1px;
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 60px;
    background: #fff;
    padding: 5px 10px;
}

@media screen and (min-width: 641px) {

    .popup__title {
        font-size: 3.8rem;
    }

    .popup__close {
        top: 40px;
        right: 40px;
    }

    .popup__media {
        max-width: 35%;
    }

    .popup__media_left {
        float: left;
        margin-right: 3rem;
    }

    .popup__media_right {
        float: right;
        margin-left: 3rem;
    }
}

@media screen and (max-width: 640px) {

    .popup__title {
        font-size: 25px;
        text-align: center;
    }

    .popup__close {
        top: 28px;
        right: 23px;
        width: 2.2rem;
        height: 2.2rem;
    }

    .popup__media {
        max-width: 100%;
    }
}

/*
* demo page
*/

.video_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
    padding: 0 90px;
}

.video_section div.video_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 75vh;
    position: relative;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    background: url('../images/foundation/home.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.nishantam_link{
    position: absolute;
    right: 50px;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
    text-decoration-thickness: from-font;

}
.nishantam_link:hover{
    color: #fff;

}
.video_section div.video_box.consultancy{
    background: url('../images/foundation/consultancy.jpg') !important;
}
.video_section div.video_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_section video {
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    display: flex;
    justify-content: center;
    align-items: center;

    cursor: pointer;
}

/* .video_section:hover .video-play-button {
    display: flex;
} */

.video-play-button:hover {
    background: #d69949;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #91a13e;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #91a13e;
    border-radius: 50%;
    transition: all 200ms;
}

/* .video-play-button:hover:after {
    background-color: #da0528;
  }
 */
.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button i {
    z-index: 11;
    color: #fff;
    font-size: 30px;
}

.fa-pause {
    display: none;
}

/* .video-play-button-pause {
    margin-right: 8px;
}

.video-play-button-pause.active {
    display: block;
}

.video-play-button-play.active {
    display: none;
} */

.video-play-button img {
    width: 30px;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.foundation_slider{
    padding: 0 15px;
    margin-bottom: 20px;
}
    
.foundation_slider .swiper {
    width: 100%;
    height: 100%;
  }

  .foundation_slider .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .foundation_slider .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.foundation_box{
    padding: 40px 10px;
}
.foundation_box h3{
    font-size: 20px;
    text-align: left;
    font-family: AtteronPersonalUse-PKrBx;
    letter-spacing: 1px;
}
.foundation_box p{
    font-family: 'Cardo', serif;
    font-size: 18px;
    padding-top: 15px;
    color: #738d76;
}
@media (min-width: 576px) {
    .modal-dialog-new {
        max-width: 650px !important;
        margin: 1.75rem auto;
    }
}

.second_heading {
padding: 20px 20px 20px;
}
.second_heading h2{
    font-size: 30px;
    text-align: left;
    font-family: AtteronPersonalUse-PKrBx;
    letter-spacing: 1px;  
}

.section_fo{
    padding-bottom: 80px;
}

@media (max-width: 1440px) {
    .case-study-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .fashion-box {
        padding: 50px 0 50px 50px;
    }

    .padding-top-bottom-big {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .services_box_t {
        height: 100%;
    }

    .services_box_t .img_ck {
        width: 100%;
        max-width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .services_box {
        height: 325px;
    }
}

@media (max-width: 991px) {
    .common-img-box {
        margin-top: 50px;
    }

    .case-study-wrapper .case-study-name a {
        font-size: 25px;
    }

    .banner_content_main {
        margin-top: 0;
    }

    .case-study-images li .case-study-title {
        margin-top: 280px;
        width: 95%;
    }

    .banner_heading {
        width: 100%;
    }

    .about-section {
        padding: 0 50px 70px;
    }

    .common-box div {
        text-align: center;
        padding-top: 15px;
    }

    .section-three {
        padding: 60px 50px;
    }

    footer {
        padding: 65px 50px 40px;
    }

    .case-study-wrapper {
        margin-top: 50px;
    }

    .thr p {
        margin-top: 30px;
    }

    .divider_line {
        margin: 0 auto 5px;
    }

    .padding-bottom-big {
        padding-bottom: 20px;
    }
    .video_section{
        margin-bottom: 50px;
      }
      .section_fo {
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .case-study-images li .case-study-title {
        margin-top: 345px;
        width: 95%;
    }

    .case-study-images li .case-study-title p {
        margin-bottom: 30px;
    }

    .left-box-content {
        margin-bottom: 50px;
    }

    .fashion-box p:nth-child(1) {
        text-align: center;
        margin-left: 0;
        width: 100%;
    }

    .fashion-box p:nth-child(2) {
        text-align: center;
        padding: 20px 0;
        width: 100%;
    }

    .fashion-box p:nth-child(3) {
        text-align: center;
        width: 100%;
    }

    .case-study-wrapper {
        margin-top: 10px;
    }

    .case-study-wrapper .case-study-name a {
        font-size: 20px;
    }

    .case-study-wrapper .under_line {
        width: 30px;
    }

    .about-section {
        padding: 0 50px 30px;
    }

    .section-three.pt_2 {
        padding-top: 80px;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .padding-top-bottom-big {
        padding-top: 10px !important;
        padding-bottom: 50px !important;
    }

    .services_box {
        height: 100%;
    }

    .Let-s-talk {
        padding-top: 50px !important;
    }
}

@media (max-width: 576px) {
    .services p {
        text-align: center;
    }

    .banner-section {
        height: 100vw;
    }

    .content_h h1 {
        font-size: 30px;
        padding-bottom: 5px;
    }

    .banner-content h1 {
        font-size: 50px;
    }

    .banner-content h2 {
        text-align: center;
        font-size: 28px;
        padding-bottom: 5px;
    }

    .banner-content h3 {
        text-align: center;
        font-size: 20px;
    }

    .banner-content {
        margin-top: 50px;
        padding: 0 20px;
    }

    .common-box h2 {
        font-size: 30px;
        text-align: center;
    }

    .common-box a,
    .learn-more-btn {
        padding: 8px 40px;
        font-size: 18px;
    }

    .case-study-wrapper .case-study-name a {
        margin-top: 0;
        margin-bottom: 8px;
        padding-right: 0;
        font-size: 20px;
    }

    .case-study-wrapper {
        flex-direction: column;
        margin-top: 28px;
    }

    .banner_content_main {
        margin-top: 48px;
        width: 100%;
        padding: 0 20px;
    }

    .section-three {
        padding: 25px 20px 40px !important;
    }

    .about-section {
        padding: 30px 20px 30px;
    }

    .main-timeline .timeline-content {
        flex-direction: column;
        padding: 20px;
    }

    .order_2 {
        order: 2;
    }

    .order_1 {
        order: 1;
    }

    .main-timeline .description {
        text-align: center;
    }

    .main-timeline .timeline::before {
        left: -2px;
    }

    .main-timeline .timeline:nth-child(even)::before {
        left: 92.5%;
    }

    .main-timeline::after {
        left: 44%;
        bottom: 3px;
    }

    .section {
        height: 100%;
        padding: 5px 20px;
    }

    .padding-top-bottom-big {
        padding-bottom: 30px !important;
    }

    .banner_heading p,
    .case-study-images li .case-study-title p {
        font-size: 18px;
        line-height: 23px;
    }

    .case-study-images li .case-study-title {
        margin-top: 325px;
        width: 100%;
        padding: 0 20px;
    }

    .thr p {
        margin-top: 16px;
    }

    .common-box p,
    .content_h p {
        font-size: 20px;
    }

    .pt_2 {
        padding-top: 70px;
    }

    .full-img-box {
        margin-top: 130px;
    }

    header {
        padding: 25px 20px 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 28px;
        padding: 0 15px;
    }

    .ticker_b {
        left: 62%;
    }

    footer {
        padding: 70px 20px 55px;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-content-box h4 {
        padding-bottom: 10px;
    }

    .section {
        margin: 0;
        margin-top: 0px;
        height: 100%;
    }

    .big-65-height {
        height: 25vh;
    }

    .img-slice-wrap.pb-5,
    .img-slice-wrap.pt-5 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important;
    }

    .img-slice-wrap.mt-5 {
        margin-top: 0rem !important;
    }

    .section-three.pt_2 {
        padding-top: 70px;
    }

    .divider_line {
        margin: 0 auto 0;
    }

    .common-box-down h3 {
        font-size: 22px;
    }

    .slider_content_box h2 {
        font-size: 30px;
    }

    .slider_content_box {
        width: 100%;
    }

    .slider_content_box p {
        font-size: 18px;
    }

    .case-study-wrapper .under_line {
        display: none;
    }

    .copy_right {
        font-family: "Cardo", serif;
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 18px;
    }

    .inner-banner {
        padding: 70px 20px 0;
        height: 100vw;
    }

    .inner-banner h4 {
        width: 100%;
        font-size: 25px;
    }

    .banner-paragraph-box p {
        font-size: 20px;
        text-align: center;
    }

    .fashion-box {
        padding: 50px 0 0 0px;
    }

    .p_top .common-box-down {
        padding: 0px 10px 0px;
    }

    .banner-right-box-img {
        width: 100%;
        margin-top: 30px;
    }

    .left-container p {
        font-size: 22px;
    }

    .form_container h2 {
        font-family: AtteronPersonalUse-PKrBx;
        font-size: 30px;
        padding-bottom: 5px;
    }

    .order-1-b {
        order: 1;
    }

    .order-2-b {
        order: 2;
    }

    .order-3-b {
        order: 3;
    }

    .order-4-b {
        order: 4;
    }

    .hero-center-wrap h2 {
        text-align: center;
    }

    p {
        text-align: center;
    }

    .sec-titile {
        position: relative;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .sec-titile .subtitle {
        font-size: 25px;
        text-align: center;
        padding-left: 0;
    }

    .contact-info {
        text-align: center;
    }

    .contact-info h5,
    .contact-info p {
        text-align: center;
    }

    .content_h.mb-5 {
        margin-bottom: 1rem !important;
    }

    .content_h.pb-5 {
        padding-bottom: 1rem !important;
    }

    .services_box,
    .services_box_t {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .Let-s-talk {
        padding-bottom: 40px !important;
    }

    .col_md_3 {
        padding-right: 15px !important;
    }

    .portfolio_box {
        margin-left: 0 !important;
    }

    .banner-content .logo-box img {
        width: 255px;
        height: auto;
    }

    .video_section:not(:hover) .video-play-button {
        display: flex;
    }
    .video_section div.video_box{
        height: 70vh;
    }
    .video_section{
        margin-bottom: 30px;
    }
    .foundation_box {
        padding: 40px 10px 0;
    }
    .foundation_box h3{
        text-align: center;
    }
    .video-play-button:before{
        width: 60px;
        height: 60px;
    }
    .video-play-button:after{
       width: 60px;
       height: 60px;
    }
    .video-play-button{
        background: transparent;
    }
    .video-play-button:hover{
        background: transparent;
    }
    .second_heading h2{
        text-align: center;
        font-size: 20px;
    }
    .video_section{
        padding: 0 30px;
    }
    .video_section div.video_box{
        background-position: 34% 50%;
    }
    .close_button{
        height: auto;
        background: #fff !important;
        z-index: 1;
        right: 10px;
        top: -34px;
        opacity: 1 !important;
        font-size: 25px;
        border-top-right-radius: 30px;
        border-radius: 10px;
    }

    .video_section div.video_box.consultancy{
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .ticker_b {
        left: 64%;
    }

    .case-study-images li .case-study-title {
        margin-top: 380px;
    }

    .thr p {
        margin-top: 30px;
    }

}

@media (max-width: 425px) {
    .ticker_b {
        left: 66%;
    }

    .section {

        padding: 5px 20px;
    }

    .case-study-images li .case-study-title {
        margin-top: 330px;
    }
}

@media (max-width: 376px) {
    .case-study-images li .case-study-title {
        margin-top: 370px;
    }

    .content_h h1 {
        font-size: 25px;
    }

    .banner-section {
        height: 135vw;
    }

    .banner-content {
        margin-top: 80px;
    }

    .ticker_b {
        left: 69%;
    }
}

@media (max-width: 320px) {


    .ticker_b {
        left: 71%;
    }

    .banner_content_main {
        margin-top: 50px;
    }

    .case-study-images li .case-study-title {
        margin-top: 420px;
    }
}










.container_light>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    /* pointer-events: none;
   cursor: default; */
}

.container_light>a>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
}

.container_light {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 120px;
    grid-auto-flow: dense;
}

.horizontal {
    grid-column: span 2;
}

.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

.lightbox {
    position: fixed;
    top: 55px !important;
}

.first_box{
    position: relative;
}
.first_box h4{
    font-size: 28px;
    font-family: AtteronPersonalUse-PKrBx;
    letter-spacing: 5px;
}
.first_box p{
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
   
}
.first_box p span{
    color: #738d76;
}
.first_box a{
    position: relative;
    width: 100%;
    height: 100%;
}
.first_box a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.first_box a span{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    background: #738d76;
    border-radius: 50%;
    /* padding: 18px 20px 18px 28px; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.first_box a span i{
    color: #fff !important;
    font-size: 20px;
}
.first_box a span::after{
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #738d76;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.first_box a span:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: #738d76;
    border-radius: 50%;
    transition: all 200ms;
}
.section_fo_expressions .row{
    margin-bottom: 20px !important;
    padding-bottom: 50px;
}
.testimonials{
    padding-top: 50px;
}
.profile_picture p{
    font-size: 16px;
    text-align: justify;
}
.profile_picture img{
    width: 100%;
    border-radius: 10px;
}
.profile_picture h4{
    text-align: left;
    padding-top: 20px;
    font-size: 20px;
    font-family: AtteronPersonalUse-PKrBx;
letter-spacing: 5px;

}
.view_more {
    border-radius: 10px;
    padding:5px 10px;
    border: none;
    background-color: #000;
    color: #fff;

} 
@media(max-width:768px) {
    .services_box_img {
        height: auto;
        background: transparent;
    }
}

@media(max-width:576px) {
    .container_light {
        display: grid;
        grid-gap: 0;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        grid-auto-rows: 120px;
        grid-auto-flow: dense;
        padding-top: 40px;
    }

    .container_light>a>img {
        padding-bottom: 10px;
    }

    .services_box_img {
        margin-bottom: 10px;
    }

    .common_box a {
        padding: 8px 80px;
    }

    .services_n_box {
        padding: 20px !important;
    }
    .nishantam_link {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        text-align: center;
        bottom: 40px;
        color: #fff;
        font-size: 20px;
    }
    .first_box p {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        padding-bottom: 20px;
    }
       .mt_md_0{
        margin-top: 0 !important;
       } 

}

@media(max-width:375px) {}