* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-family: "Poppins", sans-serif !important;
    /* background: #2a2f34 !important; */
    background: #1d2125 !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth !important;

}

.sm-spacer {
    padding: 15px 0;
}

.md-spacer {
    padding: 30px 0;
}


.lg-spacer {
    padding: 60px 0;
}

.f-1 {
    font-family: "Poppins", sans-serif;
}

.f-2 {
    font-family: "Playfair Display", serif;
}


.f-w {
    color: #FFF !important;
}

.p-0 {
    padding: 0 !important;
}

a {
    text-decoration: none !important;
}

:root {
    --pri-clr: ;
    --sec-clr: #fcbc5d;
    --pri-btn: #ffcfa0;
    --sec-btn: ;
    --pri-title: ;
    --sec-title: #fcbc5d;
    --pri-sub-title: ;
    --sec-sub-title: #fcbc5d;
}

.sub-title {
    display: inline-block;
    color: #fcbc5d;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;

}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-desc {
    font-weight: 300;
    color: #FFF;
    opacity: 0.6;
    max-width: 500px;
    font-size: 14px;
}

.bnr-subtitle {
    display: inline-block;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fcbc5d;
}


/* breadcrump */
.breadcrump {
    position: relative;
    min-height: 450px;
    background-image: url(../assets/tecsa-saui-arabia-banner.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.breadcrump::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #1d2125ac;
    height: 100%;
    width: 100%;
}

.breadcrump::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: linear-gradient(180deg, transparent 1%, transparent 30%, #1d2125);

}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
}

.breadcrump-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    color: white;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    padding: 0 15px;
}

.breadcrump h6 {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Gilda Display", serif;
    position: relative;
}

.breadcrump h6::before {
    content: "";
    position: absolute;
    left: -2em;
    top: 5px;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
}

.breadcrump h6::after {
    content: "";
    position: absolute;
    right: -2em;
    top: 5px;
    width: 12px;
    height: 2px;
    background-color: #ffffff;
}

.breadcrump-inner {
    position: relative;
    z-index: 15;
}


.breadcrump-butn-wrapper>ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    text-decoration: none;
    list-style: none;
    padding-left: 0;

}

.breadcrump-butn-wrapper>ul>li .bd-butn a {
    display: inline-flex;
    color: #000000;
    cursor: pointer;
    padding: 5px 1rem;

    transition: all 0.5s;
    width: fit-content !important;
    position: relative;
    font-weight: 400;
    border-radius: 30px;

    white-space: nowrap;
}


.breadcrump-butn-wrapper>ul>li .bd-butn a:hover {
    background: #ec9e4f;
    transition: all 0.5s;
    box-shadow: 0px 6px 15px #d58c43a8;
    /* padding: 1.5rem 3rem 1.5rem 1.5rem; */
    color: #ffffff;
}


.breadcrump-butn-wrapper>ul>li:nth-child(1) {
    background-color: #FFF;
    border-radius: 30px !important;
}

.breadcrump-butn-wrapper>ul>li:nth-child(3) {
    background-color: var(--sec-clr);
    border-radius: 30px !important;
}

.combiner {
    position: relative;
}

.combiner::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../assets/tecsa-patrn-1.png);
    background-size: contain;
    z-index: -1;
    /* background-repeat: no-repeat; */
    height: 90%;
    width: 50%;
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04);

}


/* buttons */
.bnr-btn {
    height: 100%;
    display: inline-block;
}

/* buttons */
.btn-1 {
    display: inline-flex;
    align-items: center;
    background: var(--pri-btn);
    color: #000000;
    cursor: pointer;
    padding: 0.75rem 1rem;
    border: 0;
    transition: all 0.5s;
    width: fit-content !important;
    position: relative;
    font-weight: 500;

    white-space: nowrap;

}




.btn-icon {
    margin-left: 4px;


}

.btn-icon i {
    /* transform: translateX(-50%) !important; */

}

.btn-1:hover {
    background: #ec9e4f;
    transition: all 0.5s;
    border-radius: 1.625rem;
    box-shadow: 0px 6px 15px #d58c43a8;
    /* padding: 1.5rem 3rem 1.5rem 1.5rem; */
    color: #ffffff;
}

