body {
    background: #000;
    font-family: "Libre Franklin", sans-serif;

}
.sty-clr{color:#B08634;}
.sty-clr-1{text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);}


h1,h2,h3,h4,h5,h6{font-family: "Libre Franklin", sans-serif !important;font-weight:bold !important;}


header .container,
.container {
    max-width: 1296px !important;
}

nav .nav-link,
nav .nav-link.active {
    color: #fff;
}
.z-index{z-index:99}

.main-menu-wrapper ul li > a {
    color: #8c8c8c !important;
}

.main-menu-wrapper ul li > a.active,
.main-menu-wrapper ul li:hover > a {
    color: #fff !important;
}

@media screen and (min-width: 360px) and (max-width: 576px) {
    .main-menu-wrapper ul li > a.active,
    .main-menu-wrapper ul li:hover > a {
        color:#B08634 !important;
    }
}


.contact-us-btn {
    background: #B08634;
    border-radius: 40px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    line-height: 1;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0px 4px 4px 0px rgba(155, 110, 19, 0.80) inset, 4px 0px 4px 0px rgba(155, 110, 19, 0.75) inset, 4px 0px 4px 0px rgba(155, 110, 19, 0.50) inset, 0px 4px 4px 0px rgba(156, 111, 21, 0.40) inset, 0px 1px 4px 0px rgba(176, 134, 52, 0.75) !important;
    color: #fff;
}

.contact-us-btn:hover {
    background: #8c6d28;
    box-shadow: 0px 4px 6px rgba(176, 134, 52, 0.75) !important;
    color: #fff;
}

.carousel-caption {
    top: 40%
}

.carousel-caption h1 {
    font-size: 35px;
    font-weight: bold;
    color:#fffff0
}
@media screen and (min-width: 360px) and (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 16px;
        font-weight: bold;
    }
    .carousel-caption{margin-top:-50px !important}
    .carousel-caption p {
        font-size: 12px;
    }
}

@media screen and (min-width: 360px) and (max-width: 576px) {
    .testimonial-bg::before{display:none}

    .testimonial-bg-2::before {
        content: '';
        background-image: url(../images/test-bg.svg);
        background-repeat: no-repeat;
        height: 376px; /* Adjusted height for the media query */
        width: 505px; /* Adjusted width for the media query */
        position: absolute;
        left: 3%;
        top: 20%;
    }
}

/* Remove the duplicated styles outside of the media query */


.testimonial-bg::before {
    content: '';
    background-image: url(../images/test-bg.svg);
    background-repeat: no-repeat;
    height: 310px;
    width: 505px;
    position: absolute;
    left: 53%;
    top: 21%;
} 




section {
    padding: 30px 0px;
}






.sub-title {
    color: #B08634;
    text-shadow: 0px 3px 4px rgba(70, 70, 70, 0.8);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}


.text-gold {
    color: #B08634;
    text-shadow: 0px 3px 4px rgba(70, 70, 70, 0.8);
    font-size: 32px;
    font-weight: 900;
}

.big-text {
    color: black;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    font-size: 210px;
    font-weight: bold;
    transform: rotate(-90deg);
    top: 730px;
    position: relative;
    display: block;
}



.text-top {
    align-items: baseline
}

.whychoose {
    background: #191919;
    border-radius: 18px;
    padding: 12px;
    border: solid 2px #494949;
    transition: 0.3s;
    min-height: 685px;
}


.whychoose:hover {
    background: #191919;
    transition: 0.3s;
    box-shadow: 0px 0px 40px rgba(70, 70, 70, 0.9);
    border: solid 2px #fff;
}

.whychoose img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.whychoose .title {
    color: #B08634;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 3px 4px rgba(70, 70, 70, 0.8);
}

