﻿* {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

.container {
    width: 100%;
    margin: 0 auto;
}

    .container:before, .container:after, .row:before, .row:after {
        content: "";
        display: table;
    }

    .container:after, .row:after {
        clear: both;
    }

.row {
    /*margin-left: -10px;
    margin-right: -10px;*/
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    position: relative;
    min-height: 1px;
    /*padding-left: 10px;
    padding-right: 9px;*/
    float: left;
}

.inner_page_wrap .locator_search .locator_search_box .form_row .col-sm-5, .col-sm-10 {
    padding: 0px;
}

.col-sm-10 {
    width: 78.33333333%;
}

.clr {
    clear: both;
}

.csrbttn {
    margin-left: -98%;
    display: inline-block;
    font-size: 0.8vw;
    color: #0056b3;
    padding: 11px 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 98;
    border-radius: 35px;
    position: absolute;
    bottom: 40px;
    /*border: 1px solid #4d4333;*/
    font-weight: bold;
}


    .csrbttn:hover {
        color: #f8f0e3;
        background-color: #0056b3;
        text-decoration: none;
    }

.section_two .two_left h1.title {
    font-size: 2.5vw;
    color: black;
    font-weight: 700;
    text-align: left;
}

.section_two .two_left p {
    font-size: 1.1vw;
    color: black;
    font-weight: 300;
    text-align: justify;
    /*line-height: 37px;*/
}

.section_two .two_right .home_cat {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: -55px;
    margin-top: 60px;
    /*visibility: visible;*/
}

    .section_two .two_right .home_cat:last-child {
        margin-bottom: 0px;
    }






    .section_two .two_right .home_cat .title {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        /*text-transform: capitalize;*/
    }

.section_four {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 13px 0px 0px;
}

.section_six {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0px 0px;
    margin-top: -8%;
    
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

html, body, #wrapper {
    height: 100%;
}

.container-x {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*max-width: 1200px;*/
    margin: 10px 0;
    border-radius: 10px;
}

ul.whats-holder {
    width: 1009px;
    margin-left: -95px;
    margin-top: 30px;
}

    ul.whats-holder li {
        width: 48%;
        margin: 0%;
        float: left;
        height: 140px;
        text-align: justify;
    }

/*Base CSS starts here*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    font-weight: 400;
    font-size: 16px;
    color: #525252;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #101010;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    line-height: 140%;
}

strong {
    font-weight: 600;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #525252;
}

p a {
    line-height: inherit;
    text-decoration: none;
}

ul {
    list-style: none outside;
}

.news-wrapper {
    background: #fff;
}

.news-wrapper .page-container {
    min-height: 620px;
}

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
}

.bttnevent {
    margin-left: 329px;
    display: inline-block;
    font-size: 0.8vw;
    color: #0056b3;
    padding: 11px 10px;
    text-align: center;
    text-transform: uppercase;
    z-index: 98;
    border-radius: 35px;
    position: absolute;
    bottom: -83px;
    /* border: 1px solid #4d4333; */
    font-weight: bold;
}


    .bttnevent:hover {
        color: #f8f0e3;
        background-color: #0056b3;
        text-decoration: none;
    }

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #363636;
    border: none;
    color: #dfdfdf;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    -webkit-appearance: button;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

 .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        color: #fff;
        /*background: #292929;*/
    }

 img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    /*margin-top: 42px;*/
    -ms-interpolation-mode: bicubic;
}

 svg:not(:root) {
    overflow: hidden;
}

::selection {
    background: rgba(0, 0, 0, .2); /* Safari */
}
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }


table {
    width: 100%;
    border-collapse: collapse;
}
tr:nth-of-type(odd) {
    /*background: #f8f8f8;*/
}

/*Base CSS ends here*/

/*.demo-gallery {
    margin-top: -100px;
}*/

.fn-font {
    font-size:0.7vw;
}

.news-block {
    display: block;
    position: relative;
    /*border-bottom: 1px dotted #999;*/
    padding: 10px;
    margin-top: -15%;
}

.news-block:nth-child(even) {
    /*background: #fff;*/
}

.news-block:nth-child(odd) {
    background: none;
}