.btn-1:hover .btn-icon {
    opacity: 1;
    display: inline-flex;
    transition: all 0.5s;
    color: #ffffff;

}

.btn-1:hover .btn-icon i {
    transition: all 0.5s;
    transform: translateX(0) !important;
}


/* button2 */
.btn-2 {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    padding: 0.75rem 1rem;
    border: 0;
    transition: all 0.5s;
    width: auto;
    position: relative;
    font-weight: 500;
    font-size: 1rem;
    white-space: nowrap;
}

.btn-2.call-btn{
    font-weight: 600;
}

.btn-2:hover {
    background: #ec9e4f;
    transition: all 0.5s;
    border-radius: 1.625rem;
    box-shadow: 0px 6px 15px #d58c43a8;
    /* padding: 1.5rem 3rem 1.5rem 1.5rem; */
    color: #ffffff;
}

.btn-2:hover .btn-icon {
    opacity: 1;
    display: inline-flex;
    transition: all 0.5s;
    color: #ffffff;

}

.btn-2:hover .btn-icon i {
    transition: all 0.5s;
    transform: translateX(0) !important;
}



/* navbar */


.navbar-toggler {
    background-color: #ffffff !important;

}

.navbar.sec {
    border-bottom: none !important;
}

.navbar.sec .offcanvas-body {
    border-bottom: none !important;
}

.navbar.sec {
    position: relative !important;
}

.navbar {
    position: fixed !important;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: transparent;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    padding: 0 0 !important;
}


.navbar .nav-item .nav-link {
    color: #ffffff;

}

.navbar .nav-item .nav-link.nav-logo {
    margin: 0 12px;
    position: relative;
    z-index: 50;
}

.navbar .nav-item .nav-link.nav-logo::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    z-index: -1;
}


.navbar.cn .offcanvas-body {
    border-bottom: 0 !important;
}

.navbar.cn.sticky .navbar-brand img {
    width: 130px !important;
}

.navbar.cn .nav-item .nav-link img {
    overflow: hidden;
    background-color: #501239;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


.navbar.sticky {
    position: fixed;
    border-bottom: 1px solid #d58c4332 !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #1d2125;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.07);
}

.navbar.sticky .nav-img-sec {
    display: none !important;
}

.navbar.sticky .navbar-brand {
    display: block !important;
}


@media (min-width:1200px) {
    .navbar.sticky .navbar-brand>img {
        height: 100% !important;
        width: 100px !important;


    }

    .navbar {
        padding: 0 !important;
    }

    .offcanvas-body {
        border-bottom: 1px solid #d58c4332;
    }

    .navbar .nav-item .nav-link {
        color: #ffffff;
        margin: 0 12px;
    }

    .navbar .nav-item .nav-link:hover {
        color: #ec9e4f;

    }
}

.navbar.sticky .offcanvas-body {
    border: none;
}

@media (max-width:1200px) {
    .navbar .navbar-brand img {
        width: 150px;
    }
}


@media (max-width:400px) {
    .navbar .navbar-brand img {
        width: 100px;
    }
}

.offcanvas {
    background-color: #1b1b1b !important;
}

.navbar .btn-close {
    filter: brightness(0) saturate(100%) invert(99%) sepia(98%) saturate(2%) hue-rotate(181deg) brightness(105%) contrast(100%);
}


.offcanvas-title {
    opacity: 0;
}

/* about */
.abt {
    position: relative;
}


.abt>.wrapper {
    position: relative;
    z-index: 5;
}

.abt::before {
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    top: 50%;
    left: 50%;
    background-image: url(../assets/tecsa\ group\ saudi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    z-index: 1;
}

.abt .ptrn {
    position: absolute;
    width: 60%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;


}

.abt .ptrn img {
    object-fit: cover;
    object-position: bottom center;
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04);

}

.abt-right-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:767px) {
    .abt-right-wrapper {
        margin-top: 30px;
    }
}

.abt-image {
    position: relative;


}

.abt-image img {
    max-height: 640px;
    object-fit: cover;
}

.abt-exp {
    position: absolute;
    bottom: -8px;
    left: -8px;
    background-color: #ffcfa0;
    border: 5px solid #1d2125;
    padding: 10px 16px;
    border-radius: 10px;
    color: #000000;
    font-weight: 400;
}