.whychoose .text {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.director img {
    height: 220px;
    width: 220px;
    margin: 0 auto;
    border-radius: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}

.director .card {
    background: #191919;
    padding: 12px;
    border: solid 2px #494949;
    transition: 0.3s;
    border-radius: 15px;
}

.director .title {
    font-size: 20px;
    color: #B08634;
    margin-bottom: 5px;
    font-weight: bold;
}

.director .subtitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.director-social {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-top: 25px;
    width: 226px;
}

.director-social li {
    text-align: center;
    list-style: none;
    float: left !important;
    margin: 10px;
    height: 36px;
    width: 36px;
    border: solid 1px #fff;
    border-radius: 50px;
    line-height: 36px;
}

.align-items-center {
    align-items: center;
    justify-content: center;
}

.mb-4 {
    margin-bottom: 35px !important;
}

h2 {
    font-size: 40px;
    font-weight: bold;
}

.services .img {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.services .card {
    background-color: transparent;
    border: solid 1px #494949;
    padding: 20px;
    color: #fff;
    border-radius: 15px;
    transition: 0.3s
}

.services .card:hover {
    border: solid 1px #ccc;
    transition: 0.3s;
}

.services h4 {
    font-size: 24px !important;
    font-weight: bold;
    margin: 15px 0px;
}

.services a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline
}


.carousel-inner {
    overflow: visible;
    margin-top: 80px;
}

.carousel-item {
    border-radius: 15px;
    background: #fff;
    border-radius: 15px;
    overflow: inherit
}

.img-box {
    margin-top: -100px;
    margin-bottom: 15px;
    margin: 0 auto;

}

.text-gold-small {
    color: #B08634;
}

.slider {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 20px;
    color: white;
}

.parent-slide {
    padding: 15px;
}

.slider img {
    display: block;
    margin: auto;
}

.foot-links li {
    margin-bottom: 10px;
}

.foot-links a {
    color: #fff;
}

footer {
    padding: 50px;
}

.footer-social-media a i {
    text-align: center;
    list-style: none;
    float: left !important;
    margin: 5px;
    height: 48px;
    width: 48px;
    border: solid 0px #fff;
    border-radius: 6px;
    line-height: 50px;
    color: #fff;
    background: #292929;
    font-size: 26px;
}

.mobile-row {
    display: none !important
}

@media screen and (max-width: 720px) {
    .text-top{
        display: none;
    }
    .whychoose {
        background: #191919;
        border-radius: 18px;
        padding: 12px;
        border: solid 2px #494949;
        transition: 0.3s;
        min-height: auto;
    }

    .mobile-row {
        display: block !important
    }

    .big-text1 {
        color: black;
        -webkit-text-stroke: 4px #fff;
        text-stroke: 4px #fff;
        font-size: 210px;
        font-weight: bold;
        transform: rotate(-90deg);
        top: 75% !important;
        position: relative;
        display: block;
        letter-spacing: 50px;
    }
}



@media screen and (min-width: 320px) {

    .address-block h3,
    .media-wrapper .footer-menu-title {
        background: linear-gradient(to bottom, #2A2E339E, #000000);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        text-transform: uppercase;
        font-family: 'Instrument Sans', sans-serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.25rem;
        letter-spacing: -0.01em;
    }

    .address-block p span:not(.head),
    .head {
        font-size: 14px;
        line-height: 18px;
    }

    span.head {
        color: #707D8E;
        text-transform: uppercase;
        display: block;
        margin-bottom: 0.5rem;
    }

    header {
        padding: 1rem 0;
    }

    .container {
        padding: 0 1rem !important;
    }

    .common-section {
        padding: 2.5rem 0;
    }

    #main-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        top: -100%;
        left: 0;
        background: url(../img/watermark-logo.png) no-repeat;
        background-position: bottom right;
        background-color: #fff;
        z-index: 10;
        padding: 4rem 0;
        transition: top 0.3s ease-in-out;
    }

    #main-menu.menu-opened {
        top: 0;
    }

    #main-menu .black-btn {
        width: 100%;
        max-width: 20.5rem;
    }

    .main-menu-wrapper > ul > li > a {
        font-family: 'Instrument Sans', sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.875rem;
        letter-spacing: -0.01em;
        text-align: left;
        margin-bottom: 1rem;
    }

    .main-menu-wrapper ul > li > a:after {
        left: 0;
        transform: none;
    }

    /* Menu Icon CSS*/
    .menu-icon {
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
        width: 1.125rem;
        height: 0.5rem;
        cursor: pointer;
    }

    .menu-icon .top,
    .menu-icon .bottom {
        flex: 1 0 100%;
        max-width: 100%;
        height: 0.1rem;
        background-color: #B08634;
        border-radius: 0.1rem;
        transition: all 0.3s ease-in-out;
    }

    /* Menu Icon CSS*/

    .common-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 1rem !important;
    }

    .black-box .common-title {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .contact-details .common-title {
        margin-bottom: 0.75rem !important;
    }

    .tag-item {
        font-size: 0.75rem;
        line-height: 1rem;
        padding: 0.375rem 1rem;
    }

    .testimonial-content {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
    }

    .testimonial-slick .slick-arrow {
        width: 1.875rem;
        height: 1.875rem;
        background-size: 0.75rem 0.625rem;
    }

    .avatar {
        margin-right: 0.5rem;
    }

    .avatar,
    .testimonial-slick .slick-slide.slick-current .slider-item .avatar {
        width: 3rem;
        height: 3rem;
    }

    .avatar-content h6 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .avatar-content p {
        font-size: 0.75rem;
    }

    .testimonial-slick,
    .team-block {
        max-width: 100%;
    }

    .testimonial-slick .slick-slide:not(.slick-current) .slider-item {
        width: 4rem !important;
    }

    .slider-item {
        padding: 0.5rem;
    }

    .testimonial-slick .slick-prev {
        left: -2.5%;
    }

    .testimonial-slick .slick-next {
        right: -2.5%;
    }

    .services .card-item-wrapper .card-content h5,
    .success-stories .card-item-wrapper .card-content h5 {
        font-size: 1.125rem;
        line-height: 1.35rem;
    }

    .services .card-item-wrapper .card-content p,
    .success-stories .card-item-wrapper .card-content p {
        font-size: 0.75em;
        line-height: 1.125rem;
    }

    .card-wrapper > ul {
        overflow: auto;
    }

    .card-wrapper > ul::-webkit-scrollbar {
        display: none;
    }

    .card-wrapper ul li {
        margin-bottom: 1rem;
    }

    .has-custom-slider .container-wrapper .card-wrapper ul,
    .product > div {
        margin: 0 -1.5rem 0 0 !important;
    }

    .has-custom-slider .container-wrapper .card-wrapper ul.scrolled,
    .product > div.scrolled {
        margin: 0 -1.5rem !important;
    }

    .has-custom-slider .container-wrapper .card-wrapper ul li {
        padding-left: 0;
    }

    .black-btn {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .img-content-block h4 {
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center;
    }

    .img-content-block p {
        font-size: 0.875rem;
        line-height: 1.2rem;
        text-align: center;
    }

    .flexible-engagement .row-wrapper .img-content-wrapper:before {
        width: 1.875rem;
        height: 1.875rem;
    }

    .flexible-engagement .row-wrapper .img-content-wrapper {
        padding: 2rem 2rem 1.5rem 5rem;
    }

    .black-box > .container > .row {
        padding: 1.25rem;
    }

    .black-btn {
        font-size: 0.675rem;
        line-height: 1.175rem;
        padding: 0.5rem 1rem;
    }

    .arrow-icon {
        width: 15px;
        height: 15px;
    }

    .row-wrapper {
        margin-bottom: 2rem !important;
    }

    .z-block .row-wrapper > div {
        margin-top: 1rem !important;
    }

    .z-block .row-wrapper:nth-child(odd) > div:nth-child(odd) {
        order: 2;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(odd) > div:nth-child(odd) {
        order: 1;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(odd) > div:nth-child(even) {
        order: 2;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(even) > div:nth-child(odd) {
        order: 2;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(even) > div:nth-child(even) {
        order: 1;
    }

    .product-idea .card-item-wrapper .card-content {
        transform: translate(0, -8rem);
        padding: 1.25rem 1.5rem 1.25rem !important;
    }

    .product-idea .card-content {
        min-height: 15rem;
        height: calc(100% - 15rem);
    }

    .product-idea .card-content h5 {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 600;
    }

    .product-idea .card-content p {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .product-idea .card-item-wrapper .card-img {
        height: 17.5rem;
    }

    .product-idea .card-item-wrapper,
    .product-idea .card-content {
        border-radius: 1.25rem;
    }

    .product > div {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .product > div::-webkit-scrollbar {
        display: none;
    }

    .tag-list-block h4 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .tag-list-block p {
        font-size: 1rem;
        line-height: 2rem;
    }

    .tag-list-block .img-content-wrapper {
        text-align: center;
    }

    .custom-radio-group-wrapper .custom-radio-item {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .banner {
        padding-top: 6rem;
    }

    footer .navbar-brand {
        width: 7.5rem;
        height: 2.5rem;
    }

    footer .navbar-brand + h4 {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .divider {
        height: 0.05rem;
        margin: 0.75rem auto;
    }

    .copy-block > *:nth-child(odd) {
        order: 2;
    }

    .sub-footer .terms a {
        margin-right: 1rem;
    }

    .media-icons li {
        flex: 1 0 1.25rem;
        max-width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .contact-details-wrapper > div:first-child {
        order: 2;
    }

    .contact-details-wrapper > div:nth-child(2) {
        order: 3;
    }

    .contact-details-wrapper > div:nth-child(3) {
        order: 4;
    }

    .contact-details-wrapper > div:last-child {
        order: 1;
    }

    .tag-list span {
        font-size: 0.625rem;
        padding: 0.325rem 0.5rem;
    }

    .tag-list-block .row-wrapper > div {
        text-align: center;
    }

    .tag-list-block .row-wrapper > div > img {
        max-width: 20.5rem;
        max-height: 20rem;
    }

    .about .z-block .row-wrapper:nth-child(odd) > div:nth-child(odd),
    .career .z-block .row-wrapper:nth-child(odd) > div:nth-child(odd) {
        order: 1;
    }

    .about .z-block .row-wrapper:nth-child(odd) > div:nth-child(even),
    .career .z-block .row-wrapper:nth-child(odd) > div:nth-child(even) {
        order: 2;
    }

    .about .z-block .row-wrapper:nth-child(even) > div:nth-child(odd) {
        order: 2;
    }

    .about .z-block .row-wrapper:nth-child(even) > div:nth-child(even) {
        order: 1;
    }

    .overlay-text h6 {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .overlay-text p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .team-block > div {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .team-img {
        max-height: 20rem;
    }

    .services.values .card-item-wrapper .card-img {
        width: 26.25rem;
        min-height: 17.5rem;
        max-width: 100%;
        height: auto;
    }

    .black-box p {
        font-size: 0.825rem;
        line-height: 1.25rem;
    }

    .tab-section .nav-pills {
        flex-wrap: nowrap;
        overflow: auto;
    }

    .tab-section .tab-content .tab-pane:first-child {
        margin-top: 3rem !important;
    }

    .tab-section .nav-pills::-webkit-scrollbar {
        display: none;
    }

    .tab-section .nav-item {
        margin-right: 2rem;
    }

    .tab-section .nav-item .nav-link:after {
        right: -2rem;
        width: 2rem;
    }

    .tab-section .nav-item .nav-link {
        font-size: 1rem;
        line-height: 2rem;
        min-width: 8rem;
    }

    .sub-page-spline {
        border-radius: 1.875rem;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        height: 20rem;
    }

    .lottie-img {
        max-width: 80%;
        margin: 0 auto;
        height: 15rem;
    }

    .tab-section {
        padding: 1.875rem;
        border-radius: 2rem;
    }

    .tab-content-wrapper h5 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .banner-title br {
        display: none;
    }

    header > .container {
        width: 95%;
    }
}

@media screen and (min-width: 450px) {
    .tag-list-block h4 {
        font-size: 1.25rem;
    }

    .tag-list-block p {
        font-size: 1.25rem;
        line-height: 2.25rem;
    }

    .custom-radio-group-wrapper .custom-radio-item {
        flex: 1 0 calc((100% / 2) - 0.5rem);
        max-width: calc((100% / 2) - 0.5rem);
    }

    .black-box .common-title {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .container {
        padding: 0 1.25rem !important;
    }

    .sub-page-spline {
        width: 90%;
    }
}

@media screen and (min-width: 576px) {
    .black-box .common-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .contact-details .common-title {
        margin-bottom: 1rem !important;
    }

    .tag-item {
        font-size: 0.875rem;
        line-height: 1.15rem;
    }

    .testimonial-content {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .testimonial-slick .slick-arrow {
        width: 2.15rem;
        height: 2.15rem;
        background-size: 0.925rem 0.825rem;
    }

    .avatar {
        width: 3.5rem;
        height: 3.5rem;
        margin-right: 0.625rem;
    }

    .testimonial-slick .slick-slide:not(.slick-current) .slider-item {
        width: 5rem !important;
    }

    .testimonial-slick .slick-slide.slick-current .slider-item .avatar {
        width: 4rem;
        height: 4rem;
    }

    .slider-item {
        padding: 0.825rem;
    }

    .testimonial-slick,
    .team-block {
        max-width: 90%;
    }

    .avatar-content h6 {
        font-size: 1rem;
        line-height: 1.65rem;
    }

    .avatar-content p {
        font-size: 0.85rem;
    }

    .testimonial-slick .slick-prev {
        left: -7.5%;
    }

    .testimonial-slick .slick-next {
        right: -7.5%;
    }

    .services .card-item-wrapper .card-content h5,
    .success-stories .card-item-wrapper .card-content h5 {
        font-size: 1.25rem;
        line-height: 1.675rem;
    }

    .img-content-block h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .flexible-engagement .row-wrapper .img-content-wrapper:before {
        width: 2.5rem;
        height: 2.5rem;
    }

    .flexible-engagement .row-wrapper .img-content-wrapper {
        padding: 2rem 2rem 2rem 6rem;
    }

    .black-box > .container > .row {
        padding: 1.75rem;
    }

    .product-idea .card-item-wrapper .card-content {
        transform: translate(0, -8rem);
    }

    .product-idea .card-content {
        min-height: 17.5rem;
        height: calc(100% - 17.5rem);
    }

    .product-idea .card-content h5 {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .product-idea .card-item-wrapper,
    .product-idea .card-content {
        border-radius: 2rem;
    }

    .tag-list-block h4 {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }

    .tag-list-block p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    .address-block h3,
    .media-wrapper .footer-menu-title {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .tag-list span {
        font-size: 0.75rem;
    }

    .tag-list-block .row-wrapper > div > img {
        max-width: 24.875rem;
        max-height: 24rem;
    }

    .team-block > div {
        max-width: 90%;
    }

    .black-box p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .container {
        padding: 0 1.5rem !important;
    }

    .tab-section {
        padding: 2rem;
        border-radius: 2.15rem;
    }

    .tab-content-wrapper h5 {
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
}

@media screen and (min-width: 650px) {
    .black-btn {
        font-size: 0.875rem;
        line-height: 1.375rem;
        padding: 0.5rem 1.25rem;
    }

    .black-box .black-btn {
        padding: 0.5rem 1rem;
    }

    .row-wrapper {
        margin-bottom: 3rem !important;
    }

    .product-idea .card-item-wrapper .card-content {
        transform: translate(0, -7rem);
        padding: 2rem 1.5rem !important;
    }

    .product-idea .card-item-wrapper,
    .product-idea .card-content {
        border-radius: 2rem;
    }

    .custom-radio-group-wrapper .custom-radio-item {
        flex: 1 0 calc((100% / 3) - 0.5rem);
        max-width: calc((100% / 3) - 0.5rem);
    }

    .overlay-text h6 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .overlay-text p {
        font-size: 0.925rem;
        line-height: 1.375rem;
    }

    .team-block > div {
        max-width: 80%;
    }

    .divider {
        margin: 1rem auto;
    }
}

@media screen and (min-width: 768px) {
    .common-title {
        font-size: 2.5rem;
        line-height: 3.25rem;
        margin-bottom: 2.5rem !important;
    }

    .black-box .common-title {
        font-size: 2.5rem;
        line-height: 3.25rem;
    }

    .contact-details .common-title {
        margin-bottom: 1.25rem !important;
    }

    .testimonial-content {
        font-size: 2rem;
        line-height: 2.75rem;
    }

    .avatar-content p {
        font-size: 0.925rem;
    }

    .testimonial-slick,
    .team-block {
        max-width: 100%;
    }

    .testimonial-slick .slick-prev {
        left: -15%;
    }

    .testimonial-slick .slick-next {
        right: -15%;
    }

    .services .card-item-wrapper .card-content h5,
    .success-stories .card-item-wrapper .card-content h5 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .services .card-item-wrapper .card-content p,
    .success-stories .card-item-wrapper .card-content p {
        font-size: 0.875em;
        line-height: 1.125rem;
    }

    .card-wrapper ul li {
        margin-bottom: 2.5rem;
    }

    .has-custom-slider .container-wrapper .card-wrapper ul,
    .product > div {
        margin: 0 !important;
    }

    .has-custom-slider .container-wrapper .card-wrapper ul li {
        padding-left: 1rem;
    }

    .img-content-block h4 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        text-align: left;
    }

    .img-content-block p {
        font-size: 1rem;
        line-height: 1.425rem;
        text-align: left;
    }

    .flexible-engagement .row-wrapper .img-content-wrapper:before {
        width: 3.375rem;
        height: 3.375rem;
    }

    .flexible-engagement .row-wrapper .img-content-wrapper {
        padding: 2rem 2rem 2rem 6.5rem;
    }

    .black-box > .container > .row {
        padding: 2.375rem;
    }

    .arrow-icon {
        width: 18px;
        height: 18px;
    }

    .z-block .row-wrapper > div {
        margin-top: 0 !important;
    }

    .z-block .row-wrapper:nth-child(odd) > div:nth-child(odd) {
        order: 1;
    }

    .z-block .row-wrapper:nth-child(odd) > div:nth-child(even) {
        order: 2;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(odd) > div:nth-child(odd) {
        order: 1;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(odd) > div:nth-child(even) {
        order: 2;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(even) > div:nth-child(odd) {
        order: 1;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(even) > div:nth-child(even) {
        order: 2;
    }

    .about .z-block .row-wrapper:nth-child(even) > div:nth-child(odd) {
        order: 1;
    }

    .about .z-block .row-wrapper:nth-child(even) > div:nth-child(even) {
        order: 2;
    }

    .tag-list-block .img-content-wrapper {
        text-align: left;
    }

    .product-idea .card-item-wrapper .card-content {
        padding: 2.5rem 1.75rem !important;
    }

    .product-idea .card-content {
        min-height: 12.5rem;
        height: calc(100% - 12.5rem);
    }

    .product-idea .card-content h5 {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 400;
    }

    .product-idea .card-content p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .product-idea .card-item-wrapper,
    .product-idea .card-content {
        border-radius: 2.5rem;
    }

    .product > div {
        flex-wrap: wrap;
        overflow: hidden;
    }

    .tag-list-block h4 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .tag-list-block p {
        font-size: 1.75rem;
        line-height: 2.75rem;
    }

    .mission-img {
        max-width: 90% !important;
    }

    footer .navbar-brand + h4 {
        font-size: 1.75rem;
        line-height: 2.5rem;
    }

    .address-block h3,
    .media-wrapper .footer-menu-title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .copy-block > *:nth-child(odd) {
        order: 1;
    }

    .sub-footer .terms a {
        margin-right: 1.5rem;
    }

    .media-icons li {
        flex: 1 0 1.375rem;
        max-width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .tag-list-block .row-wrapper > div > img {
        max-width: 27.875rem;
        max-height: 27rem;
    }

    .team-block > div {
        width: calc(33% - 0.5rem);
        margin-bottom: 0;
    }

    .team-img {
        height: 24.125rem;
        max-height: 100%;
    }

    .services.values .card-item-wrapper .card-img {
        width: 26.25rem;
        min-height: 23.75rem;
        max-width: 100%;
        height: 100%;
    }

    .black-box p {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .sub-page-spline {
        width: 100%;
        height: 22.5rem;
    }

    .banner {
        height: 100%;
    }

    .tab-section {
        padding: 2.25rem;
        border-radius: 2.4rem;
    }

    .tab-content-wrapper h5 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    .landing-page .banner {
        position: relative;
        overflow: visible;
    }

    /* .landing-page .banner:after {
      content: "";
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translate(-50%, 0);
      width: 4rem;
      height: 5rem;
      background: url(../img/scroll-for-more.svg) no-repeat;
      background-position: center;
      background-size: cover;
    } */
    .tag-item {
        padding: 0.375rem 1.5rem;
    }
}

@media screen and (min-width: 992px) {

    html,
    body {
        font-size: 14px;
    }

    header {
        top: 1.5rem;
    }

    /*
    header > .container > nav {
        padding: 0.75rem 1.5rem !important;
        background: #131314;
        border-radius: 50px;
        box-shadow: 0px 0px 20px rgba(70, 70, 70, 1)
    }
*/

    .banner {
        padding-top: 9rem !important;
    }

    #main-menu {
        background: #fff;
    }

    .tab-section .nav-item .nav-link:after {
        right: -52%;
        width: 52%;
    }

    .tab-section .nav-item .nav-link {
        font-size: 1.125rem;
        line-height: 3rem;
        min-width: 10rem;
    }

    .black-btn {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0.5rem 1.5rem;
    }

    .arrow-icon {
        width: 1.25rem;
        height: 1.25rem;
    }

    .common-section {
        padding: 0;
    }

    .common-title {
        font-size: 4rem;
        line-height: 4.5rem;
        margin-bottom: 3rem !important;
    }

    .black-box .common-title {
        font-size: 4rem;
        line-height: 4.5rem;
        width: 90%;
    }

    .contact-details .common-title {
        margin-bottom: 1.5rem !important;
    }

    .testimonial-slick,
    .team-block {
        max-width: 70%;
    }

    .testimonial-slick .slick-arrow {
        width: 3rem;
        height: 3rem;
        background-size: 1.125rem 0.938rem;
    }

    .testimonial-content {
        font-size: 2.5rem;
        line-height: 3.5rem;
        font-weight: 400;
    }

    .avatar {
        width: 4rem;
        height: 4rem;
        margin-right: 1rem;
    }

    .slider-item {
        padding: 1rem;
    }

    .testimonial-slick .slick-slide.slick-current .slider-item .avatar {
        width: 4.5rem;
        height: 4.5rem;
    }

    .testimonial-slick .slick-slide:not(.slick-current) .slider-item {
        width: 6rem !important;
    }

    .avatar-content h6 {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .avatar-content p {
        font-size: 1rem;
    }

    header {
        padding: 0;
    }

    #main-menu {
        width: auto;
        position: relative;
        padding: 0;
        z-index: 0;
        background-color: transparent;
    }

    .main-menu-wrapper > ul > li > a {
        margin-bottom: 0;
    }

    .main-menu-wrapper ul > li > a:after {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .banner-text {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .main-menu-wrapper ul li {
        padding: 0.5rem 1rem;
    }

    .main-menu-wrapper ul li a {
        font-family: 'Instrument Sans', sans-serif;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 2rem;
        letter-spacing: 0.04rem;
        text-align: center;
    }

    .common-section {
        width: 100%;
        padding: 100px 0;
    }

    .banner-title {
        font-size: 5.25rem;
        line-height: 5.25rem;
        font-weight: 700;
        margin-bottom: 2rem !important;
    }

    .img-content-wrapper {
        width: 70%;
    }

    .row-wrapper:nth-child(even) .img-content-wrapper {
        margin: 0 auto;
    }

    .tag-list-block .row-wrapper:nth-child(odd) .img-content-wrapper {
        margin: 0 auto;
    }

    .tag-list-block .row-wrapper:nth-child(even) .img-content-wrapper {
        margin-left: 0;
        margin-right: auto;
    }

    .services .card-wrapper ul li:nth-child(3n-2),
    .success-stories .card-wrapper ul li:nth-child(3n-2),
    .product-idea .product > .row > div:nth-child(3n-2) {
        padding-left: 0 !important;
    }

    .services .card-wrapper ul li:nth-child(3n),
    .success-stories .card-wrapper ul li:nth-child(3n),
    .product-idea .product > .row > div:nth-child(3n) {
        padding-right: 0 !important;
    }

    .testimonial-slick .slick-prev {
        left: -22%;
    }

    .testimonial-slick .slick-next {
        right: -22%;
    }

    .services .card-item-wrapper .card-content h5,
    .success-stories .card-item-wrapper .card-content h5 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .services .card-item-wrapper .card-content p,
    .success-stories .card-item-wrapper .card-content p {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .black-btn {
        font-size: 1.125rem;
        line-height: 2rem;
    }

    .img-content-block h4 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .img-content-block p {
        font-size: 1.125rem;
        line-height: 1.575rem;
    }

    .flexible-engagement .row-wrapper .img-content-wrapper:before {
        width: 3.875rem;
        height: 3.875rem;
    }

    .flexible-engagement .row-wrapper .img-content-wrapper {
        padding: 2rem 2rem 2rem 7.5rem;
    }

    .black-box > .container > .row {
        padding: 3rem;
    }

    .row-wrapper {
        margin-bottom: 4rem !important;
    }

    .product-idea .card-item-wrapper .card-img {
        height: 21.438rem;
    }

    .product-idea .card-item-wrapper .card-content {
        transform: translate(0, -7.063rem);
        padding: 3rem 2rem !important;
    }

    .product-idea .card-content {
        min-height: 20rem;
        height: calc(100% - 18.5rem);
    }

    .product-idea .card-content p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .product-idea .card-item-wrapper,
    .product-idea .card-content {
        border-radius: 2.875rem;
    }

    .tag-list-block h4 {
        font-size: 1.65rem;
        line-height: 1.875rem;
    }

    .tag-list-block p {
        font-size: 2rem;
        line-height: 3rem;
    }

    .mission-img {
        max-width: 80% !important;
    }

    .contact-details .common-title {
        margin-bottom: 1rem !important;
    }

    .contact-details .container-wrap {
        width: 90%;
        align-content: space-between;
        height: 100%;
    }

    footer .navbar-brand {
        width: 12.5rem;
        height: 4.125rem;
    }

    footer .navbar-brand + h4 {
        font-size: 2rem;
        line-height: 2.75rem;
    }

    .address-block h3 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .address-block p span:not(.head),
    .head {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .footer-menu-title,
    .media-wrapper .footer-menu-title {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25rem;
        letter-spacing: 0em;
        background: linear-gradient(180deg, rgba(42, 46, 51, 0.62) 0%, #000000 100%);
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent;
        text-transform: none;
    }

    .contact-details-wrapper > div:first-child {
        order: 1;
    }

    .contact-details-wrapper > div:nth-child(2) {
        order: 2;
    }

    .contact-details-wrapper > div:nth-child(3) {
        order: 3;
    }

    .contact-details-wrapper > div:last-child {
        order: 4;
    }

    .tag-list span {
        font-size: 0.875rem;
        padding: 0.375rem 0.625rem;
    }

    .tag-list-block .row-wrapper > div > img {
        max-width: 32.875rem;
        max-height: 32rem;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(odd) > div:nth-child(odd) {
        text-align: left;
    }

    .z-block .tag-list-block .row-wrapper:nth-child(even) > div:nth-child(even) {
        text-align: right;
    }

    .team-img {
        height: 28.125rem;
    }

    .sub-page-spline {
        width: 90%;
        min-height: 25rem;
        height: auto;
        max-height: 40rem;
    }

    .sub-page-spline.about-spline {
        width: 30rem;
        height: 30rem;
    }

    .lottie-img {
        width: 22rem;
        height: 20rem;
    }

    .tab-section {
        padding: 2.5rem;
        border-radius: 2.625rem;
    }

    .path-to-excellence .tab-content .tab-pane > .row {
        align-items: stretch;
    }

    .path-to-excellence .tab-content .tab-pane > .row > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-title br {
        display: inline-block;
        vertical-align: middle;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    header > .container {
        width: 100%;
    }

}

@media screen and (min-width: 1200px) {

    html,
    body {
        font-size: 14px;
    }

    .row-wrapper {
        margin-bottom: 5rem !important;
    }

    .mission-img {
        max-width: 90% !important;
    }

    footer .navbar-brand + h4 {
        font-size: 2.25rem;
        line-height: 3rem;
    }

    .address-block p span:not(.head),
    .head {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .head {
        margin-bottom: 1rem;
    }

    .sub-footer .terms a {
        margin-right: 2.5rem;
    }

    .media-icons li {
        flex: 1 0 1.5rem;
        max-width: 1.5rem;
        height: 1.5rem;
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    .overlay-text h6 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .overlay-text p {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .tab-content-wrapper h5 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .tab-section .nav-item .nav-link:after {
        right: -82%;
        width: 81%;
    }
}

@media screen and (min-width: 1300px) {
    .product-idea .card-content h5 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .tag-list-block h4 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .tag-list-block p {
        font-size: 2.25rem;
        line-height: 3rem;
    }
}

@media screen and (min-width: 1400px) {

    header .container,
    .banner .container,
    .common-section .container,
    footer .container,
    .sub-footer .container,
    .black-box .container {
        width: 100%;
        max-width: 1300px;
    }

    .tag-list-block .row-wrapper > div > img {
        max-width: 35.875rem;
        max-height: 35rem;
    }

    .tab-section {
        padding: 3rem;
        border-radius: 3.125rem;
    }
}

@media screen and (min-width: 1600px) {
    .sub-page-spline {
        max-height: 42.5rem;
    }

    .banner {
        max-height: 90vh;
        height: 100%;
    }

    .tab-section .nav-item .nav-link:after {
        right: -52%;
        width: 52%;
    }
}

@media screen and (min-width: 1700px) {

    html,
    body {
        font-size: 16px;
    }
}

@media screen and (min-width: 1920px) {
    .banner {
        max-height: 85vh;
    }
}



.Social-media{
    display: flex;
    justify-content: center;
  }
  
  .Social-media a{
    display: flex;
    background: #292929;
    height: 45px;
    width: 45px;
    margin: 0 8px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgba(255, 255, 255, 0.15),-6px -6px 10px -1px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset, 4px 0px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0);
    transition: transform 0.5s;
  }
  .Social-media a i{
    font-size: 20px;
    transition: transform 0.5s;
  }
  
  .contact-footer ul li a p{margin:0px !important}
  .contact-footer ul li a {text-decoration:none;color:white}
  
  .Social-media a i{color:#fffff0;}
  .Social-media a:hover{
    box-shadow: inset 4px 4px 6px -1px rgba(255, 255, 255, 0.2),
    inset -4px -4px 6px -1px rgba(0, 0, 0, 0.7),
    -0.5px -0.5px 0px -1px rgba(0, 0, 0, 1),
    0.5px 0.5px 0px rgba(255, 255, 255, 0.15),
    0px 12px 10px -10px rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateY(2px);
  }
  .Social-media a:hover i{
    transform: scale(0.90);
  }
  .Social-media a:hover .fa-facebook{
    color: #3b5998;
  }
  .Social-media a:hover .fa-twitter{
    color: #00acee;
  }
  .Social-media a:hover .fa-whatsapp{
    color: #4fce5d;
  }
  .Social-media a:hover .fa-instagram{
    color: #f14843;
  }
  .Social-media a:hover .fa-youtube{
    color: #f00;
  }

  .director-social li a{text-decoration:none ; color:white}
  /* footer section css ends here */

/* -------------------------------------------------------------------------------------------------------------------------------------------------- */

/* aboutus page starts here */

.sty-clr{color:#B08634;}
.sty-clr-1{text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);}
.abt-hts{margin-bottom:0px !important}
.color-abt-us{font-size:28px;color:#fffff0}
/* aboutus page ends here */

/* rotating image */
.banner-img {
    left: 13.5%;
    position: absolute;
    top: -45px;
    margin:auto;
    float:none;
    width:75%;
    height:auto;
    z-index:3;
  } 


  
  
  .rotatingimg {
      left: 0;
      top: 35%;
      margin: auto;
      float: none;
      width: 75%;
      height: auto;
      animation: round 60s infinite;
      z-index: 2;
     /* Add absolute positioning */
    }
  
  @keyframes round {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  
  
  .banner-img-2{background-image: url('images/sir-logo.png');width:100%; height:100%;}
  
  @media only screen and (min-width: 320px) and (max-width: 576px) {
    .banner-img{top:151px !important}
  
  }
  
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */


  /* contactus page */
  
/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* contact us css starts here */
.contact-1{border:1px solid white;border-radius:8px}
.contact-line{line-height:34px; text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);}
.contactus-card{text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);}
.contactus-card-hei p{margin-top:14px;}
.contactus-card-hei{min-height:392px !important}
@media only screen and (min-width: 320px) {
  .contactus-card-hei{margin-top:25px}
  .con-ttl{padding-bottom:0px !important}
  .contactus-card-hei p{min-height:208px !important}
}
/* ---------------------------------------------------------------------------*/

.title-dir{font-size: 37px !important;font-weight:bold;}
@media only screen and (min-width: 320px) and (max-width:576px) {
    .title{font-size:37px !important}
    .title-dir{
    font-size:20px !important;font-weight:bold !important;}
    .card-test{background-color:#8c6d28 !important; color:#fff !important ; margin-right:20px !important}
    .testimonials-row{margin-bottom:10px !important}
  .want-contact{margin-top:28px !important}
  .want-contact-mar{margin-top:0px !important}
  .con-ttl{font-size:28px}
.want-2-con-con h2{font-size:25px !important; margin-top:0px !important}
.want-2-con-sec{margin-top:0px !important}
.want-2-con-row{margin-top:30px !important}
.margin-100{margin-top:60px !important}
}
.want-contact-2{min-height:529px !important}
.want-contact-img{border-radius:8px !important}
.want-contact-img-1{background-color:white}
.margin-100{margin-top:100px}


/* contact us css ends here */


.our-ser-col{border:1px solid white;border-radius:8px}
@media only screen and (min-width: 320px) and (max-width:576px) {
    .our-ser-col-txt h3{font-size:11px;font-weight:bold;margin-bottom:4px}
    .our-ser-col-txt p{font-size:8px}
}
.our-services-row{margin-top:30px}



/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */

