﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html, body {
    max-width: 100%;
    /*overflow-x: hidden;*/
}


p{
    font-size:16px;
}

a {
    text-decoration: none;
}

.ipcontainer {
    display: flex;
    align-items:center;
    justify-content:center;
}

.ipimage{
    float:right;
    width: 50%;
    max-height: 100%;
}

.iptext {
    width: 50%;
    font-size: 10px;
}

.mySlides {
    display: none;

}

    .mySlides img {
        min-height: 300px;
        object-fit: cover;
    }

img {
    vertical-align: middle;
}

.cropimage {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../Images/People.png');
}

.sukhvandbg {
    padding:50px;
    text-align:center;
    width: 100%;
    min-height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../Images/sukhvanbg.jpg');
}

.ugabhog {
    padding: 50px;
    text-align: center;
    width: 100%;
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('../Images/ugabhog.png');
}

.cropimagegj {
    width: 100%;
    height: 280px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(150, 100, 50, 0.5), rgba(0, 0, 0, 0.5)),url('../Images/hp_ss_2.png');
}

.cropimagehk {
    width: 100%;
    height: 280px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(150, 100, 50, 0.5), rgba(0, 0, 0, 0.5)),url('../Images/hk_2024.png');
}

.cropimagefd {
    width: 100%;
    height: 280px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(150, 100, 50, 0.5), rgba(0, 0, 0, 0.5)),url('../Images/adm2024-2.JPG');
}

.cropimagedc {
    width: 100%;
    height: 280px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(150, 100, 50, 0.5), rgba(0, 0, 0, 0.5)),url('../Images/adm2024-1.jpeg');
}


.cropimagegen {
    width: 100%;
    height: 180px;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../Images/gen-bg-1.jpg)
}
.cropimageinit {
    width: 100%;
    height: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../Images/sudhrach-ban-1.png)
}

.cropimagepadukahdr {
    width: 100%;
    height:auto;
    /*background-position: top left;
    background-repeat: no-repeat;*/
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prevSlide, .nextSlide {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.nextSlide {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prevSlide:hover, .nextSlide:hover {
        background-color: rgba(0,0,0,0.8);
        text-decoration: none;
        color: white;
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.termstext {
    
}
    .termstext p {
        font-size: 14px;
        margin-bottom: 20px;
        letter-spacing: .5px;
        text-align: justify;
        color:#555;
    }
    .termstext h5 {
        font-size: 14px;
        letter-spacing: .5px;
        text-align: justify;
        color: #222;
        font-weight:600;
        margin-bottom:2px;
    }
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    overflow: auto;
}

    .mynavbar a.active, .mynavbar2 a.active, .dot:hover, .active {
        background-color: #f76026;
        color: white;
    }

/* Fading animation */
.myfade {
    animation-name: myfade;
    animation-duration: 1.5s;
}

.mynavbar {
    /*overflow: hidden;*/
    margin-top:5px;
    background-color: #f2da73;
    max-height: 45px;
}

.mynavbar2 {
    /*overflow: hidden;*/
    min-height: 45px;
    background-color: #f2da73;
    display: none;
    width: 100%;
}

    .mynavbar img, .mynavbar2 img {
        float: left;
        padding-left: 20px;
    }
    .mynavbar a, .mynavbar2 a {
        float: left;
        font-size: 15px;
        color: #333;
        text-align: center;
        padding: 11.75px 14px;
        text-decoration: none;
    }


.mydropdown {
    float: left;
    overflow: hidden;
}

    .mydropdown .dropbtn {
        font-size: 15px;
        border: none;
        outline: none;
        color: #333;
        padding: 11.75px 14px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

.mynavbar a:hover, .mynavbar2 a:hover, .mydropdown:hover .dropbtn {
    background-color: #f76026;
    color: white;
    text-decoration: none;
}

.mydropdown-content {
    display: none;
    position: absolute;
    background-color: #f76026;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    margin-top: -5px;
}

    .mydropdown-content a {
        float: none;
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 13px;
        border-bottom: solid 1px white;
    }

        .mydropdown-content a:hover {
            background-color: #f76026;
            color:yellow;
        }

.mydropdown:hover .mydropdown-content {
    display:inherit;
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index:10;
}

    .sticky + .content {
        padding-top: 60px;
    }

.sticky3 {
    display: none;
}
.sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    animation-name: myfade;
    animation-duration: 1s;
    display: block;
    z-index: 11;
}

    .sticky2 + .content {
        padding-top: 60px;
    }

.hdr2 {
    background-color: #f2da73;
    overflow: auto;
    border: 1px solid transparent;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

    .hdr2 .logo {
        float: left;
        padding-left: 30px;
    }

    .hdr2 .donationbtn {
        float: right;
        padding-right: 20px;
    }
        .hdr2 .donationbtn a {
            background-color: #f76026;
            color: white;
        }
            .hdr2 .donationbtn a:hover {
                border: 2px solid #c65102;
                background-color: #c65102;
                color: white;
                font-weight:bold;
                text-decoration: none;
            }


.imggal .btn1 {
    text-align: center;
    padding-top: 20px;
}

.btndiv {
    padding-top: 20px;
}

.markcardtext {
    min-height:120px

}

.readmorebtn {
    background-color: #f76026;
    color: white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

    .readmorebtn:hover, .readmorebtn:visited {
        border: 2px solid #c65102;
        background-color: #c65102;
        color: white;
        text-decoration: none;
    }



        .gsbfooter {
            /*position: absolute;*/
            background: #333;
            /*z-index: 1;*/
            /*display: flex;*/
            padding: 40px;
            margin-top: 100px;
            /*justify-content: space-between;*/
            /*box-shadow: 0 20px 25px rgba(0,0,0,0.15);*/
            width: 100%;
            height: auto;
            /*flex-direction: row;*/
        }

    .gsbfooter .logo {
        /*position: relative;
        width: 100%;
        margin: -20px 0px 10px;
        
        display: flex;*/
        justify-content: center;
        align-items: center;
    }
        .gsbfooter .logo img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            
        }
    .gsbfooter h2 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
    }

    .gsbfooter h4 {
        color: #fff;
        font-weight: 200;
    }

    .gsbfooter h5 {
        color: #fff;
        font-weight: 200;
    }

    .gsbfooter ul.info {
        position: relative;
        margin: 20px 0;
    }

        .gsbfooter ul.info li {
            position: relative;
            list-style: none;
            display: flex;
            margin: 20px 0;
            cursor: pointer;
            align-items: flex-start;
        }

            .gsbfooter ul.info li span:nth-child(1) {
                width: 30px;
                min-width: 30px;
            }

                .gsbfooter ul.info li span:nth-child(1) img {
                    max-width: 100%;
                    filter: invert(1);
                }

            .gsbfooter ul.info li span:nth-child(2) {
                color: #fff;
                font-weight: 300;
                margin-left: 10px;
            }


    .gsbfooter ul.sci {
        position: relative;
        margin: 20px 0;
        display: flex;
        /*justify-content: center;*/
        align-items: center;

    }

        .gsbfooter ul.sci li {
            margin: 0 10px 0;
            list-style: none;
        }

            .gsbfooter ul.sci li img {
                max-width: 30px;
                filter: invert(1);
            }

                .gsbfooter ul.sci li img:hover {
                    max-width: 50px;
                    margin: -10px;
                }
.uslnk, .uslnk li a, .uslnk a {
    color: #f89155;
}

.spuslnk, .spuslnk li a, .spuslnk a {
    color: #3ea9b6;
}

        .uslnk li {
            font-size:14px;
            list-style: none;
            margin-top:10px;
        }

            .uslnk li a, .uslnk a {
                text-decoration: none;
                display: inline-block;
                padding-bottom: 1px;
                background-image: linear-gradient(#f76026 0 0);
                background-position: 0 100%; /*OR bottom left*/
                background-size: 0% 2px;
                background-repeat: no-repeat;
                transition: background-size 0.2s, background-position 0s 0.2s; /*change after the size immediately*/
            }

                .uslnk li a:hover, .uslnk li a:active, .uslnk a:hover, .uslnk a:active {
                    color: #f76026;
                    background-position: 100% 100%; /*OR bottom right*/
                    background-size: 100% 2px;
                    text-decoration:none;
                }

.hdrtxt1 {
    color:#f76026;
}

.mybtn {
    background-color: rgba(255,255,255,0.6);
    cursor: pointer;

    border: 1px solid #f76026;
    color: #f76026;
    /*padding: 14px 28px;*/
    font-size: 16px;
    cursor: pointer;
}

    .mybtn:hover {
        color: white;
        background-color: #f76026;
        text-decoration: none;
    }

.sevabtn {
    border-color: #f76026;
    color: #f76026;
}

    .sevabtn:hover {
        background-color: #f76026;
        color: white;
    }

.hidebtn{
    display:none;
}

.showbtn {
    display: inherit;
}

.hdr1 {
    background-color: #f76026;
    height: 40px;
    width: 100%;
    overflow: hidden;
}

.hdr11 {
    background-color: #f76026;
    height: 40px;
    width: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 10fr 2fr; /* 10 parts main column, 2 parts sidebar */
    gap: 20px; /* Space between columns */
}
.hdr1 ul.sci, .hdr11 ul.sci {
    position: relative;
    margin-top: 10px;
    margin-right: 30px;
    display: flex;
    justify-content: right;
    align-items: center;
    float: right !important;
}

    .hdr1 ul.sci li, .hdr11 ul.sci li {
        margin: 0 10px 0;
        list-style: none;
    }

        .hdr1 ul.sci li img, .hdr11 ul.sci li img {
            max-width: 20px;
            filter: invert(1);
        }

            .hdr1 ul.sci li img:hover, .hdr11 ul.sci li img:hover {
                max-width: 30px;
                margin: -10px;
            }





@keyframes myfade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


.overlay .dropdown-btn {
    border: none;
    background-color: inherit;
    margin-top:0px;
}

.overlay .dropdown-container {
    display: none;
}

.overlay .dropdown-container a {
    font-size:20px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

    .overlay-content, .overlay .dropdown-btn {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        
    }

.overlay a, .overlay .dropdown-btn {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus, .overlay .dropdown-btn:hover, .overlay .dropdown-btn:focus {
        color: #f76026;
        text-decoration: none;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.mobile-container {
   
    margin: auto;
    color: white;
    background-color: #f2da73;
}

.topnav {
    overflow: hidden;
    position: relative;
    padding: 10px 5px;
}

    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        height:100%;
        min-width:60px;
        text-align:center;
        vertical-align:middle;
    }

        .topnav a.icon {
            background: #f76026;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav a:hover {
            background-color: #555;
            color: white;
        }

.mobile-container .active {
    background-color: #04AA6D;
    color: white;
}

.charobj {
    text-align: center;
    padding: 30px;
    padding-top:30px;
    background-color: #fef9e1;
}

.fa-6 {
    color: #f1580c;
    font-size: 3em !important;
}

.fa-3 {
    color: #f1580c;
    font-size: 1.5em !important;
}


.f-1 {
    font-size: 12px;
    font-weight: 100;
}

.f-2 {
    font-size:18px;
    font-weight:100;
}

.mobdonbtn {
    margin-top: 0px;
    margin-right: 70px;
    float: right;
    cursor: pointer;
    background-color: #f76026;
    padding: 10px !important;
    font-size: 14px !important;
}


.rounded-img {
    border-radius: 50%;
}

.marketing{
    padding-top:100px;
}

.marketing img {
    width: 140px;
    height: 140px;
}

.Hdr-Line {
    width: 60px;
    height: 3px;
    padding: 0px;
    margin: 0 auto 20px auto;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #fd602c;
}

.Hdr-Line1 {
    width: 60px;
    height: 3px;
    padding: 0px;
    /*margin: 0 auto 20px auto;*/
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #fd602c;
}


.imggal {
    background-color: #fef9e1;
    overflow: hidden;
    margin: auto;
    padding: 50px;
    padding-top:30px;
    text-align:center;
    
}

    .imggal .imggalrow::after {
        content: "";
        clear: both;
        display: table;
    }

    .imggal .imggalrow .imggalcol {
        float: left;
        width: 25%;
        padding: 10px;
    }

    .imggal img {
        width: 100%;
    }

/* The hero image */
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../Images/People.png");
    /* Set a specific height */
    height: 50%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: relative;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 36px;
}

.hero-text-1 {
    text-align: center;
    position: relative;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-size: 36px;
    font-weight:600;
}

.hero-text-2 {
    text-align: center;
    position: relative;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 70px;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    padding: 5px;
    cursor:pointer;
}

    /* On mouse-over, add a deeper shadow */
    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

    .card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: 25% 25%;
    }


/* Add some padding inside the card container */
.card-container {
    padding: 2px 16px;
}


.audiocontainer {
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.audiocontainer1 {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
}

    .audiocontainer .audiocovercontainer {
    }

    /*image Gallery Modal*/
.ImgThumbnail {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 50px;
    
}

.ImgThumbnail1 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 70px;
}

.hdrimg {
    height:400px;
}

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modalImage {
    margin: auto;
    display: block;
    height: 90%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
    
.close1 {
    position: absolute;
    top: 50px;
    right: 100px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index:99;
}

    .close1:hover,
    .close1:focus {
        color: rgb(255, 0, 0);
        cursor: pointer;
    }

.gsbcontactform input[type=text], .gsbcontactform input[type=number], .gsbcontactform input[type=email], .gsbcontactform select, .gsbcontactform textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    margin-top: 2px;
    margin-bottom: 16px;
    resize: vertical;
    font-size:14px;
}

.gsbcontactform input[type=submit] {
    background-color: #f76026;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

    .gsbcontactform input[type=submit]:hover {
        background-color: #c65102;
    }

/* Style the container/contact section */
.gsbcontactformcontainer {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/* Create two columns that float next to eachother */
.gsbcontactform .column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}

/* Clear floats after the columns */
.gsbcontactform .row:after {
    content: "";
    display: table;
    clear: both;
}

.gsbcontactform label {
    font-size: 14px !important;
    font-weight: 400 !important;
    display: block;
    width: 90%;
    float: left;
    padding: 0;
    margin: 0;
}

.gsbcontactform label:after {
    content: ": "
}

.gsbcontactform input::-webkit-outer-spin-button,
.gsbcontactform input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.gsbcontactform input[type=number] {
    -moz-appearance: textfield;
}

.thumbnail :hover {
    background: #FFF9E3 !important;
    cursor: pointer !important;
}

.update-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item {
    width: 100%;
    height: 450px;
    max-width: 450px;
    background: #fff;
    border-radius: 20px;
    border-top: 5px solid #f1643f;
    box-shadow: 0 4px 5px 2px rgba(0,0,0,.2);
    overflow: hidden;
}

.titlecontainer {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 4px solid #f1643f;
}

.uptitle {
    margin-top: 20px;
    padding: 10px;
    max-width: 150px;
    background-color: #f1643f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.news-updates {
    margin-left: 20px;
    margin-right: 20px;
}

.news-item img {
    float: left;
    width: 75px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-right: 15px
}

.news-item {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 9px 0;
    font-size: .8em;
    clear: both;
}

    .news-item a {
        text-decoration: none;
    }



.card-body {
    min-height: 200px !important;
}



@keyframes fade-bottom {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }

    20% {
        transform: translateY(0);
        opacity: 1;
    }
    80% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-200px);
        opacity: 0;
    }
}

    @media screen and (max-height: 450px) {
        .overlay a {
            font-size: 20px;
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
    }
    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 700px) {
        .modalImage {
            width: 80%;
            height: auto;
        }

        .hdrimg {
            max-width: 300px;
            height: auto;
        }
    }

    @media only screen and (max-width: 600px) {
    .ImgThumbnail {
        width: 70px;
    }
}

    @media only screen and (max-width: 400px) {
        .prevSlide, .nextSlide, .text {
            font-size: 11px;
        }

        
        .card img {
            height: 100px;
        }

        .gsbcontactform .column, input[type=submit] {
            width: 100%;
            margin-top: 0;
        }

        .markcardtext {
            min-height: 30px;
        }

        .contactus-hero-img{
            display:none;
        }
    }

    @media (min-width:769px) {
        .mobile-container {
            display: none;
        }
    }

    @media (max-width:768px) {
        .hdr1, .hdr11, .hdr2 .logo, .mynavbar, .mynavbar2 {
            display: none;
        }

        .slideshow-container {
        }

        .gsbfooter .logo {
            display: none;
        }


        .imggal {
            padding: 5px;
            padding-top: 25px;
            padding-bottom: 25px;
        }

            .imggal .imggalrow .imggalcol {
                padding: 3px;
            }

        .close1 {
            position: absolute;
            top: 100px;
            right: 20px;
            color: white;
            font-size: 30px;
            font-weight: bold;
            transition: 0.3s;
            z-index: 99;
        }
        .markcardtext {
            min-height: 30px;
        }
        .markcardimg {
            padding-top:10px;
        }
        .update-container {
            position: relative;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .news-item-container {
            width: 100%;
            height: 450px;
            max-width: 450px;
            background: #fff;
            border-radius: 20px;
            border-top: 5px solid #f1643f;
            box-shadow: 0 4px 5px 2px rgba(0,0,0,.2);
            overflow: hidden;
            margin-bottom: 20px;
            margin-top: 20px;
        }

        .titlecontainer {
            margin-left: 20px;
            margin-right: 20px;
            border-bottom: 4px solid #f1643f;
        }

        .uptitle {
            margin-top: 20px;
            padding: 10px;
            max-width: 150px;
            background-color: #f1643f;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
        }

        .news-updates {
            margin-left: 20px;
            margin-right: 20px;
        }

        .news-item img {
            float: left;
            width: 75px;
            height: 60px;
            border: 1px solid #ddd;
            border-radius: 0px;
            margin-right: 15px
        }

        .news-item {
            list-style: none;
            border-bottom: 1px solid #ddd;
            padding: 9px 0;
            font-size: 1.1em;
            clear: both;
            font-family: 'Arial Narrow' !important;
        }

            .news-item a {
                text-decoration: none;
            }

            .news-item h5 {
                font-weight: 600;
            }
    }

    @media (max-width:992px) {
        .guruimg {
            margin: 30px;
        }
    }
    /* MARKETING CONTENT
-------------------------------------------------- */
    /* Center align the text within the three columns below the carousel */
    .marketing .col-lg-4 {
        margin-bottom: 1.5rem;
        text-align: center;
    }
        /* rtl:begin:ignore */
        .marketing .col-lg-4 p {
            margin-right: .75rem;
            margin-left: .75rem;
        }
    /* rtl:end:ignore */



    /*.imggal .p4{
        padding:20px;

    }*/



    .rounded-circle {
        border-radius: 50%;
    }