@media(min-width:1200px) {
    .abt-image {

        width: 50%;

    }
}

@media(max-width:1200px) {
    .abt-image {

        width: 70%;

    }
}

@media(max-width:999px) {
    .abt-image {

        width: 85%;

    }
}

.abt-image::before {
    content: '';
    position: absolute;
    top: -9px;
    left: -9px;
    background-color: #ec9d4f4b;
    height: 95%;
    width: 20%;
    z-index: -1;
    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;
}

.abt-image::after {
    content: '';
    position: absolute;
    bottom: -9px;
    right: -9px;
    background-color: #ffffff65;
    height: 95%;
    width: 20%;
    z-index: -1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.abt-text {
    color: #FFF;
    opacity: 0.7;
    font-weight: 200;
}




/* PROCESS */
.process {
    position: relative;

}

.process .ptrn {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;


}

.process .ptrn img {
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04);
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
    object-position: bottom center;
}

.process::before {
    position: absolute;
    content: '';
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
    width: 50%;
    background-size: contain;
    background-position: center center;
    background-image: url(../assets/tecsa\ group\ saudi.png);
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 5;
}

.prc-inner {
    border-radius: 10px;
}

.prc-inner:hover .prc-head {
    opacity: 0;

}

.prc-inner .prc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 300ms linear;
    position: relative;
}

.prc-inner .prc-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, transparent 1%, transparent 30%, #0000006b);

    opacity: 1;
}

.prc-inner .prc-image {
    overflow: hidden;
    height: 100% !important;
}

.prc-inner {
    position: relative;
    height: 100% !important;
    background-color: #3c4146;
    border-radius: 10px !important;

}

.prc-inner::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    height: 20%;
    width: 25%;
    background-color: var(--sec-clr);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    border-bottom-left-radius: 10px;
    z-index: -1;
}

.prc-inner::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 20%;
    width: 24%;
    background-color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
}

/* .prc-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, transparent 1%, transparent 30%, #000);

    opacity: 1;
} */

.prc-inner .prc-head {
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    z-index: 2;
    padding: 0 12px;
}

/* .prc-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ef1b1b;

    z-index: 10;
    opacity: 0;
    transition: all 300ms linear;
} */

.prc-inner:hover::before {
    opacity: 1;
}

.prc-desc {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 15px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
}

.prc-head {
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.prc-inner:hover .prc-image img {
    transform: scale(1.1);
}

.prc-inner:hover .prc-desc {
    top: 10%;
    opacity: 1;
    transform: translateY(3%);
}


.prc-desc p {
    margin-top: 10px;
    color: #ffffff;
}

.prc-desc-text {
    font-size: 15px;
}

.prc-desc-list {
    font-size: 13px;
    list-style: disc !important;
}


.desc {
    color: #FFF;
    font-size: 15px;
}


.prc-desc .count {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    position: relative;
    text-shadow: 2px 2px #1c1c1c;
}

.prc-desc .count::before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    right: -4px;
    top: -1rem;
    border-radius: 50%;
    z-index: -1;
}



.prc-subhead {
    font-weight: 500;
    font-size: 20px;
    color: var(--sec-title);
}

.prc-body {
    /* padding-top: 40px; */
}

.prc-cont {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.prc-inner:hover .prc-cont::before {
    opacity: 1;
}

.prc-cont::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000be;

    z-index: 10;
    opacity: 0;
    transition: all 300ms linear;
}

.prc-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, transparent 1%, transparent 30%, #000);

    opacity: 1;
}

@media (max-width:999px) {
    .prc-inner {
        margin-bottom: 1.25rem;
    }
}


/* footer */
footer {
    background-color: #2a2f34;
    /* background-color: #3c4146; */
    position: relative;
}

footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
    background: linear-gradient(#1d2125, #00000000);
}

footer::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-image: url(../assets/ptrn-2.png);
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    z-index: 2;
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04);

}

footer>.wrapper {
    position: relative;
    z-index: 20;
}

.footer-logo {
    width: 150px;

}

footer .social-links {
    display: flex;
    justify-content: center;
}

.ftr-title {
    position: relative;
    text-align: center;
}