.project-shocase {
    margin-top: 50px;
}

.publication-img {
    width: 100%;
}

.section_two {
    width: 100%;
    /*margin: 35px auto 0px;*/
    /*height: 722px;*/
    background: #dccfc0a3;
}

    .section_two .two_left {
        padding: 58px 55px 128px 55px;
    }


    .section_two .two_right {
        padding: 6px 27px 13px 0px;
    }

        .section_two .two_right .home_cat p {
            font-size: 1vw;
            color: black;
            font-weight: 400;
        }

        .section_two .two_right .home_cat .box_left {
            width: 82%;
            background: #bfaa87;
            position: absolute;
            right: 0;
            top: 34px;
            padding: 0px 24px;
            text-align: left;
        }

        .section_two .two_right .home_cat .box_right {
            width: 82%;
            background: #bfaa87;
            position: absolute;
            left: 0;
            top: 13px;
            padding: 0px 24px;
            text-align: left;
        }

        .section_two .two_right .home_cat .title a {
            color: #000;
            padding-bottom: 0.15em;
            background: none;
            background-size: 0em 0em;
            background-position: 50% 100%;
            background-repeat: no-repeat;
            transition: .3s linear, background-size .3s .2s linear;
            font-size: 1.5vw;
        }

            .section_two .two_right .home_cat .title a:hover {
                background-size: 40% .1em;
                background-position: 10% 100%, 90% 100%;
                color: #007bff;
                text-decoration: none;
            }


.container-x .card-x {
    position: relative;
    min-width: 320px;
    height: 465px;
    box-shadow: 0 0px 145px rgb(112 109 104);
    border-radius: 15px;
    margin: 77px;
    transition: 0.5s;
    margin-left: 113px;
}

    .container-x .card-x:nth-child(1) .box-x .content-x .aa {
        background: #2196f3;
    }

    .container-x .card-x:nth-child(2) .box-x .content-x .aa {
        background: #e91e63;
    }

    .container-x .card-x:nth-child(3) .box-x .content-x .aa {
        background: #23c186;
    }


