:root {
	--primary-color : #E4070E;
    --secondary-color : #1d2933;
    --white-color : #fff;
}

.header-top {
    background: var(--secondary-color) ;
    padding-top: 8px;
}

.header-top .ht-social-links a{
    margin-right: 10px;
    font-size: 17px;
}

.header-top .ht-social-links a i{
    color: var(--white-color) ;
}

.icon-jdLogo:before {
    content: "\e926"
}

.header-top .ht-contact a{
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: var(--white-color);
}

.header-top .ht-contact a i{
    color: var(--white-color) ;
}

.header-bottom {
    background: var(--secondary-color) ;
}

.header-bottom .navbar-brand img {
    background: var(--white-color);
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
}

.header-bottom .navbar-toggler{
    background: var(--white-color);
}

.header-bottom .navbar-nav .nav-link{
   color: var(--white-color) ;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 500;
}

.header-bottom .navbar-nav .dropdown-menu a:hover,
.header-bottom .navbar-nav .dropdown-menu a:focus {
    background: var(--secondary-color) ;
    color: var(--white-color);
}

.header-bottom .navbar-nav .dropdown-menu a{
    color: var(--secondary-color) ;
}

.header-bottom .navbar-nav .dropdown-menu a.active{
    background: var(--secondary-color);
    color: var(--white-color);
}

.header-bottom .navbar-nav .dropdown-menu ul{
    list-style: none;
    padding-left: 0px;
    height: 200px;
    overflow-y: auto;
}

.header-bottom .navbar-nav .dropdown-menu ul li a{
    padding: 0.25rem 1.5rem 0.25rem 1.5rem;
    text-decoration: none;
    display: block;
}

.header-banner {
    background-image: url(../images/home-banner.webp);
    background-size: cover;
    background-position: bottom center;
    height: 500px;
}

.header-banner .banner-content {
    padding-top: 110px;
}

.header-banner .banner-content h1 {
    color: var(--white-color);
    font-size: 40px;
}

.hb-contact-btn a {
    text-decoration: none;
    margin-right: 1rem;
    padding: 10px 25px;
    font-size: 14px;
    background: var(--primary-color);
    border-radius: 5px;
    color: var(--white-color);
}

.customslider .carousel-item img{
    height: 500px;
    object-fit: cover;
}

.customslider .custompicon{
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 30px;
    font-size: 20px;
}

.customslider .customnicon{
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 30px;
    font-size: 20px;
}

.service-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.service-section h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.service-section h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.service-section .card {
    border: none;
    height: 485px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.service-section .card img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

.service-section .card .card-text {
    font-size: 14px;
    height: 65px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.service-section .card .card-title {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
}

.service-section .card .card-body a{
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 14px;
    background: var(--primary-color);
    color: var(--white-color);
}

.about-section{
    background: var(--secondary-color);
}

.about-section .about-content {
    margin-top: 40px;
}

.about-section .about-img img{
    margin-top: 40px;
    width: 100%;
    height: 330px;
    border-radius: 10px;
    object-fit: cover;
}

.about-section .about-content h1{
    text-align: center;
    font-size: 36px;
    color: var(--primary-color);
}

.about-section .about-content p{
    font-size: 18px;
    color: var(--white-color);
}

.gallery-section {
    background: #273542;
    padding-top: 60px;
    padding-bottom: 60px;
}

.gallery-section h1{
    text-align: center;
    padding-bottom: 15px;
    color: var(--primary-color);
    font-size: 36px;
}

.gallery-section .gallery-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-top: 20px;
    border-radius: 10px;
}

.heading {
    position: relative;
}
.testimonials {
    padding: 45px 0 30px;
    color: #ffffff;
    position: relative;
}
.testimonials:before {
    content: "";
    background: #cacdda80;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.testimonials .heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--secondary-color);
}

.testimonials .heading h5 {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-color);
}

/* Image */
.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 0 15px;
}

.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: var(--secondary-color);
    font-weight: 700;
}

.testimonials .carousel-inner .carousel-item p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--secondary-color);
    margin: 20px 0;
    padding: 0;
}


.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: var(--secondary-color);
}

.contact-section{
    background: var(--secondary-color);
    padding-top: 45px;
    padding-bottom: 45px;
}