@media (min-width:600px) {
    .ftr-title::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -50px;
        background-color: var(--sec-clr);
        width: 42px;
        height: 1px;
    }

    .ftr-title::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -50px;
        background-color: var(--sec-clr);
        width: 42px;
        height: 1px;
    }
}



footer .scl {
    /* background-color: red; */
    margin: 0 6px;
    overflow: hidden;
    border-radius: 50%;
}

footer .scl a {
    font-size: 25px;
    padding: 16px 12px;
    border: 1px solid var(--sec-clr);
    color: #FFF;
}

.footer-bottom {
    border-top: 1px solid #ffffff1f;

}

footer .ftr-cp>span {
    color: #fdfdfd;
    opacity: 0.2;
    font-weight: 200;
}

footer .ftr-cp>span a {
    color: #fdfdfd;

    font-weight: 200;
}

footer .scl a:hover {
    background-color: var(--sec-clr);
}

.ftr-address {
    color: var(--sec-clr);
}

.qck-links {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    border-top: 1px solid #ffffff1d;

}

.ftr-scl {
    border-top: 1px solid #ffffff1d;
}

.qck-links ul {
    margin-bottom: 0;
    list-style: none;
    gap: 10px;
    padding-left: 0;
}


.qck-links ul li a {
    color: #FFF;
}

/* popup */

.modal {

    --bs-modal-width: 450px !important;

}


.close {
    background-color: transparent;
    border: none;
    font-size: 28px !important;

}

.modal-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.modal .modal-icon {
    width: 200px;
}

.modal-content {
    border-radius: 30px !important;
    background: rgba(255, 255, 255, 0.773) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}


.modal-footer {

    justify-content: center !important;
}

.modal-footer .btn-icon {
    display: inline-flex;
    padding: 5px;
}


/* infinite moving carousel */


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 5));
    }
}

.infinte-slider {
    background: transparent;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height: auto;
    margin: auto;
    overflow: hidden !important;
    position: relative;

}

.infinte-slider::before,
.infinte-slider::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 200px;
    z-index: 2;

    background: linear-gradient(to right, #1d2125 0%, rgba(255, 255, 255, 0) 100%);
}

.infinte-slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.infinte-slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 10);
}

.infinte-slider .slide {
    height: 150px;
    width: 250px;
}

.infinte-slider .slide img {
    object-fit: contain;
}



/* tecsa Restaurant */
.hero {
    overflow: hidden;
}

.hero .content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.hero-img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    height: 100%;
}


.about {
    position: relative;
    z-index: 10;
}

.about.sec::before {
    display: none;
}

.about::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(../assets/shape.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%);


}


@media (max-width:991px) {
    .hero-img-carousel {
        width: 95%;
        margin: 0 auto;
    }

    .hero-img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}

.about-img-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(6, 5vw);
}


.about-img-wrapper img {
    display: block;
    object-fit: cover;
}

.img-box img {
    transition: all 0.5s linear;

}

.img-box {
    overflow: hidden;
    border-radius: 10px;
}

.img-box:hover img {
    transform: scale(1.1);
}

.img1 {
    grid-column-start: 2;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 6;
}

.img2 {
    grid-column-start: 7;
    grid-column-end: 12;
    grid-row-start: 2;
    grid-row-end: 10;
}

.img2 {
    margin-left: 15px;
}


@media (max-width:999px) {
    .about-img-wrapper {


        grid-template-rows: repeat(10, 5vw);
    }

    .img1 {

        grid-row-start: 1;
        grid-row-end: 10;
    }

    .img2 {

        grid-row-start: 2;
        grid-row-end: 11;
    }
}


.rtr-box {
    position: relative;
    background-color: #323538;
    padding: 20px;
    border-radius: 20px;
    height: 100%;
}




.rtr-box::before {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 50%;
    height: 50%;
    width: 50%;
    transform: translateX(-50%);
    background-image: url(../assets/logos/maza.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
    opacity: 0.1;

}

.rtr-box.mc::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../assets/logos/MC.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
    opacity: 0.1;
}

.rtr_col {
    position: relative;
    z-index: 20;
    height: 100%;
}

.rtr_col:nth-child(2) {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
}

.rtr-title {
    color: var(--sec-clr);
    text-align: center;
}

