    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    
    .new_custom {
        z-index: 9;
        position: relative;
        background: #fff;
        margin-bottom: 500px;
        /*display:inline-block;*/
    }
    
    .animsition {
        padding-bottom: 5px;
    }
    
    .ambani {
        color: #195259;
    }
    
    .dark-horizontal a {
        font-weight: 700;
    }
    
    ul.footer-nav li a {
        color: #ffffffad;
    }
    
    .sec0 {
        padding-bottom: 0;
    }
    /* =====breadcrumb css start====== */
    
    .breadcrumb {
        background-color: transparent !important;
        display: inline-flex !important;
    }
    
    .breadcrumb-item.active {
        color: #d99f62 !important;
    }
    
    .breadcrumb-item+.breadcrumb-item::before {
        color: #d99f62 !important;
    }
    /* =====breadcrumb css end====== */
    /* =====footer css start==== */
    
    .custom_footer-nav p {
        color: #ffffffad;
        font-size: 1.125rem;
        line-height: 1.44444444;
        margin-bottom: 0.25rem;
        text-align: justify;
        width: 90%;
    }
    
    .copyright a strong:hover {
        color: #fff;
    }
    
    .contact-item b {
        color: #fff;
        font-weight: bolder;
        font-size: 20px;
    }
    
    .contact-item i {
        margin-right: 10px;
        font-size: 18px;
    }
    /* =====footer css end==== */
    /* ==== about page css start===== */
    
    html>body .mb65_custom {
        margin-bottom: 2.0625rem;
    }
    /* ==== about page css end===== */
    /* ====== export page css start====== */
    
    .custom_fs {
        font-size: 1.2rem;
    }
    /* =====flag slider start===== */
    /* =======flag slider end===== */
    /* ===== export page css end===== */
    /* ==== blog page css start===== */
    
    .article-item-title a:hover {
        color: #195259;
    }
    
    .social-rounded .follow-instagram {
        background: #bc2a8d;
        border-color: #bc2a8d
    }
    
    .social-rounded .follow-linkedin {
        background: #0072b1;
        border-color: #0072b1
    }
    /* ==== blog page css end===== */
    /* ==== quality page css start===== */
    
    .mb32 {
        margin-bottom: 32px;
    }
    /* ==== quality page css end===== */
    /* ======contact us page css start==== */
    
    h4.job-item-title a {
        font-weight: 400;
    }
    /* ==== */
    /* =====contact us page css end======= */
    /* =====infa page css start===== */
    
    .infa_page .content-text i {
        color: #fff !important;
    }
    
    .content {
        position: relative;
        /* width: 90%;
            max-width: 400px; */
        margin: auto;
        overflow: hidden;
    }
    
    .content .content-overlay {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        /* height: 99%;
            width: 100%; */
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }
    
    .content:hover .content-overlay {
        opacity: 1;
    }
    
    .content-image {
        width: 100%;
    }
    
    .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }
    
    .content:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }
    
    .fadeIn-bottom {
        top: 80%;
    }
    
    p.content-text i {
        font-size: 40px;
    }
    /* === infa page css end==== */
    
    @media(max-width: 1920px) {
        .photo-item {
            margin-bottom: 10.375rem;
        }
    }
    
    .section1 {
        padding-top: 0 !important;
    }
    
    .section2 {
        padding-bottom: 0 !important;
    }
    /* ====== product page css start==== */
    /* ====slider css start===== */
    
    .swiper-container {
        width: 100%;
        height: 300px;
        margin: 20px auto;
    }
    
    .swiper-slide-container img {
        width: 100%;
    }
    
    .swiper-slide-container {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height: 100%;
        max-width: 600px;
        margin: auto;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: block;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-slide-container img {
        width: 100%;
        height: auto;
    }
    
    .gallery-top {
        height: 80%;
        width: 100%;
    }
    
    .gallery-thumbs {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    
    .gallery-thumbs .swiper-slide {
        width: 20%;
        height: 100%;
        opacity: 0.4;
    }
    
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    /* ==== slider css end===== */
    
    .custom_mb2 {
        margin-bottom: 2rem !important;
    }
    
    .custom_mb0 {
        margin-bottom: 0 !important;
    }
    
    .custom_padding_left {
        padding-left: 60px;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 31px !important;
        height: 26px !important;
    }
    /* =====tab css start====== */
    
    .nav-item .nav-link,
    .nav-tabs .nav-link {
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }
    
    .card a {
        -webkit-transition: all 150ms ease 0s;
        -moz-transition: all 150ms ease 0s;
        -o-transition: all 150ms ease 0s;
        -ms-transition: all 150ms ease 0s;
        transition: all 150ms ease 0s;
    }
    
    [data-toggle="collapse"][data-parent="#accordion"] i {
        -webkit-transition: transform 150ms ease 0s;
        -moz-transition: transform 150ms ease 0s;
        -o-transition: transform 150ms ease 0s;
        -ms-transition: all 150ms ease 0s;
        transition: transform 150ms ease 0s;
    }
    
    [data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
        filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .now-ui-icons {
        display: inline-block;
        font: normal normal normal 14px/1 'Nucleo Outline';
        font-size: inherit;
        speak: none;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    @-webkit-keyframes nc-icon-spin {
        0% {
            -webkit-transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
        }
    }
    
    @-moz-keyframes nc-icon-spin {
        0% {
            -moz-transform: rotate(0deg);
        }
        100% {
            -moz-transform: rotate(360deg);
        }
    }
    
    @keyframes nc-icon-spin {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    .nav-tabs {
        border: 0;
        padding: 15px 0.7rem;
    }
    
    .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
        box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
    }
    
    .card .nav-tabs {
        border-top-right-radius: 0.1875rem;
        border-top-left-radius: 0.1875rem;
    }
    
    .nav-tabs>.nav-item>.nav-link {
        color: #888888;
        margin: 0;
        margin-right: 5px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 30px;
        font-size: 15px;
        padding: 11px 23px;
        line-height: 1.5;
    }
    
    .nav-tabs>.nav-item>.nav-link:hover {
        background-color: transparent;
    }
    
    .nav-tabs>.nav-item>.nav-link.active {
        background-color: #444;
        border-radius: 30px;
        color: #FFFFFF;
    }
    
    .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
        font-size: 14px;
        position: relative;
        top: 1px;
        margin-right: 3px;
    }
    
    .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
        color: #FFFFFF;
    }
    
    .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
        background-color: #fff;
        color: #000 !important;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 16px;
    }
    
    .card {
        border: 0;
        border-radius: 0.1875rem;
        display: inline-block;
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        /* box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); */
    }
    
    .card .card-header {
        background-color: transparent;
        border-bottom: 0;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
    }
    
    .card[data-background-color="orange"] {
        background-color: #f96332;
    }
    
    .card[data-background-color="red"] {
        background-color: #FF3636;
    }
    
    .card[data-background-color="yellow"] {
        background-color: #FFB236;
    }
    
    .card[data-background-color="blue"] {
        background-color: #2CA8FF;
    }
    
    .card[data-background-color="green"] {
        background-color: #15b60d;
    }
    
    [data-background-color="orange"] {
        background-color: #195259;
    }
    
    [data-background-color="black"] {
        background-color: #2c2c2c;
    }
    
    [data-background-color]:not([data-background-color="gray"]) {
        color: #FFFFFF;
    }
    
    [data-background-color]:not([data-background-color="gray"]) p {
        color: #FFFFFF;
    }
    
    [data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
        color: #FFFFFF;
    }
    
    [data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
        color: #FFFFFF;
    }
    
    @media screen and (max-width: 768px) {
        .nav-tabs {
            display: inline-block;
            width: 100%;
            padding-left: 100px;
            padding-right: 100px;
            text-align: center;
        }
        .nav-tabs .nav-item>.nav-link {
            margin-bottom: 5px;
        }
    }
    /* ========tab css end===== */
    
    h1.table-heading {
        font-size: 30px;
        margin-bottom: 25px;
    }
    
    .tab-section .card-body {
        padding: 2rem 0 0 0!important;
    }
    /* ==== product page css end==== */
    /* ====bottom to top css start===== */
    
    #toptobottombutton {
        display: inline-block;
        background-color: #195259;
        ;
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 22px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    
    #toptobottombutton:hover {
        cursor: pointer;
        background-color: #ffffff;
        color: #000;
    }
    
    #toptobottombutton.show {
        opacity: 1;
        visibility: visible;
    }
    /* ====bottom to top css end===== */
    /* ==== certificate css start==== */
    
    .certificate_icon {
        position: absolute;
        display: flex;
        top: 50%;
        left: 50%;
        transform: translate(-12px, -28px);
    }
    
    .certificate_icon i {
        font-size: 40px;
        color: #fff;
    }
    /* ==== certificate css end==== */
    /* ==== responsive css start===== */
    
    @media (max-width: 1540px) {
        .yt_video iframe {
            height: 350px !important;
            width: 65% !important;
        }
    }
    
    @media (max-width: 1440px) {
        .horizontal-service-item-photo img.photo-position {
            top: -4.125rem;
            left: 45.486486%;
            max-width: 47.837838%;
        }
        .h1-lg {
            font-size: 3.5rem;
        }
    }
    
    @media (max-width: 1366px) {
        .yt_video {
            padding-top: 0px;
        }
        .slide7 .custommm_margin {
            margin-bottom: 2.12963vmin;
        }
        .slide6 .slide-container {
            padding-top: 22vmin;
        }
        .contact_ml {
            margin-bottom: 5px;
        }
    }
    
    @media (max-width: 1280px) {
        .stage-item-title.logo_font.ambani.mb32 {
            font-size: 3rem;
        }
    }
    /* @media (max-width: 1200px) {
                    .section {
                        padding-top: 5.625rem;
                        padding-bottom: 5.625rem;
                    }
                    .projects {
                        padding-bottom: 6.9375rem;
                    }
                } */
    
    @media (max-width: 1199px) {
        .horizontal-service-item {
            padding: 1.888889vmin 1.125rem 2.092593vmin;
        }
        .nav-tabs>.nav-item>.nav-link {
            padding: 8px 19px;
        }
    }
    
    @media (max-width: 1024px) {
        .h1-lg {
            font-size: 2.5rem;
        }
        .job-item h4 {
            font-size: 17px;
        }
        .filter-title {
            line-height: 2;
            font-size: 16px;
        }
        .yt_video iframe {
            height: 400px !important;
            width: 100% !important;
        }
    }
    
    @media (max-width: 992px) {
        .custom_padding_left {
            padding-left: 25px;
        }
        .section1.project-card-branding {
            display: none;
        }
    }
    
    @media (max-width: 768px) {
        .stage-item-title.logo_font.ambani.mb32 {
            font-size: 2.5rem;
        }
    }
    
    @media (max-width: 767px) {
        .testimonial .reviews-carousel-text {
            color: #000;
        }
        .about_page .mt10.fs14 {
            color: #000;
        }
        .horizontal-service-item-photo img.photo-position {
            top: -4.125rem;
            left: 68.486486%;
            max-width: 19.837838%;
        }
        .yt_video iframe {
            height: 350px !important;
            width: 100% !important;
        }
    }
    
    @media (max-width: 560px) {}
    
    @media (max-width: 520px) {}
    
    @media (max-width: 460px) {}
    
    @media (max-width: 420px) {}
    
    @media (max-width: 375px) {}
    
    @media (max-width: 360px) {}
    /* ==== responsive css end===== */