.contact-section h1{
    text-align: center;
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact-section .contact-content img{
    width: 40px;
    height: 40px;
}

.contact-section .contact-content h2{
    text-align: center;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}

.contact-section .contact-content p{
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
}

.contact-section form{
    padding-top: 60px;
}

.contact-section form input{
    background: #ffffff1a !important;
    width: 100%;
    min-height: 50px;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #333;
    padding: 6px 12px;
    color: var(--white-color) !important;
}

.contact-section form textarea{
    background: #ffffff1a !important;
    width: 100%;
    min-height: 182px;
    font-size: 16px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #333;
    padding: 6px 12px;
    color: var(--white-color) !important;
}

.contact-section form button{
    background: var(--primary-color) !important; 
    color: var(--white-color);
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 28px;
    border-radius: 30px;
    margin-top: 5px;
}

.qrcode-section{
    background: #fef0ed;
    padding: 10px 40px;
}

.qrcode-section .qrcode-content{
    width: 100%;
    height: 400px;
}

.qrcode-section .qrcode-content h2{
    font-size: 30px;
    font-weight: 500;
    color: var(--secondary-color);
    text-align: center;
}

.qrcode-section img{
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.google-map iframe {
    width: 100%;
    height: 600px;
}

.footer{
    background: #32323217;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer .footer-content h2{
    color: var(--secondary-color);
    font-size: 21px;
    font-weight: 700;
}

.footer .footer-content a{
    color: var(--secondary-color);
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

.footer .footer-content p{
    color: var(--secondary-color);
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.footer .footer-content a i{
    color: var(--white-color);
    background: #333;
    font-size: 18px;
    padding: 10px;
    border-radius: 20px;
}

.footer .footer-content a img{
    background: #333;
    padding: 10px;
    border-radius: 20px;
}

.coprightb1 p{
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0px;
}

.coprightb2 p{
    font-size: 20px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0px;
    display: flex;
    justify-content: end;
}

.service-banner-1{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-1.webp");
    background-size: cover;
    background-attachment: fixed;
}

.newsptopbg{
    background: #32323217;
    padding: 45px 30px;
}

.newsptopbg a {
    padding: 10px 25px;
    background: var(--primary-color) !important;
    color: var(--white-color);
    border-radius: 30px;
    font-size: 14px;
}

.nsbg{
    background: #edf7ff;
}

.newssection-1{
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
    height: auto;
}

.newssection-1 h2{
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
}

.newssection-1 .ns-1img{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.newssection-1 img{
    width: 552px;
    height: 302px;
    object-fit: cover;
    border-radius: 10px;
}

.newssection-1 p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}

.newssection-2{
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
    height: auto;
}

.newssection-2 h2{
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
}

.newssection-2 img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.newssection-2 .btn{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    border: none;
}

.newssection-2 .btn a{
    text-decoration: none;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 30px;
    color: var(--white-color);
    background: var(--primary-color) !important;
}

.newsptopbg2{
    background: #32323217;
    padding: 45px 30px;
}

.newsptopbg2 a {
    padding: 10px 25px;
    background: var(--primary-color) !important;
    color: var(--white-color);
    border-radius: 10px;
    font-size: 14px;
}

.ns-3bg{
    background: #edf7ff;
}

.newssection-3{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    height: auto;
}

.newssection-3 img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.newssection-3 h2{
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.newssection-3 p{
    color: var(--secondary-color);
    font-size: 16px;
}

.newssection-3 a:first-of-type{
    color: var(--white-color);
    font-size: 14px;
    background: var(--secondary-color);
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 25px;
}   

.newssection-3 a:nth-of-type(2){
    color: var(--white-color);
    font-size: 14px;
    background: var(--primary-color);
    border-radius: 10px;
    text-decoration: none;
    padding: 10px 25px;
    margin-left: 8px;
}

.ratecards{
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
}

.ratecards h2{
    font-size: 30px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
}

.ratecards img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.ratecards h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 10px;
}

.awmgbg{
    background: #fff5fd;
}

.awmgroups{
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
}

.awmgroups h2{
    font-size: 26px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
}

.awmgroups h2.h2second{
    font-size: 20px;
}

.awmgroups h2.h2third{
    font-size: 20px;
    font-weight: 700;
}

.awmgroups h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    text-align: center;
}

.awmgroups img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.awmgroups h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ourclients{
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
}

.ourclients h2{
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.ourclients img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-banner-2{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-2.webp");
    background-size: cover;
    background-attachment: fixed;
}

.radio-section{
    background: #32323217;
    padding: 45px 30px;
}

.radio-section h2{
    color: var(--primary-color);
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.radio-section p{
    text-align: center;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
}

.service-banner-3{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-3.webp");
    background-size: cover;
    background-attachment: fixed;
}

.radio-section a{
    padding: 10px 25px;
    background: var(--primary-color) !important;
    color: var(--white-color);
    border-radius: 30px;
    font-size: 14px;
}

.outdoor-section-1{
    width: 100%;
    height: auto;
    padding: 45px 30px;
}

.outdoor-section-1 h2{
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 500;
}

.outdoor-section-1 p {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
}

.service-banner-4{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-4.webp");
    background-size: cover;
    background-attachment: fixed;
}

.service-banner-5{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-5.webp");
    background-size: cover;
    background-attachment: fixed; 
}

.cinemabg{
    background: #fff5fd;
}

.cinemagroups{
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
}

.cinemagroups h2{
    font-size: 34px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
}

.cinemagroups h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 20px;
}

.cinemagroups p{
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 400;
}

.cinemagroups img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-banner-6{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-6.webp");
    background-size: cover;
    background-attachment: fixed; 
}

.service-banner-7{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-7.webp");
    background-size: cover;
    background-attachment: fixed; 
}

.bsavsection-1{
    padding-bottom: 45px;
    width: 100%;
    height: auto;
}

.bsavsection-1 h2{
    font-size: 34px;
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
    margin-top: 40px;
}

.bsavsection-1 img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.bsavsection-1 p{
    font-size: 16px;
    font-weight: 400;
}

.service-banner-8{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-8.webp");
    background-size: cover;
    background-attachment: fixed; 
}

.dmsection-1{
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
    height: auto;
}

.dmsection-1 h2{
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
}

.dmsection-1 .ns-1img{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.dmsection-1 img{
    width: 552px;
    height: 302px;
    object-fit: cover;
    border-radius: 10px;
}

.dmsection-1 p{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}

.dmbg{
    background: #fff5fd;
}

.dmgroups{
    padding-top: 45px;
    padding-bottom: 45px;
    width: 100%;
}

.dmgroups h2{
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
}

.dmgroups h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
    text-align: center;
}

.dmgroups img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.dmgroups h6 {
    font-size: 22px;
    font-weight: 400;
    color: var(--secondary-color);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.service-banner-9{
    width: 100%;
    height: 300px;
    background-image: url("../images/sbanner-9.webp");
    background-size: cover;
    background-attachment: fixed; 
}

.faoadsbg {
    background: url(../images/faopagebg.webp);
    background-size: cover;
}

.faosection-1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.faosection-1 h2{
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
}

.faosection-1 .faocard{
    width: 100%;
    padding: 30px;
    background: #f8f3ef;
    border-radius: 50px 0px 50px 0px;
    border: 2px solid #ecb590;
    height: 320px;
    margin-bottom: 30px;
}

.faosection-1 .faocard h3 {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
}

.faosection-1 .faocard p {
    font-size: 16px;
    font-weight: 400;
    color: #878684;
}

.faosection-1 .faocard a {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 25px;
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--white-color);
    width: fit-content;
}


.faosection-2 {
    background: #e64c3d;    
    padding: 45px 30px;
}

.faosection-2 p{
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: var(--white-color);
}

.umbrellas img{
    width: 100%;
    height: 500px !important;
}

.wa-icon img{
    width: 60px;
    height: auto;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 9999;
    border-radius: 30px;
    animation: whatsappicon 2s infinite alternate;
}

@keyframes whatsappicon {
    0% {
        transform: scale(1);
        box-shadow: 0 0 20px #25D366; /* Subtle green shadow */
      }
      50% {
        transform: scale(1.15);
        box-shadow: 0 0 30px 25px #25D366; /* Stronger, larger green shadow */
      }
      100% {
        transform: scale(1);
        box-shadow: 0 0 20px #25D366; /* Back to subtle green shadow */
      }
  }

.wa-icon-2 img{
    width: 60px;
    height: auto;
    position: fixed;
    left: 10px;
    bottom: 90px;
    z-index: 9999;
    animation: gmbicon 2s infinite;
}

@keyframes gmbicon {
    0%{
        bottom: 90px;
    }
    25%{
        transform: rotateY(0deg);
        bottom: 100px;
    }
    50%{
        transform: rotateY(360deg);
        bottom: 100px;
    }
    75%{
        transform: rotateY(0deg);
        bottom: 100px;
    }
    100%{
        transform: rotateY(0deg);
        bottom: 90px;
    }

}

@media (min-width: 1200px){
    .header-bottom .navbar-nav li.nav-item:nth-child(2){
        margin-right: 13%;
    }
    .header-bottom .navbar-nav li.nav-item:nth-child(3) a{
        margin-right: 0px;
    }
    .header-bottom .navbar-nav li.nav-item:nth-child(4){
        margin-left: 14%;
    }
}

@media (min-width: 992px){
    .header-bottom .navbar-nav {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    } 
    .header-bottom .navbar-nav .dropdown-menu li:nth-child(2){
        margin-right: 0;
    }
    .header-bottom .navbar-nav .dropdown-menu li:nth-child(3) a{
        margin-left: 0;
    }
    .header-bottom .navbar-nav .dropdown-menu li:nth-child(4){
        margin-left: 0;
    }
    .testimonials .carousel-inner .carousel-item p{
        padding: 0px 13%;
    }
    .contact-section form .formrow{
        width: 75%;
        padding: 0px 20px;
    }
}

@media (min-width: 992px) and (max-width:1199px){
    .service-section .card{
        height: 400px;
    }
    .about-section .about-img img{
        height: 420px;
    }
    .qrcode-section img{
        height: 333px;
    }
    .qrcode-section .qrcode-content{
        height: 333px;
    }
    .header-bottom .navbar-nav li.nav-item:nth-child(2){
        margin-right: 5%;
    }
    .header-bottom .navbar-nav li.nav-item:nth-child(3) a{
        margin-right: 0px;
    }
    .header-bottom .navbar-nav li.nav-item:nth-child(4){
        margin-left: 6%;
    }
}

@media (min-width:768px) and (max-width:991px){
    .header-banner{
        height: 670px;
    }
    .header-banner .banner-content{
        padding-top: 180px;
    }
    .service-section .card{
        height: 415px;
    }
    .about-section .about-content p{
        font-size: 16px;
    }
    .newssection-3 img{
        margin-top: 20px;
    }
    .newssection-3 img.img2{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .newssection-3 img.img3{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .qrcode-section img{
        height: 277px;
    }
    .qrcode-section .qrcode-content{
        height: 277px;
    }
    .qrcode-section{
        padding: 10px 20px;
    }
    .coprightb1 p{
        font-size: 15px;
    }
    .coprightb2 p{
        font-size: 15px;
    }
}

@media (min-width:576px) and (max-width:767px){
    .qrcode-section .qrcode-content{
        height: auto;
        padding: 20px 0px;
    }
    .qrcode-section img{
        height: 280px;
    }
}

@media (max-width:767px){
    .header-banner{
        height: 670px;
    }
    .header-banner .banner-content{
        padding-top: 180px;
    }
    .service-section .card{
        height: 415px;
    }
    .about-section .about-content p{
        font-size: 16px;
    }
    .gallery-section .gallery-img img{
        height: 220px;
    }
    .service-section .card img{
        width: 100%;
        height: 220px;
    }
    .ctvsection-2 h6{
        font-size: 16px;
        padding: 20px 40px;
    }
    .newssection-3 img{
        margin-top: 20px;
    }
    .newssection-3 img.img2{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .newssection-3 img.img3{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .coprightb1 p{
        font-size: 15px;
        text-align: center;
    }
    .coprightb2 p{
        margin-top: 10px;
        font-size: 15px;
        justify-content: center;
    }
}

@media (max-width:575px){
    .header-top .ht-contact a{
        font-size: 13px;
        margin-right: 7px;
    }
    .service-section .card{
        margin-bottom: 5px;
    }
    .about-section .about-img img{
        height: 220px;
    }
    .ctvsection-1 img{
        width: 100%;
        height: 220px;
    }
    .ctvsection-3 a:nth-child(1){
        margin-right: 0px !important;
        margin-bottom: 10px;
    }
    .ctvsection-2 h6{
        padding: 15px 10px;
    }
    .cinemagroups img{
        height: 150px;
    }
    .daisection-1 img{
        width: 100%;
        height: 220px;
    }
    .dmsection-1 img{
        width: 100%;
        height: 220px;
    }
    .ledsection-1 img{
        width: 100%;
        height: 220px;
    }
    .newssection-1 img{
        width: 100%;
        height: 220px;
    }
    .newssection-3 a.ns3firsta1{
        display: block !important;
        width: fit-content;
    }
    .newssection-3 a.ns3firsta2{
        display: block !important;
        width: fit-content;
        margin-left: 0px;
        margin-top: 10px;
    }
    .qrcode-section .qrcode-content{
        height: auto;
        padding: 20px 0px;
    }
    .qrcode-section img{
        height: 370px;
        margin-top: 10px;
    }
}