.branch-icon-wrapper {

    display: flex;
    align-items: center;
    justify-content: center;
}

.branch-icon {
    overflow: hidden;
}

.branch-icon-wrapper:hover .branch-icon {
    transform: rotateY(360deg);
}

.branches {
    position: relative;
}

.branches::before {
    position: absolute;
    content: '';
    height: 35%;
    width: 35%;
    top: 20%;
    left: 50%;
    background-image: url(../assets/tecsa\ group\ saudi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0.2;

}

.branch-icon {
    width: 200px;
    height: 200px;
    transition: all 0.8s linear;
}

.branch-box {
    position: relative;
    z-index: 6;
    height: 100%;
    border: 1px solid #fcbc5d34;
    border-radius: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #fcbc5d34;

}

.branch-box:hover {
    border: 1px solid #ec9e4f;
    border-bottom: 2px solid #ec9e4f;
}


.branch-icon {
    /* background-color: white; */
    /* background:  linear-gradient(60deg,#BF953F, #fcf6ba, #eebe55, #FBF5B7, #aa681c); */



    background-image: url(../assets/wlp-2.jpg);
    object-fit: contain;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

    /* 
    background: rgb(234,196,111);
background: radial-gradient(circle, rgba(234,196,111,1) 0%, rgba(255,235,140,1) 0%, rgba(226,186,97,1) 100%); */

    /* 
    background: rgb(255,234,190);
background: radial-gradient(circle, rgba(255,234,190,1) 0%, rgba(255,226,164,1) 48%, rgba(255,203,151,1) 100%); */

    border-radius: 50%;

}

.branch-icon img {
    height: 200px;
    object-fit: contain;
    width: 200px;

}

.ratings {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 3px;
    align-items: center;
    color: #ffd000;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.16);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.038);
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 10px;
}

.rtr-text {
    color: #FFF;
    opacity: 0.7;
    font-weight: 200;
}

.rtr-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.rtr-logo .branch-img>img,
.rtr-logo .branch-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rtr-logo img {
    height: 75%;
    width: 75%;
    object-fit: contain;
}

.location {
    color: #FFF;
    opacity: 0.7;
    font-weight: 300;
}

.rtr-ph {
    border-top: 1px solid #ffffff15;
}

.rtr-ph a {

    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.16);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.038);
    width: fit-content;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-weight: 200;
    font-size: 14px;
}

.rtr-ph a i {
    /* margin-right: 6px; */
}

.rtr-ph a span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fcbc5d;
    font-weight: 500;
    padding: 5px;
    border-radius: 5px;
    margin-right: 6px;

}

.hero {
    position: relative;
}

.hero::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: url(../assets/slides/slide-1.jpg);
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(0.1);
    /* filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04); */
}

.hero.mc::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-image: url(../assets/tecsa-restaurant/malabar-chillis/banner.jpg);
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(0.1);
    /* filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04); */
}


.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background: linear-gradient(180deg, transparent 1%, transparent 30%, #1d2125);

}


/* about director section */
.team {
    position: relative;
}

/* .team .ptrn {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;


}

.team .ptrn img {
    object-fit: cover;
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04);
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
    object-position: bottom center;
} */



.drt-img {
    position: relative;
    border-radius: 30px;
    border: 2px solid #ec9e4f;
    transition: all 0.5s linear;
}


.drt-img img {
    border-radius: 30px;
}

.drt-img::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    height: 20%;
    width: 25%;
    background-color: #ec9d4f4b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    border-bottom-left-radius: 10px;
    z-index: -1;
}


.drt-img::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: -5px;
    height: 20%;
    width: 24%;
    background-color: #ffffff6b;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: -1;
}

.drt-text {
    background: rgb(255, 255, 255);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.103);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 5px 12px;
    width: 90%;
    margin: 0 auto;
    transform: translateY(-20px);
    text-align: center;
}

.drt-name {
    font-weight: 600;
    color: #1d2125;
}

.mcv-wrapper {
    background-color: #3035396d;
    border-radius: 30px;
    border: 1px solid #ec9d4f65;
    padding: 30px;
    height: 100%;
}

.mcv-head {
    color: var(--sec-clr);
    font-weight: 600;
}