input[type="button"], input[type="reset"], button, .button, .btn {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 11px 23px;
    line-height: 22px;
    border: 0;
    color: #2B304E;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    position: relative;
    /*background-color: #ffa025;*/
    /*border: 1px solid #FFD900;*/
    border-radius: 5px;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, input[type=date], .form-control, select.form-control:not([size]):not([multiple]) {
    border: 0;
    width: 100%;
    color: #454545;
    height: 44px;
    padding: 0 10px;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    background: transparent;
    position: relative;
    z-index: 1;
}

::-webkit-input-placeholder {
    opacity: 1;
}



@media (min-width: 1850px) and (max-width: 2000px) {

    /*.col-lg-12 {
        margin-top: -27px !important;
    }*/

    .csr-img {
        width: 96%;
    }



    .event-btn {
        margin-left: 290px;
        margin-bottom: -21px;
    }


    .img-cvo {
        margin-left: 481px;
        border: 1px solid;
    }
}

@media (min-width: 1400px) and (max-width: 1465px) {
    .news-image {
        margin-left: -14%;
    }

    ul.whats-holder li {
        width: 45%;
    }
}

@media (min-width: 1380px) {
    .img-cvo {
        margin-left: 481px;
        border: 1px solid;
    }
}

@media (max-width:1280px) {
    .title-hin {
        margin-top: -6VW;
        margin-left: 4VW;
        height: 1.9VW;
    }

    /*.title-eng {
   margin-top: -6VW;
    margin-left: 4VW;
    height: 1.9VW;
}*/
    .title-eng {
        margin-top: -7.3VW;
        margin-left: 8VW;
        WIDTH: 6VW;
    }
}

@media (min-width: 1050px) and (max-width: 1140px) {
    .news-image {
    margin-left: -17%;
    margin-top: -1.5%;
    }

    ul.whats-holder li {
        width: 43%;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {


    .news-marquee {
        margin-left: -6px!important;
    }

    .slider-css {
        WIDTH: 100%;
    }

    .float-right {
        float: right!important;
        /*margin-right: -273px!important;*/
        /*margin-top: -16px;*/
    }

    .row {
        /*margin-left: -10px;
    margin-right: 0px!important;*/
    }

    .btn-cmd {
        display: inline-block;
        font-size: 9px;
        color: #4d4333;
        padding: 11px 17px;
        text-transform: uppercase;
        z-index: 98;
        border-radius: 35px;
        position: absolute;
        border: 1px solid #4d4333;
        font-weight: bold;
        bottom: 4%;
        left: 79%;
    }

    .btn-csr {
        display: inline-block;
        font-size: 11px;
        color: #4d4333;
        padding: 11px 17px;
        text-transform: uppercase;
        z-index: 98;
        border-radius: 35px;
        position: absolute;
        border: 1px solid #4d4333;
        font-weight: bold;
        bottom: 5%;
        left: 4%;
    }

    .event-galley {
        margin-top: 71px;
    }

    .vm-sec-two {
        left: 16pc;
        font-size: 12px;
    }

    .section_two .two_right .home_cat .title {
        font-size: 26px;
    }

    .cmd-nm {
        font-size: 120%;
        font-weight: 300 !important;
        color: #000 !important;
        font-family: 'Noto Sans', sans-serif;
    }

    .profile-image {
        margin-top: -25px;
        height: 350px;
        margin-bottom: -10px;
        margin-left: 47px;
    }

    .stock-mob {
        /*margin-right: 208PX !important;*/
    }

    .stockview {
        /*margin-right: 49px;*/
    }
}

@media (min-width: 1598px) {

    .profile-image {
        margin-top: 71px;
        margin-left: 20px;
        height: 415px;
        margin-bottom: -10px;
    }
}

html {
    scroll-behavior: smooth;
}

s .themeTab .themeTabList li a span {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    /*color: black;*/
    font-size: 0.8vw;
    text-decoration: none;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/*Button Animation CSS Ends*/


.h3.title {
    font-size: 30px;
    color: #72664e;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.h4.title {
    font-size: 18px;
    color: #72664e;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.h5.title {
    font-size: 14px;
    color: #72664e;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.home-sec6 .fourbox {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin: 0 0 70px 0;
}

p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.fourbox .owl-item .item img {
    transition: all 0.9s ease;
    width: 100%;
    height: 15pc;
}

.fourbox .owl-item .item span {
    overflow: hidden;
    width: 100%;
    display: inline-block;
}

.fourbox .owl-item .item:hover img {
    transform: scale(1.5);
}

.home-sec4 .row .col-md-12 ul {
    background: #5e647c url(../../images/new-img/tenders-posted-bg.jpg) no-repeat;
    display: inline-block;
    width: 104%;
    height: 145px;
}

    .home-sec4 .row .col-md-12 ul li {
        padding-left: 50%;
        padding-top: 30px;
    }

        .home-sec4 .row .col-md-12 ul li .heading1 {
            color: #fff;
            padding-bottom: 5px;
        }

.home-sec6 img {
    border: 1px solid #ddd;
}

.home-sec6 p {
    font-size: 0.9vw;
    font-weight: 700;
    color: black;
    padding: 23px 20px 0px 8px;
    text-align: center;
    height: 100px;
    margin-top: -23px;
}

.home-sec6 .heading1 span {
    color: #333;
}

.home-sec6 .owl-nav {
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    text-align: center;
}

    .home-sec6 .owl-nav .fas {
        width: 33px;
        height: 33px;
        text-align: center;
        line-height: 33px;
        /*background: #bfaa87;*/
        background: #e3e3e3;
        color: black;
        margin-left: 5px;
    }

        .home-sec6 .owl-nav .fas:hover {
            background: #a19c9c;
            color: #333;
        }

.home-sec8 {
    background: white;
    padding: 0% 0;
}

    .home-sec8 ul {
        margin: 0 -10px;
    }

        .home-sec8 ul li {
            float: left;
            padding: 0 10px;
            width: 7.5%;
            text-align: center;
        }

            .home-sec8 ul li span {
                display: inline-block;
                width: 100%;
                box-shadow: 0 0 30px 1px rgba(0,0,0,0.3);
                overflow: hidden;
            }

                .home-sec8 ul li span img {
                    width: 100%;
                    transition: all 0.5s ease;
                }

            .home-sec8 ul li:hover img {
                transform: scale(1.2);
            }

            .home-sec8 ul li p {
                font-size: 12px;
                line-height: 14px;
                padding: 15px 0 0 0;
                margin: 0;
            }


.owl-carousel.owl-drag .owl-item .item {
    /*background: #bfaa87;*/
    background: #e3e3e3;
}

.news-description p strong {
    color: #92582F !important;
}

.owl-carousel .owl-item a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

@media (max-width:992px) {

    p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width:576px) {

    .fn-font {
    font-size:3vw;
}

    .height-mob {
        height: 900px;
    }

    .home-sec6 {
        margin-top: -10%;
    }

    .home-sec8 ul li {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
}

@media (min-width: 1850px) and (max-width: 2000px) {

    .csr-img {
        width: 96%;
    }
}

@media (min-width: 1598px) {

    .profile-image {
        margin-top: 71px;
        margin-left: 20px;
        height: 415px;
        margin-bottom: -10px;
    }
}

@media (min-width: 1300px) and (max-width: 1500px) {

    .float-right {
        float: right!important;
    }


    .btn-cmd {
        display: inline-block;
        font-size: 9px;
        color: #4d4333;
        padding: 11px 17px;
        text-transform: uppercase;
        z-index: 98;
        border-radius: 35px;
        position: absolute;
        border: 1px solid #4d4333;
        font-weight: bold;
        bottom: 4%;
        left: 79%;
    }

    .btn-csr {
        display: inline-block;
        font-size: 11px;
        color: #4d4333;
        padding: 11px 17px;
        text-transform: uppercase;
        z-index: 98;
        border-radius: 35px;
        position: absolute;
        border: 1px solid #4d4333;
        font-weight: bold;
        bottom: 5%;
        left: 4%;
    }

    .event-galley {
        margin-top: 71px;
    }

    .vm-sec-two {
        left: 16pc;
        font-size: 12px;
    }

    .section_two .two_right .home_cat .title {
        font-size: 26px;
    }

    .cmd-nm {
        font-size: 120%;
        font-weight: 300 !important;
        color: #000 !important;
        font-family: 'Noto Sans', sans-serif;
    }

    .profile-image {
        margin-top: -25px;
        height: 350px;
        margin-bottom: -10px;
        margin-left: 47px;
    }
}

@media all and (max-width : 1024px) {

    .title-hin {
        margin-top: 11px;
        margin-left: 30px;
        height: 56px;
    }

    .title-eng {
        margin-top: 5px;
        margin-left: -37px;
        height: 50px;
    }

    .publication-div {
        margin-bottom: 45px;
        margin-left: 120px;
        margin-top: -61px;
    }

    .event-view {
        margin-bottom: 45px;
        margin-left: 120px;
        margin-top: -61px;
        margin-left: -102px;
    }

    .footer-add {
        font-size: 14px;
        margin-left: 190px;
    }

    .scroll-container {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .container {
        width: 90% !important;
    }

    ul.news-holder li {
        width: 100%;
        margin: 2% 0%;
    }

    .news-image {
        width: 22%;
        float: left;
    }

    .news-description {
        float: right;
        width: 76%;
    }

    .footer-mid-left {
        width: 35%;
    }

    .footer-mid-right {
        width: 65%;
    }

    ul.our-gov li a i {
        font-size: 100%;
        position: absolute;
        z-index: 100;
    }

    ul.our-gov li a h5 {
        bottom: 5px;
        font-size: 100%;
        font-weight: 400;
        left: 10px;
        position: absolute;
        z-index: 100;
    }

    .footer-bottom .container div.bottom-block {
        float: left;
        width: 25%;
        margin: 0px;
        padding: 0px;
    }

    ul.footer-menu li:before {
        content: '';
    }

    ul.footer-menu li {
        width: 50%;
        margin: 0;
        padding: 0;
    }

        ul.footer-menu li a {
            font-size: 70%;
            font-weight: 400;
        }

}


@media (min-width: 767px) and (max-width: 1000px) {
    .wrapper info-wrapper ss-window {
        padding: 10px 15px!important;
    }
}

@media (min-width:1200px) {

}


@media (min-width: 767px) and (max-width: 1000px) {
    .wrapper info-wrapper ss-window {
        padding: 10px 15px!important;
    }
}

@media only screen and (max-width: 600px) {
                .section_six {
                width: 100%;
                position: relative;
                padding: 0px 0px;
                margin-top: -15px;
            }
    
    .news-container ul.news-holder li {
        height: auto;
    }

    h2.page-title {
        padding: 20px 0px 0px 0px;
    }

    .news-bttn-area {
        padding: 20px 0px;
    }  
  
    .page-left, .sidebar {
        float: left;
        display: block;
        width: auto !important;
        margin-bottom: 0px;
    }

    .left-content ul.news-holder li .news-image {
        float: none;
        width: 100%;
        display: block;
    }

            ul.whats-holder {
        width: 1315px;
        margin-left: -267px;
        margin-top: -40px;
    }

       ul.whats-holder li {
        width: 34%;
        margin-left: 20%;
        height: 103px;
        margin-bottom: -15px;
        font-size: 13px;
        padding: 2%;
    }

    .news-description {
        float: none;
        width: 370px;
        display: block;
        padding: 21px;
        font-size: 3vw;
    }

    .news-arrow {
        margin-left: -175px !important;
        margin-top: 10px !important;
    }

    .news-image {
        margin-left: 25px;
        margin-top: 19px;
        height: 240px !important;
    }

    .bttn {
        bottom: -7px !important;
        padding: 2px 0px !important;
        font-size: 2vw !important;
    }

    .csr-bttn {
        bottom: 5px;
        font-size: 2vw;
        margin-left: -98%;
    }

    .news-description p {
        line-height: 126%!important;
    }

    .news-description {
        float: none;
        /*width: 99%!important;*/
    }

    #ProjectShowcaselightgallery {
        display: block;
        margin-top: 25vw !IMPORTANT;
        margin-left: 3.5%;
    }

    .m-view-clr {
        /*margin-left: 108px;*/
        margin-top: -46px;
    }

    .home-sec6 p {
        font-size: 3vw;
    }
       
    .publication-view {
        margin-left: -94vw!important;
        margin-top: 47px;
        font-size: 2vw;
        margin-bottom: -29px;
    }

    .bttn-event-mobile {
        margin-left: 130px !important;
        margin-bottom: -255px !important;
        font-size: 2vw !important;
    }

    .event-mobile {
        margin-top: -100px !important;
        margin-left: -4px !important;
    }

    .demo-gallery {
        margin-top: -88px!important;
        margin-left: 0px!important;
    }


    .publication-view-h {
        margin-left: -360px !important;
        margin-top: 47px;
        font-size: 2vw;
    }



    .table-responsive {
        margin-top: 397px !important;
    }

    .container-x {
        margin: -70px 51px;
        border-radius: 10px;
        width: 119%;
    }

    .csr-div-h {
        margin-left: 0px !important;
    }

    .csr-btn-h {
        bottom: 518px !important;
        font-weight: bold !important;
        padding: 5px 19px !important;
    }

    .container-x .card-x {
        margin-left: -81px;
        height: 575px !important;
        background-image: none !important;
        box-shadow: none;
    }

    .section_two .two_right .home_cat {
        margin-bottom: 70px !important;
    }

        .section_two .two_right .home_cat .box_left {
            width: 91% !important;
            right: 0px !important;
            margin-top: -57px;
            min-height: 106px !important;
        }

        .section_two .two_right .home_cat .title a {
            font-size: 3.3vw;
        }

        .section_two .two_right .home_cat p {
            font-size: 3vw;
        }

    .vm-sec-two {
        font-size: 2vw!important;
    }

    .gallery-box {
        width: 46%;
    }

    h2.page-title, .block-content h4 {
        font-size: 5vw!important;
    }

    .news-image_photo {
        width: 50%;
        float: left;
        HEIGHT: 110PX !important;
    }

}

@media all and (max-width : 450px) {

    height-mob {
        background-image: none !important;
        background-color: #c7c7c7;
    }

    .csr-bttn {
        margin-left: -96%;
        
    }

    .wn-rm {
        margin-bottom: -5px !important;
        margin-left: 10px;
    }

    .publication-view {
        margin-left: -225px !important;
        margin-bottom: -1px !important;
        height: 21px;
        width: 16%;
    }

    .publication-img {      
        width: 107%;
        max-width: 110%; 
        margin-top: 0%;  
    }

    .section-title {
        font-size: 20px;
    }

    .home-sec6 .fourbox {
    width: 105%;
}

    .bttn-event-mobile {
        margin-left: 155px !important;
        margin-bottom: -310px !important;
        font-size: 2vw !important;
    }

    .home-sec8 {
        padding: 0px;
    }

    .event-mobile {
        margin-top: -18px;
        margin-left: 12px;
    }

    /*.bttn {
        bottom: 7px !important;
        padding: 3px 3px !important;
    }*/

    .news-container {
        height: 690px;
    }

    .table-responsive {
        margin-top: 397px !important;
    }

    .container-x {
        margin: -75px 22px;
        border-radius: 10px;
        width: 117%;
    }

        .container-x .card-x {
            margin-left: -81px;
            height: 562px !important;
        }

    .csr-div-h {
        margin-left: 23px !important;
    }

    .csr-btn-h {
        bottom: 518px !important;
        font-weight: bold !important;
        padding: 5px 19px !important;
    }

    .news-description {
        float: none;
        width: 345px;
        display: block;
        padding: 0px;
        text-align: justify;
    }
    
    .section_two .two_right .home_cat .box_right {
        width: 106% !important;
        left: -31px !important;
    }

    /*.section_two .two_right .home_cat .box_left {
        width: 100% !important;
        right: -45px !important;
    }*/

    .fd-yr-txt {
        margin-top: -23px !important;
    }

    .news-image_photo {
        width: 50%;
        float: left;
        HEIGHT: 110PX !important;
    }
       
    .footer-bottom .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    ul.our-gov li {
        width: 100%;
        margin: 8px 0px;
    }

        ul.our-gov li a h5 {
            bottom: 10px;
            color: #fff;
            font-size: 110%;
            font-weight: 700;
            left: 10px;
            position: absolute;
            z-index: 100;
        }

        ul.our-gov li a i {
            font-size: 150% !important;
        }

    .footer-bottom .container div.bottom-block {
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        padding-bottom: 10px;
        border-bottom: 1px dashed #333741;
        margin-bottom: 15px;
        padding-bottom: 15px;
        font-size: 120% !important;
    }

    ul.footer-menu {
        padding-left: 0px;
        display: inline-block;
    }

        ul.footer-menu li {
            float: left;
            font-size: 90%;
            line-height: 0;
            text-align: left;
            width: auto;
        }

            ul.footer-menu li:before {
                content: '|';
            }

            ul.footer-menu li a {
                margin: 0px 3px;
            }

    .footer-bottom .container div.bottom-block:last-child {
        margin-bottom: 0;
        padding-bottom: 10px;
        border-bottom: 0px;
    }

    h2.page-title, .block-content h4 {
        font-size: 150%;
        margin-left: 0%;    
    }
}

@media all and (max-width : 395px) {
    .home-sec6 {
        margin-top: -5%;
    }
       .bttn-event-mobile {
        margin-left: 140px !important;
        margin-bottom: -280px !important;
        font-size: 2vw !important;
    }

    .bttn-event-mobile-h {
        margin-left: 140px !important;
        margin-bottom: -280px !important;
        font-size: 2vw !important;
    }
    
}

@media all and (max-width : 380px) {

    ul.whats-holder li {
        margin-left: 18%;
    }
}

@media all and (max-width : 360px) {

    .home-sec6 {
        margin-top: -10%;
    }

       .bttn-event-mobile {
        margin-left: 130px !important;
        margin-bottom: -260px !important;
        font-size: 2vw !important;
    }

    .bttn-event-mobile-h {
        margin-left: 130px !important;
        margin-bottom: -260px !important;
        font-size: 2vw !important;
    }

    .publication-div-e {
        margin-top: -132vw;
    }

    .disp0 {
        display: none;
    }

    .wn-btn-mv {
        margin-left: -5px !important;
    }

    .publication-img {
        margin-top: 0%;
    }

    .event-mobile {
        margin-top: 72px;
        margin-left: 27px;
    }

    .table-responsive {
        margin-top: 397px !important;
    }

    .container-x {
        margin: -100px 35px;
        border-radius: 10px;
        width: 119%;
    }

    .csr-btn-h {
        bottom: 518px !important;
        font-weight: bold !important;
        padding: 5px 19px !important;
    }

    .csr-div-h {
        margin-left: 23px !important;
    }

    .news-description {
        float: none;
        width: 345px;
        display: block;
        padding: 21px;
    }

    .container-x .card-x {
        margin-left: -81px;
        height: 562px !important;
    }

    .fd-yr-txt {
        margin-top: -18px !important;
    }

    .gallery-box {
        width: 100%;
        margin: 0 0 40px 0;
        padding: 0;
    }

    .photo {
        height: auto;
    }

    .defaultFont {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .news-description {
        float: none;
        width: 330px;
        display: block;
        padding: 10px;
    }

    .section_two .two_left {
        width: 100%;
        padding: 0px 4px 0px 4px;
    }

        .section_two .two_left h1.title {
            font-size: 5vw !important;
        }

        .section_two .two_left p {
            font-size: 3.3vw !important;
            line-height: 16px !important;
        }

            .section_two .two_right {
        width: 100%;
    }

             .section_two .two_right .home_cat:last-child {
            margin-top: 30%;
        }
}

/* Outer container */
.fn-wrapper {
    padding: 1rem;
}

.fn-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    /*text-align: center;*/
}

/* Card background container */
.fn-card-wrapper {
   /* background-color: #f5f5f5;*/
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    /*background-image: url("Images/newsw4.webp");*/
    background-size: cover;
    background-position: center;
}

/* News list container */
.fn-news-list {
    list-style: none;
    padding: 5px;
    margin: 0;
    display: grid;
    /*    display: flex;*/
    /* flex-wrap: wrap;*/
    gap: 1.2rem;
    height: 400px;
    overflow-x: hidden;
}

/* News item */
.fn-news-item {
    flex: 1 1 calc(50% - 1rem);
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.06);
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: 1px solid #c3c3c3;
}


/* Use disc-style bullet instead of image */
.fn-news-icon {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}


/* Hover effect: magnify card and bullet */
.fn-news-item:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.fn-news-item:hover .fn-news-icon {
    transform: scale(1.5);
    background-color: #007bff;
}

/* Icon */
/*.fn-news-icon img {
    width: 18px;
    height: 18px;
    margin-top: 4px;
}*/

/* News content */
.fn-news-content {
    flex: 1;
    word-wrap: break-word;
}

    .fn-news-content a:hover {
        color: #007bff !important;
        text-decoration: none;
    }

.fn-news-link {
    
    font-size: 1rem;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}

.fn-news-date {
    display: block;
    font-size: 0.85rem;
    color: #92582f;
    margin-top: 0.5rem;
    font-weight: bold;
}

/* Read more */
.fn-read-more {
    text-align: center;
    margin-top: 1.5rem;
}

.fn-read-btn {
    font-size: 0.8rem;
    font-weight: bold;
    color: #0056b3;
    text-decoration: none;
    margin-left: 85%;
}

    .fn-read-btn:hover {
        color: #f8f0e3 !important;
        background-color: #0e5a9f !important;
        padding: 11px 10px;
        text-align: center;
        border-radius: 35px;
    }

.fn-evntcsr-btn {
    font-size: 0.8rem;
    font-weight: bold;
    color: #0056b3;
    text-decoration: none;
}

    .fn-evntcsr-btn:hover {
        color: #f8f0e3 !important;
        background-color: #0e5a9f !important;
        padding: 9px 8px;
        text-align: center;
        border-radius: 35px;
    }

.fn-font {
        font-size:0.8rem;
    }

.section-whatwedo {
  padding: 40px 20px;
  background: #fff;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Left Text Block */
.whatwedo-text {
  flex: 1 1 100%;
  padding: 0% 2%;
  text-align:justify;
  font-size:1.2rem;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.read-more-btn {
  display: inline-block;
  margin-top: 15px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

/* Right Cards */
.whatwedo-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 100%;
}

.info-card {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    text-align: justify;
}

    .info-card h3 {
        margin: 0 0 5px;
        font-size: 1.5rem;
      
        color: #000;
    }

    .info-card a:hover {
        text-decoration: none;
    }

        .info-card a:hover h3 {
            color: #007bff;
        }


    .info-card p {
        margin: 0 0 5px;
        font-size: 1rem;
        color: #000;
    }

.card-read-more {
    display: inline-block;
    left: 85%;
    position: absolute;
    font-size: 0.7vw;
    text-decoration: none;
    font-weight: bold;
    color: #0056b3;
}

/* Tablet and Desktop Layout (≥992px) */
@media (min-width: 992px) {
  .whatwedo-text {
    flex: 0 0 52%;
  }

  .whatwedo-cards {
    flex: 0 0 42%;
  }
}

/* Prevent overlap between sections */
.section-whatwedo + .featured-news-section {
  margin-top: 40px;
}

/* Responsive: Single column for mobile */
@media (max-width: 768px) {
    .fn-news-item {
        flex: 1 1 100%;
    }

    .fn-news-link {
        font-size: 1.05rem;
    }

    .fn-news-date {
        font-size: 0.9rem;
    }

    .fn-font {
        font-size:0.7rem;
    }
}

@media (max-width: 480px) {
    .fn-news-item {
        flex-direction: column;
    }

    .fn-news-icon {
        margin-bottom: 0.5rem;
    }

    .fn-news-link {
        font-size: 0.7rem;
    }

    .fn-news-date {
        font-size: 0.7rem;
    }

    .fn-read-more {
        margin: 0.5rem 0;
    }

    .fn-font {
        font-size: 0.5rem;
    }

    .card-read-more {
        display: inline-block;
        left: 65%;
        font-size: 0.7rem;
    }

    .fn-read-btn {
        font-size: 0.6rem;
        margin-left: 0%;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {

    .fn-read-btn {
        margin-left: 80%;
        font-size: 0.7vw;
    }

    .fn-evntcsr-btn {
        font-size: 0.7vw;
    }
}

    @media (min-width: 3200px) and (max-width: 6000px) {

        .section-title {
            font-size: 2.5rem;
        }

        .whatwedo-text p {
            font-size: 2.1rem;
            line-height: 3.5rem;
        }

        .info-card {
            padding: 55px;
        }

            .info-card h3 {
                font-size: 2.6rem;
            }

            .info-card p {
                font-size: 2.1rem;
                line-height: 3.5rem;
            }

        .fn-news-link {
            font-size: 2rem;
        }

        .fn-news-icon {
            width: 30px;
            height: 30px;
            margin-top: 12px;
        }

        .fn-read-btn {
            font-size: 1.6rem;
        }

        .fn-news-date {
            font-size: 2rem;
        }

        .fn-title {
            font-size: 3rem;
        }

        .fourbox .owl-item .item img {
            height: 35pc;
        }

        .home-sec6 p {
            height: 175px;
            margin-top: 20px;
            line-height: 2.5rem
        }

        .event-galley .container {
            max-width: 90%;
            width: 90%;
        }

        .event-galley .container-x {
            max-width: 100%;
            padding: 30px;
            height: 700px;
        }

        .event-galley .card-x {
            width: 1800px !important; /* Or 70% of screen */
            margin: 0 auto;
            background-size: cover;
            height: 700px;
        }

        .table-responsive {
            height: 600px !important;
        }

        .event-galley .news-block .img-title {
            font-size: 18px !important;
        }

        .event-galley img.img-responsive {
            width: 100%;
            height: 500px;
        }

        .event-galley .table-responsive {
            max-height: 700px;
        }

        .news-block {
            margin-top: -10%;
        }

        .bttnevent {
            bottom: -365px;
        }

        .scroll-play-pause {
            bottom: -118% !important;
        }

        .fn-font {
            font-size: 1.5rem;
        }
    }