.mcv-icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #686868;
    margin-top: -65px;
    margin-bottom: 16px;
}

.mcv-icon img {
    padding: 10px;
}

.mcv-inner {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.mcv-text {
    color: #FFF;
    font-weight: 200;
    opacity: 0.8;
    text-align: justify;
}


/* contact page */
.contact-text-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-text {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-icon {
    height: 50px;
    width: 50px;
    border: 1px solid #ec9e4f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.contact-icon i {
    color: #ec9e4f;
}

.cnt-head {
    color: #FFF;
    font-weight: 500;
}

.contact-text {
    padding: 20px 0 0 0;
    text-align: center;
    color: #FFF;
    height: 100%;

}



.contact-text a {
    color: #FFF;
    opacity: 0.8;
    font-weight: 200;
}



@media (min-width:999px) {
    .cnt-col:nth-child(2) .contact-box {

        border-left: 1px solid #fcbc5d5d;
        border-right: 1px solid #fcbc5d5d;
    }
}


.drt-box {
    background-color: #3035396d;
    border-radius: 30px;
    border: 1px solid #ec9d4f65;
    padding: 30px;
}

.dir_image-wrapper:hover .drt-athr {
    background: #ec9e4f;
    transition: all 0.5s;

    box-shadow: 0px 6px 15px #d58c43a8;

}

.dir_image-wrapper:hover .drt-name {
    color: #FFF;
}

.dir_image-wrapper:hover .drt-designation {

    color: #FFF !important;
}

.drt-img-wrapper {
    position: relative;
    height: 100%;
    margin-top: -100px;
    margin-bottom: 14px;
}

.drt-img-wrapper::before {
    position: absolute;
    content: '';
    top: -40px;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../assets/tecsa\ group\ saudi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.5;
}

.drt-box-img {
    position: relative;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    overflow: hidden;
background-color: #FFF;
    border: 2px solid var(--sec-clr);
}




.drt-body {

    padding: 14px 0;
}

.drt-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 110px; */
    position: relative;
    height: 100%;
}

.drt-box::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../assets/tecsa\ group\ saudi.png);
    height: 50%;
    width: 50%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: opacity(0.2);
    z-index: -1;
}

.drt-body {
    color: #FFF;
    text-align: center;
}

.drt-body p{
    font-size: 17px;
}

.drt-athr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 2px solid var(--sec-clr);
    max-width: 80%;
    width: 100%;
    position: absolute;
    bottom: -25px;
    border-radius: 100px;
    padding: 5px 0;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.drt-designation {
    color: #6c757d;

}

.drt-name {
    font-weight: 500;
    letter-spacing: -0.3px;
}

@media (max-width:800px) {
    .drt-box {
        padding: 20px;
    }

    .mcv-wrapper {
        padding: 20px;
    }
}


.dir-image-inner{
    background-color: #FFF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.dir_img-2{
    
    transform: scaleX(-1);
    right: 0;
}

/* tecsa construction page css */
.cst-combiner {
    position: relative;
    overflow-x: hidden;
}

.cst-combiner::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -10%;
    height: 90%;
    width: 60%;
    background-image: url(../assets/tecsa-construction-ptrn.png);
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;

}

.cst-combiner::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: -10%;
    height: 90%;
    width: 60%;
    background-image: url(../assets/tecsa-construction-ptrn.png);
    filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(265%) hue-rotate(210deg) brightness(113%) contrast(86%) opacity(0.04);
    background-repeat: no-repeat;
    background-position: center center;


    z-index: -1;
}

.cst-overlay {
    position: absolute;
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 1%, transparent 30%, #1d2125);
    z-index: 1;


}

.cst-services {
    position: relative;
    z-index: 5;
}

.cst-box {
    background-color: #3035396d;
    border-radius: 30px;
    border: 1px solid #ec9d4f39;
    padding: 30px;
    height: 100%;
    margin-bottom: 12px;
}

.cst-icon {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #686868;
    margin-top: -65px;
    margin-bottom: 16px;
}

.cst-icon img {
    padding: 15px;
}

.cst-box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cst-text {
    color: #FFF;

}

.cst-text .cst-title {
    color: var(--sec-clr);
}

.cst-text p {
    color: #FFF;
    font-weight: 200;
    opacity: 0.8;
}

@media (max-width:999px) {
    .cst-box {
        padding: 20px;
    }
}



/* #ffe4c8 */



/* accordion */

.career {
    position: relative;
}

.career::before {
    position: absolute;
    content: '';
    height: 50%;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../assets/tecsa\ group\ saudi.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    filter: opacity(0.3);
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    font-weight: 200;
}

td,
th {
    text-align: left;
    padding: 8px;
    color: #FFF;

}

tbody {
    border-radius: 200px !important;

}

th {
    color: var(--sec-clr);
}

@media (max-width:1600px) {

    td,
    th {
        border: 1px solid #ec9d4f18 !important;

    }
}

/* tr:nth-child(even) {
    background-color: #ffffff;
  } */


tr:hover {

    color: var(--pri-color);
}

.t-btn a {
    white-space: nowrap;
}

@media(min-width:1200px) {

    tr:hover .t-btn a {

        color: #FFFF;
    }
}

.accordion-item {
    margin-top: 14px;
    border: none;
}


.t-head {
    background-color: var(--pri-color);
}


.t-head:hover {
    color: #000000;
}

td {
    padding: 20px 10px;
    white-space: nowrap;
}

th {
    white-space: nowrap;
}

.taxi .taxi-btn {
    width: 100%;
}

.taxi .taxi-btn a {
    background-color: #eeecec;
    padding: 12px 40px;
    color: #1b1b1b;
    border-radius: 100px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    display: inline-flex;
    white-space: nowrap;

}

@media(min-width:1200px) and (max-width:1400px) {
    .taxi .taxi-btn a {

        padding: 12px 20px;


    }
}

.taxi-box:nth-child(1) .taxi-btn a {
    background-color: var(--pri-color);
    font-weight: 600;
}


.accordion-item {
    border: none !important;
    background-color: transparent !important;
}

.accordion-body {
    margin-top: 10px;
    background: #ffffff14 !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 20px;
}


.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #2a2f34e8 !important;
    box-shadow: none !important;
    border: 1px solid #ec9d4f65 !important;
}


.accordion-button {

    background-color: #2a2f34 !important;
    color: #FFF !important;
    border-radius: 20px !important;
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: #000000c7 !important;

    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e) !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}



.accordion-button::after {
    display: none !important;
}


.accordion-button:not(.collapsed) .acc-icon {
    color: #ec9e4f !important;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.acc-icon {
    position: absolute;
    right: 5%;
    color: #FFF !important;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    font-size: 1.563rem;
}




.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    height: 400px;
}

.option {
    position: relative;
    overflow: hidden;
    min-width: 60px;
    margin: 10px;
    background: var(--optionBackground, #E6E9ED);
    background-size: auto 120%;
    background-position: center;

    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);

}


.option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1d2125a9;
}

.option {

    background-position: center center;
    background-size: cover;
    object-fit: cover;
}

.option:nth-child(1) {
    --defaultBackground: #ED5565;
    background-image: url(../assets/tecsa-restaurant-saudi.jpg);
    background-size: cover;
    object-fit: cover;
}

.option:nth-child(2) {
    --defaultBackground: #FC6E51;
    background-image: url(../assets/tecsa-construction-saudi.jpg);
    background-size: cover;
    object-fit: cover;
}

.option:nth-child(3) {
    --defaultBackground: #FFCE54;
    background-image: url(../assets/tecsa-architect.jpg);
}

.option:nth-child(4) {
    --defaultBackground: #2ECC71;
    background-image: url(../assets/tecsa-trading-saudi\ arabia.jpg);
}

.option:nth-child(5) {
    --defaultBackground: #5D9CEC;
    background-image: url(../assets/tecsa-laundary-service.jpg);

}


.option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 600px;
    margin: 0px;
    border-radius: 40px;
    background-size: auto 100%;
}


.option.active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(230, 100, 100, 0), #1d21258f);
    z-index: -1;

}

.option.active::before {
    display: none;
}

.option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

.option.active .label {
    bottom: 20px;
    left: 20px;
}

.option.active .label .info>div {
    left: 0px;
    opacity: 1;
}

.option:not(.active) {
    flex-grow: 1;

    border-radius: 30px;
}

.option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

.option:not(.active) .label {
    bottom: 10px;
    left: 10px;
}

.option:not(.active) .label .info>div {
    left: 20px;
    opacity: 0;
}

.option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.option .label {
    display: flex;
    position: absolute;
    right: 0px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
}

.option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
}

.option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.option .label .info .main {
    font-weight: bold;

    font-size: 1.2rem;
}

.option .label .info .sub {
    color: #ec9e4f;
    transition-delay: 0.1s;
}


@media (max-width:999px) {
    .options {
        /* flex-direction: column;
      height: 400px;
      width: 100%; */
        position: relative;
    }

    .option {
        position: absolute;
    }

    .option.active {
        flex-grow: 10000;
        transform: scale(1);
        width: 100%;
        height: 100%;
        margin: 0px;
        border-radius: 40px;
        background-size: auto 100%;
    }


}


.gallery-image {
    overflow: hidden;
}

.gallery-image>img {
    transition: all 0.3s linear;
}

.gallery-image>img:hover {
    transform: scale(1.1);

}

.image-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-inner{
    position: relative;
    max-width: 80%;
    background-color: #dadada;
    border-radius: 22px;
        overflow: hidden;
    border: 2px solid var(--sec-clr);
}


.img-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    bottom: -40%;
    left: -40%;
   filter: brightness(0) saturate(100%) opacity(5%);
}

.about-img-container{
    display: flex;
    align-items: center;
    justify-content: center;
}


.abt-image-inner{
    max-width: 80%;
    overflow: hidden;
    border-radius: 33px;
}

.abt-image-inner > img{
    transition: all 0.3s linear;
}

.abt-image-inner > img:hover{
    transform: scale(1.1);
}


/* SERVICES CARD */

.ser_image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.ser-image-inner{
    border-radius: 22px;
    max-width: 90%;
    overflow: hidden;
}

.ser-image-inner > img{
    transition: all 0.3s linear;
}

.ser-image-inner > img:hover{
    transform: scale(1.1);
}

.ser-title{
    font-weight: 500;
    color: #FFCE54;
    text-transform: capitalize;
    /* font-size: 24px; */
}

.call-butn{
    border-radius: 10px;
    padding: 6px 16px;
    font-weight: 600;
    color: #1b1b1b;
    background-color: #f4b245;
}



/* CSS */
.styled-table {
  width: 100%;
  border-collapse: collapse;
  background: #1d2125;
  overflow: hidden;
  border-radius: 6px; 

}

.styled-table ,
.styled-table th,
.styled-table td {
  border: 1px solid #2f3030; 
  text-align: center;
}

/* header */
.styled-table thead th {
  text-align: left;
  padding: 10px 12px;
  font-weight: 600;
  vertical-align: middle;
}

/* body cells */
.styled-table tbody td {
    font-weight: 500;
  padding: 10px 12px;
  vertical-align: middle;
}



@media (max-width: 600px) {
  .styled-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}


/* TIMELINE */
/* TIMELINE */
.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background:#FFCE54;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background:#FFCE54;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:#FFCE54;
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-165px;
  margin:0;
  padding:8px 16px;
  background:#FFCE54;
  color:#fff;
  border-radius:18px;
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-165px;
  margin:0;
  padding:8px 16px;
  background:rgba(233,33,99,1);
  color:#fff;
  border-radius:18px;
  box-shadow:0 0 0 3px rgba(233,33,99,0.3);
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}


.ftr-links{
    list-style: none;
}

.ftr-links a{
    color: #FFFF;
    margin: 0 18px;
}


.dir_image-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dir-image-inner{
    max-width: 80%;
}


.abt-img-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt-image-inner{
    max-width: 30%;
}

@media screen and (max-width:676px) {
    .abt-image-inner{
    max-width: 50%;
}
}

.abt-img{
    background-color: #FFF;
}

.cs-box{
    background-color: #3035396d;
}

.cs-thumb{
    position: relative;
    overflow: hidden;
}

.cs-thumb > img{
    transition: all 0.3s linear;
}

.cs-thumb > img:hover{
    transform: scale(1.1);
}

.flag-wrapper{
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid #FFF;
}

.cs-body{
    text-align: center;
    padding: 20px;
}